@commercelayer/sdk 5.41.0 → 5.42.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.
@@ -1 +1 @@
1
- import*as api from'./api';import type{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{type ResourcesInitConfig}from'./resource';declare const OPEN_API_SCHEMA_VERSION="5.3.2";export{OPEN_API_SCHEMA_VERSION};type SdkConfig={};type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;readonly openApiSchemaVersion="5.3.2";addresses:api.Addresses;adjustments:api.Adjustments;adyen_gateways:api.AdyenGateways;adyen_payments:api.AdyenPayments;application:api.Applications;attachments:api.Attachments;authorizations:api.Authorizations;avalara_accounts:api.AvalaraAccounts;axerve_gateways:api.AxerveGateways;axerve_payments:api.AxervePayments;billing_info_validation_rules:api.BillingInfoValidationRules;bing_geocoders:api.BingGeocoders;braintree_gateways:api.BraintreeGateways;braintree_payments:api.BraintreePayments;bundles:api.Bundles;buy_x_pay_y_promotions:api.BuyXPayYPromotions;captures:api.Captures;carrier_accounts:api.CarrierAccounts;checkout_com_gateways:api.CheckoutComGateways;checkout_com_payments:api.CheckoutComPayments;cleanups:api.Cleanups;coupon_codes_promotion_rules:api.CouponCodesPromotionRules;coupon_recipients:api.CouponRecipients;coupons:api.Coupons;custom_promotion_rules:api.CustomPromotionRules;customer_addresses:api.CustomerAddresses;customer_groups:api.CustomerGroups;customer_password_resets:api.CustomerPasswordResets;customer_payment_sources:api.CustomerPaymentSources;customer_subscriptions:api.CustomerSubscriptions;customers:api.Customers;delivery_lead_times:api.DeliveryLeadTimes;event_callbacks:api.EventCallbacks;events:api.Events;exports:api.Exports;external_gateways:api.ExternalGateways;external_payments:api.ExternalPayments;external_promotions:api.ExternalPromotions;external_tax_calculators:api.ExternalTaxCalculators;fixed_amount_promotions:api.FixedAmountPromotions;fixed_price_promotions:api.FixedPricePromotions;free_gift_promotions:api.FreeGiftPromotions;free_shipping_promotions:api.FreeShippingPromotions;geocoders:api.Geocoders;gift_card_recipients:api.GiftCardRecipients;gift_cards:api.GiftCards;google_geocoders:api.GoogleGeocoders;imports:api.Imports;in_stock_subscriptions:api.InStockSubscriptions;inventory_models:api.InventoryModels;inventory_return_locations:api.InventoryReturnLocations;inventory_stock_locations:api.InventoryStockLocations;klarna_gateways:api.KlarnaGateways;klarna_payments:api.KlarnaPayments;line_item_options:api.LineItemOptions;line_items:api.LineItems;manual_gateways:api.ManualGateways;manual_tax_calculators:api.ManualTaxCalculators;markets:api.Markets;merchants:api.Merchants;order_amount_promotion_rules:api.OrderAmountPromotionRules;order_copies:api.OrderCopies;order_factories:api.OrderFactories;order_subscription_items:api.OrderSubscriptionItems;order_subscriptions:api.OrderSubscriptions;order_validation_rules:api.OrderValidationRules;orders:api.Orders;organization:api.Organizations;packages:api.Packages;parcel_line_items:api.ParcelLineItems;parcels:api.Parcels;payment_gateways:api.PaymentGateways;payment_methods:api.PaymentMethods;payment_options:api.PaymentOptions;paypal_gateways:api.PaypalGateways;paypal_payments:api.PaypalPayments;percentage_discount_promotions:api.PercentageDiscountPromotions;price_frequency_tiers:api.PriceFrequencyTiers;price_list_schedulers:api.PriceListSchedulers;price_lists:api.PriceLists;price_tiers:api.PriceTiers;price_volume_tiers:api.PriceVolumeTiers;prices:api.Prices;promotion_rules:api.PromotionRules;promotions:api.Promotions;recurring_order_copies:api.RecurringOrderCopies;refunds:api.Refunds;reserved_stocks:api.ReservedStocks;resource_errors:api.ResourceErrors;return_line_items:api.ReturnLineItems;returns:api.Returns;satispay_gateways:api.SatispayGateways;satispay_payments:api.SatispayPayments;shipments:api.Shipments;shipping_categories:api.ShippingCategories;shipping_method_tiers:api.ShippingMethodTiers;shipping_methods:api.ShippingMethods;shipping_weight_tiers:api.ShippingWeightTiers;shipping_zones:api.ShippingZones;sku_list_items:api.SkuListItems;sku_list_promotion_rules:api.SkuListPromotionRules;sku_lists:api.SkuLists;sku_options:api.SkuOptions;skus:api.Skus;stock_items:api.StockItems;stock_line_items:api.StockLineItems;stock_locations:api.StockLocations;stock_reservations:api.StockReservations;stock_transfers:api.StockTransfers;stripe_gateways:api.StripeGateways;stripe_payments:api.StripePayments;subscription_models:api.SubscriptionModels;tags:api.Tags;tax_calculators:api.TaxCalculators;tax_categories:api.TaxCategories;tax_rules:api.TaxRules;taxjar_accounts:api.TaxjarAccounts;transactions:api.Transactions;versions:api.Versions;voids:api.Voids;webhooks:api.Webhooks;wire_transfers:api.WireTransfers;constructor(config:CommerceLayerInitConfig);get currentOrganization():string;private localConfig;config(config:CommerceLayerConfig):CommerceLayerClient;resources():readonly string[];singletons():readonly string[];isSingleton(resource:api.ResourceTypeLock):boolean;isApiError(error:any):error is ApiError;addRequestInterceptor(onFulfilled?:RequestInterceptor|null,onRejected?:ErrorInterceptor|null):number;addResponseInterceptor(onFulfilled?:ResponseInterceptor|null,onRejected?:ErrorInterceptor|null):number;removeInterceptor(type:InterceptorType,id:number):void;addRawResponseReader(options?:{headers:boolean;}):RawResponseReader;removeRawResponseReader(reader:number|RawResponseReader):void;}declare const CommerceLayer:(config:CommerceLayerInitConfig)=>CommerceLayerClient;export default CommerceLayer;export{CommerceLayer};export type{CommerceLayerClient,CommerceLayerConfig,CommerceLayerInitConfig};
1
+ import*as api from'./api';import type{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{type ResourcesInitConfig}from'./resource';declare const OPEN_API_SCHEMA_VERSION="5.3.3";export{OPEN_API_SCHEMA_VERSION};type SdkConfig={};type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;readonly openApiSchemaVersion="5.3.3";addresses:api.Addresses;adjustments:api.Adjustments;adyen_gateways:api.AdyenGateways;adyen_payments:api.AdyenPayments;application:api.Applications;attachments:api.Attachments;authorizations:api.Authorizations;avalara_accounts:api.AvalaraAccounts;axerve_gateways:api.AxerveGateways;axerve_payments:api.AxervePayments;billing_info_validation_rules:api.BillingInfoValidationRules;bing_geocoders:api.BingGeocoders;braintree_gateways:api.BraintreeGateways;braintree_payments:api.BraintreePayments;bundles:api.Bundles;buy_x_pay_y_promotions:api.BuyXPayYPromotions;captures:api.Captures;carrier_accounts:api.CarrierAccounts;checkout_com_gateways:api.CheckoutComGateways;checkout_com_payments:api.CheckoutComPayments;cleanups:api.Cleanups;coupon_codes_promotion_rules:api.CouponCodesPromotionRules;coupon_recipients:api.CouponRecipients;coupons:api.Coupons;custom_promotion_rules:api.CustomPromotionRules;customer_addresses:api.CustomerAddresses;customer_groups:api.CustomerGroups;customer_password_resets:api.CustomerPasswordResets;customer_payment_sources:api.CustomerPaymentSources;customer_subscriptions:api.CustomerSubscriptions;customers:api.Customers;delivery_lead_times:api.DeliveryLeadTimes;event_callbacks:api.EventCallbacks;events:api.Events;exports:api.Exports;external_gateways:api.ExternalGateways;external_payments:api.ExternalPayments;external_promotions:api.ExternalPromotions;external_tax_calculators:api.ExternalTaxCalculators;fixed_amount_promotions:api.FixedAmountPromotions;fixed_price_promotions:api.FixedPricePromotions;free_gift_promotions:api.FreeGiftPromotions;free_shipping_promotions:api.FreeShippingPromotions;geocoders:api.Geocoders;gift_card_recipients:api.GiftCardRecipients;gift_cards:api.GiftCards;google_geocoders:api.GoogleGeocoders;imports:api.Imports;in_stock_subscriptions:api.InStockSubscriptions;inventory_models:api.InventoryModels;inventory_return_locations:api.InventoryReturnLocations;inventory_stock_locations:api.InventoryStockLocations;klarna_gateways:api.KlarnaGateways;klarna_payments:api.KlarnaPayments;line_item_options:api.LineItemOptions;line_items:api.LineItems;manual_gateways:api.ManualGateways;manual_tax_calculators:api.ManualTaxCalculators;markets:api.Markets;merchants:api.Merchants;order_amount_promotion_rules:api.OrderAmountPromotionRules;order_copies:api.OrderCopies;order_factories:api.OrderFactories;order_subscription_items:api.OrderSubscriptionItems;order_subscriptions:api.OrderSubscriptions;order_validation_rules:api.OrderValidationRules;orders:api.Orders;organization:api.Organizations;packages:api.Packages;parcel_line_items:api.ParcelLineItems;parcels:api.Parcels;payment_gateways:api.PaymentGateways;payment_methods:api.PaymentMethods;payment_options:api.PaymentOptions;paypal_gateways:api.PaypalGateways;paypal_payments:api.PaypalPayments;percentage_discount_promotions:api.PercentageDiscountPromotions;price_frequency_tiers:api.PriceFrequencyTiers;price_list_schedulers:api.PriceListSchedulers;price_lists:api.PriceLists;price_tiers:api.PriceTiers;price_volume_tiers:api.PriceVolumeTiers;prices:api.Prices;promotion_rules:api.PromotionRules;promotions:api.Promotions;recurring_order_copies:api.RecurringOrderCopies;refunds:api.Refunds;reserved_stocks:api.ReservedStocks;resource_errors:api.ResourceErrors;return_line_items:api.ReturnLineItems;returns:api.Returns;satispay_gateways:api.SatispayGateways;satispay_payments:api.SatispayPayments;shipments:api.Shipments;shipping_categories:api.ShippingCategories;shipping_method_tiers:api.ShippingMethodTiers;shipping_methods:api.ShippingMethods;shipping_weight_tiers:api.ShippingWeightTiers;shipping_zones:api.ShippingZones;sku_list_items:api.SkuListItems;sku_list_promotion_rules:api.SkuListPromotionRules;sku_lists:api.SkuLists;sku_options:api.SkuOptions;skus:api.Skus;stock_items:api.StockItems;stock_line_items:api.StockLineItems;stock_locations:api.StockLocations;stock_reservations:api.StockReservations;stock_transfers:api.StockTransfers;stripe_gateways:api.StripeGateways;stripe_payments:api.StripePayments;subscription_models:api.SubscriptionModels;tags:api.Tags;tax_calculators:api.TaxCalculators;tax_categories:api.TaxCategories;tax_rules:api.TaxRules;taxjar_accounts:api.TaxjarAccounts;transactions:api.Transactions;versions:api.Versions;voids:api.Voids;webhooks:api.Webhooks;wire_transfers:api.WireTransfers;constructor(config:CommerceLayerInitConfig);get currentOrganization():string;private localConfig;config(config:CommerceLayerConfig):CommerceLayerClient;resources():readonly string[];singletons():readonly string[];isSingleton(resource:api.ResourceTypeLock):boolean;isApiError(error:any):error is ApiError;addRequestInterceptor(onFulfilled?:RequestInterceptor|null,onRejected?:ErrorInterceptor|null):number;addResponseInterceptor(onFulfilled?:ResponseInterceptor|null,onRejected?:ErrorInterceptor|null):number;removeInterceptor(type:InterceptorType,id:number):void;addRawResponseReader(options?:{headers:boolean;}):RawResponseReader;removeRawResponseReader(reader:number|RawResponseReader):void;}declare const CommerceLayer:(config:CommerceLayerInitConfig)=>CommerceLayerClient;export default CommerceLayer;export{CommerceLayer};export type{CommerceLayerClient,CommerceLayerConfig,CommerceLayerInitConfig};
@@ -1 +1 @@
1
- "use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,s,i){i===void 0&&(i=s);var n=Object.getOwnPropertyDescriptor(t,s);(!n||("get"in n?!t.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,i,n)}:function(e,t,s,i){i===void 0&&(i=s),e[i]=t[s]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var s in e)s!=="default"&&Object.prototype.hasOwnProperty.call(e,s)&&__createBinding(t,e,s);return __setModuleDefault(t,e),t},__classPrivateFieldSet=this&&this.__classPrivateFieldSet||function(e,t,s,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(e,s):n?n.value=s:t.set(e,s),s},__classPrivateFieldGet=this&&this.__classPrivateFieldGet||function(e,t,s,i){if(s==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return s==="m"?i:s==="a"?i.call(e):i?i.value:t.get(e)},__importDefault=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},_CommerceLayerClient_adapter,_CommerceLayerClient_organization;Object.defineProperty(exports,"__esModule",{value:!0}),exports.CommerceLayer=exports.OPEN_API_SCHEMA_VERSION=void 0;const api=__importStar(require("./api")),static_1=require("./static"),resource_1=__importDefault(require("./resource")),debug_1=__importDefault(require("./debug")),debug=(0,debug_1.default)("commercelayer"),OPEN_API_SCHEMA_VERSION="5.3.2";exports.OPEN_API_SCHEMA_VERSION=OPEN_API_SCHEMA_VERSION;class CommerceLayerClient{constructor(t){this.openApiSchemaVersion=OPEN_API_SCHEMA_VERSION,_CommerceLayerClient_adapter.set(this,void 0),_CommerceLayerClient_organization.set(this,void 0),debug("new commercelayer instance %O",t),__classPrivateFieldSet(this,_CommerceLayerClient_adapter,new resource_1.default(t),"f"),__classPrivateFieldSet(this,_CommerceLayerClient_organization,t.organization,"f"),this.addresses=new api.Addresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adjustments=new api.Adjustments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_gateways=new api.AdyenGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_payments=new api.AdyenPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.application=new api.Applications(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.attachments=new api.Attachments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.authorizations=new api.Authorizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.avalara_accounts=new api.AvalaraAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.axerve_gateways=new api.AxerveGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.axerve_payments=new api.AxervePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.billing_info_validation_rules=new api.BillingInfoValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bing_geocoders=new api.BingGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_gateways=new api.BraintreeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_payments=new api.BraintreePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bundles=new api.Bundles(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.buy_x_pay_y_promotions=new api.BuyXPayYPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.captures=new api.Captures(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.carrier_accounts=new api.CarrierAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_gateways=new api.CheckoutComGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_payments=new api.CheckoutComPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.cleanups=new api.Cleanups(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_codes_promotion_rules=new api.CouponCodesPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_recipients=new api.CouponRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupons=new api.Coupons(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.custom_promotion_rules=new api.CustomPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_addresses=new api.CustomerAddresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_groups=new api.CustomerGroups(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_password_resets=new api.CustomerPasswordResets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_payment_sources=new api.CustomerPaymentSources(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_subscriptions=new api.CustomerSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customers=new api.Customers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.delivery_lead_times=new api.DeliveryLeadTimes(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.event_callbacks=new api.EventCallbacks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.events=new api.Events(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.exports=new api.Exports(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_gateways=new api.ExternalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_payments=new api.ExternalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_promotions=new api.ExternalPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_tax_calculators=new api.ExternalTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_amount_promotions=new api.FixedAmountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_price_promotions=new api.FixedPricePromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_gift_promotions=new api.FreeGiftPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_shipping_promotions=new api.FreeShippingPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.geocoders=new api.Geocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_card_recipients=new api.GiftCardRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_cards=new api.GiftCards(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.google_geocoders=new api.GoogleGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.imports=new api.Imports(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.in_stock_subscriptions=new api.InStockSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_models=new api.InventoryModels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_return_locations=new api.InventoryReturnLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_stock_locations=new api.InventoryStockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_gateways=new api.KlarnaGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_payments=new api.KlarnaPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_item_options=new api.LineItemOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_items=new api.LineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_gateways=new api.ManualGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_tax_calculators=new api.ManualTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.markets=new api.Markets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.merchants=new api.Merchants(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_amount_promotion_rules=new api.OrderAmountPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_copies=new api.OrderCopies(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_factories=new api.OrderFactories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_subscription_items=new api.OrderSubscriptionItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_subscriptions=new api.OrderSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_validation_rules=new api.OrderValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.orders=new api.Orders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.organization=new api.Organizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.packages=new api.Packages(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcel_line_items=new api.ParcelLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcels=new api.Parcels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_gateways=new api.PaymentGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_methods=new api.PaymentMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_options=new api.PaymentOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_gateways=new api.PaypalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_payments=new api.PaypalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.percentage_discount_promotions=new api.PercentageDiscountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_frequency_tiers=new api.PriceFrequencyTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_list_schedulers=new api.PriceListSchedulers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_lists=new api.PriceLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_tiers=new api.PriceTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_volume_tiers=new api.PriceVolumeTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.prices=new api.Prices(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotion_rules=new api.PromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotions=new api.Promotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.recurring_order_copies=new api.RecurringOrderCopies(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.refunds=new api.Refunds(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.reserved_stocks=new api.ReservedStocks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.resource_errors=new api.ResourceErrors(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.return_line_items=new api.ReturnLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.returns=new api.Returns(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.satispay_gateways=new api.SatispayGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.satispay_payments=new api.SatispayPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipments=new api.Shipments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_categories=new api.ShippingCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_method_tiers=new api.ShippingMethodTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_methods=new api.ShippingMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_weight_tiers=new api.ShippingWeightTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_zones=new api.ShippingZones(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_items=new api.SkuListItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_promotion_rules=new api.SkuListPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_lists=new api.SkuLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_options=new api.SkuOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.skus=new api.Skus(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_items=new api.StockItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_line_items=new api.StockLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_locations=new api.StockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_reservations=new api.StockReservations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_transfers=new api.StockTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_gateways=new api.StripeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_payments=new api.StripePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.subscription_models=new api.SubscriptionModels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tags=new api.Tags(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_calculators=new api.TaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_categories=new api.TaxCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_rules=new api.TaxRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.taxjar_accounts=new api.TaxjarAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.transactions=new api.Transactions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.versions=new api.Versions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.voids=new api.Voids(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.webhooks=new api.Webhooks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.wire_transfers=new api.WireTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f"))}get currentOrganization(){return __classPrivateFieldGet(this,_CommerceLayerClient_organization,"f")}localConfig(t){t.organization&&__classPrivateFieldSet(this,_CommerceLayerClient_organization,t.organization,"f")}config(t){return debug("config %o",t),this.localConfig(t),t.organization||(t.organization=this.currentOrganization),__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").config(t),this}resources(){return static_1.CommerceLayerStatic.resources()}singletons(){return static_1.CommerceLayerStatic.singletons()}isSingleton(t){return static_1.CommerceLayerStatic.isSingleton(t)}isApiError(t){return static_1.CommerceLayerStatic.isApiError(t)}addRequestInterceptor(t,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.request.use(t,s)}addResponseInterceptor(t,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.response.use(t,s)}removeInterceptor(t,s){__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors[t].eject(s)}addRawResponseReader(t){const s={id:void 0,rawResponse:void 0,headers:void 0};function i(r){return s.rawResponse=r?.data,t?.headers&&(s.headers=r.headers),r}const n=this.addResponseInterceptor(i);return s.id=n,s}removeRawResponseReader(t){const s=typeof t=="number"?t:t?.id;s&&s>=0&&this.removeInterceptor("response",s)}}_CommerceLayerClient_adapter=new WeakMap,_CommerceLayerClient_organization=new WeakMap;const CommerceLayer=e=>new CommerceLayerClient(e);exports.CommerceLayer=CommerceLayer,exports.default=CommerceLayer;
1
+ "use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,s,i){i===void 0&&(i=s);var n=Object.getOwnPropertyDescriptor(t,s);(!n||("get"in n?!t.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,i,n)}:function(e,t,s,i){i===void 0&&(i=s),e[i]=t[s]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var s in e)s!=="default"&&Object.prototype.hasOwnProperty.call(e,s)&&__createBinding(t,e,s);return __setModuleDefault(t,e),t},__classPrivateFieldSet=this&&this.__classPrivateFieldSet||function(e,t,s,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(e,s):n?n.value=s:t.set(e,s),s},__classPrivateFieldGet=this&&this.__classPrivateFieldGet||function(e,t,s,i){if(s==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return s==="m"?i:s==="a"?i.call(e):i?i.value:t.get(e)},__importDefault=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},_CommerceLayerClient_adapter,_CommerceLayerClient_organization;Object.defineProperty(exports,"__esModule",{value:!0}),exports.CommerceLayer=exports.OPEN_API_SCHEMA_VERSION=void 0;const api=__importStar(require("./api")),static_1=require("./static"),resource_1=__importDefault(require("./resource")),debug_1=__importDefault(require("./debug")),debug=(0,debug_1.default)("commercelayer"),OPEN_API_SCHEMA_VERSION="5.3.3";exports.OPEN_API_SCHEMA_VERSION=OPEN_API_SCHEMA_VERSION;class CommerceLayerClient{constructor(t){this.openApiSchemaVersion=OPEN_API_SCHEMA_VERSION,_CommerceLayerClient_adapter.set(this,void 0),_CommerceLayerClient_organization.set(this,void 0),debug("new commercelayer instance %O",t),__classPrivateFieldSet(this,_CommerceLayerClient_adapter,new resource_1.default(t),"f"),__classPrivateFieldSet(this,_CommerceLayerClient_organization,t.organization,"f"),this.addresses=new api.Addresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adjustments=new api.Adjustments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_gateways=new api.AdyenGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_payments=new api.AdyenPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.application=new api.Applications(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.attachments=new api.Attachments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.authorizations=new api.Authorizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.avalara_accounts=new api.AvalaraAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.axerve_gateways=new api.AxerveGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.axerve_payments=new api.AxervePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.billing_info_validation_rules=new api.BillingInfoValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bing_geocoders=new api.BingGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_gateways=new api.BraintreeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_payments=new api.BraintreePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bundles=new api.Bundles(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.buy_x_pay_y_promotions=new api.BuyXPayYPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.captures=new api.Captures(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.carrier_accounts=new api.CarrierAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_gateways=new api.CheckoutComGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_payments=new api.CheckoutComPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.cleanups=new api.Cleanups(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_codes_promotion_rules=new api.CouponCodesPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_recipients=new api.CouponRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupons=new api.Coupons(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.custom_promotion_rules=new api.CustomPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_addresses=new api.CustomerAddresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_groups=new api.CustomerGroups(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_password_resets=new api.CustomerPasswordResets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_payment_sources=new api.CustomerPaymentSources(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_subscriptions=new api.CustomerSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customers=new api.Customers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.delivery_lead_times=new api.DeliveryLeadTimes(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.event_callbacks=new api.EventCallbacks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.events=new api.Events(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.exports=new api.Exports(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_gateways=new api.ExternalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_payments=new api.ExternalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_promotions=new api.ExternalPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_tax_calculators=new api.ExternalTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_amount_promotions=new api.FixedAmountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_price_promotions=new api.FixedPricePromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_gift_promotions=new api.FreeGiftPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_shipping_promotions=new api.FreeShippingPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.geocoders=new api.Geocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_card_recipients=new api.GiftCardRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_cards=new api.GiftCards(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.google_geocoders=new api.GoogleGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.imports=new api.Imports(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.in_stock_subscriptions=new api.InStockSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_models=new api.InventoryModels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_return_locations=new api.InventoryReturnLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_stock_locations=new api.InventoryStockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_gateways=new api.KlarnaGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_payments=new api.KlarnaPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_item_options=new api.LineItemOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_items=new api.LineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_gateways=new api.ManualGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_tax_calculators=new api.ManualTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.markets=new api.Markets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.merchants=new api.Merchants(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_amount_promotion_rules=new api.OrderAmountPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_copies=new api.OrderCopies(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_factories=new api.OrderFactories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_subscription_items=new api.OrderSubscriptionItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_subscriptions=new api.OrderSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_validation_rules=new api.OrderValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.orders=new api.Orders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.organization=new api.Organizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.packages=new api.Packages(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcel_line_items=new api.ParcelLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcels=new api.Parcels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_gateways=new api.PaymentGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_methods=new api.PaymentMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_options=new api.PaymentOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_gateways=new api.PaypalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_payments=new api.PaypalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.percentage_discount_promotions=new api.PercentageDiscountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_frequency_tiers=new api.PriceFrequencyTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_list_schedulers=new api.PriceListSchedulers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_lists=new api.PriceLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_tiers=new api.PriceTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_volume_tiers=new api.PriceVolumeTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.prices=new api.Prices(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotion_rules=new api.PromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotions=new api.Promotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.recurring_order_copies=new api.RecurringOrderCopies(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.refunds=new api.Refunds(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.reserved_stocks=new api.ReservedStocks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.resource_errors=new api.ResourceErrors(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.return_line_items=new api.ReturnLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.returns=new api.Returns(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.satispay_gateways=new api.SatispayGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.satispay_payments=new api.SatispayPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipments=new api.Shipments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_categories=new api.ShippingCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_method_tiers=new api.ShippingMethodTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_methods=new api.ShippingMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_weight_tiers=new api.ShippingWeightTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_zones=new api.ShippingZones(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_items=new api.SkuListItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_promotion_rules=new api.SkuListPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_lists=new api.SkuLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_options=new api.SkuOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.skus=new api.Skus(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_items=new api.StockItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_line_items=new api.StockLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_locations=new api.StockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_reservations=new api.StockReservations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_transfers=new api.StockTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_gateways=new api.StripeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_payments=new api.StripePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.subscription_models=new api.SubscriptionModels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tags=new api.Tags(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_calculators=new api.TaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_categories=new api.TaxCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_rules=new api.TaxRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.taxjar_accounts=new api.TaxjarAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.transactions=new api.Transactions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.versions=new api.Versions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.voids=new api.Voids(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.webhooks=new api.Webhooks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.wire_transfers=new api.WireTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f"))}get currentOrganization(){return __classPrivateFieldGet(this,_CommerceLayerClient_organization,"f")}localConfig(t){t.organization&&__classPrivateFieldSet(this,_CommerceLayerClient_organization,t.organization,"f")}config(t){return debug("config %o",t),this.localConfig(t),t.organization||(t.organization=this.currentOrganization),__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").config(t),this}resources(){return static_1.CommerceLayerStatic.resources()}singletons(){return static_1.CommerceLayerStatic.singletons()}isSingleton(t){return static_1.CommerceLayerStatic.isSingleton(t)}isApiError(t){return static_1.CommerceLayerStatic.isApiError(t)}addRequestInterceptor(t,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.request.use(t,s)}addResponseInterceptor(t,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.response.use(t,s)}removeInterceptor(t,s){__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors[t].eject(s)}addRawResponseReader(t){const s={id:void 0,rawResponse:void 0,headers:void 0};function i(r){return s.rawResponse=r?.data,t?.headers&&(s.headers=r.headers),r}const n=this.addResponseInterceptor(i);return s.id=n,s}removeRawResponseReader(t){const s=typeof t=="number"?t:t?.id;s&&s>=0&&this.removeInterceptor("response",s)}}_CommerceLayerClient_adapter=new WeakMap,_CommerceLayerClient_organization=new WeakMap;const CommerceLayer=e=>new CommerceLayerClient(e);exports.CommerceLayer=CommerceLayer,exports.default=CommerceLayer;
@@ -1 +1 @@
1
- import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{GiftCardRecipient,GiftCardRecipientType}from'./gift_card_recipients';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type GiftCardType='gift_cards';type GiftCardRel=ResourceRel&{type:GiftCardType;};type MarketRel=ResourceRel&{type:MarketType;};type GiftCardRecipientRel=ResourceRel&{type:GiftCardRecipientType;};type TagRel=ResourceRel&{type:TagType;};interface GiftCard extends Resource{readonly type:GiftCardType;status:'draft'|'inactive'|'active'|'redeemed';code?:string|null;currency_code?:string|null;initial_balance_cents:number;initial_balance_float:number;formatted_initial_balance:string;balance_cents:number;balance_float:number;formatted_balance:string;balance_max_cents?:string|null;balance_max_float?:number|null;formatted_balance_max?:string|null;balance_log:Array<Record<string,any>>;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:Market|null;gift_card_recipient?:GiftCardRecipient|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface GiftCardCreate extends ResourceCreate{code?:string|null;currency_code?:string|null;balance_cents:number;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}interface GiftCardUpdate extends ResourceUpdate{currency_code?:string|null;balance_cents?:number|null;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;_purchase?:boolean|null;_activate?:boolean|null;_deactivate?:boolean|null;_balance_change_cents?:number|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}declare class GiftCards extends ApiResource<GiftCard>{static readonly TYPE:GiftCardType;create(resource:GiftCardCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;update(resource:GiftCardUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;gift_card_recipient(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;attachments(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_purchase(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_activate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_deactivate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_balance_change_cents(id:string|GiftCard,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;isGiftCard(resource:any):resource is GiftCard;relationship(id:string|ResourceId|null):GiftCardRel;type():GiftCardType;}export default GiftCards;export type{GiftCard,GiftCardCreate,GiftCardUpdate,GiftCardType};
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{GiftCardRecipient,GiftCardRecipientType}from'./gift_card_recipients';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type GiftCardType='gift_cards';type GiftCardRel=ResourceRel&{type:GiftCardType;};type MarketRel=ResourceRel&{type:MarketType;};type GiftCardRecipientRel=ResourceRel&{type:GiftCardRecipientType;};type TagRel=ResourceRel&{type:TagType;};interface GiftCard extends Resource{readonly type:GiftCardType;status:'draft'|'inactive'|'active'|'redeemed';code?:string|null;currency_code?:string|null;initial_balance_cents:number;initial_balance_float:number;formatted_initial_balance:string;balance_cents:number;balance_float:number;formatted_balance:string;balance_max_cents?:string|null;balance_max_float?:number|null;formatted_balance_max?:string|null;balance_log:Array<Record<string,any>>;usage_log:Record<string,any>;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:Market|null;gift_card_recipient?:GiftCardRecipient|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface GiftCardCreate extends ResourceCreate{code?:string|null;currency_code?:string|null;balance_cents:number;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}interface GiftCardUpdate extends ResourceUpdate{currency_code?:string|null;balance_cents?:number|null;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;_purchase?:boolean|null;_activate?:boolean|null;_deactivate?:boolean|null;_balance_change_cents?:number|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}declare class GiftCards extends ApiResource<GiftCard>{static readonly TYPE:GiftCardType;create(resource:GiftCardCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;update(resource:GiftCardUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;gift_card_recipient(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;attachments(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_purchase(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_activate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_deactivate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_balance_change_cents(id:string|GiftCard,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;isGiftCard(resource:any):resource is GiftCard;relationship(id:string|ResourceId|null):GiftCardRel;type():GiftCardType;}export default GiftCards;export type{GiftCard,GiftCardCreate,GiftCardUpdate,GiftCardType};
@@ -1 +1 @@
1
- import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{Customer,CustomerType}from'./customers';import type{Address,AddressType}from'./addresses';import type{PaymentMethod,PaymentMethodType}from'./payment_methods';import type{CustomerPaymentSource}from'./customer_payment_sources';import type{Sku}from'./skus';import type{Bundle}from'./bundles';import type{AdyenPayment,AdyenPaymentType}from'./adyen_payments';import type{AxervePayment,AxervePaymentType}from'./axerve_payments';import type{BraintreePayment,BraintreePaymentType}from'./braintree_payments';import type{CheckoutComPayment,CheckoutComPaymentType}from'./checkout_com_payments';import type{ExternalPayment,ExternalPaymentType}from'./external_payments';import type{KlarnaPayment,KlarnaPaymentType}from'./klarna_payments';import type{PaypalPayment,PaypalPaymentType}from'./paypal_payments';import type{SatispayPayment,SatispayPaymentType}from'./satispay_payments';import type{StripePayment,StripePaymentType}from'./stripe_payments';import type{WireTransfer,WireTransferType}from'./wire_transfers';import type{LineItem}from'./line_items';import type{LineItemOption}from'./line_item_options';import type{StockReservation}from'./stock_reservations';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{Shipment}from'./shipments';import type{PaymentOption}from'./payment_options';import type{Authorization}from'./authorizations';import type{Capture}from'./captures';import type{Void}from'./voids';import type{Refund}from'./refunds';import type{Return}from'./returns';import type{OrderSubscription}from'./order_subscriptions';import type{OrderFactory}from'./order_factories';import type{OrderCopy}from'./order_copies';import type{RecurringOrderCopy}from'./recurring_order_copies';import type{Attachment}from'./attachments';import type{ResourceError}from'./resource_errors';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type OrderType='orders';type OrderRel=ResourceRel&{type:OrderType;};type MarketRel=ResourceRel&{type:MarketType;};type CustomerRel=ResourceRel&{type:CustomerType;};type AddressRel=ResourceRel&{type:AddressType;};type PaymentMethodRel=ResourceRel&{type:PaymentMethodType;};type AdyenPaymentRel=ResourceRel&{type:AdyenPaymentType;};type AxervePaymentRel=ResourceRel&{type:AxervePaymentType;};type BraintreePaymentRel=ResourceRel&{type:BraintreePaymentType;};type CheckoutComPaymentRel=ResourceRel&{type:CheckoutComPaymentType;};type ExternalPaymentRel=ResourceRel&{type:ExternalPaymentType;};type KlarnaPaymentRel=ResourceRel&{type:KlarnaPaymentType;};type PaypalPaymentRel=ResourceRel&{type:PaypalPaymentType;};type SatispayPaymentRel=ResourceRel&{type:SatispayPaymentType;};type StripePaymentRel=ResourceRel&{type:StripePaymentType;};type WireTransferRel=ResourceRel&{type:WireTransferType;};type TagRel=ResourceRel&{type:TagType;};interface Order extends Resource{readonly type:OrderType;number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;status:'draft'|'pending'|'placing'|'placed'|'editing'|'approved'|'cancelled';payment_status:'unpaid'|'authorized'|'partially_authorized'|'paid'|'partially_paid'|'voided'|'partially_voided'|'refunded'|'partially_refunded'|'free';fulfillment_status:'unfulfilled'|'in_progress'|'fulfilled'|'not_required';guest?:boolean|null;editable?:boolean|null;customer_email?:string|null;language_code?:string|null;currency_code?:string|null;tax_included?:boolean|null;tax_rate?:number|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;requires_billing_info?:boolean|null;country_code?:string|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;subtotal_amount_cents?:number|null;subtotal_amount_float?:number|null;formatted_subtotal_amount?:string|null;shipping_amount_cents?:number|null;shipping_amount_float?:number|null;formatted_shipping_amount?:string|null;payment_method_amount_cents?:number|null;payment_method_amount_float?:number|null;formatted_payment_method_amount?:string|null;discount_amount_cents?:number|null;discount_amount_float?:number|null;formatted_discount_amount?:string|null;adjustment_amount_cents?:number|null;adjustment_amount_float?:number|null;formatted_adjustment_amount?:string|null;gift_card_amount_cents?:number|null;gift_card_amount_float?:number|null;formatted_gift_card_amount?:string|null;total_tax_amount_cents?:number|null;total_tax_amount_float?:number|null;formatted_total_tax_amount?:string|null;subtotal_tax_amount_cents?:number|null;subtotal_tax_amount_float?:number|null;formatted_subtotal_tax_amount?:string|null;shipping_tax_amount_cents?:number|null;shipping_tax_amount_float?:number|null;formatted_shipping_tax_amount?:string|null;payment_method_tax_amount_cents?:number|null;payment_method_tax_amount_float?:number|null;formatted_payment_method_tax_amount?:string|null;adjustment_tax_amount_cents?:number|null;adjustment_tax_amount_float?:number|null;formatted_adjustment_tax_amount?:string|null;total_amount_cents?:number|null;total_amount_float?:number|null;formatted_total_amount?:string|null;total_taxable_amount_cents?:number|null;total_taxable_amount_float?:number|null;formatted_total_taxable_amount?:string|null;subtotal_taxable_amount_cents?:number|null;subtotal_taxable_amount_float?:number|null;formatted_subtotal_taxable_amount?:string|null;shipping_taxable_amount_cents?:number|null;shipping_taxable_amount_float?:number|null;formatted_shipping_taxable_amount?:string|null;payment_method_taxable_amount_cents?:number|null;payment_method_taxable_amount_float?:number|null;formatted_payment_method_taxable_amount?:string|null;adjustment_taxable_amount_cents?:number|null;adjustment_taxable_amount_float?:number|null;formatted_adjustment_taxable_amount?:string|null;total_amount_with_taxes_cents?:number|null;total_amount_with_taxes_float?:number|null;formatted_total_amount_with_taxes?:string|null;fees_amount_cents?:number|null;fees_amount_float?:number|null;formatted_fees_amount?:string|null;duty_amount_cents?:number|null;duty_amount_float?:number|null;formatted_duty_amount?:string|null;place_total_amount_cents?:number|null;place_total_amount_float?:number|null;formatted_place_total_amount?:string|null;skus_count?:number|null;line_item_options_count?:number|null;shipments_count?:number|null;tax_calculations_count?:number|null;validations_count?:number|null;errors_count?:number|null;payment_source_details?:Record<string,any>|null;token?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;checkout_url?:string|null;placed_at?:string|null;approved_at?:string|null;cancelled_at?:string|null;payment_updated_at?:string|null;fulfillment_updated_at?:string|null;refreshed_at?:string|null;archived_at?:string|null;expires_at?:string|null;subscription_created_at?:string|null;circuit_state?:string|null;circuit_failure_count?:number|null;market?:Market|null;customer?:Customer|null;shipping_address?:Address|null;billing_address?:Address|null;available_payment_methods?:PaymentMethod[]|null;available_customer_payment_sources?:CustomerPaymentSource[]|null;available_free_skus?:Sku[]|null;available_free_bundles?:Bundle[]|null;payment_method?:PaymentMethod|null;payment_source?:AdyenPayment|AxervePayment|BraintreePayment|CheckoutComPayment|ExternalPayment|KlarnaPayment|PaypalPayment|SatispayPayment|StripePayment|WireTransfer|null;line_items?:LineItem[]|null;line_item_options?:LineItemOption[]|null;stock_reservations?:StockReservation[]|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;shipments?:Shipment[]|null;payment_options?:PaymentOption[]|null;transactions?:Array<Authorization|Capture|Void|Refund>|null;authorizations?:Authorization[]|null;captures?:Capture[]|null;voids?:Void[]|null;refunds?:Refund[]|null;returns?:Return[]|null;order_subscription?:OrderSubscription|null;order_subscriptions?:OrderSubscription[]|null;order_factories?:OrderFactory[]|null;order_copies?:OrderCopy[]|null;recurring_order_copies?:RecurringOrderCopy[]|null;attachments?:Attachment[]|null;resource_errors?:ResourceError[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface OrderCreate extends ResourceCreate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}interface OrderUpdate extends ResourceUpdate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;_archive?:boolean|null;_unarchive?:boolean|null;_pending?:boolean|null;_place?:boolean|null;_cancel?:boolean|null;_approve?:boolean|null;_approve_and_capture?:boolean|null;_authorize?:boolean|null;_authorization_amount_cents?:number|null;_capture?:boolean|null;_refund?:boolean|null;_update_taxes?:boolean|null;_nullify_payment_source?:boolean|null;_billing_address_clone_id?:string|null;_shipping_address_clone_id?:string|null;_customer_payment_source_id?:string|null;_shipping_address_same_as_billing?:boolean|null;_billing_address_same_as_shipping?:boolean|null;_commit_invoice?:boolean|null;_refund_invoice?:boolean|null;_save_payment_source_to_customer_wallet?:boolean|null;_save_shipping_address_to_customer_address_book?:boolean|null;_save_billing_address_to_customer_address_book?:boolean|null;_refresh?:boolean|null;_validate?:boolean|null;_create_subscriptions?:boolean|null;_start_editing?:boolean|null;_stop_editing?:boolean|null;_reset_circuit?:boolean|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}declare class Orders extends ApiResource<Order>{static readonly TYPE:OrderType;create(resource:OrderCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;update(resource:OrderUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;customer(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;shipping_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;billing_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;available_payment_methods(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;available_customer_payment_sources(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CustomerPaymentSource>>;available_free_skus(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;available_free_bundles(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Bundle>>;payment_method(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;line_item_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItemOption>>;stock_reservations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockReservation>>;stock_line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;shipments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Shipment>>;payment_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentOption>>;authorizations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Authorization>>;captures(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Capture>>;voids(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Void>>;refunds(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Refund>>;returns(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Return>>;order_subscription(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;order_subscriptions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderSubscription>>;order_factories(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderFactory>>;order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderCopy>>;recurring_order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<RecurringOrderCopy>>;attachments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;resource_errors(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ResourceError>>;events(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_archive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_unarchive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_pending(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_place(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_cancel(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve_and_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorize(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorization_amount_cents(id:string|Order,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_update_taxes(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_nullify_payment_source(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_customer_payment_source_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_same_as_billing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_same_as_shipping(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_commit_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_payment_source_to_customer_wallet(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_shipping_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_billing_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refresh(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_validate(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_create_subscriptions(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_start_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_stop_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_reset_circuit(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;isOrder(resource:any):resource is Order;relationship(id:string|ResourceId|null):OrderRel;type():OrderType;}export default Orders;export type{Order,OrderCreate,OrderUpdate,OrderType};
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{Customer,CustomerType}from'./customers';import type{Address,AddressType}from'./addresses';import type{PaymentMethod,PaymentMethodType}from'./payment_methods';import type{CustomerPaymentSource}from'./customer_payment_sources';import type{Sku}from'./skus';import type{Bundle}from'./bundles';import type{AdyenPayment,AdyenPaymentType}from'./adyen_payments';import type{AxervePayment,AxervePaymentType}from'./axerve_payments';import type{BraintreePayment,BraintreePaymentType}from'./braintree_payments';import type{CheckoutComPayment,CheckoutComPaymentType}from'./checkout_com_payments';import type{ExternalPayment,ExternalPaymentType}from'./external_payments';import type{KlarnaPayment,KlarnaPaymentType}from'./klarna_payments';import type{PaypalPayment,PaypalPaymentType}from'./paypal_payments';import type{SatispayPayment,SatispayPaymentType}from'./satispay_payments';import type{StripePayment,StripePaymentType}from'./stripe_payments';import type{WireTransfer,WireTransferType}from'./wire_transfers';import type{LineItem}from'./line_items';import type{LineItemOption}from'./line_item_options';import type{StockReservation}from'./stock_reservations';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{Shipment}from'./shipments';import type{PaymentOption}from'./payment_options';import type{Authorization}from'./authorizations';import type{Capture}from'./captures';import type{Void}from'./voids';import type{Refund}from'./refunds';import type{Return}from'./returns';import type{OrderSubscription}from'./order_subscriptions';import type{OrderFactory}from'./order_factories';import type{OrderCopy}from'./order_copies';import type{RecurringOrderCopy}from'./recurring_order_copies';import type{Attachment}from'./attachments';import type{ResourceError}from'./resource_errors';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type OrderType='orders';type OrderRel=ResourceRel&{type:OrderType;};type MarketRel=ResourceRel&{type:MarketType;};type CustomerRel=ResourceRel&{type:CustomerType;};type AddressRel=ResourceRel&{type:AddressType;};type PaymentMethodRel=ResourceRel&{type:PaymentMethodType;};type AdyenPaymentRel=ResourceRel&{type:AdyenPaymentType;};type AxervePaymentRel=ResourceRel&{type:AxervePaymentType;};type BraintreePaymentRel=ResourceRel&{type:BraintreePaymentType;};type CheckoutComPaymentRel=ResourceRel&{type:CheckoutComPaymentType;};type ExternalPaymentRel=ResourceRel&{type:ExternalPaymentType;};type KlarnaPaymentRel=ResourceRel&{type:KlarnaPaymentType;};type PaypalPaymentRel=ResourceRel&{type:PaypalPaymentType;};type SatispayPaymentRel=ResourceRel&{type:SatispayPaymentType;};type StripePaymentRel=ResourceRel&{type:StripePaymentType;};type WireTransferRel=ResourceRel&{type:WireTransferType;};type TagRel=ResourceRel&{type:TagType;};interface Order extends Resource{readonly type:OrderType;number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;status:'draft'|'pending'|'placing'|'placed'|'editing'|'approved'|'cancelled';payment_status:'unpaid'|'authorized'|'partially_authorized'|'paid'|'partially_paid'|'voided'|'partially_voided'|'refunded'|'partially_refunded'|'free';fulfillment_status:'unfulfilled'|'in_progress'|'fulfilled'|'not_required';guest?:boolean|null;editable?:boolean|null;customer_email?:string|null;language_code?:string|null;currency_code?:string|null;tax_included?:boolean|null;tax_rate?:number|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;requires_billing_info?:boolean|null;country_code?:string|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;subtotal_amount_cents?:number|null;subtotal_amount_float?:number|null;formatted_subtotal_amount?:string|null;shipping_amount_cents?:number|null;shipping_amount_float?:number|null;formatted_shipping_amount?:string|null;payment_method_amount_cents?:number|null;payment_method_amount_float?:number|null;formatted_payment_method_amount?:string|null;discount_amount_cents?:number|null;discount_amount_float?:number|null;formatted_discount_amount?:string|null;adjustment_amount_cents?:number|null;adjustment_amount_float?:number|null;formatted_adjustment_amount?:string|null;gift_card_amount_cents?:number|null;gift_card_amount_float?:number|null;formatted_gift_card_amount?:string|null;total_tax_amount_cents?:number|null;total_tax_amount_float?:number|null;formatted_total_tax_amount?:string|null;subtotal_tax_amount_cents?:number|null;subtotal_tax_amount_float?:number|null;formatted_subtotal_tax_amount?:string|null;shipping_tax_amount_cents?:number|null;shipping_tax_amount_float?:number|null;formatted_shipping_tax_amount?:string|null;payment_method_tax_amount_cents?:number|null;payment_method_tax_amount_float?:number|null;formatted_payment_method_tax_amount?:string|null;adjustment_tax_amount_cents?:number|null;adjustment_tax_amount_float?:number|null;formatted_adjustment_tax_amount?:string|null;total_amount_cents?:number|null;total_amount_float?:number|null;formatted_total_amount?:string|null;total_taxable_amount_cents?:number|null;total_taxable_amount_float?:number|null;formatted_total_taxable_amount?:string|null;subtotal_taxable_amount_cents?:number|null;subtotal_taxable_amount_float?:number|null;formatted_subtotal_taxable_amount?:string|null;shipping_taxable_amount_cents?:number|null;shipping_taxable_amount_float?:number|null;formatted_shipping_taxable_amount?:string|null;payment_method_taxable_amount_cents?:number|null;payment_method_taxable_amount_float?:number|null;formatted_payment_method_taxable_amount?:string|null;adjustment_taxable_amount_cents?:number|null;adjustment_taxable_amount_float?:number|null;formatted_adjustment_taxable_amount?:string|null;total_amount_with_taxes_cents?:number|null;total_amount_with_taxes_float?:number|null;formatted_total_amount_with_taxes?:string|null;fees_amount_cents?:number|null;fees_amount_float?:number|null;formatted_fees_amount?:string|null;duty_amount_cents?:number|null;duty_amount_float?:number|null;formatted_duty_amount?:string|null;place_total_amount_cents?:number|null;place_total_amount_float?:number|null;formatted_place_total_amount?:string|null;skus_count?:number|null;line_item_options_count?:number|null;shipments_count?:number|null;tax_calculations_count?:number|null;validations_count?:number|null;errors_count?:number|null;payment_source_details?:Record<string,any>|null;token?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;checkout_url?:string|null;placed_at?:string|null;approved_at?:string|null;cancelled_at?:string|null;payment_updated_at?:string|null;fulfillment_updated_at?:string|null;refreshed_at?:string|null;archived_at?:string|null;expires_at?:string|null;subscription_created_at?:string|null;circuit_state?:string|null;circuit_failure_count?:number|null;market?:Market|null;customer?:Customer|null;shipping_address?:Address|null;billing_address?:Address|null;available_payment_methods?:PaymentMethod[]|null;available_customer_payment_sources?:CustomerPaymentSource[]|null;available_free_skus?:Sku[]|null;available_free_bundles?:Bundle[]|null;payment_method?:PaymentMethod|null;payment_source?:AdyenPayment|AxervePayment|BraintreePayment|CheckoutComPayment|ExternalPayment|KlarnaPayment|PaypalPayment|SatispayPayment|StripePayment|WireTransfer|null;line_items?:LineItem[]|null;line_item_options?:LineItemOption[]|null;stock_reservations?:StockReservation[]|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;shipments?:Shipment[]|null;payment_options?:PaymentOption[]|null;transactions?:Array<Authorization|Capture|Void|Refund>|null;authorizations?:Authorization[]|null;captures?:Capture[]|null;voids?:Void[]|null;refunds?:Refund[]|null;returns?:Return[]|null;order_subscription?:OrderSubscription|null;order_subscriptions?:OrderSubscription[]|null;order_factories?:OrderFactory[]|null;order_copies?:OrderCopy[]|null;recurring_order_copies?:RecurringOrderCopy[]|null;attachments?:Attachment[]|null;resource_errors?:ResourceError[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface OrderCreate extends ResourceCreate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}interface OrderUpdate extends ResourceUpdate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;_archive?:boolean|null;_unarchive?:boolean|null;_pending?:boolean|null;_place?:boolean|null;_cancel?:boolean|null;_approve?:boolean|null;_approve_and_capture?:boolean|null;_authorize?:boolean|null;_authorization_amount_cents?:number|null;_capture?:boolean|null;_refund?:boolean|null;_fulfill?:boolean|null;_update_taxes?:boolean|null;_nullify_payment_source?:boolean|null;_billing_address_clone_id?:string|null;_shipping_address_clone_id?:string|null;_customer_payment_source_id?:string|null;_shipping_address_same_as_billing?:boolean|null;_billing_address_same_as_shipping?:boolean|null;_commit_invoice?:boolean|null;_refund_invoice?:boolean|null;_save_payment_source_to_customer_wallet?:boolean|null;_save_shipping_address_to_customer_address_book?:boolean|null;_save_billing_address_to_customer_address_book?:boolean|null;_refresh?:boolean|null;_validate?:boolean|null;_create_subscriptions?:boolean|null;_start_editing?:boolean|null;_stop_editing?:boolean|null;_reset_circuit?:boolean|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}declare class Orders extends ApiResource<Order>{static readonly TYPE:OrderType;create(resource:OrderCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;update(resource:OrderUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;customer(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;shipping_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;billing_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;available_payment_methods(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;available_customer_payment_sources(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CustomerPaymentSource>>;available_free_skus(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;available_free_bundles(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Bundle>>;payment_method(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;line_item_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItemOption>>;stock_reservations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockReservation>>;stock_line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;shipments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Shipment>>;payment_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentOption>>;authorizations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Authorization>>;captures(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Capture>>;voids(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Void>>;refunds(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Refund>>;returns(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Return>>;order_subscription(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;order_subscriptions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderSubscription>>;order_factories(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderFactory>>;order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderCopy>>;recurring_order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<RecurringOrderCopy>>;attachments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;resource_errors(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ResourceError>>;events(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_archive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_unarchive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_pending(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_place(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_cancel(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve_and_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorize(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorization_amount_cents(id:string|Order,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_fulfill(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_update_taxes(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_nullify_payment_source(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_customer_payment_source_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_same_as_billing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_same_as_shipping(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_commit_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_payment_source_to_customer_wallet(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_shipping_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_billing_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refresh(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_validate(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_create_subscriptions(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_start_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_stop_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_reset_circuit(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;isOrder(resource:any):resource is Order;relationship(id:string|ResourceId|null):OrderRel;type():OrderType;}export default Orders;export type{Order,OrderCreate,OrderUpdate,OrderType};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Orders extends resource_1.ApiResource{async create(e,s,t){return this.resources.create({...e,type:Orders.TYPE},s,t)}async update(e,s,t){return this.resources.update({...e,type:Orders.TYPE},s,t)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:Orders.TYPE}:e,s)}async market(e,s,t){const r=e.id||e;return this.resources.fetch({type:"markets"},`orders/${r}/market`,s,t)}async customer(e,s,t){const r=e.id||e;return this.resources.fetch({type:"customers"},`orders/${r}/customer`,s,t)}async shipping_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${r}/shipping_address`,s,t)}async billing_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${r}/billing_address`,s,t)}async available_payment_methods(e,s,t){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${r}/available_payment_methods`,s,t)}async available_customer_payment_sources(e,s,t){const r=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`orders/${r}/available_customer_payment_sources`,s,t)}async available_free_skus(e,s,t){const r=e.id||e;return this.resources.fetch({type:"skus"},`orders/${r}/available_free_skus`,s,t)}async available_free_bundles(e,s,t){const r=e.id||e;return this.resources.fetch({type:"bundles"},`orders/${r}/available_free_bundles`,s,t)}async payment_method(e,s,t){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${r}/payment_method`,s,t)}async line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_items"},`orders/${r}/line_items`,s,t)}async line_item_options(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_item_options"},`orders/${r}/line_item_options`,s,t)}async stock_reservations(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_reservations"},`orders/${r}/stock_reservations`,s,t)}async stock_line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_line_items"},`orders/${r}/stock_line_items`,s,t)}async stock_transfers(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_transfers"},`orders/${r}/stock_transfers`,s,t)}async shipments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipments"},`orders/${r}/shipments`,s,t)}async payment_options(e,s,t){const r=e.id||e;return this.resources.fetch({type:"payment_options"},`orders/${r}/payment_options`,s,t)}async authorizations(e,s,t){const r=e.id||e;return this.resources.fetch({type:"authorizations"},`orders/${r}/authorizations`,s,t)}async captures(e,s,t){const r=e.id||e;return this.resources.fetch({type:"captures"},`orders/${r}/captures`,s,t)}async voids(e,s,t){const r=e.id||e;return this.resources.fetch({type:"voids"},`orders/${r}/voids`,s,t)}async refunds(e,s,t){const r=e.id||e;return this.resources.fetch({type:"refunds"},`orders/${r}/refunds`,s,t)}async returns(e,s,t){const r=e.id||e;return this.resources.fetch({type:"returns"},`orders/${r}/returns`,s,t)}async order_subscription(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${r}/order_subscription`,s,t)}async order_subscriptions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${r}/order_subscriptions`,s,t)}async order_factories(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_factories"},`orders/${r}/order_factories`,s,t)}async order_copies(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_copies"},`orders/${r}/order_copies`,s,t)}async recurring_order_copies(e,s,t){const r=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`orders/${r}/recurring_order_copies`,s,t)}async attachments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"attachments"},`orders/${r}/attachments`,s,t)}async resource_errors(e,s,t){const r=e.id||e;return this.resources.fetch({type:"resource_errors"},`orders/${r}/resource_errors`,s,t)}async events(e,s,t){const r=e.id||e;return this.resources.fetch({type:"events"},`orders/${r}/events`,s,t)}async tags(e,s,t){const r=e.id||e;return this.resources.fetch({type:"tags"},`orders/${r}/tags`,s,t)}async versions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"versions"},`orders/${r}/versions`,s,t)}async _archive(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_archive:!0},s,t)}async _unarchive(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_unarchive:!0},s,t)}async _pending(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_pending:!0},s,t)}async _place(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_place:!0},s,t)}async _cancel(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_cancel:!0},s,t)}async _approve(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_approve:!0},s,t)}async _approve_and_capture(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_approve_and_capture:!0},s,t)}async _authorize(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_authorize:!0},s,t)}async _authorization_amount_cents(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_authorization_amount_cents:s},t,r)}async _capture(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_capture:!0},s,t)}async _refund(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_refund:!0},s,t)}async _update_taxes(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_update_taxes:!0},s,t)}async _nullify_payment_source(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_nullify_payment_source:!0},s,t)}async _billing_address_clone_id(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_billing_address_clone_id:s},t,r)}async _shipping_address_clone_id(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_shipping_address_clone_id:s},t,r)}async _customer_payment_source_id(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_customer_payment_source_id:s},t,r)}async _shipping_address_same_as_billing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_shipping_address_same_as_billing:!0},s,t)}async _billing_address_same_as_shipping(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_billing_address_same_as_shipping:!0},s,t)}async _commit_invoice(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_commit_invoice:!0},s,t)}async _refund_invoice(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_refund_invoice:!0},s,t)}async _save_payment_source_to_customer_wallet(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_save_payment_source_to_customer_wallet:!0},s,t)}async _save_shipping_address_to_customer_address_book(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_save_shipping_address_to_customer_address_book:!0},s,t)}async _save_billing_address_to_customer_address_book(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_save_billing_address_to_customer_address_book:!0},s,t)}async _refresh(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_refresh:!0},s,t)}async _validate(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_validate:!0},s,t)}async _create_subscriptions(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_create_subscriptions:!0},s,t)}async _start_editing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_start_editing:!0},s,t)}async _stop_editing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_stop_editing:!0},s,t)}async _reset_circuit(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_reset_circuit:!0},s,t)}isOrder(e){return e.type&&e.type===Orders.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Orders.TYPE}:{id:e.id,type:Orders.TYPE}}type(){return Orders.TYPE}}Orders.TYPE="orders",exports.default=Orders;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Orders extends resource_1.ApiResource{async create(e,s,t){return this.resources.create({...e,type:Orders.TYPE},s,t)}async update(e,s,t){return this.resources.update({...e,type:Orders.TYPE},s,t)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:Orders.TYPE}:e,s)}async market(e,s,t){const r=e.id||e;return this.resources.fetch({type:"markets"},`orders/${r}/market`,s,t)}async customer(e,s,t){const r=e.id||e;return this.resources.fetch({type:"customers"},`orders/${r}/customer`,s,t)}async shipping_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${r}/shipping_address`,s,t)}async billing_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${r}/billing_address`,s,t)}async available_payment_methods(e,s,t){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${r}/available_payment_methods`,s,t)}async available_customer_payment_sources(e,s,t){const r=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`orders/${r}/available_customer_payment_sources`,s,t)}async available_free_skus(e,s,t){const r=e.id||e;return this.resources.fetch({type:"skus"},`orders/${r}/available_free_skus`,s,t)}async available_free_bundles(e,s,t){const r=e.id||e;return this.resources.fetch({type:"bundles"},`orders/${r}/available_free_bundles`,s,t)}async payment_method(e,s,t){const r=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${r}/payment_method`,s,t)}async line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_items"},`orders/${r}/line_items`,s,t)}async line_item_options(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_item_options"},`orders/${r}/line_item_options`,s,t)}async stock_reservations(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_reservations"},`orders/${r}/stock_reservations`,s,t)}async stock_line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_line_items"},`orders/${r}/stock_line_items`,s,t)}async stock_transfers(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_transfers"},`orders/${r}/stock_transfers`,s,t)}async shipments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipments"},`orders/${r}/shipments`,s,t)}async payment_options(e,s,t){const r=e.id||e;return this.resources.fetch({type:"payment_options"},`orders/${r}/payment_options`,s,t)}async authorizations(e,s,t){const r=e.id||e;return this.resources.fetch({type:"authorizations"},`orders/${r}/authorizations`,s,t)}async captures(e,s,t){const r=e.id||e;return this.resources.fetch({type:"captures"},`orders/${r}/captures`,s,t)}async voids(e,s,t){const r=e.id||e;return this.resources.fetch({type:"voids"},`orders/${r}/voids`,s,t)}async refunds(e,s,t){const r=e.id||e;return this.resources.fetch({type:"refunds"},`orders/${r}/refunds`,s,t)}async returns(e,s,t){const r=e.id||e;return this.resources.fetch({type:"returns"},`orders/${r}/returns`,s,t)}async order_subscription(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${r}/order_subscription`,s,t)}async order_subscriptions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${r}/order_subscriptions`,s,t)}async order_factories(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_factories"},`orders/${r}/order_factories`,s,t)}async order_copies(e,s,t){const r=e.id||e;return this.resources.fetch({type:"order_copies"},`orders/${r}/order_copies`,s,t)}async recurring_order_copies(e,s,t){const r=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`orders/${r}/recurring_order_copies`,s,t)}async attachments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"attachments"},`orders/${r}/attachments`,s,t)}async resource_errors(e,s,t){const r=e.id||e;return this.resources.fetch({type:"resource_errors"},`orders/${r}/resource_errors`,s,t)}async events(e,s,t){const r=e.id||e;return this.resources.fetch({type:"events"},`orders/${r}/events`,s,t)}async tags(e,s,t){const r=e.id||e;return this.resources.fetch({type:"tags"},`orders/${r}/tags`,s,t)}async versions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"versions"},`orders/${r}/versions`,s,t)}async _archive(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_archive:!0},s,t)}async _unarchive(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_unarchive:!0},s,t)}async _pending(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_pending:!0},s,t)}async _place(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_place:!0},s,t)}async _cancel(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_cancel:!0},s,t)}async _approve(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_approve:!0},s,t)}async _approve_and_capture(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_approve_and_capture:!0},s,t)}async _authorize(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_authorize:!0},s,t)}async _authorization_amount_cents(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_authorization_amount_cents:s},t,r)}async _capture(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_capture:!0},s,t)}async _refund(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_refund:!0},s,t)}async _fulfill(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_fulfill:!0},s,t)}async _update_taxes(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_update_taxes:!0},s,t)}async _nullify_payment_source(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_nullify_payment_source:!0},s,t)}async _billing_address_clone_id(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_billing_address_clone_id:s},t,r)}async _shipping_address_clone_id(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_shipping_address_clone_id:s},t,r)}async _customer_payment_source_id(e,s,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_customer_payment_source_id:s},t,r)}async _shipping_address_same_as_billing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_shipping_address_same_as_billing:!0},s,t)}async _billing_address_same_as_shipping(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_billing_address_same_as_shipping:!0},s,t)}async _commit_invoice(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_commit_invoice:!0},s,t)}async _refund_invoice(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_refund_invoice:!0},s,t)}async _save_payment_source_to_customer_wallet(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_save_payment_source_to_customer_wallet:!0},s,t)}async _save_shipping_address_to_customer_address_book(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_save_shipping_address_to_customer_address_book:!0},s,t)}async _save_billing_address_to_customer_address_book(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_save_billing_address_to_customer_address_book:!0},s,t)}async _refresh(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_refresh:!0},s,t)}async _validate(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_validate:!0},s,t)}async _create_subscriptions(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_create_subscriptions:!0},s,t)}async _start_editing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_start_editing:!0},s,t)}async _stop_editing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_stop_editing:!0},s,t)}async _reset_circuit(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Orders.TYPE,_reset_circuit:!0},s,t)}isOrder(e){return e.type&&e.type===Orders.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Orders.TYPE}:{id:e.id,type:Orders.TYPE}}type(){return Orders.TYPE}}Orders.TYPE="orders",exports.default=Orders;
@@ -1 +1 @@
1
- import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order,OrderType}from'./orders';import type{ShippingCategory,ShippingCategoryType}from'./shipping_categories';import type{InventoryStockLocation,InventoryStockLocationType}from'./inventory_stock_locations';import type{StockLocation}from'./stock_locations';import type{Address,AddressType}from'./addresses';import type{ShippingMethod,ShippingMethodType}from'./shipping_methods';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{LineItem}from'./line_items';import type{CarrierAccount}from'./carrier_accounts';import type{Parcel}from'./parcels';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type ShipmentType='shipments';type ShipmentRel=ResourceRel&{type:ShipmentType;};type OrderRel=ResourceRel&{type:OrderType;};type ShippingCategoryRel=ResourceRel&{type:ShippingCategoryType;};type InventoryStockLocationRel=ResourceRel&{type:InventoryStockLocationType;};type AddressRel=ResourceRel&{type:AddressType;};type ShippingMethodRel=ResourceRel&{type:ShippingMethodType;};type TagRel=ResourceRel&{type:TagType;};interface Shipment extends Resource{readonly type:ShipmentType;number?:string|null;status:'draft'|'upcoming'|'cancelled'|'on_hold'|'picking'|'packing'|'ready_to_ship'|'shipped';currency_code?:string|null;cost_amount_cents?:number|null;cost_amount_float?:number|null;formatted_cost_amount?:string|null;skus_count?:number|null;selected_rate_id?:string|null;rates?:Array<Record<string,any>>|null;purchase_error_code?:string|null;purchase_error_message?:string|null;get_rates_errors?:Array<Record<string,any>>|null;get_rates_started_at?:string|null;get_rates_completed_at?:string|null;purchase_started_at?:string|null;purchase_completed_at?:string|null;purchase_failed_at?:string|null;on_hold_at?:string|null;picking_at?:string|null;packing_at?:string|null;ready_to_ship_at?:string|null;shipped_at?:string|null;order?:Order|null;shipping_category?:ShippingCategory|null;inventory_stock_location?:InventoryStockLocation|null;stock_location?:StockLocation|null;origin_address?:Address|null;shipping_address?:Address|null;shipping_method?:ShippingMethod|null;delivery_lead_time?:DeliveryLeadTime|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;line_items?:LineItem[]|null;available_shipping_methods?:ShippingMethod[]|null;carrier_accounts?:CarrierAccount[]|null;parcels?:Parcel[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface ShipmentCreate extends ResourceCreate{order:OrderRel;shipping_category?:ShippingCategoryRel|null;inventory_stock_location:InventoryStockLocationRel;shipping_address?:AddressRel|null;shipping_method?:ShippingMethodRel|null;tags?:TagRel[]|null;}interface ShipmentUpdate extends ResourceUpdate{_upcoming?:boolean|null;_on_hold?:boolean|null;_picking?:boolean|null;_packing?:boolean|null;_ready_to_ship?:boolean|null;_ship?:boolean|null;_reserve_stock?:boolean|null;_release_stock?:boolean|null;_decrement_stock?:boolean|null;_get_rates?:boolean|null;selected_rate_id?:string|null;_purchase?:boolean|null;shipping_category?:ShippingCategoryRel|null;inventory_stock_location?:InventoryStockLocationRel|null;shipping_address?:AddressRel|null;shipping_method?:ShippingMethodRel|null;tags?:TagRel[]|null;}declare class Shipments extends ApiResource<Shipment>{static readonly TYPE:ShipmentType;create(resource:ShipmentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;update(resource:ShipmentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;shipping_category(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;inventory_stock_location(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryStockLocation>;stock_location(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;origin_address(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;shipping_address(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;shipping_method(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delivery_lead_time(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;stock_line_items(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;line_items(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;available_shipping_methods(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;carrier_accounts(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CarrierAccount>>;parcels(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Parcel>>;attachments(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_upcoming(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_on_hold(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_picking(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_packing(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_ready_to_ship(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_ship(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_reserve_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_release_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_decrement_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_get_rates(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_purchase(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;isShipment(resource:any):resource is Shipment;relationship(id:string|ResourceId|null):ShipmentRel;type():ShipmentType;}export default Shipments;export type{Shipment,ShipmentCreate,ShipmentUpdate,ShipmentType};
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Order,OrderType}from'./orders';import type{ShippingCategory,ShippingCategoryType}from'./shipping_categories';import type{InventoryStockLocation,InventoryStockLocationType}from'./inventory_stock_locations';import type{StockLocation}from'./stock_locations';import type{Address,AddressType}from'./addresses';import type{ShippingMethod,ShippingMethodType}from'./shipping_methods';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{LineItem}from'./line_items';import type{CarrierAccount}from'./carrier_accounts';import type{Parcel}from'./parcels';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type ShipmentType='shipments';type ShipmentRel=ResourceRel&{type:ShipmentType;};type OrderRel=ResourceRel&{type:OrderType;};type ShippingCategoryRel=ResourceRel&{type:ShippingCategoryType;};type InventoryStockLocationRel=ResourceRel&{type:InventoryStockLocationType;};type AddressRel=ResourceRel&{type:AddressType;};type ShippingMethodRel=ResourceRel&{type:ShippingMethodType;};type TagRel=ResourceRel&{type:TagType;};interface Shipment extends Resource{readonly type:ShipmentType;number:string;status:'draft'|'upcoming'|'cancelled'|'on_hold'|'picking'|'packing'|'ready_to_ship'|'shipped'|'delivered';currency_code?:string|null;cost_amount_cents?:number|null;cost_amount_float?:number|null;formatted_cost_amount?:string|null;skus_count?:number|null;selected_rate_id?:string|null;rates?:Array<Record<string,any>>|null;purchase_error_code?:string|null;purchase_error_message?:string|null;get_rates_errors?:Array<Record<string,any>>|null;get_rates_started_at?:string|null;get_rates_completed_at?:string|null;purchase_started_at?:string|null;purchase_completed_at?:string|null;purchase_failed_at?:string|null;on_hold_at?:string|null;picking_at?:string|null;packing_at?:string|null;ready_to_ship_at?:string|null;shipped_at?:string|null;order?:Order|null;shipping_category?:ShippingCategory|null;inventory_stock_location?:InventoryStockLocation|null;stock_location?:StockLocation|null;origin_address?:Address|null;shipping_address?:Address|null;shipping_method?:ShippingMethod|null;delivery_lead_time?:DeliveryLeadTime|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;line_items?:LineItem[]|null;available_shipping_methods?:ShippingMethod[]|null;carrier_accounts?:CarrierAccount[]|null;parcels?:Parcel[]|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface ShipmentCreate extends ResourceCreate{order:OrderRel;shipping_category?:ShippingCategoryRel|null;inventory_stock_location:InventoryStockLocationRel;shipping_address?:AddressRel|null;shipping_method?:ShippingMethodRel|null;tags?:TagRel[]|null;}interface ShipmentUpdate extends ResourceUpdate{number?:string|null;_upcoming?:boolean|null;_on_hold?:boolean|null;_picking?:boolean|null;_packing?:boolean|null;_ready_to_ship?:boolean|null;_ship?:boolean|null;_deliver?:boolean|null;_reserve_stock?:boolean|null;_release_stock?:boolean|null;_decrement_stock?:boolean|null;_get_rates?:boolean|null;selected_rate_id?:string|null;_purchase?:boolean|null;shipping_category?:ShippingCategoryRel|null;inventory_stock_location?:InventoryStockLocationRel|null;shipping_address?:AddressRel|null;shipping_method?:ShippingMethodRel|null;tags?:TagRel[]|null;}declare class Shipments extends ApiResource<Shipment>{static readonly TYPE:ShipmentType;create(resource:ShipmentCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;update(resource:ShipmentUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;order(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;shipping_category(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;inventory_stock_location(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryStockLocation>;stock_location(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;origin_address(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;shipping_address(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;shipping_method(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delivery_lead_time(shipmentId:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;stock_line_items(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;line_items(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;available_shipping_methods(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;carrier_accounts(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CarrierAccount>>;parcels(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Parcel>>;attachments(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(shipmentId:string|Shipment,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_upcoming(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_on_hold(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_picking(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_packing(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_ready_to_ship(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_ship(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_deliver(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_reserve_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_release_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_decrement_stock(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_get_rates(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;_purchase(id:string|Shipment,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Shipment>;isShipment(resource:any):resource is Shipment;relationship(id:string|ResourceId|null):ShipmentRel;type():ShipmentType;}export default Shipments;export type{Shipment,ShipmentCreate,ShipmentUpdate,ShipmentType};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Shipments extends resource_1.ApiResource{async create(e,s,t){return this.resources.create({...e,type:Shipments.TYPE},s,t)}async update(e,s,t){return this.resources.update({...e,type:Shipments.TYPE},s,t)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:Shipments.TYPE}:e,s)}async order(e,s,t){const r=e.id||e;return this.resources.fetch({type:"orders"},`shipments/${r}/order`,s,t)}async shipping_category(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipments/${r}/shipping_category`,s,t)}async inventory_stock_location(e,s,t){const r=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`shipments/${r}/inventory_stock_location`,s,t)}async stock_location(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipments/${r}/stock_location`,s,t)}async origin_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${r}/origin_address`,s,t)}async shipping_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${r}/shipping_address`,s,t)}async shipping_method(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${r}/shipping_method`,s,t)}async delivery_lead_time(e,s,t){const r=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipments/${r}/delivery_lead_time`,s,t)}async stock_line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_line_items"},`shipments/${r}/stock_line_items`,s,t)}async stock_transfers(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_transfers"},`shipments/${r}/stock_transfers`,s,t)}async line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_items"},`shipments/${r}/line_items`,s,t)}async available_shipping_methods(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${r}/available_shipping_methods`,s,t)}async carrier_accounts(e,s,t){const r=e.id||e;return this.resources.fetch({type:"carrier_accounts"},`shipments/${r}/carrier_accounts`,s,t)}async parcels(e,s,t){const r=e.id||e;return this.resources.fetch({type:"parcels"},`shipments/${r}/parcels`,s,t)}async attachments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"attachments"},`shipments/${r}/attachments`,s,t)}async events(e,s,t){const r=e.id||e;return this.resources.fetch({type:"events"},`shipments/${r}/events`,s,t)}async tags(e,s,t){const r=e.id||e;return this.resources.fetch({type:"tags"},`shipments/${r}/tags`,s,t)}async versions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"versions"},`shipments/${r}/versions`,s,t)}async _upcoming(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_upcoming:!0},s,t)}async _on_hold(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_on_hold:!0},s,t)}async _picking(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_picking:!0},s,t)}async _packing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_packing:!0},s,t)}async _ready_to_ship(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_ready_to_ship:!0},s,t)}async _ship(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_ship:!0},s,t)}async _reserve_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_reserve_stock:!0},s,t)}async _release_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_release_stock:!0},s,t)}async _decrement_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_decrement_stock:!0},s,t)}async _get_rates(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_get_rates:!0},s,t)}async _purchase(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_purchase:!0},s,t)}isShipment(e){return e.type&&e.type===Shipments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Shipments.TYPE}:{id:e.id,type:Shipments.TYPE}}type(){return Shipments.TYPE}}Shipments.TYPE="shipments",exports.default=Shipments;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Shipments extends resource_1.ApiResource{async create(e,s,t){return this.resources.create({...e,type:Shipments.TYPE},s,t)}async update(e,s,t){return this.resources.update({...e,type:Shipments.TYPE},s,t)}async delete(e,s){await this.resources.delete(typeof e=="string"?{id:e,type:Shipments.TYPE}:e,s)}async order(e,s,t){const r=e.id||e;return this.resources.fetch({type:"orders"},`shipments/${r}/order`,s,t)}async shipping_category(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipments/${r}/shipping_category`,s,t)}async inventory_stock_location(e,s,t){const r=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`shipments/${r}/inventory_stock_location`,s,t)}async stock_location(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipments/${r}/stock_location`,s,t)}async origin_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${r}/origin_address`,s,t)}async shipping_address(e,s,t){const r=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${r}/shipping_address`,s,t)}async shipping_method(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${r}/shipping_method`,s,t)}async delivery_lead_time(e,s,t){const r=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipments/${r}/delivery_lead_time`,s,t)}async stock_line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_line_items"},`shipments/${r}/stock_line_items`,s,t)}async stock_transfers(e,s,t){const r=e.id||e;return this.resources.fetch({type:"stock_transfers"},`shipments/${r}/stock_transfers`,s,t)}async line_items(e,s,t){const r=e.id||e;return this.resources.fetch({type:"line_items"},`shipments/${r}/line_items`,s,t)}async available_shipping_methods(e,s,t){const r=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${r}/available_shipping_methods`,s,t)}async carrier_accounts(e,s,t){const r=e.id||e;return this.resources.fetch({type:"carrier_accounts"},`shipments/${r}/carrier_accounts`,s,t)}async parcels(e,s,t){const r=e.id||e;return this.resources.fetch({type:"parcels"},`shipments/${r}/parcels`,s,t)}async attachments(e,s,t){const r=e.id||e;return this.resources.fetch({type:"attachments"},`shipments/${r}/attachments`,s,t)}async events(e,s,t){const r=e.id||e;return this.resources.fetch({type:"events"},`shipments/${r}/events`,s,t)}async tags(e,s,t){const r=e.id||e;return this.resources.fetch({type:"tags"},`shipments/${r}/tags`,s,t)}async versions(e,s,t){const r=e.id||e;return this.resources.fetch({type:"versions"},`shipments/${r}/versions`,s,t)}async _upcoming(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_upcoming:!0},s,t)}async _on_hold(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_on_hold:!0},s,t)}async _picking(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_picking:!0},s,t)}async _packing(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_packing:!0},s,t)}async _ready_to_ship(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_ready_to_ship:!0},s,t)}async _ship(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_ship:!0},s,t)}async _deliver(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_deliver:!0},s,t)}async _reserve_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_reserve_stock:!0},s,t)}async _release_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_release_stock:!0},s,t)}async _decrement_stock(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_decrement_stock:!0},s,t)}async _get_rates(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_get_rates:!0},s,t)}async _purchase(e,s,t){return this.resources.update({id:typeof e=="string"?e:e.id,type:Shipments.TYPE,_purchase:!0},s,t)}isShipment(e){return e.type&&e.type===Shipments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Shipments.TYPE}:{id:e.id,type:Shipments.TYPE}}type(){return Shipments.TYPE}}Shipments.TYPE="shipments",exports.default=Shipments;
@@ -1 +1 @@
1
- import*as api from'./api';import type{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{type ResourcesInitConfig}from'./resource';declare const OPEN_API_SCHEMA_VERSION="5.3.2";export{OPEN_API_SCHEMA_VERSION};type SdkConfig={};type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;readonly openApiSchemaVersion="5.3.2";addresses:api.Addresses;adjustments:api.Adjustments;adyen_gateways:api.AdyenGateways;adyen_payments:api.AdyenPayments;application:api.Applications;attachments:api.Attachments;authorizations:api.Authorizations;avalara_accounts:api.AvalaraAccounts;axerve_gateways:api.AxerveGateways;axerve_payments:api.AxervePayments;billing_info_validation_rules:api.BillingInfoValidationRules;bing_geocoders:api.BingGeocoders;braintree_gateways:api.BraintreeGateways;braintree_payments:api.BraintreePayments;bundles:api.Bundles;buy_x_pay_y_promotions:api.BuyXPayYPromotions;captures:api.Captures;carrier_accounts:api.CarrierAccounts;checkout_com_gateways:api.CheckoutComGateways;checkout_com_payments:api.CheckoutComPayments;cleanups:api.Cleanups;coupon_codes_promotion_rules:api.CouponCodesPromotionRules;coupon_recipients:api.CouponRecipients;coupons:api.Coupons;custom_promotion_rules:api.CustomPromotionRules;customer_addresses:api.CustomerAddresses;customer_groups:api.CustomerGroups;customer_password_resets:api.CustomerPasswordResets;customer_payment_sources:api.CustomerPaymentSources;customer_subscriptions:api.CustomerSubscriptions;customers:api.Customers;delivery_lead_times:api.DeliveryLeadTimes;event_callbacks:api.EventCallbacks;events:api.Events;exports:api.Exports;external_gateways:api.ExternalGateways;external_payments:api.ExternalPayments;external_promotions:api.ExternalPromotions;external_tax_calculators:api.ExternalTaxCalculators;fixed_amount_promotions:api.FixedAmountPromotions;fixed_price_promotions:api.FixedPricePromotions;free_gift_promotions:api.FreeGiftPromotions;free_shipping_promotions:api.FreeShippingPromotions;geocoders:api.Geocoders;gift_card_recipients:api.GiftCardRecipients;gift_cards:api.GiftCards;google_geocoders:api.GoogleGeocoders;imports:api.Imports;in_stock_subscriptions:api.InStockSubscriptions;inventory_models:api.InventoryModels;inventory_return_locations:api.InventoryReturnLocations;inventory_stock_locations:api.InventoryStockLocations;klarna_gateways:api.KlarnaGateways;klarna_payments:api.KlarnaPayments;line_item_options:api.LineItemOptions;line_items:api.LineItems;manual_gateways:api.ManualGateways;manual_tax_calculators:api.ManualTaxCalculators;markets:api.Markets;merchants:api.Merchants;order_amount_promotion_rules:api.OrderAmountPromotionRules;order_copies:api.OrderCopies;order_factories:api.OrderFactories;order_subscription_items:api.OrderSubscriptionItems;order_subscriptions:api.OrderSubscriptions;order_validation_rules:api.OrderValidationRules;orders:api.Orders;organization:api.Organizations;packages:api.Packages;parcel_line_items:api.ParcelLineItems;parcels:api.Parcels;payment_gateways:api.PaymentGateways;payment_methods:api.PaymentMethods;payment_options:api.PaymentOptions;paypal_gateways:api.PaypalGateways;paypal_payments:api.PaypalPayments;percentage_discount_promotions:api.PercentageDiscountPromotions;price_frequency_tiers:api.PriceFrequencyTiers;price_list_schedulers:api.PriceListSchedulers;price_lists:api.PriceLists;price_tiers:api.PriceTiers;price_volume_tiers:api.PriceVolumeTiers;prices:api.Prices;promotion_rules:api.PromotionRules;promotions:api.Promotions;recurring_order_copies:api.RecurringOrderCopies;refunds:api.Refunds;reserved_stocks:api.ReservedStocks;resource_errors:api.ResourceErrors;return_line_items:api.ReturnLineItems;returns:api.Returns;satispay_gateways:api.SatispayGateways;satispay_payments:api.SatispayPayments;shipments:api.Shipments;shipping_categories:api.ShippingCategories;shipping_method_tiers:api.ShippingMethodTiers;shipping_methods:api.ShippingMethods;shipping_weight_tiers:api.ShippingWeightTiers;shipping_zones:api.ShippingZones;sku_list_items:api.SkuListItems;sku_list_promotion_rules:api.SkuListPromotionRules;sku_lists:api.SkuLists;sku_options:api.SkuOptions;skus:api.Skus;stock_items:api.StockItems;stock_line_items:api.StockLineItems;stock_locations:api.StockLocations;stock_reservations:api.StockReservations;stock_transfers:api.StockTransfers;stripe_gateways:api.StripeGateways;stripe_payments:api.StripePayments;subscription_models:api.SubscriptionModels;tags:api.Tags;tax_calculators:api.TaxCalculators;tax_categories:api.TaxCategories;tax_rules:api.TaxRules;taxjar_accounts:api.TaxjarAccounts;transactions:api.Transactions;versions:api.Versions;voids:api.Voids;webhooks:api.Webhooks;wire_transfers:api.WireTransfers;constructor(config:CommerceLayerInitConfig);get currentOrganization():string;private localConfig;config(config:CommerceLayerConfig):CommerceLayerClient;resources():readonly string[];singletons():readonly string[];isSingleton(resource:api.ResourceTypeLock):boolean;isApiError(error:any):error is ApiError;addRequestInterceptor(onFulfilled?:RequestInterceptor|null,onRejected?:ErrorInterceptor|null):number;addResponseInterceptor(onFulfilled?:ResponseInterceptor|null,onRejected?:ErrorInterceptor|null):number;removeInterceptor(type:InterceptorType,id:number):void;addRawResponseReader(options?:{headers:boolean;}):RawResponseReader;removeRawResponseReader(reader:number|RawResponseReader):void;}declare const CommerceLayer:(config:CommerceLayerInitConfig)=>CommerceLayerClient;export default CommerceLayer;export{CommerceLayer};export type{CommerceLayerClient,CommerceLayerConfig,CommerceLayerInitConfig};
1
+ import*as api from'./api';import type{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{type ResourcesInitConfig}from'./resource';declare const OPEN_API_SCHEMA_VERSION="5.3.3";export{OPEN_API_SCHEMA_VERSION};type SdkConfig={};type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;readonly openApiSchemaVersion="5.3.3";addresses:api.Addresses;adjustments:api.Adjustments;adyen_gateways:api.AdyenGateways;adyen_payments:api.AdyenPayments;application:api.Applications;attachments:api.Attachments;authorizations:api.Authorizations;avalara_accounts:api.AvalaraAccounts;axerve_gateways:api.AxerveGateways;axerve_payments:api.AxervePayments;billing_info_validation_rules:api.BillingInfoValidationRules;bing_geocoders:api.BingGeocoders;braintree_gateways:api.BraintreeGateways;braintree_payments:api.BraintreePayments;bundles:api.Bundles;buy_x_pay_y_promotions:api.BuyXPayYPromotions;captures:api.Captures;carrier_accounts:api.CarrierAccounts;checkout_com_gateways:api.CheckoutComGateways;checkout_com_payments:api.CheckoutComPayments;cleanups:api.Cleanups;coupon_codes_promotion_rules:api.CouponCodesPromotionRules;coupon_recipients:api.CouponRecipients;coupons:api.Coupons;custom_promotion_rules:api.CustomPromotionRules;customer_addresses:api.CustomerAddresses;customer_groups:api.CustomerGroups;customer_password_resets:api.CustomerPasswordResets;customer_payment_sources:api.CustomerPaymentSources;customer_subscriptions:api.CustomerSubscriptions;customers:api.Customers;delivery_lead_times:api.DeliveryLeadTimes;event_callbacks:api.EventCallbacks;events:api.Events;exports:api.Exports;external_gateways:api.ExternalGateways;external_payments:api.ExternalPayments;external_promotions:api.ExternalPromotions;external_tax_calculators:api.ExternalTaxCalculators;fixed_amount_promotions:api.FixedAmountPromotions;fixed_price_promotions:api.FixedPricePromotions;free_gift_promotions:api.FreeGiftPromotions;free_shipping_promotions:api.FreeShippingPromotions;geocoders:api.Geocoders;gift_card_recipients:api.GiftCardRecipients;gift_cards:api.GiftCards;google_geocoders:api.GoogleGeocoders;imports:api.Imports;in_stock_subscriptions:api.InStockSubscriptions;inventory_models:api.InventoryModels;inventory_return_locations:api.InventoryReturnLocations;inventory_stock_locations:api.InventoryStockLocations;klarna_gateways:api.KlarnaGateways;klarna_payments:api.KlarnaPayments;line_item_options:api.LineItemOptions;line_items:api.LineItems;manual_gateways:api.ManualGateways;manual_tax_calculators:api.ManualTaxCalculators;markets:api.Markets;merchants:api.Merchants;order_amount_promotion_rules:api.OrderAmountPromotionRules;order_copies:api.OrderCopies;order_factories:api.OrderFactories;order_subscription_items:api.OrderSubscriptionItems;order_subscriptions:api.OrderSubscriptions;order_validation_rules:api.OrderValidationRules;orders:api.Orders;organization:api.Organizations;packages:api.Packages;parcel_line_items:api.ParcelLineItems;parcels:api.Parcels;payment_gateways:api.PaymentGateways;payment_methods:api.PaymentMethods;payment_options:api.PaymentOptions;paypal_gateways:api.PaypalGateways;paypal_payments:api.PaypalPayments;percentage_discount_promotions:api.PercentageDiscountPromotions;price_frequency_tiers:api.PriceFrequencyTiers;price_list_schedulers:api.PriceListSchedulers;price_lists:api.PriceLists;price_tiers:api.PriceTiers;price_volume_tiers:api.PriceVolumeTiers;prices:api.Prices;promotion_rules:api.PromotionRules;promotions:api.Promotions;recurring_order_copies:api.RecurringOrderCopies;refunds:api.Refunds;reserved_stocks:api.ReservedStocks;resource_errors:api.ResourceErrors;return_line_items:api.ReturnLineItems;returns:api.Returns;satispay_gateways:api.SatispayGateways;satispay_payments:api.SatispayPayments;shipments:api.Shipments;shipping_categories:api.ShippingCategories;shipping_method_tiers:api.ShippingMethodTiers;shipping_methods:api.ShippingMethods;shipping_weight_tiers:api.ShippingWeightTiers;shipping_zones:api.ShippingZones;sku_list_items:api.SkuListItems;sku_list_promotion_rules:api.SkuListPromotionRules;sku_lists:api.SkuLists;sku_options:api.SkuOptions;skus:api.Skus;stock_items:api.StockItems;stock_line_items:api.StockLineItems;stock_locations:api.StockLocations;stock_reservations:api.StockReservations;stock_transfers:api.StockTransfers;stripe_gateways:api.StripeGateways;stripe_payments:api.StripePayments;subscription_models:api.SubscriptionModels;tags:api.Tags;tax_calculators:api.TaxCalculators;tax_categories:api.TaxCategories;tax_rules:api.TaxRules;taxjar_accounts:api.TaxjarAccounts;transactions:api.Transactions;versions:api.Versions;voids:api.Voids;webhooks:api.Webhooks;wire_transfers:api.WireTransfers;constructor(config:CommerceLayerInitConfig);get currentOrganization():string;private localConfig;config(config:CommerceLayerConfig):CommerceLayerClient;resources():readonly string[];singletons():readonly string[];isSingleton(resource:api.ResourceTypeLock):boolean;isApiError(error:any):error is ApiError;addRequestInterceptor(onFulfilled?:RequestInterceptor|null,onRejected?:ErrorInterceptor|null):number;addResponseInterceptor(onFulfilled?:ResponseInterceptor|null,onRejected?:ErrorInterceptor|null):number;removeInterceptor(type:InterceptorType,id:number):void;addRawResponseReader(options?:{headers:boolean;}):RawResponseReader;removeRawResponseReader(reader:number|RawResponseReader):void;}declare const CommerceLayer:(config:CommerceLayerInitConfig)=>CommerceLayerClient;export default CommerceLayer;export{CommerceLayer};export type{CommerceLayerClient,CommerceLayerConfig,CommerceLayerInitConfig};
@@ -1 +1 @@
1
- var f=function(r,i,n,o,a){if(o==="m")throw new TypeError("Private method is not writable");if(o==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof i=="function"?r!==i||!a:!i.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?a.call(r,n):a?a.value=n:i.set(r,n),n},t=function(r,i,n,o){if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof i=="function"?r!==i||!o:!i.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?o:n==="a"?o.call(r):o?o.value:i.get(r)},s,c;import*as e from"./api";import{CommerceLayerStatic as w}from"./static";import m from"./resource";import l from"./debug";const p=l("commercelayer"),u="5.3.2";export{u as OPEN_API_SCHEMA_VERSION};class d{constructor(i){this.openApiSchemaVersion=u,s.set(this,void 0),c.set(this,void 0),p("new commercelayer instance %O",i),f(this,s,new m(i),"f"),f(this,c,i.organization,"f"),this.addresses=new e.Addresses(t(this,s,"f")),this.adjustments=new e.Adjustments(t(this,s,"f")),this.adyen_gateways=new e.AdyenGateways(t(this,s,"f")),this.adyen_payments=new e.AdyenPayments(t(this,s,"f")),this.application=new e.Applications(t(this,s,"f")),this.attachments=new e.Attachments(t(this,s,"f")),this.authorizations=new e.Authorizations(t(this,s,"f")),this.avalara_accounts=new e.AvalaraAccounts(t(this,s,"f")),this.axerve_gateways=new e.AxerveGateways(t(this,s,"f")),this.axerve_payments=new e.AxervePayments(t(this,s,"f")),this.billing_info_validation_rules=new e.BillingInfoValidationRules(t(this,s,"f")),this.bing_geocoders=new e.BingGeocoders(t(this,s,"f")),this.braintree_gateways=new e.BraintreeGateways(t(this,s,"f")),this.braintree_payments=new e.BraintreePayments(t(this,s,"f")),this.bundles=new e.Bundles(t(this,s,"f")),this.buy_x_pay_y_promotions=new e.BuyXPayYPromotions(t(this,s,"f")),this.captures=new e.Captures(t(this,s,"f")),this.carrier_accounts=new e.CarrierAccounts(t(this,s,"f")),this.checkout_com_gateways=new e.CheckoutComGateways(t(this,s,"f")),this.checkout_com_payments=new e.CheckoutComPayments(t(this,s,"f")),this.cleanups=new e.Cleanups(t(this,s,"f")),this.coupon_codes_promotion_rules=new e.CouponCodesPromotionRules(t(this,s,"f")),this.coupon_recipients=new e.CouponRecipients(t(this,s,"f")),this.coupons=new e.Coupons(t(this,s,"f")),this.custom_promotion_rules=new e.CustomPromotionRules(t(this,s,"f")),this.customer_addresses=new e.CustomerAddresses(t(this,s,"f")),this.customer_groups=new e.CustomerGroups(t(this,s,"f")),this.customer_password_resets=new e.CustomerPasswordResets(t(this,s,"f")),this.customer_payment_sources=new e.CustomerPaymentSources(t(this,s,"f")),this.customer_subscriptions=new e.CustomerSubscriptions(t(this,s,"f")),this.customers=new e.Customers(t(this,s,"f")),this.delivery_lead_times=new e.DeliveryLeadTimes(t(this,s,"f")),this.event_callbacks=new e.EventCallbacks(t(this,s,"f")),this.events=new e.Events(t(this,s,"f")),this.exports=new e.Exports(t(this,s,"f")),this.external_gateways=new e.ExternalGateways(t(this,s,"f")),this.external_payments=new e.ExternalPayments(t(this,s,"f")),this.external_promotions=new e.ExternalPromotions(t(this,s,"f")),this.external_tax_calculators=new e.ExternalTaxCalculators(t(this,s,"f")),this.fixed_amount_promotions=new e.FixedAmountPromotions(t(this,s,"f")),this.fixed_price_promotions=new e.FixedPricePromotions(t(this,s,"f")),this.free_gift_promotions=new e.FreeGiftPromotions(t(this,s,"f")),this.free_shipping_promotions=new e.FreeShippingPromotions(t(this,s,"f")),this.geocoders=new e.Geocoders(t(this,s,"f")),this.gift_card_recipients=new e.GiftCardRecipients(t(this,s,"f")),this.gift_cards=new e.GiftCards(t(this,s,"f")),this.google_geocoders=new e.GoogleGeocoders(t(this,s,"f")),this.imports=new e.Imports(t(this,s,"f")),this.in_stock_subscriptions=new e.InStockSubscriptions(t(this,s,"f")),this.inventory_models=new e.InventoryModels(t(this,s,"f")),this.inventory_return_locations=new e.InventoryReturnLocations(t(this,s,"f")),this.inventory_stock_locations=new e.InventoryStockLocations(t(this,s,"f")),this.klarna_gateways=new e.KlarnaGateways(t(this,s,"f")),this.klarna_payments=new e.KlarnaPayments(t(this,s,"f")),this.line_item_options=new e.LineItemOptions(t(this,s,"f")),this.line_items=new e.LineItems(t(this,s,"f")),this.manual_gateways=new e.ManualGateways(t(this,s,"f")),this.manual_tax_calculators=new e.ManualTaxCalculators(t(this,s,"f")),this.markets=new e.Markets(t(this,s,"f")),this.merchants=new e.Merchants(t(this,s,"f")),this.order_amount_promotion_rules=new e.OrderAmountPromotionRules(t(this,s,"f")),this.order_copies=new e.OrderCopies(t(this,s,"f")),this.order_factories=new e.OrderFactories(t(this,s,"f")),this.order_subscription_items=new e.OrderSubscriptionItems(t(this,s,"f")),this.order_subscriptions=new e.OrderSubscriptions(t(this,s,"f")),this.order_validation_rules=new e.OrderValidationRules(t(this,s,"f")),this.orders=new e.Orders(t(this,s,"f")),this.organization=new e.Organizations(t(this,s,"f")),this.packages=new e.Packages(t(this,s,"f")),this.parcel_line_items=new e.ParcelLineItems(t(this,s,"f")),this.parcels=new e.Parcels(t(this,s,"f")),this.payment_gateways=new e.PaymentGateways(t(this,s,"f")),this.payment_methods=new e.PaymentMethods(t(this,s,"f")),this.payment_options=new e.PaymentOptions(t(this,s,"f")),this.paypal_gateways=new e.PaypalGateways(t(this,s,"f")),this.paypal_payments=new e.PaypalPayments(t(this,s,"f")),this.percentage_discount_promotions=new e.PercentageDiscountPromotions(t(this,s,"f")),this.price_frequency_tiers=new e.PriceFrequencyTiers(t(this,s,"f")),this.price_list_schedulers=new e.PriceListSchedulers(t(this,s,"f")),this.price_lists=new e.PriceLists(t(this,s,"f")),this.price_tiers=new e.PriceTiers(t(this,s,"f")),this.price_volume_tiers=new e.PriceVolumeTiers(t(this,s,"f")),this.prices=new e.Prices(t(this,s,"f")),this.promotion_rules=new e.PromotionRules(t(this,s,"f")),this.promotions=new e.Promotions(t(this,s,"f")),this.recurring_order_copies=new e.RecurringOrderCopies(t(this,s,"f")),this.refunds=new e.Refunds(t(this,s,"f")),this.reserved_stocks=new e.ReservedStocks(t(this,s,"f")),this.resource_errors=new e.ResourceErrors(t(this,s,"f")),this.return_line_items=new e.ReturnLineItems(t(this,s,"f")),this.returns=new e.Returns(t(this,s,"f")),this.satispay_gateways=new e.SatispayGateways(t(this,s,"f")),this.satispay_payments=new e.SatispayPayments(t(this,s,"f")),this.shipments=new e.Shipments(t(this,s,"f")),this.shipping_categories=new e.ShippingCategories(t(this,s,"f")),this.shipping_method_tiers=new e.ShippingMethodTiers(t(this,s,"f")),this.shipping_methods=new e.ShippingMethods(t(this,s,"f")),this.shipping_weight_tiers=new e.ShippingWeightTiers(t(this,s,"f")),this.shipping_zones=new e.ShippingZones(t(this,s,"f")),this.sku_list_items=new e.SkuListItems(t(this,s,"f")),this.sku_list_promotion_rules=new e.SkuListPromotionRules(t(this,s,"f")),this.sku_lists=new e.SkuLists(t(this,s,"f")),this.sku_options=new e.SkuOptions(t(this,s,"f")),this.skus=new e.Skus(t(this,s,"f")),this.stock_items=new e.StockItems(t(this,s,"f")),this.stock_line_items=new e.StockLineItems(t(this,s,"f")),this.stock_locations=new e.StockLocations(t(this,s,"f")),this.stock_reservations=new e.StockReservations(t(this,s,"f")),this.stock_transfers=new e.StockTransfers(t(this,s,"f")),this.stripe_gateways=new e.StripeGateways(t(this,s,"f")),this.stripe_payments=new e.StripePayments(t(this,s,"f")),this.subscription_models=new e.SubscriptionModels(t(this,s,"f")),this.tags=new e.Tags(t(this,s,"f")),this.tax_calculators=new e.TaxCalculators(t(this,s,"f")),this.tax_categories=new e.TaxCategories(t(this,s,"f")),this.tax_rules=new e.TaxRules(t(this,s,"f")),this.taxjar_accounts=new e.TaxjarAccounts(t(this,s,"f")),this.transactions=new e.Transactions(t(this,s,"f")),this.versions=new e.Versions(t(this,s,"f")),this.voids=new e.Voids(t(this,s,"f")),this.webhooks=new e.Webhooks(t(this,s,"f")),this.wire_transfers=new e.WireTransfers(t(this,s,"f"))}get currentOrganization(){return t(this,c,"f")}localConfig(i){i.organization&&f(this,c,i.organization,"f")}config(i){return p("config %o",i),this.localConfig(i),i.organization||(i.organization=this.currentOrganization),t(this,s,"f").config(i),this}resources(){return w.resources()}singletons(){return w.singletons()}isSingleton(i){return w.isSingleton(i)}isApiError(i){return w.isApiError(i)}addRequestInterceptor(i,n){return t(this,s,"f").interceptors.request.use(i,n)}addResponseInterceptor(i,n){return t(this,s,"f").interceptors.response.use(i,n)}removeInterceptor(i,n){t(this,s,"f").interceptors[i].eject(n)}addRawResponseReader(i){const n={id:void 0,rawResponse:void 0,headers:void 0};function o(h){return n.rawResponse=h?.data,i?.headers&&(n.headers=h.headers),h}const a=this.addResponseInterceptor(o);return n.id=a,n}removeRawResponseReader(i){const n=typeof i=="number"?i:i?.id;n&&n>=0&&this.removeInterceptor("response",n)}}s=new WeakMap,c=new WeakMap;const _=r=>new d(r);export default _;export{_ as CommerceLayer};
1
+ var f=function(r,i,n,o,a){if(o==="m")throw new TypeError("Private method is not writable");if(o==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof i=="function"?r!==i||!a:!i.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?a.call(r,n):a?a.value=n:i.set(r,n),n},t=function(r,i,n,o){if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof i=="function"?r!==i||!o:!i.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?o:n==="a"?o.call(r):o?o.value:i.get(r)},s,c;import*as e from"./api";import{CommerceLayerStatic as w}from"./static";import m from"./resource";import l from"./debug";const p=l("commercelayer"),u="5.3.3";export{u as OPEN_API_SCHEMA_VERSION};class d{constructor(i){this.openApiSchemaVersion=u,s.set(this,void 0),c.set(this,void 0),p("new commercelayer instance %O",i),f(this,s,new m(i),"f"),f(this,c,i.organization,"f"),this.addresses=new e.Addresses(t(this,s,"f")),this.adjustments=new e.Adjustments(t(this,s,"f")),this.adyen_gateways=new e.AdyenGateways(t(this,s,"f")),this.adyen_payments=new e.AdyenPayments(t(this,s,"f")),this.application=new e.Applications(t(this,s,"f")),this.attachments=new e.Attachments(t(this,s,"f")),this.authorizations=new e.Authorizations(t(this,s,"f")),this.avalara_accounts=new e.AvalaraAccounts(t(this,s,"f")),this.axerve_gateways=new e.AxerveGateways(t(this,s,"f")),this.axerve_payments=new e.AxervePayments(t(this,s,"f")),this.billing_info_validation_rules=new e.BillingInfoValidationRules(t(this,s,"f")),this.bing_geocoders=new e.BingGeocoders(t(this,s,"f")),this.braintree_gateways=new e.BraintreeGateways(t(this,s,"f")),this.braintree_payments=new e.BraintreePayments(t(this,s,"f")),this.bundles=new e.Bundles(t(this,s,"f")),this.buy_x_pay_y_promotions=new e.BuyXPayYPromotions(t(this,s,"f")),this.captures=new e.Captures(t(this,s,"f")),this.carrier_accounts=new e.CarrierAccounts(t(this,s,"f")),this.checkout_com_gateways=new e.CheckoutComGateways(t(this,s,"f")),this.checkout_com_payments=new e.CheckoutComPayments(t(this,s,"f")),this.cleanups=new e.Cleanups(t(this,s,"f")),this.coupon_codes_promotion_rules=new e.CouponCodesPromotionRules(t(this,s,"f")),this.coupon_recipients=new e.CouponRecipients(t(this,s,"f")),this.coupons=new e.Coupons(t(this,s,"f")),this.custom_promotion_rules=new e.CustomPromotionRules(t(this,s,"f")),this.customer_addresses=new e.CustomerAddresses(t(this,s,"f")),this.customer_groups=new e.CustomerGroups(t(this,s,"f")),this.customer_password_resets=new e.CustomerPasswordResets(t(this,s,"f")),this.customer_payment_sources=new e.CustomerPaymentSources(t(this,s,"f")),this.customer_subscriptions=new e.CustomerSubscriptions(t(this,s,"f")),this.customers=new e.Customers(t(this,s,"f")),this.delivery_lead_times=new e.DeliveryLeadTimes(t(this,s,"f")),this.event_callbacks=new e.EventCallbacks(t(this,s,"f")),this.events=new e.Events(t(this,s,"f")),this.exports=new e.Exports(t(this,s,"f")),this.external_gateways=new e.ExternalGateways(t(this,s,"f")),this.external_payments=new e.ExternalPayments(t(this,s,"f")),this.external_promotions=new e.ExternalPromotions(t(this,s,"f")),this.external_tax_calculators=new e.ExternalTaxCalculators(t(this,s,"f")),this.fixed_amount_promotions=new e.FixedAmountPromotions(t(this,s,"f")),this.fixed_price_promotions=new e.FixedPricePromotions(t(this,s,"f")),this.free_gift_promotions=new e.FreeGiftPromotions(t(this,s,"f")),this.free_shipping_promotions=new e.FreeShippingPromotions(t(this,s,"f")),this.geocoders=new e.Geocoders(t(this,s,"f")),this.gift_card_recipients=new e.GiftCardRecipients(t(this,s,"f")),this.gift_cards=new e.GiftCards(t(this,s,"f")),this.google_geocoders=new e.GoogleGeocoders(t(this,s,"f")),this.imports=new e.Imports(t(this,s,"f")),this.in_stock_subscriptions=new e.InStockSubscriptions(t(this,s,"f")),this.inventory_models=new e.InventoryModels(t(this,s,"f")),this.inventory_return_locations=new e.InventoryReturnLocations(t(this,s,"f")),this.inventory_stock_locations=new e.InventoryStockLocations(t(this,s,"f")),this.klarna_gateways=new e.KlarnaGateways(t(this,s,"f")),this.klarna_payments=new e.KlarnaPayments(t(this,s,"f")),this.line_item_options=new e.LineItemOptions(t(this,s,"f")),this.line_items=new e.LineItems(t(this,s,"f")),this.manual_gateways=new e.ManualGateways(t(this,s,"f")),this.manual_tax_calculators=new e.ManualTaxCalculators(t(this,s,"f")),this.markets=new e.Markets(t(this,s,"f")),this.merchants=new e.Merchants(t(this,s,"f")),this.order_amount_promotion_rules=new e.OrderAmountPromotionRules(t(this,s,"f")),this.order_copies=new e.OrderCopies(t(this,s,"f")),this.order_factories=new e.OrderFactories(t(this,s,"f")),this.order_subscription_items=new e.OrderSubscriptionItems(t(this,s,"f")),this.order_subscriptions=new e.OrderSubscriptions(t(this,s,"f")),this.order_validation_rules=new e.OrderValidationRules(t(this,s,"f")),this.orders=new e.Orders(t(this,s,"f")),this.organization=new e.Organizations(t(this,s,"f")),this.packages=new e.Packages(t(this,s,"f")),this.parcel_line_items=new e.ParcelLineItems(t(this,s,"f")),this.parcels=new e.Parcels(t(this,s,"f")),this.payment_gateways=new e.PaymentGateways(t(this,s,"f")),this.payment_methods=new e.PaymentMethods(t(this,s,"f")),this.payment_options=new e.PaymentOptions(t(this,s,"f")),this.paypal_gateways=new e.PaypalGateways(t(this,s,"f")),this.paypal_payments=new e.PaypalPayments(t(this,s,"f")),this.percentage_discount_promotions=new e.PercentageDiscountPromotions(t(this,s,"f")),this.price_frequency_tiers=new e.PriceFrequencyTiers(t(this,s,"f")),this.price_list_schedulers=new e.PriceListSchedulers(t(this,s,"f")),this.price_lists=new e.PriceLists(t(this,s,"f")),this.price_tiers=new e.PriceTiers(t(this,s,"f")),this.price_volume_tiers=new e.PriceVolumeTiers(t(this,s,"f")),this.prices=new e.Prices(t(this,s,"f")),this.promotion_rules=new e.PromotionRules(t(this,s,"f")),this.promotions=new e.Promotions(t(this,s,"f")),this.recurring_order_copies=new e.RecurringOrderCopies(t(this,s,"f")),this.refunds=new e.Refunds(t(this,s,"f")),this.reserved_stocks=new e.ReservedStocks(t(this,s,"f")),this.resource_errors=new e.ResourceErrors(t(this,s,"f")),this.return_line_items=new e.ReturnLineItems(t(this,s,"f")),this.returns=new e.Returns(t(this,s,"f")),this.satispay_gateways=new e.SatispayGateways(t(this,s,"f")),this.satispay_payments=new e.SatispayPayments(t(this,s,"f")),this.shipments=new e.Shipments(t(this,s,"f")),this.shipping_categories=new e.ShippingCategories(t(this,s,"f")),this.shipping_method_tiers=new e.ShippingMethodTiers(t(this,s,"f")),this.shipping_methods=new e.ShippingMethods(t(this,s,"f")),this.shipping_weight_tiers=new e.ShippingWeightTiers(t(this,s,"f")),this.shipping_zones=new e.ShippingZones(t(this,s,"f")),this.sku_list_items=new e.SkuListItems(t(this,s,"f")),this.sku_list_promotion_rules=new e.SkuListPromotionRules(t(this,s,"f")),this.sku_lists=new e.SkuLists(t(this,s,"f")),this.sku_options=new e.SkuOptions(t(this,s,"f")),this.skus=new e.Skus(t(this,s,"f")),this.stock_items=new e.StockItems(t(this,s,"f")),this.stock_line_items=new e.StockLineItems(t(this,s,"f")),this.stock_locations=new e.StockLocations(t(this,s,"f")),this.stock_reservations=new e.StockReservations(t(this,s,"f")),this.stock_transfers=new e.StockTransfers(t(this,s,"f")),this.stripe_gateways=new e.StripeGateways(t(this,s,"f")),this.stripe_payments=new e.StripePayments(t(this,s,"f")),this.subscription_models=new e.SubscriptionModels(t(this,s,"f")),this.tags=new e.Tags(t(this,s,"f")),this.tax_calculators=new e.TaxCalculators(t(this,s,"f")),this.tax_categories=new e.TaxCategories(t(this,s,"f")),this.tax_rules=new e.TaxRules(t(this,s,"f")),this.taxjar_accounts=new e.TaxjarAccounts(t(this,s,"f")),this.transactions=new e.Transactions(t(this,s,"f")),this.versions=new e.Versions(t(this,s,"f")),this.voids=new e.Voids(t(this,s,"f")),this.webhooks=new e.Webhooks(t(this,s,"f")),this.wire_transfers=new e.WireTransfers(t(this,s,"f"))}get currentOrganization(){return t(this,c,"f")}localConfig(i){i.organization&&f(this,c,i.organization,"f")}config(i){return p("config %o",i),this.localConfig(i),i.organization||(i.organization=this.currentOrganization),t(this,s,"f").config(i),this}resources(){return w.resources()}singletons(){return w.singletons()}isSingleton(i){return w.isSingleton(i)}isApiError(i){return w.isApiError(i)}addRequestInterceptor(i,n){return t(this,s,"f").interceptors.request.use(i,n)}addResponseInterceptor(i,n){return t(this,s,"f").interceptors.response.use(i,n)}removeInterceptor(i,n){t(this,s,"f").interceptors[i].eject(n)}addRawResponseReader(i){const n={id:void 0,rawResponse:void 0,headers:void 0};function o(h){return n.rawResponse=h?.data,i?.headers&&(n.headers=h.headers),h}const a=this.addResponseInterceptor(o);return n.id=a,n}removeRawResponseReader(i){const n=typeof i=="number"?i:i?.id;n&&n>=0&&this.removeInterceptor("response",n)}}s=new WeakMap,c=new WeakMap;const _=r=>new d(r);export default _;export{_ as CommerceLayer};
@@ -1 +1 @@
1
- import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{GiftCardRecipient,GiftCardRecipientType}from'./gift_card_recipients';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type GiftCardType='gift_cards';type GiftCardRel=ResourceRel&{type:GiftCardType;};type MarketRel=ResourceRel&{type:MarketType;};type GiftCardRecipientRel=ResourceRel&{type:GiftCardRecipientType;};type TagRel=ResourceRel&{type:TagType;};interface GiftCard extends Resource{readonly type:GiftCardType;status:'draft'|'inactive'|'active'|'redeemed';code?:string|null;currency_code?:string|null;initial_balance_cents:number;initial_balance_float:number;formatted_initial_balance:string;balance_cents:number;balance_float:number;formatted_balance:string;balance_max_cents?:string|null;balance_max_float?:number|null;formatted_balance_max?:string|null;balance_log:Array<Record<string,any>>;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:Market|null;gift_card_recipient?:GiftCardRecipient|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface GiftCardCreate extends ResourceCreate{code?:string|null;currency_code?:string|null;balance_cents:number;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}interface GiftCardUpdate extends ResourceUpdate{currency_code?:string|null;balance_cents?:number|null;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;_purchase?:boolean|null;_activate?:boolean|null;_deactivate?:boolean|null;_balance_change_cents?:number|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}declare class GiftCards extends ApiResource<GiftCard>{static readonly TYPE:GiftCardType;create(resource:GiftCardCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;update(resource:GiftCardUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;gift_card_recipient(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;attachments(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_purchase(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_activate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_deactivate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_balance_change_cents(id:string|GiftCard,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;isGiftCard(resource:any):resource is GiftCard;relationship(id:string|ResourceId|null):GiftCardRel;type():GiftCardType;}export default GiftCards;export type{GiftCard,GiftCardCreate,GiftCardUpdate,GiftCardType};
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{GiftCardRecipient,GiftCardRecipientType}from'./gift_card_recipients';import type{Attachment}from'./attachments';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type GiftCardType='gift_cards';type GiftCardRel=ResourceRel&{type:GiftCardType;};type MarketRel=ResourceRel&{type:MarketType;};type GiftCardRecipientRel=ResourceRel&{type:GiftCardRecipientType;};type TagRel=ResourceRel&{type:TagType;};interface GiftCard extends Resource{readonly type:GiftCardType;status:'draft'|'inactive'|'active'|'redeemed';code?:string|null;currency_code?:string|null;initial_balance_cents:number;initial_balance_float:number;formatted_initial_balance:string;balance_cents:number;balance_float:number;formatted_balance:string;balance_max_cents?:string|null;balance_max_float?:number|null;formatted_balance_max?:string|null;balance_log:Array<Record<string,any>>;usage_log:Record<string,any>;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:Market|null;gift_card_recipient?:GiftCardRecipient|null;attachments?:Attachment[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface GiftCardCreate extends ResourceCreate{code?:string|null;currency_code?:string|null;balance_cents:number;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}interface GiftCardUpdate extends ResourceUpdate{currency_code?:string|null;balance_cents?:number|null;balance_max_cents?:string|null;single_use?:boolean|null;rechargeable?:boolean|null;distribute_discount?:boolean|null;image_url?:string|null;expires_at?:string|null;recipient_email?:string|null;_purchase?:boolean|null;_activate?:boolean|null;_deactivate?:boolean|null;_balance_change_cents?:number|null;market?:MarketRel|null;gift_card_recipient?:GiftCardRecipientRel|null;tags?:TagRel[]|null;}declare class GiftCards extends ApiResource<GiftCard>{static readonly TYPE:GiftCardType;create(resource:GiftCardCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;update(resource:GiftCardUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;gift_card_recipient(giftCardId:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCardRecipient>;attachments(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;events(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(giftCardId:string|GiftCard,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_purchase(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_activate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_deactivate(id:string|GiftCard,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;_balance_change_cents(id:string|GiftCard,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<GiftCard>;isGiftCard(resource:any):resource is GiftCard;relationship(id:string|ResourceId|null):GiftCardRel;type():GiftCardType;}export default GiftCards;export type{GiftCard,GiftCardCreate,GiftCardUpdate,GiftCardType};
@@ -1 +1 @@
1
- import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{Customer,CustomerType}from'./customers';import type{Address,AddressType}from'./addresses';import type{PaymentMethod,PaymentMethodType}from'./payment_methods';import type{CustomerPaymentSource}from'./customer_payment_sources';import type{Sku}from'./skus';import type{Bundle}from'./bundles';import type{AdyenPayment,AdyenPaymentType}from'./adyen_payments';import type{AxervePayment,AxervePaymentType}from'./axerve_payments';import type{BraintreePayment,BraintreePaymentType}from'./braintree_payments';import type{CheckoutComPayment,CheckoutComPaymentType}from'./checkout_com_payments';import type{ExternalPayment,ExternalPaymentType}from'./external_payments';import type{KlarnaPayment,KlarnaPaymentType}from'./klarna_payments';import type{PaypalPayment,PaypalPaymentType}from'./paypal_payments';import type{SatispayPayment,SatispayPaymentType}from'./satispay_payments';import type{StripePayment,StripePaymentType}from'./stripe_payments';import type{WireTransfer,WireTransferType}from'./wire_transfers';import type{LineItem}from'./line_items';import type{LineItemOption}from'./line_item_options';import type{StockReservation}from'./stock_reservations';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{Shipment}from'./shipments';import type{PaymentOption}from'./payment_options';import type{Authorization}from'./authorizations';import type{Capture}from'./captures';import type{Void}from'./voids';import type{Refund}from'./refunds';import type{Return}from'./returns';import type{OrderSubscription}from'./order_subscriptions';import type{OrderFactory}from'./order_factories';import type{OrderCopy}from'./order_copies';import type{RecurringOrderCopy}from'./recurring_order_copies';import type{Attachment}from'./attachments';import type{ResourceError}from'./resource_errors';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type OrderType='orders';type OrderRel=ResourceRel&{type:OrderType;};type MarketRel=ResourceRel&{type:MarketType;};type CustomerRel=ResourceRel&{type:CustomerType;};type AddressRel=ResourceRel&{type:AddressType;};type PaymentMethodRel=ResourceRel&{type:PaymentMethodType;};type AdyenPaymentRel=ResourceRel&{type:AdyenPaymentType;};type AxervePaymentRel=ResourceRel&{type:AxervePaymentType;};type BraintreePaymentRel=ResourceRel&{type:BraintreePaymentType;};type CheckoutComPaymentRel=ResourceRel&{type:CheckoutComPaymentType;};type ExternalPaymentRel=ResourceRel&{type:ExternalPaymentType;};type KlarnaPaymentRel=ResourceRel&{type:KlarnaPaymentType;};type PaypalPaymentRel=ResourceRel&{type:PaypalPaymentType;};type SatispayPaymentRel=ResourceRel&{type:SatispayPaymentType;};type StripePaymentRel=ResourceRel&{type:StripePaymentType;};type WireTransferRel=ResourceRel&{type:WireTransferType;};type TagRel=ResourceRel&{type:TagType;};interface Order extends Resource{readonly type:OrderType;number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;status:'draft'|'pending'|'placing'|'placed'|'editing'|'approved'|'cancelled';payment_status:'unpaid'|'authorized'|'partially_authorized'|'paid'|'partially_paid'|'voided'|'partially_voided'|'refunded'|'partially_refunded'|'free';fulfillment_status:'unfulfilled'|'in_progress'|'fulfilled'|'not_required';guest?:boolean|null;editable?:boolean|null;customer_email?:string|null;language_code?:string|null;currency_code?:string|null;tax_included?:boolean|null;tax_rate?:number|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;requires_billing_info?:boolean|null;country_code?:string|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;subtotal_amount_cents?:number|null;subtotal_amount_float?:number|null;formatted_subtotal_amount?:string|null;shipping_amount_cents?:number|null;shipping_amount_float?:number|null;formatted_shipping_amount?:string|null;payment_method_amount_cents?:number|null;payment_method_amount_float?:number|null;formatted_payment_method_amount?:string|null;discount_amount_cents?:number|null;discount_amount_float?:number|null;formatted_discount_amount?:string|null;adjustment_amount_cents?:number|null;adjustment_amount_float?:number|null;formatted_adjustment_amount?:string|null;gift_card_amount_cents?:number|null;gift_card_amount_float?:number|null;formatted_gift_card_amount?:string|null;total_tax_amount_cents?:number|null;total_tax_amount_float?:number|null;formatted_total_tax_amount?:string|null;subtotal_tax_amount_cents?:number|null;subtotal_tax_amount_float?:number|null;formatted_subtotal_tax_amount?:string|null;shipping_tax_amount_cents?:number|null;shipping_tax_amount_float?:number|null;formatted_shipping_tax_amount?:string|null;payment_method_tax_amount_cents?:number|null;payment_method_tax_amount_float?:number|null;formatted_payment_method_tax_amount?:string|null;adjustment_tax_amount_cents?:number|null;adjustment_tax_amount_float?:number|null;formatted_adjustment_tax_amount?:string|null;total_amount_cents?:number|null;total_amount_float?:number|null;formatted_total_amount?:string|null;total_taxable_amount_cents?:number|null;total_taxable_amount_float?:number|null;formatted_total_taxable_amount?:string|null;subtotal_taxable_amount_cents?:number|null;subtotal_taxable_amount_float?:number|null;formatted_subtotal_taxable_amount?:string|null;shipping_taxable_amount_cents?:number|null;shipping_taxable_amount_float?:number|null;formatted_shipping_taxable_amount?:string|null;payment_method_taxable_amount_cents?:number|null;payment_method_taxable_amount_float?:number|null;formatted_payment_method_taxable_amount?:string|null;adjustment_taxable_amount_cents?:number|null;adjustment_taxable_amount_float?:number|null;formatted_adjustment_taxable_amount?:string|null;total_amount_with_taxes_cents?:number|null;total_amount_with_taxes_float?:number|null;formatted_total_amount_with_taxes?:string|null;fees_amount_cents?:number|null;fees_amount_float?:number|null;formatted_fees_amount?:string|null;duty_amount_cents?:number|null;duty_amount_float?:number|null;formatted_duty_amount?:string|null;place_total_amount_cents?:number|null;place_total_amount_float?:number|null;formatted_place_total_amount?:string|null;skus_count?:number|null;line_item_options_count?:number|null;shipments_count?:number|null;tax_calculations_count?:number|null;validations_count?:number|null;errors_count?:number|null;payment_source_details?:Record<string,any>|null;token?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;checkout_url?:string|null;placed_at?:string|null;approved_at?:string|null;cancelled_at?:string|null;payment_updated_at?:string|null;fulfillment_updated_at?:string|null;refreshed_at?:string|null;archived_at?:string|null;expires_at?:string|null;subscription_created_at?:string|null;circuit_state?:string|null;circuit_failure_count?:number|null;market?:Market|null;customer?:Customer|null;shipping_address?:Address|null;billing_address?:Address|null;available_payment_methods?:PaymentMethod[]|null;available_customer_payment_sources?:CustomerPaymentSource[]|null;available_free_skus?:Sku[]|null;available_free_bundles?:Bundle[]|null;payment_method?:PaymentMethod|null;payment_source?:AdyenPayment|AxervePayment|BraintreePayment|CheckoutComPayment|ExternalPayment|KlarnaPayment|PaypalPayment|SatispayPayment|StripePayment|WireTransfer|null;line_items?:LineItem[]|null;line_item_options?:LineItemOption[]|null;stock_reservations?:StockReservation[]|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;shipments?:Shipment[]|null;payment_options?:PaymentOption[]|null;transactions?:Array<Authorization|Capture|Void|Refund>|null;authorizations?:Authorization[]|null;captures?:Capture[]|null;voids?:Void[]|null;refunds?:Refund[]|null;returns?:Return[]|null;order_subscription?:OrderSubscription|null;order_subscriptions?:OrderSubscription[]|null;order_factories?:OrderFactory[]|null;order_copies?:OrderCopy[]|null;recurring_order_copies?:RecurringOrderCopy[]|null;attachments?:Attachment[]|null;resource_errors?:ResourceError[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface OrderCreate extends ResourceCreate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}interface OrderUpdate extends ResourceUpdate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;_archive?:boolean|null;_unarchive?:boolean|null;_pending?:boolean|null;_place?:boolean|null;_cancel?:boolean|null;_approve?:boolean|null;_approve_and_capture?:boolean|null;_authorize?:boolean|null;_authorization_amount_cents?:number|null;_capture?:boolean|null;_refund?:boolean|null;_update_taxes?:boolean|null;_nullify_payment_source?:boolean|null;_billing_address_clone_id?:string|null;_shipping_address_clone_id?:string|null;_customer_payment_source_id?:string|null;_shipping_address_same_as_billing?:boolean|null;_billing_address_same_as_shipping?:boolean|null;_commit_invoice?:boolean|null;_refund_invoice?:boolean|null;_save_payment_source_to_customer_wallet?:boolean|null;_save_shipping_address_to_customer_address_book?:boolean|null;_save_billing_address_to_customer_address_book?:boolean|null;_refresh?:boolean|null;_validate?:boolean|null;_create_subscriptions?:boolean|null;_start_editing?:boolean|null;_stop_editing?:boolean|null;_reset_circuit?:boolean|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}declare class Orders extends ApiResource<Order>{static readonly TYPE:OrderType;create(resource:OrderCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;update(resource:OrderUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;customer(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;shipping_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;billing_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;available_payment_methods(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;available_customer_payment_sources(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CustomerPaymentSource>>;available_free_skus(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;available_free_bundles(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Bundle>>;payment_method(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;line_item_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItemOption>>;stock_reservations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockReservation>>;stock_line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;shipments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Shipment>>;payment_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentOption>>;authorizations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Authorization>>;captures(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Capture>>;voids(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Void>>;refunds(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Refund>>;returns(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Return>>;order_subscription(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;order_subscriptions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderSubscription>>;order_factories(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderFactory>>;order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderCopy>>;recurring_order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<RecurringOrderCopy>>;attachments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;resource_errors(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ResourceError>>;events(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_archive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_unarchive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_pending(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_place(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_cancel(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve_and_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorize(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorization_amount_cents(id:string|Order,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_update_taxes(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_nullify_payment_source(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_customer_payment_source_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_same_as_billing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_same_as_shipping(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_commit_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_payment_source_to_customer_wallet(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_shipping_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_billing_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refresh(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_validate(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_create_subscriptions(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_start_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_stop_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_reset_circuit(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;isOrder(resource:any):resource is Order;relationship(id:string|ResourceId|null):OrderRel;type():OrderType;}export default Orders;export type{Order,OrderCreate,OrderUpdate,OrderType};
1
+ import{ApiResource}from'../resource';import type{Resource,ResourceCreate,ResourceUpdate,ResourceId,ResourcesConfig,ResourceRel,ListResponse}from'../resource';import type{QueryParamsRetrieve,QueryParamsList}from'../query';import type{Market,MarketType}from'./markets';import type{Customer,CustomerType}from'./customers';import type{Address,AddressType}from'./addresses';import type{PaymentMethod,PaymentMethodType}from'./payment_methods';import type{CustomerPaymentSource}from'./customer_payment_sources';import type{Sku}from'./skus';import type{Bundle}from'./bundles';import type{AdyenPayment,AdyenPaymentType}from'./adyen_payments';import type{AxervePayment,AxervePaymentType}from'./axerve_payments';import type{BraintreePayment,BraintreePaymentType}from'./braintree_payments';import type{CheckoutComPayment,CheckoutComPaymentType}from'./checkout_com_payments';import type{ExternalPayment,ExternalPaymentType}from'./external_payments';import type{KlarnaPayment,KlarnaPaymentType}from'./klarna_payments';import type{PaypalPayment,PaypalPaymentType}from'./paypal_payments';import type{SatispayPayment,SatispayPaymentType}from'./satispay_payments';import type{StripePayment,StripePaymentType}from'./stripe_payments';import type{WireTransfer,WireTransferType}from'./wire_transfers';import type{LineItem}from'./line_items';import type{LineItemOption}from'./line_item_options';import type{StockReservation}from'./stock_reservations';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{Shipment}from'./shipments';import type{PaymentOption}from'./payment_options';import type{Authorization}from'./authorizations';import type{Capture}from'./captures';import type{Void}from'./voids';import type{Refund}from'./refunds';import type{Return}from'./returns';import type{OrderSubscription}from'./order_subscriptions';import type{OrderFactory}from'./order_factories';import type{OrderCopy}from'./order_copies';import type{RecurringOrderCopy}from'./recurring_order_copies';import type{Attachment}from'./attachments';import type{ResourceError}from'./resource_errors';import type{Event}from'./events';import type{Tag,TagType}from'./tags';import type{Version}from'./versions';type OrderType='orders';type OrderRel=ResourceRel&{type:OrderType;};type MarketRel=ResourceRel&{type:MarketType;};type CustomerRel=ResourceRel&{type:CustomerType;};type AddressRel=ResourceRel&{type:AddressType;};type PaymentMethodRel=ResourceRel&{type:PaymentMethodType;};type AdyenPaymentRel=ResourceRel&{type:AdyenPaymentType;};type AxervePaymentRel=ResourceRel&{type:AxervePaymentType;};type BraintreePaymentRel=ResourceRel&{type:BraintreePaymentType;};type CheckoutComPaymentRel=ResourceRel&{type:CheckoutComPaymentType;};type ExternalPaymentRel=ResourceRel&{type:ExternalPaymentType;};type KlarnaPaymentRel=ResourceRel&{type:KlarnaPaymentType;};type PaypalPaymentRel=ResourceRel&{type:PaypalPaymentType;};type SatispayPaymentRel=ResourceRel&{type:SatispayPaymentType;};type StripePaymentRel=ResourceRel&{type:StripePaymentType;};type WireTransferRel=ResourceRel&{type:WireTransferType;};type TagRel=ResourceRel&{type:TagType;};interface Order extends Resource{readonly type:OrderType;number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;status:'draft'|'pending'|'placing'|'placed'|'editing'|'approved'|'cancelled';payment_status:'unpaid'|'authorized'|'partially_authorized'|'paid'|'partially_paid'|'voided'|'partially_voided'|'refunded'|'partially_refunded'|'free';fulfillment_status:'unfulfilled'|'in_progress'|'fulfilled'|'not_required';guest?:boolean|null;editable?:boolean|null;customer_email?:string|null;language_code?:string|null;currency_code?:string|null;tax_included?:boolean|null;tax_rate?:number|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;requires_billing_info?:boolean|null;country_code?:string|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;subtotal_amount_cents?:number|null;subtotal_amount_float?:number|null;formatted_subtotal_amount?:string|null;shipping_amount_cents?:number|null;shipping_amount_float?:number|null;formatted_shipping_amount?:string|null;payment_method_amount_cents?:number|null;payment_method_amount_float?:number|null;formatted_payment_method_amount?:string|null;discount_amount_cents?:number|null;discount_amount_float?:number|null;formatted_discount_amount?:string|null;adjustment_amount_cents?:number|null;adjustment_amount_float?:number|null;formatted_adjustment_amount?:string|null;gift_card_amount_cents?:number|null;gift_card_amount_float?:number|null;formatted_gift_card_amount?:string|null;total_tax_amount_cents?:number|null;total_tax_amount_float?:number|null;formatted_total_tax_amount?:string|null;subtotal_tax_amount_cents?:number|null;subtotal_tax_amount_float?:number|null;formatted_subtotal_tax_amount?:string|null;shipping_tax_amount_cents?:number|null;shipping_tax_amount_float?:number|null;formatted_shipping_tax_amount?:string|null;payment_method_tax_amount_cents?:number|null;payment_method_tax_amount_float?:number|null;formatted_payment_method_tax_amount?:string|null;adjustment_tax_amount_cents?:number|null;adjustment_tax_amount_float?:number|null;formatted_adjustment_tax_amount?:string|null;total_amount_cents?:number|null;total_amount_float?:number|null;formatted_total_amount?:string|null;total_taxable_amount_cents?:number|null;total_taxable_amount_float?:number|null;formatted_total_taxable_amount?:string|null;subtotal_taxable_amount_cents?:number|null;subtotal_taxable_amount_float?:number|null;formatted_subtotal_taxable_amount?:string|null;shipping_taxable_amount_cents?:number|null;shipping_taxable_amount_float?:number|null;formatted_shipping_taxable_amount?:string|null;payment_method_taxable_amount_cents?:number|null;payment_method_taxable_amount_float?:number|null;formatted_payment_method_taxable_amount?:string|null;adjustment_taxable_amount_cents?:number|null;adjustment_taxable_amount_float?:number|null;formatted_adjustment_taxable_amount?:string|null;total_amount_with_taxes_cents?:number|null;total_amount_with_taxes_float?:number|null;formatted_total_amount_with_taxes?:string|null;fees_amount_cents?:number|null;fees_amount_float?:number|null;formatted_fees_amount?:string|null;duty_amount_cents?:number|null;duty_amount_float?:number|null;formatted_duty_amount?:string|null;place_total_amount_cents?:number|null;place_total_amount_float?:number|null;formatted_place_total_amount?:string|null;skus_count?:number|null;line_item_options_count?:number|null;shipments_count?:number|null;tax_calculations_count?:number|null;validations_count?:number|null;errors_count?:number|null;payment_source_details?:Record<string,any>|null;token?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;checkout_url?:string|null;placed_at?:string|null;approved_at?:string|null;cancelled_at?:string|null;payment_updated_at?:string|null;fulfillment_updated_at?:string|null;refreshed_at?:string|null;archived_at?:string|null;expires_at?:string|null;subscription_created_at?:string|null;circuit_state?:string|null;circuit_failure_count?:number|null;market?:Market|null;customer?:Customer|null;shipping_address?:Address|null;billing_address?:Address|null;available_payment_methods?:PaymentMethod[]|null;available_customer_payment_sources?:CustomerPaymentSource[]|null;available_free_skus?:Sku[]|null;available_free_bundles?:Bundle[]|null;payment_method?:PaymentMethod|null;payment_source?:AdyenPayment|AxervePayment|BraintreePayment|CheckoutComPayment|ExternalPayment|KlarnaPayment|PaypalPayment|SatispayPayment|StripePayment|WireTransfer|null;line_items?:LineItem[]|null;line_item_options?:LineItemOption[]|null;stock_reservations?:StockReservation[]|null;stock_line_items?:StockLineItem[]|null;stock_transfers?:StockTransfer[]|null;shipments?:Shipment[]|null;payment_options?:PaymentOption[]|null;transactions?:Array<Authorization|Capture|Void|Refund>|null;authorizations?:Authorization[]|null;captures?:Capture[]|null;voids?:Void[]|null;refunds?:Refund[]|null;returns?:Return[]|null;order_subscription?:OrderSubscription|null;order_subscriptions?:OrderSubscription[]|null;order_factories?:OrderFactory[]|null;order_copies?:OrderCopy[]|null;recurring_order_copies?:RecurringOrderCopy[]|null;attachments?:Attachment[]|null;resource_errors?:ResourceError[]|null;events?:Event[]|null;tags?:Tag[]|null;versions?:Version[]|null;}interface OrderCreate extends ResourceCreate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}interface OrderUpdate extends ResourceUpdate{number?:string|null;autorefresh?:boolean|null;place_async?:boolean|null;guest?:boolean|null;customer_email?:string|null;customer_password?:string|null;language_code?:string|null;freight_taxable?:boolean|null;payment_method_taxable?:boolean|null;adjustment_taxable?:boolean|null;gift_card_taxable?:boolean|null;shipping_country_code_lock?:string|null;coupon_code?:string|null;gift_card_code?:string|null;cart_url?:string|null;return_url?:string|null;terms_url?:string|null;privacy_url?:string|null;_archive?:boolean|null;_unarchive?:boolean|null;_pending?:boolean|null;_place?:boolean|null;_cancel?:boolean|null;_approve?:boolean|null;_approve_and_capture?:boolean|null;_authorize?:boolean|null;_authorization_amount_cents?:number|null;_capture?:boolean|null;_refund?:boolean|null;_fulfill?:boolean|null;_update_taxes?:boolean|null;_nullify_payment_source?:boolean|null;_billing_address_clone_id?:string|null;_shipping_address_clone_id?:string|null;_customer_payment_source_id?:string|null;_shipping_address_same_as_billing?:boolean|null;_billing_address_same_as_shipping?:boolean|null;_commit_invoice?:boolean|null;_refund_invoice?:boolean|null;_save_payment_source_to_customer_wallet?:boolean|null;_save_shipping_address_to_customer_address_book?:boolean|null;_save_billing_address_to_customer_address_book?:boolean|null;_refresh?:boolean|null;_validate?:boolean|null;_create_subscriptions?:boolean|null;_start_editing?:boolean|null;_stop_editing?:boolean|null;_reset_circuit?:boolean|null;market?:MarketRel|null;customer?:CustomerRel|null;shipping_address?:AddressRel|null;billing_address?:AddressRel|null;payment_method?:PaymentMethodRel|null;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel|null;tags?:TagRel[]|null;}declare class Orders extends ApiResource<Order>{static readonly TYPE:OrderType;create(resource:OrderCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;update(resource:OrderUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;delete(id:string|ResourceId,options?:ResourcesConfig):Promise<void>;market(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;customer(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;shipping_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;billing_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;available_payment_methods(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;available_customer_payment_sources(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CustomerPaymentSource>>;available_free_skus(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;available_free_bundles(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Bundle>>;payment_method(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;line_item_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItemOption>>;stock_reservations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockReservation>>;stock_line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;shipments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Shipment>>;payment_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentOption>>;authorizations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Authorization>>;captures(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Capture>>;voids(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Void>>;refunds(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Refund>>;returns(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Return>>;order_subscription(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;order_subscriptions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderSubscription>>;order_factories(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderFactory>>;order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderCopy>>;recurring_order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<RecurringOrderCopy>>;attachments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;resource_errors(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ResourceError>>;events(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;_archive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_unarchive(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_pending(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_place(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_cancel(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_approve_and_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorize(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_authorization_amount_cents(id:string|Order,triggerValue:number,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_capture(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_fulfill(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_update_taxes(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_nullify_payment_source(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_clone_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_customer_payment_source_id(id:string|Order,triggerValue:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_shipping_address_same_as_billing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_billing_address_same_as_shipping(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_commit_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refund_invoice(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_payment_source_to_customer_wallet(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_shipping_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_save_billing_address_to_customer_address_book(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_refresh(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_validate(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_create_subscriptions(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_start_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_stop_editing(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;_reset_circuit(id:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;isOrder(resource:any):resource is Order;relationship(id:string|ResourceId|null):OrderRel;type():OrderType;}export default Orders;export type{Order,OrderCreate,OrderUpdate,OrderType};