@commercelayer/sdk 7.0.0-beta.1 → 7.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api-BYcswOJ0.d.cts +16784 -0
- package/lib/api-Cknm0QL_.d.ts +16784 -0
- package/lib/api.cjs +936 -0
- package/lib/api.d.cts +4 -0
- package/lib/api.d.ts +4 -0
- package/lib/api.js +275 -0
- package/lib/client.cjs +170 -0
- package/lib/client.d.cts +36 -0
- package/lib/client.d.ts +36 -0
- package/lib/client.js +161 -0
- package/lib/commercelayer.cjs +798 -0
- package/lib/commercelayer.d.cts +167 -0
- package/lib/commercelayer.d.ts +167 -0
- package/lib/commercelayer.js +768 -0
- package/lib/common.cjs +17 -0
- package/lib/common.d.cts +13 -0
- package/lib/common.d.ts +13 -0
- package/lib/common.js +13 -0
- package/lib/config.cjs +21 -0
- package/lib/config.d.cts +19 -0
- package/lib/config.d.ts +19 -0
- package/lib/config.js +17 -0
- package/lib/debug.cjs +19 -0
- package/lib/debug.d.cts +4 -0
- package/lib/debug.d.ts +4 -0
- package/lib/debug.js +15 -0
- package/lib/error.cjs +97 -0
- package/lib/error.d.cts +35 -0
- package/lib/error.d.ts +35 -0
- package/lib/error.js +91 -0
- package/lib/fetch.cjs +83 -0
- package/lib/fetch.d.cts +1 -0
- package/lib/fetch.d.ts +1 -0
- package/lib/fetch.js +76 -0
- package/lib/index.cjs +32 -2
- package/lib/index.d.cts +8 -16916
- package/lib/index.d.ts +8 -16916
- package/lib/index.js +3 -2
- package/lib/instance.cjs +272 -0
- package/lib/instance.d.cts +141 -0
- package/lib/instance.d.ts +141 -0
- package/lib/instance.js +139 -0
- package/lib/interceptor-5MISI1yn.d.cts +54 -0
- package/lib/interceptor-5MISI1yn.d.ts +54 -0
- package/lib/interceptor.cjs +2 -0
- package/lib/interceptor.d.cts +1 -0
- package/lib/interceptor.d.ts +1 -0
- package/lib/interceptor.js +1 -0
- package/lib/jsonapi.cjs +79 -0
- package/lib/jsonapi.d.cts +11 -0
- package/lib/jsonapi.d.ts +11 -0
- package/lib/jsonapi.js +71 -0
- package/lib/model.cjs +2 -0
- package/lib/model.d.cts +4 -0
- package/lib/model.d.ts +4 -0
- package/lib/model.js +1 -0
- package/lib/query.cjs +64 -0
- package/lib/query.d.cts +4 -0
- package/lib/query.d.ts +4 -0
- package/lib/query.js +56 -0
- package/lib/resource.cjs +222 -0
- package/lib/resource.d.cts +4 -0
- package/lib/resource.d.ts +4 -0
- package/lib/resource.js +209 -0
- package/lib/resources/addresses.cjs +53 -0
- package/lib/resources/addresses.d.cts +4 -0
- package/lib/resources/addresses.d.ts +4 -0
- package/lib/resources/addresses.js +49 -0
- package/lib/resources/adjustments.cjs +41 -0
- package/lib/resources/adjustments.d.cts +4 -0
- package/lib/resources/adjustments.d.ts +4 -0
- package/lib/resources/adjustments.js +37 -0
- package/lib/resources/adyen_gateways.cjs +49 -0
- package/lib/resources/adyen_gateways.d.cts +4 -0
- package/lib/resources/adyen_gateways.d.ts +4 -0
- package/lib/resources/adyen_gateways.js +45 -0
- package/lib/resources/adyen_payments.cjs +55 -0
- package/lib/resources/adyen_payments.d.cts +4 -0
- package/lib/resources/adyen_payments.d.ts +4 -0
- package/lib/resources/adyen_payments.js +51 -0
- package/lib/resources/applications.cjs +31 -0
- package/lib/resources/applications.d.cts +4 -0
- package/lib/resources/applications.d.ts +4 -0
- package/lib/resources/applications.js +27 -0
- package/lib/resources/attachments.cjs +37 -0
- package/lib/resources/attachments.d.cts +4 -0
- package/lib/resources/attachments.d.ts +4 -0
- package/lib/resources/attachments.js +33 -0
- package/lib/resources/authorizations.cjs +70 -0
- package/lib/resources/authorizations.d.cts +4 -0
- package/lib/resources/authorizations.d.ts +4 -0
- package/lib/resources/authorizations.js +66 -0
- package/lib/resources/avalara_accounts.cjs +57 -0
- package/lib/resources/avalara_accounts.d.cts +4 -0
- package/lib/resources/avalara_accounts.d.ts +4 -0
- package/lib/resources/avalara_accounts.js +53 -0
- package/lib/resources/axerve_gateways.cjs +49 -0
- package/lib/resources/axerve_gateways.d.cts +4 -0
- package/lib/resources/axerve_gateways.d.ts +4 -0
- package/lib/resources/axerve_gateways.js +45 -0
- package/lib/resources/axerve_payments.cjs +52 -0
- package/lib/resources/axerve_payments.d.cts +4 -0
- package/lib/resources/axerve_payments.d.ts +4 -0
- package/lib/resources/axerve_payments.js +48 -0
- package/lib/resources/bing_geocoders.cjs +49 -0
- package/lib/resources/bing_geocoders.d.cts +4 -0
- package/lib/resources/bing_geocoders.d.ts +4 -0
- package/lib/resources/bing_geocoders.js +45 -0
- package/lib/resources/braintree_gateways.cjs +49 -0
- package/lib/resources/braintree_gateways.d.cts +4 -0
- package/lib/resources/braintree_gateways.d.ts +4 -0
- package/lib/resources/braintree_gateways.js +45 -0
- package/lib/resources/braintree_payments.cjs +49 -0
- package/lib/resources/braintree_payments.d.cts +4 -0
- package/lib/resources/braintree_payments.d.ts +4 -0
- package/lib/resources/braintree_payments.js +45 -0
- package/lib/resources/bundles.cjs +71 -0
- package/lib/resources/bundles.d.cts +4 -0
- package/lib/resources/bundles.d.ts +4 -0
- package/lib/resources/bundles.js +67 -0
- package/lib/resources/buy_x_pay_y_promotions.cjs +91 -0
- package/lib/resources/buy_x_pay_y_promotions.d.cts +4 -0
- package/lib/resources/buy_x_pay_y_promotions.d.ts +4 -0
- package/lib/resources/buy_x_pay_y_promotions.js +87 -0
- package/lib/resources/captures.cjs +71 -0
- package/lib/resources/captures.d.cts +4 -0
- package/lib/resources/captures.d.ts +4 -0
- package/lib/resources/captures.js +67 -0
- package/lib/resources/carrier_accounts.cjs +49 -0
- package/lib/resources/carrier_accounts.d.cts +4 -0
- package/lib/resources/carrier_accounts.d.ts +4 -0
- package/lib/resources/carrier_accounts.js +45 -0
- package/lib/resources/checkout_com_gateways.cjs +49 -0
- package/lib/resources/checkout_com_gateways.d.cts +4 -0
- package/lib/resources/checkout_com_gateways.d.ts +4 -0
- package/lib/resources/checkout_com_gateways.js +45 -0
- package/lib/resources/checkout_com_payments.cjs +55 -0
- package/lib/resources/checkout_com_payments.d.cts +4 -0
- package/lib/resources/checkout_com_payments.d.ts +4 -0
- package/lib/resources/checkout_com_payments.js +51 -0
- package/lib/resources/cleanups.cjs +48 -0
- package/lib/resources/cleanups.d.cts +4 -0
- package/lib/resources/cleanups.d.ts +4 -0
- package/lib/resources/cleanups.js +44 -0
- package/lib/resources/coupon_codes_promotion_rules.cjs +45 -0
- package/lib/resources/coupon_codes_promotion_rules.d.cts +4 -0
- package/lib/resources/coupon_codes_promotion_rules.d.ts +4 -0
- package/lib/resources/coupon_codes_promotion_rules.js +41 -0
- package/lib/resources/coupon_recipients.cjs +49 -0
- package/lib/resources/coupon_recipients.d.cts +4 -0
- package/lib/resources/coupon_recipients.d.ts +4 -0
- package/lib/resources/coupon_recipients.js +45 -0
- package/lib/resources/coupons.cjs +57 -0
- package/lib/resources/coupons.d.cts +4 -0
- package/lib/resources/coupons.d.ts +4 -0
- package/lib/resources/coupons.js +53 -0
- package/lib/resources/custom_promotion_rules.cjs +41 -0
- package/lib/resources/custom_promotion_rules.d.cts +4 -0
- package/lib/resources/custom_promotion_rules.d.ts +4 -0
- package/lib/resources/custom_promotion_rules.js +37 -0
- package/lib/resources/customer_addresses.cjs +53 -0
- package/lib/resources/customer_addresses.d.cts +4 -0
- package/lib/resources/customer_addresses.d.ts +4 -0
- package/lib/resources/customer_addresses.js +49 -0
- package/lib/resources/customer_groups.cjs +53 -0
- package/lib/resources/customer_groups.d.cts +4 -0
- package/lib/resources/customer_groups.d.ts +4 -0
- package/lib/resources/customer_groups.js +49 -0
- package/lib/resources/customer_password_resets.cjs +48 -0
- package/lib/resources/customer_password_resets.d.cts +4 -0
- package/lib/resources/customer_password_resets.d.ts +4 -0
- package/lib/resources/customer_password_resets.js +44 -0
- package/lib/resources/customer_payment_sources.cjs +49 -0
- package/lib/resources/customer_payment_sources.d.cts +4 -0
- package/lib/resources/customer_payment_sources.d.ts +4 -0
- package/lib/resources/customer_payment_sources.js +45 -0
- package/lib/resources/customer_subscriptions.cjs +49 -0
- package/lib/resources/customer_subscriptions.d.cts +4 -0
- package/lib/resources/customer_subscriptions.d.ts +4 -0
- package/lib/resources/customer_subscriptions.js +45 -0
- package/lib/resources/customers.cjs +81 -0
- package/lib/resources/customers.d.cts +4 -0
- package/lib/resources/customers.d.ts +4 -0
- package/lib/resources/customers.js +77 -0
- package/lib/resources/delivery_lead_times.cjs +53 -0
- package/lib/resources/delivery_lead_times.d.cts +4 -0
- package/lib/resources/delivery_lead_times.d.ts +4 -0
- package/lib/resources/delivery_lead_times.js +49 -0
- package/lib/resources/discount_engine_items.cjs +36 -0
- package/lib/resources/discount_engine_items.d.cts +4 -0
- package/lib/resources/discount_engine_items.d.ts +4 -0
- package/lib/resources/discount_engine_items.js +32 -0
- package/lib/resources/discount_engines.cjs +44 -0
- package/lib/resources/discount_engines.d.cts +4 -0
- package/lib/resources/discount_engines.d.ts +4 -0
- package/lib/resources/discount_engines.js +40 -0
- package/lib/resources/easypost_pickups.cjs +52 -0
- package/lib/resources/easypost_pickups.d.cts +4 -0
- package/lib/resources/easypost_pickups.d.ts +4 -0
- package/lib/resources/easypost_pickups.js +48 -0
- package/lib/resources/event_callbacks.cjs +32 -0
- package/lib/resources/event_callbacks.d.cts +4 -0
- package/lib/resources/event_callbacks.d.ts +4 -0
- package/lib/resources/event_callbacks.js +28 -0
- package/lib/resources/events.cjs +42 -0
- package/lib/resources/events.d.cts +4 -0
- package/lib/resources/events.d.ts +4 -0
- package/lib/resources/events.js +38 -0
- package/lib/resources/exports.cjs +48 -0
- package/lib/resources/exports.d.cts +4 -0
- package/lib/resources/exports.d.ts +4 -0
- package/lib/resources/exports.js +44 -0
- package/lib/resources/external_gateways.cjs +52 -0
- package/lib/resources/external_gateways.d.cts +4 -0
- package/lib/resources/external_gateways.d.ts +4 -0
- package/lib/resources/external_gateways.js +48 -0
- package/lib/resources/external_payments.cjs +53 -0
- package/lib/resources/external_payments.d.cts +4 -0
- package/lib/resources/external_payments.d.ts +4 -0
- package/lib/resources/external_payments.js +49 -0
- package/lib/resources/external_promotions.cjs +94 -0
- package/lib/resources/external_promotions.d.cts +4 -0
- package/lib/resources/external_promotions.d.ts +4 -0
- package/lib/resources/external_promotions.js +90 -0
- package/lib/resources/external_tax_calculators.cjs +56 -0
- package/lib/resources/external_tax_calculators.d.cts +4 -0
- package/lib/resources/external_tax_calculators.d.ts +4 -0
- package/lib/resources/external_tax_calculators.js +52 -0
- package/lib/resources/fixed_amount_promotions.cjs +91 -0
- package/lib/resources/fixed_amount_promotions.d.cts +4 -0
- package/lib/resources/fixed_amount_promotions.d.ts +4 -0
- package/lib/resources/fixed_amount_promotions.js +87 -0
- package/lib/resources/fixed_price_promotions.cjs +91 -0
- package/lib/resources/fixed_price_promotions.d.cts +4 -0
- package/lib/resources/fixed_price_promotions.d.ts +4 -0
- package/lib/resources/fixed_price_promotions.js +87 -0
- package/lib/resources/flex_promotions.cjs +67 -0
- package/lib/resources/flex_promotions.d.cts +4 -0
- package/lib/resources/flex_promotions.d.ts +4 -0
- package/lib/resources/flex_promotions.js +63 -0
- package/lib/resources/free_gift_promotions.cjs +91 -0
- package/lib/resources/free_gift_promotions.d.cts +4 -0
- package/lib/resources/free_gift_promotions.d.ts +4 -0
- package/lib/resources/free_gift_promotions.js +87 -0
- package/lib/resources/free_shipping_promotions.cjs +87 -0
- package/lib/resources/free_shipping_promotions.d.cts +4 -0
- package/lib/resources/free_shipping_promotions.d.ts +4 -0
- package/lib/resources/free_shipping_promotions.js +83 -0
- package/lib/resources/geocoders.cjs +40 -0
- package/lib/resources/geocoders.d.cts +4 -0
- package/lib/resources/geocoders.d.ts +4 -0
- package/lib/resources/geocoders.js +36 -0
- package/lib/resources/gift_card_recipients.cjs +49 -0
- package/lib/resources/gift_card_recipients.d.cts +4 -0
- package/lib/resources/gift_card_recipients.d.ts +4 -0
- package/lib/resources/gift_card_recipients.js +45 -0
- package/lib/resources/gift_cards.cjs +73 -0
- package/lib/resources/gift_cards.d.cts +4 -0
- package/lib/resources/gift_cards.d.ts +4 -0
- package/lib/resources/gift_cards.js +69 -0
- package/lib/resources/google_geocoders.cjs +49 -0
- package/lib/resources/google_geocoders.d.cts +4 -0
- package/lib/resources/google_geocoders.d.ts +4 -0
- package/lib/resources/google_geocoders.js +45 -0
- package/lib/resources/imports.cjs +44 -0
- package/lib/resources/imports.d.cts +4 -0
- package/lib/resources/imports.d.ts +4 -0
- package/lib/resources/imports.js +40 -0
- package/lib/resources/in_stock_subscriptions.cjs +63 -0
- package/lib/resources/in_stock_subscriptions.d.cts +4 -0
- package/lib/resources/in_stock_subscriptions.d.ts +4 -0
- package/lib/resources/in_stock_subscriptions.js +59 -0
- package/lib/resources/inventory_models.cjs +53 -0
- package/lib/resources/inventory_models.d.cts +4 -0
- package/lib/resources/inventory_models.d.ts +4 -0
- package/lib/resources/inventory_models.js +49 -0
- package/lib/resources/inventory_return_locations.cjs +49 -0
- package/lib/resources/inventory_return_locations.d.cts +4 -0
- package/lib/resources/inventory_return_locations.d.ts +4 -0
- package/lib/resources/inventory_return_locations.js +45 -0
- package/lib/resources/inventory_stock_locations.cjs +49 -0
- package/lib/resources/inventory_stock_locations.d.cts +4 -0
- package/lib/resources/inventory_stock_locations.d.ts +4 -0
- package/lib/resources/inventory_stock_locations.js +45 -0
- package/lib/resources/klarna_gateways.cjs +49 -0
- package/lib/resources/klarna_gateways.d.cts +4 -0
- package/lib/resources/klarna_gateways.d.ts +4 -0
- package/lib/resources/klarna_gateways.js +45 -0
- package/lib/resources/klarna_payments.cjs +52 -0
- package/lib/resources/klarna_payments.d.cts +4 -0
- package/lib/resources/klarna_payments.d.ts +4 -0
- package/lib/resources/klarna_payments.js +48 -0
- package/lib/resources/line_item_options.cjs +53 -0
- package/lib/resources/line_item_options.d.cts +4 -0
- package/lib/resources/line_item_options.d.ts +4 -0
- package/lib/resources/line_item_options.js +49 -0
- package/lib/resources/line_items.cjs +82 -0
- package/lib/resources/line_items.d.cts +4 -0
- package/lib/resources/line_items.d.ts +4 -0
- package/lib/resources/line_items.js +78 -0
- package/lib/resources/links.cjs +47 -0
- package/lib/resources/links.d.cts +4 -0
- package/lib/resources/links.d.ts +4 -0
- package/lib/resources/links.js +43 -0
- package/lib/resources/manual_gateways.cjs +45 -0
- package/lib/resources/manual_gateways.d.cts +4 -0
- package/lib/resources/manual_gateways.d.ts +4 -0
- package/lib/resources/manual_gateways.js +41 -0
- package/lib/resources/manual_tax_calculators.cjs +57 -0
- package/lib/resources/manual_tax_calculators.d.cts +4 -0
- package/lib/resources/manual_tax_calculators.d.ts +4 -0
- package/lib/resources/manual_tax_calculators.js +53 -0
- package/lib/resources/markets.cjs +91 -0
- package/lib/resources/markets.d.cts +4 -0
- package/lib/resources/markets.d.ts +4 -0
- package/lib/resources/markets.js +87 -0
- package/lib/resources/merchants.cjs +49 -0
- package/lib/resources/merchants.d.cts +4 -0
- package/lib/resources/merchants.d.ts +4 -0
- package/lib/resources/merchants.js +45 -0
- package/lib/resources/notifications.cjs +37 -0
- package/lib/resources/notifications.d.cts +4 -0
- package/lib/resources/notifications.d.ts +4 -0
- package/lib/resources/notifications.js +33 -0
- package/lib/resources/order_amount_promotion_rules.cjs +41 -0
- package/lib/resources/order_amount_promotion_rules.d.cts +4 -0
- package/lib/resources/order_amount_promotion_rules.d.ts +4 -0
- package/lib/resources/order_amount_promotion_rules.js +37 -0
- package/lib/resources/order_copies.cjs +53 -0
- package/lib/resources/order_copies.d.cts +4 -0
- package/lib/resources/order_copies.d.ts +4 -0
- package/lib/resources/order_copies.js +49 -0
- package/lib/resources/order_factories.cjs +40 -0
- package/lib/resources/order_factories.d.cts +4 -0
- package/lib/resources/order_factories.d.ts +4 -0
- package/lib/resources/order_factories.js +36 -0
- package/lib/resources/order_subscription_items.cjs +45 -0
- package/lib/resources/order_subscription_items.d.cts +4 -0
- package/lib/resources/order_subscription_items.d.ts +4 -0
- package/lib/resources/order_subscription_items.js +41 -0
- package/lib/resources/order_subscriptions.cjs +97 -0
- package/lib/resources/order_subscriptions.d.cts +4 -0
- package/lib/resources/order_subscriptions.d.ts +4 -0
- package/lib/resources/order_subscriptions.js +93 -0
- package/lib/resources/orders.cjs +266 -0
- package/lib/resources/orders.d.cts +4 -0
- package/lib/resources/orders.d.ts +4 -0
- package/lib/resources/orders.js +262 -0
- package/lib/resources/organizations.cjs +31 -0
- package/lib/resources/organizations.d.cts +4 -0
- package/lib/resources/organizations.d.ts +4 -0
- package/lib/resources/organizations.js +27 -0
- package/lib/resources/packages.cjs +53 -0
- package/lib/resources/packages.d.cts +4 -0
- package/lib/resources/packages.d.ts +4 -0
- package/lib/resources/packages.js +49 -0
- package/lib/resources/parcel_line_items.cjs +49 -0
- package/lib/resources/parcel_line_items.d.cts +4 -0
- package/lib/resources/parcel_line_items.d.ts +4 -0
- package/lib/resources/parcel_line_items.js +45 -0
- package/lib/resources/parcels.cjs +61 -0
- package/lib/resources/parcels.d.cts +4 -0
- package/lib/resources/parcels.d.ts +4 -0
- package/lib/resources/parcels.js +57 -0
- package/lib/resources/payment_gateways.cjs +36 -0
- package/lib/resources/payment_gateways.d.cts +4 -0
- package/lib/resources/payment_gateways.d.ts +4 -0
- package/lib/resources/payment_gateways.js +32 -0
- package/lib/resources/payment_methods.cjs +67 -0
- package/lib/resources/payment_methods.d.cts +4 -0
- package/lib/resources/payment_methods.d.ts +4 -0
- package/lib/resources/payment_methods.js +63 -0
- package/lib/resources/payment_options.cjs +45 -0
- package/lib/resources/payment_options.d.cts +4 -0
- package/lib/resources/payment_options.d.ts +4 -0
- package/lib/resources/payment_options.js +41 -0
- package/lib/resources/paypal_gateways.cjs +49 -0
- package/lib/resources/paypal_gateways.d.cts +4 -0
- package/lib/resources/paypal_gateways.d.ts +4 -0
- package/lib/resources/paypal_gateways.js +45 -0
- package/lib/resources/paypal_payments.cjs +49 -0
- package/lib/resources/paypal_payments.d.cts +4 -0
- package/lib/resources/paypal_payments.d.ts +4 -0
- package/lib/resources/paypal_payments.js +45 -0
- package/lib/resources/percentage_discount_promotions.cjs +91 -0
- package/lib/resources/percentage_discount_promotions.d.cts +4 -0
- package/lib/resources/percentage_discount_promotions.d.ts +4 -0
- package/lib/resources/percentage_discount_promotions.js +87 -0
- package/lib/resources/pickups.cjs +40 -0
- package/lib/resources/pickups.d.cts +4 -0
- package/lib/resources/pickups.d.ts +4 -0
- package/lib/resources/pickups.js +36 -0
- package/lib/resources/price_frequency_tiers.cjs +53 -0
- package/lib/resources/price_frequency_tiers.d.cts +4 -0
- package/lib/resources/price_frequency_tiers.d.ts +4 -0
- package/lib/resources/price_frequency_tiers.js +49 -0
- package/lib/resources/price_list_schedulers.cjs +59 -0
- package/lib/resources/price_list_schedulers.d.cts +4 -0
- package/lib/resources/price_list_schedulers.d.ts +4 -0
- package/lib/resources/price_list_schedulers.js +55 -0
- package/lib/resources/price_lists.cjs +53 -0
- package/lib/resources/price_lists.d.cts +4 -0
- package/lib/resources/price_lists.d.ts +4 -0
- package/lib/resources/price_lists.js +49 -0
- package/lib/resources/price_tiers.cjs +40 -0
- package/lib/resources/price_tiers.d.cts +4 -0
- package/lib/resources/price_tiers.d.ts +4 -0
- package/lib/resources/price_tiers.js +36 -0
- package/lib/resources/price_volume_tiers.cjs +53 -0
- package/lib/resources/price_volume_tiers.d.cts +4 -0
- package/lib/resources/price_volume_tiers.d.ts +4 -0
- package/lib/resources/price_volume_tiers.js +49 -0
- package/lib/resources/prices.cjs +77 -0
- package/lib/resources/prices.d.cts +4 -0
- package/lib/resources/prices.d.ts +4 -0
- package/lib/resources/prices.js +73 -0
- package/lib/resources/promotion_rules.cjs +32 -0
- package/lib/resources/promotion_rules.d.cts +4 -0
- package/lib/resources/promotion_rules.d.ts +4 -0
- package/lib/resources/promotion_rules.js +28 -0
- package/lib/resources/promotions.cjs +72 -0
- package/lib/resources/promotions.d.cts +4 -0
- package/lib/resources/promotions.d.ts +4 -0
- package/lib/resources/promotions.js +68 -0
- package/lib/resources/recurring_order_copies.cjs +53 -0
- package/lib/resources/recurring_order_copies.d.cts +4 -0
- package/lib/resources/recurring_order_copies.d.ts +4 -0
- package/lib/resources/recurring_order_copies.js +49 -0
- package/lib/resources/refunds.cjs +58 -0
- package/lib/resources/refunds.d.cts +4 -0
- package/lib/resources/refunds.d.ts +4 -0
- package/lib/resources/refunds.js +54 -0
- package/lib/resources/reserved_stocks.cjs +44 -0
- package/lib/resources/reserved_stocks.d.cts +4 -0
- package/lib/resources/reserved_stocks.d.ts +4 -0
- package/lib/resources/reserved_stocks.js +40 -0
- package/lib/resources/resource_errors.cjs +28 -0
- package/lib/resources/resource_errors.d.cts +4 -0
- package/lib/resources/resource_errors.d.ts +4 -0
- package/lib/resources/resource_errors.js +24 -0
- package/lib/resources/return_line_items.cjs +48 -0
- package/lib/resources/return_line_items.d.cts +4 -0
- package/lib/resources/return_line_items.d.ts +4 -0
- package/lib/resources/return_line_items.js +44 -0
- package/lib/resources/returns.cjs +122 -0
- package/lib/resources/returns.d.cts +4 -0
- package/lib/resources/returns.d.ts +4 -0
- package/lib/resources/returns.js +118 -0
- package/lib/resources/satispay_gateways.cjs +49 -0
- package/lib/resources/satispay_gateways.d.cts +4 -0
- package/lib/resources/satispay_gateways.d.ts +4 -0
- package/lib/resources/satispay_gateways.js +45 -0
- package/lib/resources/satispay_payments.cjs +52 -0
- package/lib/resources/satispay_payments.d.cts +4 -0
- package/lib/resources/satispay_payments.d.ts +4 -0
- package/lib/resources/satispay_payments.js +48 -0
- package/lib/resources/shipments.cjs +152 -0
- package/lib/resources/shipments.d.cts +4 -0
- package/lib/resources/shipments.d.ts +4 -0
- package/lib/resources/shipments.js +148 -0
- package/lib/resources/shipping_categories.cjs +49 -0
- package/lib/resources/shipping_categories.d.cts +4 -0
- package/lib/resources/shipping_categories.d.ts +4 -0
- package/lib/resources/shipping_categories.js +45 -0
- package/lib/resources/shipping_method_tiers.cjs +40 -0
- package/lib/resources/shipping_method_tiers.d.cts +4 -0
- package/lib/resources/shipping_method_tiers.d.ts +4 -0
- package/lib/resources/shipping_method_tiers.js +36 -0
- package/lib/resources/shipping_methods.cjs +86 -0
- package/lib/resources/shipping_methods.d.cts +4 -0
- package/lib/resources/shipping_methods.d.ts +4 -0
- package/lib/resources/shipping_methods.js +82 -0
- package/lib/resources/shipping_weight_tiers.cjs +49 -0
- package/lib/resources/shipping_weight_tiers.d.cts +4 -0
- package/lib/resources/shipping_weight_tiers.d.ts +4 -0
- package/lib/resources/shipping_weight_tiers.js +45 -0
- package/lib/resources/shipping_zones.cjs +45 -0
- package/lib/resources/shipping_zones.d.cts +4 -0
- package/lib/resources/shipping_zones.d.ts +4 -0
- package/lib/resources/shipping_zones.js +41 -0
- package/lib/resources/sku_list_items.cjs +49 -0
- package/lib/resources/sku_list_items.d.cts +4 -0
- package/lib/resources/sku_list_items.d.ts +4 -0
- package/lib/resources/sku_list_items.js +45 -0
- package/lib/resources/sku_list_promotion_rules.cjs +49 -0
- package/lib/resources/sku_list_promotion_rules.d.cts +4 -0
- package/lib/resources/sku_list_promotion_rules.d.ts +4 -0
- package/lib/resources/sku_list_promotion_rules.js +45 -0
- package/lib/resources/sku_lists.cjs +65 -0
- package/lib/resources/sku_lists.d.cts +4 -0
- package/lib/resources/sku_lists.d.ts +4 -0
- package/lib/resources/sku_lists.js +61 -0
- package/lib/resources/sku_options.cjs +57 -0
- package/lib/resources/sku_options.d.cts +4 -0
- package/lib/resources/sku_options.d.ts +4 -0
- package/lib/resources/sku_options.js +53 -0
- package/lib/resources/skus.cjs +101 -0
- package/lib/resources/skus.d.cts +4 -0
- package/lib/resources/skus.d.ts +4 -0
- package/lib/resources/skus.js +97 -0
- package/lib/resources/stock_items.cjs +64 -0
- package/lib/resources/stock_items.d.cts +4 -0
- package/lib/resources/stock_items.d.ts +4 -0
- package/lib/resources/stock_items.js +60 -0
- package/lib/resources/stock_line_items.cjs +70 -0
- package/lib/resources/stock_line_items.d.cts +4 -0
- package/lib/resources/stock_line_items.d.ts +4 -0
- package/lib/resources/stock_line_items.js +66 -0
- package/lib/resources/stock_locations.cjs +69 -0
- package/lib/resources/stock_locations.d.cts +4 -0
- package/lib/resources/stock_locations.d.ts +4 -0
- package/lib/resources/stock_locations.js +65 -0
- package/lib/resources/stock_reservations.cjs +68 -0
- package/lib/resources/stock_reservations.d.cts +4 -0
- package/lib/resources/stock_reservations.d.ts +4 -0
- package/lib/resources/stock_reservations.js +64 -0
- package/lib/resources/stock_transfers.cjs +91 -0
- package/lib/resources/stock_transfers.d.cts +4 -0
- package/lib/resources/stock_transfers.d.ts +4 -0
- package/lib/resources/stock_transfers.js +87 -0
- package/lib/resources/stores.cjs +65 -0
- package/lib/resources/stores.d.cts +4 -0
- package/lib/resources/stores.d.ts +4 -0
- package/lib/resources/stores.js +61 -0
- package/lib/resources/stripe_gateways.cjs +49 -0
- package/lib/resources/stripe_gateways.d.cts +4 -0
- package/lib/resources/stripe_gateways.d.ts +4 -0
- package/lib/resources/stripe_gateways.js +45 -0
- package/lib/resources/stripe_payments.cjs +55 -0
- package/lib/resources/stripe_payments.d.cts +4 -0
- package/lib/resources/stripe_payments.d.ts +4 -0
- package/lib/resources/stripe_payments.js +51 -0
- package/lib/resources/stripe_tax_accounts.cjs +57 -0
- package/lib/resources/stripe_tax_accounts.d.cts +4 -0
- package/lib/resources/stripe_tax_accounts.d.ts +4 -0
- package/lib/resources/stripe_tax_accounts.js +53 -0
- package/lib/resources/subscription_models.cjs +49 -0
- package/lib/resources/subscription_models.d.cts +4 -0
- package/lib/resources/subscription_models.d.ts +4 -0
- package/lib/resources/subscription_models.js +45 -0
- package/lib/resources/tags.cjs +37 -0
- package/lib/resources/tags.d.cts +4 -0
- package/lib/resources/tags.d.ts +4 -0
- package/lib/resources/tags.js +33 -0
- package/lib/resources/talon_one_accounts.cjs +53 -0
- package/lib/resources/talon_one_accounts.d.cts +4 -0
- package/lib/resources/talon_one_accounts.d.ts +4 -0
- package/lib/resources/talon_one_accounts.js +49 -0
- package/lib/resources/tax_calculators.cjs +44 -0
- package/lib/resources/tax_calculators.d.cts +4 -0
- package/lib/resources/tax_calculators.d.ts +4 -0
- package/lib/resources/tax_calculators.js +40 -0
- package/lib/resources/tax_categories.cjs +49 -0
- package/lib/resources/tax_categories.d.cts +4 -0
- package/lib/resources/tax_categories.d.ts +4 -0
- package/lib/resources/tax_categories.js +45 -0
- package/lib/resources/tax_rules.cjs +45 -0
- package/lib/resources/tax_rules.d.cts +4 -0
- package/lib/resources/tax_rules.d.ts +4 -0
- package/lib/resources/tax_rules.js +41 -0
- package/lib/resources/taxjar_accounts.cjs +57 -0
- package/lib/resources/taxjar_accounts.d.cts +4 -0
- package/lib/resources/taxjar_accounts.d.ts +4 -0
- package/lib/resources/taxjar_accounts.js +53 -0
- package/lib/resources/transactions.cjs +44 -0
- package/lib/resources/transactions.d.cts +4 -0
- package/lib/resources/transactions.d.ts +4 -0
- package/lib/resources/transactions.js +40 -0
- package/lib/resources/versions.cjs +28 -0
- package/lib/resources/versions.d.cts +4 -0
- package/lib/resources/versions.d.ts +4 -0
- package/lib/resources/versions.js +24 -0
- package/lib/resources/vertex_accounts.cjs +56 -0
- package/lib/resources/vertex_accounts.d.cts +4 -0
- package/lib/resources/vertex_accounts.d.ts +4 -0
- package/lib/resources/vertex_accounts.js +52 -0
- package/lib/resources/voids.cjs +54 -0
- package/lib/resources/voids.d.cts +4 -0
- package/lib/resources/voids.d.ts +4 -0
- package/lib/resources/voids.js +50 -0
- package/lib/resources/webhooks.cjs +54 -0
- package/lib/resources/webhooks.d.cts +4 -0
- package/lib/resources/webhooks.d.ts +4 -0
- package/lib/resources/webhooks.js +50 -0
- package/lib/resources/wire_transfers.cjs +45 -0
- package/lib/resources/wire_transfers.d.cts +4 -0
- package/lib/resources/wire_transfers.d.ts +4 -0
- package/lib/resources/wire_transfers.js +41 -0
- package/lib/static.cjs +39 -0
- package/lib/static.d.cts +19 -0
- package/lib/static.d.ts +19 -0
- package/lib/static.js +33 -0
- package/lib/types.cjs +2 -0
- package/lib/types.d.cts +7 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +1 -0
- package/lib/util.cjs +37 -0
- package/lib/util.d.cts +13 -0
- package/lib/util.d.ts +13 -0
- package/lib/util.js +32 -0
- package/package.json +12 -10
package/lib/instance.cjs
ADDED
@@ -0,0 +1,272 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
var resource = require('./resource');
|
4
|
+
var api = require('./api');
|
5
|
+
|
6
|
+
const addresses = new api.Addresses();
|
7
|
+
const adjustments = new api.Adjustments();
|
8
|
+
const adyen_gateways = new api.AdyenGateways();
|
9
|
+
const adyen_payments = new api.AdyenPayments();
|
10
|
+
const application = new api.Applications();
|
11
|
+
const attachments = new api.Attachments();
|
12
|
+
const authorizations = new api.Authorizations();
|
13
|
+
const avalara_accounts = new api.AvalaraAccounts();
|
14
|
+
const axerve_gateways = new api.AxerveGateways();
|
15
|
+
const axerve_payments = new api.AxervePayments();
|
16
|
+
const bing_geocoders = new api.BingGeocoders();
|
17
|
+
const braintree_gateways = new api.BraintreeGateways();
|
18
|
+
const braintree_payments = new api.BraintreePayments();
|
19
|
+
const bundles = new api.Bundles();
|
20
|
+
const buy_x_pay_y_promotions = new api.BuyXPayYPromotions();
|
21
|
+
const captures = new api.Captures();
|
22
|
+
const carrier_accounts = new api.CarrierAccounts();
|
23
|
+
const checkout_com_gateways = new api.CheckoutComGateways();
|
24
|
+
const checkout_com_payments = new api.CheckoutComPayments();
|
25
|
+
const cleanups = new api.Cleanups();
|
26
|
+
const coupon_codes_promotion_rules = new api.CouponCodesPromotionRules();
|
27
|
+
const coupon_recipients = new api.CouponRecipients();
|
28
|
+
const coupons = new api.Coupons();
|
29
|
+
const custom_promotion_rules = new api.CustomPromotionRules();
|
30
|
+
const customer_addresses = new api.CustomerAddresses();
|
31
|
+
const customer_groups = new api.CustomerGroups();
|
32
|
+
const customer_password_resets = new api.CustomerPasswordResets();
|
33
|
+
const customer_payment_sources = new api.CustomerPaymentSources();
|
34
|
+
const customer_subscriptions = new api.CustomerSubscriptions();
|
35
|
+
const customers = new api.Customers();
|
36
|
+
const delivery_lead_times = new api.DeliveryLeadTimes();
|
37
|
+
const discount_engine_items = new api.DiscountEngineItems();
|
38
|
+
const discount_engines = new api.DiscountEngines();
|
39
|
+
const easypost_pickups = new api.EasypostPickups();
|
40
|
+
const event_callbacks = new api.EventCallbacks();
|
41
|
+
const events = new api.Events();
|
42
|
+
const exportz = new api.Exports();
|
43
|
+
const external_gateways = new api.ExternalGateways();
|
44
|
+
const external_payments = new api.ExternalPayments();
|
45
|
+
const external_promotions = new api.ExternalPromotions();
|
46
|
+
const external_tax_calculators = new api.ExternalTaxCalculators();
|
47
|
+
const fixed_amount_promotions = new api.FixedAmountPromotions();
|
48
|
+
const fixed_price_promotions = new api.FixedPricePromotions();
|
49
|
+
const flex_promotions = new api.FlexPromotions();
|
50
|
+
const free_gift_promotions = new api.FreeGiftPromotions();
|
51
|
+
const free_shipping_promotions = new api.FreeShippingPromotions();
|
52
|
+
const geocoders = new api.Geocoders();
|
53
|
+
const gift_card_recipients = new api.GiftCardRecipients();
|
54
|
+
const gift_cards = new api.GiftCards();
|
55
|
+
const google_geocoders = new api.GoogleGeocoders();
|
56
|
+
const imports = new api.Imports();
|
57
|
+
const in_stock_subscriptions = new api.InStockSubscriptions();
|
58
|
+
const inventory_models = new api.InventoryModels();
|
59
|
+
const inventory_return_locations = new api.InventoryReturnLocations();
|
60
|
+
const inventory_stock_locations = new api.InventoryStockLocations();
|
61
|
+
const klarna_gateways = new api.KlarnaGateways();
|
62
|
+
const klarna_payments = new api.KlarnaPayments();
|
63
|
+
const line_item_options = new api.LineItemOptions();
|
64
|
+
const line_items = new api.LineItems();
|
65
|
+
const links = new api.Links();
|
66
|
+
const manual_gateways = new api.ManualGateways();
|
67
|
+
const manual_tax_calculators = new api.ManualTaxCalculators();
|
68
|
+
const markets = new api.Markets();
|
69
|
+
const merchants = new api.Merchants();
|
70
|
+
const notifications = new api.Notifications();
|
71
|
+
const order_amount_promotion_rules = new api.OrderAmountPromotionRules();
|
72
|
+
const order_copies = new api.OrderCopies();
|
73
|
+
const order_factories = new api.OrderFactories();
|
74
|
+
const order_subscription_items = new api.OrderSubscriptionItems();
|
75
|
+
const order_subscriptions = new api.OrderSubscriptions();
|
76
|
+
const orders = new api.Orders();
|
77
|
+
const organization = new api.Organizations();
|
78
|
+
const packages = new api.Packages();
|
79
|
+
const parcel_line_items = new api.ParcelLineItems();
|
80
|
+
const parcels = new api.Parcels();
|
81
|
+
const payment_gateways = new api.PaymentGateways();
|
82
|
+
const payment_methods = new api.PaymentMethods();
|
83
|
+
const payment_options = new api.PaymentOptions();
|
84
|
+
const paypal_gateways = new api.PaypalGateways();
|
85
|
+
const paypal_payments = new api.PaypalPayments();
|
86
|
+
const percentage_discount_promotions = new api.PercentageDiscountPromotions();
|
87
|
+
const pickups = new api.Pickups();
|
88
|
+
const price_frequency_tiers = new api.PriceFrequencyTiers();
|
89
|
+
const price_list_schedulers = new api.PriceListSchedulers();
|
90
|
+
const price_lists = new api.PriceLists();
|
91
|
+
const price_tiers = new api.PriceTiers();
|
92
|
+
const price_volume_tiers = new api.PriceVolumeTiers();
|
93
|
+
const prices = new api.Prices();
|
94
|
+
const promotion_rules = new api.PromotionRules();
|
95
|
+
const promotions = new api.Promotions();
|
96
|
+
const recurring_order_copies = new api.RecurringOrderCopies();
|
97
|
+
const refunds = new api.Refunds();
|
98
|
+
const reserved_stocks = new api.ReservedStocks();
|
99
|
+
const resource_errors = new api.ResourceErrors();
|
100
|
+
const return_line_items = new api.ReturnLineItems();
|
101
|
+
const returns = new api.Returns();
|
102
|
+
const satispay_gateways = new api.SatispayGateways();
|
103
|
+
const satispay_payments = new api.SatispayPayments();
|
104
|
+
const shipments = new api.Shipments();
|
105
|
+
const shipping_categories = new api.ShippingCategories();
|
106
|
+
const shipping_method_tiers = new api.ShippingMethodTiers();
|
107
|
+
const shipping_methods = new api.ShippingMethods();
|
108
|
+
const shipping_weight_tiers = new api.ShippingWeightTiers();
|
109
|
+
const shipping_zones = new api.ShippingZones();
|
110
|
+
const sku_list_items = new api.SkuListItems();
|
111
|
+
const sku_list_promotion_rules = new api.SkuListPromotionRules();
|
112
|
+
const sku_lists = new api.SkuLists();
|
113
|
+
const sku_options = new api.SkuOptions();
|
114
|
+
const skus = new api.Skus();
|
115
|
+
const stock_items = new api.StockItems();
|
116
|
+
const stock_line_items = new api.StockLineItems();
|
117
|
+
const stock_locations = new api.StockLocations();
|
118
|
+
const stock_reservations = new api.StockReservations();
|
119
|
+
const stock_transfers = new api.StockTransfers();
|
120
|
+
const stores = new api.Stores();
|
121
|
+
const stripe_gateways = new api.StripeGateways();
|
122
|
+
const stripe_payments = new api.StripePayments();
|
123
|
+
const stripe_tax_accounts = new api.StripeTaxAccounts();
|
124
|
+
const subscription_models = new api.SubscriptionModels();
|
125
|
+
const tags = new api.Tags();
|
126
|
+
const talon_one_accounts = new api.TalonOneAccounts();
|
127
|
+
const tax_calculators = new api.TaxCalculators();
|
128
|
+
const tax_categories = new api.TaxCategories();
|
129
|
+
const tax_rules = new api.TaxRules();
|
130
|
+
const taxjar_accounts = new api.TaxjarAccounts();
|
131
|
+
const transactions = new api.Transactions();
|
132
|
+
const versions = new api.Versions();
|
133
|
+
const vertex_accounts = new api.VertexAccounts();
|
134
|
+
const voids = new api.Voids();
|
135
|
+
const webhooks = new api.Webhooks();
|
136
|
+
const wire_transfers = new api.WireTransfers();
|
137
|
+
const initCommerceLayer = (config) => {
|
138
|
+
resource.ApiResourceAdapter.init(config);
|
139
|
+
};
|
140
|
+
|
141
|
+
exports.addresses = addresses;
|
142
|
+
exports.adjustments = adjustments;
|
143
|
+
exports.adyen_gateways = adyen_gateways;
|
144
|
+
exports.adyen_payments = adyen_payments;
|
145
|
+
exports.application = application;
|
146
|
+
exports.attachments = attachments;
|
147
|
+
exports.authorizations = authorizations;
|
148
|
+
exports.avalara_accounts = avalara_accounts;
|
149
|
+
exports.axerve_gateways = axerve_gateways;
|
150
|
+
exports.axerve_payments = axerve_payments;
|
151
|
+
exports.bing_geocoders = bing_geocoders;
|
152
|
+
exports.braintree_gateways = braintree_gateways;
|
153
|
+
exports.braintree_payments = braintree_payments;
|
154
|
+
exports.bundles = bundles;
|
155
|
+
exports.buy_x_pay_y_promotions = buy_x_pay_y_promotions;
|
156
|
+
exports.captures = captures;
|
157
|
+
exports.carrier_accounts = carrier_accounts;
|
158
|
+
exports.checkout_com_gateways = checkout_com_gateways;
|
159
|
+
exports.checkout_com_payments = checkout_com_payments;
|
160
|
+
exports.cleanups = cleanups;
|
161
|
+
exports.coupon_codes_promotion_rules = coupon_codes_promotion_rules;
|
162
|
+
exports.coupon_recipients = coupon_recipients;
|
163
|
+
exports.coupons = coupons;
|
164
|
+
exports.custom_promotion_rules = custom_promotion_rules;
|
165
|
+
exports.customer_addresses = customer_addresses;
|
166
|
+
exports.customer_groups = customer_groups;
|
167
|
+
exports.customer_password_resets = customer_password_resets;
|
168
|
+
exports.customer_payment_sources = customer_payment_sources;
|
169
|
+
exports.customer_subscriptions = customer_subscriptions;
|
170
|
+
exports.customers = customers;
|
171
|
+
exports.delivery_lead_times = delivery_lead_times;
|
172
|
+
exports.discount_engine_items = discount_engine_items;
|
173
|
+
exports.discount_engines = discount_engines;
|
174
|
+
exports.easypost_pickups = easypost_pickups;
|
175
|
+
exports.event_callbacks = event_callbacks;
|
176
|
+
exports.events = events;
|
177
|
+
exports.exportz = exportz;
|
178
|
+
exports.external_gateways = external_gateways;
|
179
|
+
exports.external_payments = external_payments;
|
180
|
+
exports.external_promotions = external_promotions;
|
181
|
+
exports.external_tax_calculators = external_tax_calculators;
|
182
|
+
exports.fixed_amount_promotions = fixed_amount_promotions;
|
183
|
+
exports.fixed_price_promotions = fixed_price_promotions;
|
184
|
+
exports.flex_promotions = flex_promotions;
|
185
|
+
exports.free_gift_promotions = free_gift_promotions;
|
186
|
+
exports.free_shipping_promotions = free_shipping_promotions;
|
187
|
+
exports.geocoders = geocoders;
|
188
|
+
exports.gift_card_recipients = gift_card_recipients;
|
189
|
+
exports.gift_cards = gift_cards;
|
190
|
+
exports.google_geocoders = google_geocoders;
|
191
|
+
exports.imports = imports;
|
192
|
+
exports.in_stock_subscriptions = in_stock_subscriptions;
|
193
|
+
exports.initCommerceLayer = initCommerceLayer;
|
194
|
+
exports.inventory_models = inventory_models;
|
195
|
+
exports.inventory_return_locations = inventory_return_locations;
|
196
|
+
exports.inventory_stock_locations = inventory_stock_locations;
|
197
|
+
exports.klarna_gateways = klarna_gateways;
|
198
|
+
exports.klarna_payments = klarna_payments;
|
199
|
+
exports.line_item_options = line_item_options;
|
200
|
+
exports.line_items = line_items;
|
201
|
+
exports.links = links;
|
202
|
+
exports.manual_gateways = manual_gateways;
|
203
|
+
exports.manual_tax_calculators = manual_tax_calculators;
|
204
|
+
exports.markets = markets;
|
205
|
+
exports.merchants = merchants;
|
206
|
+
exports.notifications = notifications;
|
207
|
+
exports.order_amount_promotion_rules = order_amount_promotion_rules;
|
208
|
+
exports.order_copies = order_copies;
|
209
|
+
exports.order_factories = order_factories;
|
210
|
+
exports.order_subscription_items = order_subscription_items;
|
211
|
+
exports.order_subscriptions = order_subscriptions;
|
212
|
+
exports.orders = orders;
|
213
|
+
exports.organization = organization;
|
214
|
+
exports.packages = packages;
|
215
|
+
exports.parcel_line_items = parcel_line_items;
|
216
|
+
exports.parcels = parcels;
|
217
|
+
exports.payment_gateways = payment_gateways;
|
218
|
+
exports.payment_methods = payment_methods;
|
219
|
+
exports.payment_options = payment_options;
|
220
|
+
exports.paypal_gateways = paypal_gateways;
|
221
|
+
exports.paypal_payments = paypal_payments;
|
222
|
+
exports.percentage_discount_promotions = percentage_discount_promotions;
|
223
|
+
exports.pickups = pickups;
|
224
|
+
exports.price_frequency_tiers = price_frequency_tiers;
|
225
|
+
exports.price_list_schedulers = price_list_schedulers;
|
226
|
+
exports.price_lists = price_lists;
|
227
|
+
exports.price_tiers = price_tiers;
|
228
|
+
exports.price_volume_tiers = price_volume_tiers;
|
229
|
+
exports.prices = prices;
|
230
|
+
exports.promotion_rules = promotion_rules;
|
231
|
+
exports.promotions = promotions;
|
232
|
+
exports.recurring_order_copies = recurring_order_copies;
|
233
|
+
exports.refunds = refunds;
|
234
|
+
exports.reserved_stocks = reserved_stocks;
|
235
|
+
exports.resource_errors = resource_errors;
|
236
|
+
exports.return_line_items = return_line_items;
|
237
|
+
exports.returns = returns;
|
238
|
+
exports.satispay_gateways = satispay_gateways;
|
239
|
+
exports.satispay_payments = satispay_payments;
|
240
|
+
exports.shipments = shipments;
|
241
|
+
exports.shipping_categories = shipping_categories;
|
242
|
+
exports.shipping_method_tiers = shipping_method_tiers;
|
243
|
+
exports.shipping_methods = shipping_methods;
|
244
|
+
exports.shipping_weight_tiers = shipping_weight_tiers;
|
245
|
+
exports.shipping_zones = shipping_zones;
|
246
|
+
exports.sku_list_items = sku_list_items;
|
247
|
+
exports.sku_list_promotion_rules = sku_list_promotion_rules;
|
248
|
+
exports.sku_lists = sku_lists;
|
249
|
+
exports.sku_options = sku_options;
|
250
|
+
exports.skus = skus;
|
251
|
+
exports.stock_items = stock_items;
|
252
|
+
exports.stock_line_items = stock_line_items;
|
253
|
+
exports.stock_locations = stock_locations;
|
254
|
+
exports.stock_reservations = stock_reservations;
|
255
|
+
exports.stock_transfers = stock_transfers;
|
256
|
+
exports.stores = stores;
|
257
|
+
exports.stripe_gateways = stripe_gateways;
|
258
|
+
exports.stripe_payments = stripe_payments;
|
259
|
+
exports.stripe_tax_accounts = stripe_tax_accounts;
|
260
|
+
exports.subscription_models = subscription_models;
|
261
|
+
exports.tags = tags;
|
262
|
+
exports.talon_one_accounts = talon_one_accounts;
|
263
|
+
exports.tax_calculators = tax_calculators;
|
264
|
+
exports.tax_categories = tax_categories;
|
265
|
+
exports.tax_rules = tax_rules;
|
266
|
+
exports.taxjar_accounts = taxjar_accounts;
|
267
|
+
exports.transactions = transactions;
|
268
|
+
exports.versions = versions;
|
269
|
+
exports.vertex_accounts = vertex_accounts;
|
270
|
+
exports.voids = voids;
|
271
|
+
exports.webhooks = webhooks;
|
272
|
+
exports.wire_transfers = wire_transfers;
|
@@ -0,0 +1,141 @@
|
|
1
|
+
import { CommerceLayerInitConfig } from './commercelayer.cjs';
|
2
|
+
import { hy as Addresses, hz as Adjustments, hA as AdyenGateways, hB as AdyenPayments, hC as Applications, hD as Attachments, hE as Authorizations, hF as AvalaraAccounts, hG as AxerveGateways, hH as AxervePayments, hI as BingGeocoders, hJ as BraintreeGateways, hK as BraintreePayments, hL as Bundles, hM as BuyXPayYPromotions, hN as Captures, hO as CarrierAccounts, hP as CheckoutComGateways, hQ as CheckoutComPayments, hR as Cleanups, hS as CouponCodesPromotionRules, hT as CouponRecipients, hU as Coupons, hV as CustomPromotionRules, hW as CustomerAddresses, hX as CustomerGroups, hY as CustomerPasswordResets, hZ as CustomerPaymentSources, h_ as CustomerSubscriptions, h$ as Customers, i0 as DeliveryLeadTimes, i1 as DiscountEngineItems, i2 as DiscountEngines, i3 as EasypostPickups, i4 as EventCallbacks, i5 as Events, i6 as Exports, i7 as ExternalGateways, i8 as ExternalPayments, i9 as ExternalPromotions, ia as ExternalTaxCalculators, ib as FixedAmountPromotions, ic as FixedPricePromotions, id as FlexPromotions, ie as FreeGiftPromotions, ig as FreeShippingPromotions, ih as Geocoders, ii as GiftCardRecipients, ij as GiftCards, ik as GoogleGeocoders, il as Imports, im as InStockSubscriptions, io as InventoryModels, ip as InventoryReturnLocations, iq as InventoryStockLocations, ir as KlarnaGateways, is as KlarnaPayments, it as LineItemOptions, iu as LineItems, iv as Links, iw as ManualGateways, ix as ManualTaxCalculators, iy as Markets, iz as Merchants, iA as Notifications, iB as OrderAmountPromotionRules, iC as OrderCopies, iD as OrderFactories, iE as OrderSubscriptionItems, iF as OrderSubscriptions, iG as Orders, iH as Organizations, iI as Packages, iJ as ParcelLineItems, iK as Parcels, iL as PaymentGateways, iM as PaymentMethods, iN as PaymentOptions, iO as PaypalGateways, iP as PaypalPayments, iQ as PercentageDiscountPromotions, iR as Pickups, iS as PriceFrequencyTiers, iT as PriceListSchedulers, iU as PriceLists, iV as PriceTiers, iW as PriceVolumeTiers, iX as Prices, iY as PromotionRules, iZ as Promotions, i_ as RecurringOrderCopies, i$ as Refunds, j0 as ReservedStocks, j1 as ResourceErrors, j2 as ReturnLineItems, j3 as Returns, j4 as SatispayGateways, j5 as SatispayPayments, j6 as Shipments, j7 as ShippingCategories, j8 as ShippingMethodTiers, j9 as ShippingMethods, ja as ShippingWeightTiers, jb as ShippingZones, jc as SkuListItems, jd as SkuListPromotionRules, je as SkuLists, jf as SkuOptions, jg as Skus, jh as StockItems, ji as StockLineItems, jj as StockLocations, jk as StockReservations, jl as StockTransfers, jm as Stores, jn as StripeGateways, jo as StripePayments, jp as StripeTaxAccounts, jq as SubscriptionModels, jr as Tags, js as TalonOneAccounts, jt as TaxCalculators, ju as TaxCategories, jv as TaxRules, jw as TaxjarAccounts, jx as Transactions, jy as Versions, jz as VertexAccounts, jA as Voids, jB as Webhooks, jC as WireTransfers } from './api-BYcswOJ0.cjs';
|
3
|
+
import './error.cjs';
|
4
|
+
import './interceptor-5MISI1yn.cjs';
|
5
|
+
import './client.cjs';
|
6
|
+
import './types.cjs';
|
7
|
+
|
8
|
+
declare const addresses: Addresses;
|
9
|
+
declare const adjustments: Adjustments;
|
10
|
+
declare const adyen_gateways: AdyenGateways;
|
11
|
+
declare const adyen_payments: AdyenPayments;
|
12
|
+
declare const application: Applications;
|
13
|
+
declare const attachments: Attachments;
|
14
|
+
declare const authorizations: Authorizations;
|
15
|
+
declare const avalara_accounts: AvalaraAccounts;
|
16
|
+
declare const axerve_gateways: AxerveGateways;
|
17
|
+
declare const axerve_payments: AxervePayments;
|
18
|
+
declare const bing_geocoders: BingGeocoders;
|
19
|
+
declare const braintree_gateways: BraintreeGateways;
|
20
|
+
declare const braintree_payments: BraintreePayments;
|
21
|
+
declare const bundles: Bundles;
|
22
|
+
declare const buy_x_pay_y_promotions: BuyXPayYPromotions;
|
23
|
+
declare const captures: Captures;
|
24
|
+
declare const carrier_accounts: CarrierAccounts;
|
25
|
+
declare const checkout_com_gateways: CheckoutComGateways;
|
26
|
+
declare const checkout_com_payments: CheckoutComPayments;
|
27
|
+
declare const cleanups: Cleanups;
|
28
|
+
declare const coupon_codes_promotion_rules: CouponCodesPromotionRules;
|
29
|
+
declare const coupon_recipients: CouponRecipients;
|
30
|
+
declare const coupons: Coupons;
|
31
|
+
declare const custom_promotion_rules: CustomPromotionRules;
|
32
|
+
declare const customer_addresses: CustomerAddresses;
|
33
|
+
declare const customer_groups: CustomerGroups;
|
34
|
+
declare const customer_password_resets: CustomerPasswordResets;
|
35
|
+
declare const customer_payment_sources: CustomerPaymentSources;
|
36
|
+
declare const customer_subscriptions: CustomerSubscriptions;
|
37
|
+
declare const customers: Customers;
|
38
|
+
declare const delivery_lead_times: DeliveryLeadTimes;
|
39
|
+
declare const discount_engine_items: DiscountEngineItems;
|
40
|
+
declare const discount_engines: DiscountEngines;
|
41
|
+
declare const easypost_pickups: EasypostPickups;
|
42
|
+
declare const event_callbacks: EventCallbacks;
|
43
|
+
declare const events: Events;
|
44
|
+
declare const exportz: Exports;
|
45
|
+
declare const external_gateways: ExternalGateways;
|
46
|
+
declare const external_payments: ExternalPayments;
|
47
|
+
declare const external_promotions: ExternalPromotions;
|
48
|
+
declare const external_tax_calculators: ExternalTaxCalculators;
|
49
|
+
declare const fixed_amount_promotions: FixedAmountPromotions;
|
50
|
+
declare const fixed_price_promotions: FixedPricePromotions;
|
51
|
+
declare const flex_promotions: FlexPromotions;
|
52
|
+
declare const free_gift_promotions: FreeGiftPromotions;
|
53
|
+
declare const free_shipping_promotions: FreeShippingPromotions;
|
54
|
+
declare const geocoders: Geocoders;
|
55
|
+
declare const gift_card_recipients: GiftCardRecipients;
|
56
|
+
declare const gift_cards: GiftCards;
|
57
|
+
declare const google_geocoders: GoogleGeocoders;
|
58
|
+
declare const imports: Imports;
|
59
|
+
declare const in_stock_subscriptions: InStockSubscriptions;
|
60
|
+
declare const inventory_models: InventoryModels;
|
61
|
+
declare const inventory_return_locations: InventoryReturnLocations;
|
62
|
+
declare const inventory_stock_locations: InventoryStockLocations;
|
63
|
+
declare const klarna_gateways: KlarnaGateways;
|
64
|
+
declare const klarna_payments: KlarnaPayments;
|
65
|
+
declare const line_item_options: LineItemOptions;
|
66
|
+
declare const line_items: LineItems;
|
67
|
+
declare const links: Links;
|
68
|
+
declare const manual_gateways: ManualGateways;
|
69
|
+
declare const manual_tax_calculators: ManualTaxCalculators;
|
70
|
+
declare const markets: Markets;
|
71
|
+
declare const merchants: Merchants;
|
72
|
+
declare const notifications: Notifications;
|
73
|
+
declare const order_amount_promotion_rules: OrderAmountPromotionRules;
|
74
|
+
declare const order_copies: OrderCopies;
|
75
|
+
declare const order_factories: OrderFactories;
|
76
|
+
declare const order_subscription_items: OrderSubscriptionItems;
|
77
|
+
declare const order_subscriptions: OrderSubscriptions;
|
78
|
+
declare const orders: Orders;
|
79
|
+
declare const organization: Organizations;
|
80
|
+
declare const packages: Packages;
|
81
|
+
declare const parcel_line_items: ParcelLineItems;
|
82
|
+
declare const parcels: Parcels;
|
83
|
+
declare const payment_gateways: PaymentGateways;
|
84
|
+
declare const payment_methods: PaymentMethods;
|
85
|
+
declare const payment_options: PaymentOptions;
|
86
|
+
declare const paypal_gateways: PaypalGateways;
|
87
|
+
declare const paypal_payments: PaypalPayments;
|
88
|
+
declare const percentage_discount_promotions: PercentageDiscountPromotions;
|
89
|
+
declare const pickups: Pickups;
|
90
|
+
declare const price_frequency_tiers: PriceFrequencyTiers;
|
91
|
+
declare const price_list_schedulers: PriceListSchedulers;
|
92
|
+
declare const price_lists: PriceLists;
|
93
|
+
declare const price_tiers: PriceTiers;
|
94
|
+
declare const price_volume_tiers: PriceVolumeTiers;
|
95
|
+
declare const prices: Prices;
|
96
|
+
declare const promotion_rules: PromotionRules;
|
97
|
+
declare const promotions: Promotions;
|
98
|
+
declare const recurring_order_copies: RecurringOrderCopies;
|
99
|
+
declare const refunds: Refunds;
|
100
|
+
declare const reserved_stocks: ReservedStocks;
|
101
|
+
declare const resource_errors: ResourceErrors;
|
102
|
+
declare const return_line_items: ReturnLineItems;
|
103
|
+
declare const returns: Returns;
|
104
|
+
declare const satispay_gateways: SatispayGateways;
|
105
|
+
declare const satispay_payments: SatispayPayments;
|
106
|
+
declare const shipments: Shipments;
|
107
|
+
declare const shipping_categories: ShippingCategories;
|
108
|
+
declare const shipping_method_tiers: ShippingMethodTiers;
|
109
|
+
declare const shipping_methods: ShippingMethods;
|
110
|
+
declare const shipping_weight_tiers: ShippingWeightTiers;
|
111
|
+
declare const shipping_zones: ShippingZones;
|
112
|
+
declare const sku_list_items: SkuListItems;
|
113
|
+
declare const sku_list_promotion_rules: SkuListPromotionRules;
|
114
|
+
declare const sku_lists: SkuLists;
|
115
|
+
declare const sku_options: SkuOptions;
|
116
|
+
declare const skus: Skus;
|
117
|
+
declare const stock_items: StockItems;
|
118
|
+
declare const stock_line_items: StockLineItems;
|
119
|
+
declare const stock_locations: StockLocations;
|
120
|
+
declare const stock_reservations: StockReservations;
|
121
|
+
declare const stock_transfers: StockTransfers;
|
122
|
+
declare const stores: Stores;
|
123
|
+
declare const stripe_gateways: StripeGateways;
|
124
|
+
declare const stripe_payments: StripePayments;
|
125
|
+
declare const stripe_tax_accounts: StripeTaxAccounts;
|
126
|
+
declare const subscription_models: SubscriptionModels;
|
127
|
+
declare const tags: Tags;
|
128
|
+
declare const talon_one_accounts: TalonOneAccounts;
|
129
|
+
declare const tax_calculators: TaxCalculators;
|
130
|
+
declare const tax_categories: TaxCategories;
|
131
|
+
declare const tax_rules: TaxRules;
|
132
|
+
declare const taxjar_accounts: TaxjarAccounts;
|
133
|
+
declare const transactions: Transactions;
|
134
|
+
declare const versions: Versions;
|
135
|
+
declare const vertex_accounts: VertexAccounts;
|
136
|
+
declare const voids: Voids;
|
137
|
+
declare const webhooks: Webhooks;
|
138
|
+
declare const wire_transfers: WireTransfers;
|
139
|
+
declare const initCommerceLayer: (config: CommerceLayerInitConfig) => void;
|
140
|
+
|
141
|
+
export { addresses, adjustments, adyen_gateways, adyen_payments, application, attachments, authorizations, avalara_accounts, axerve_gateways, axerve_payments, bing_geocoders, braintree_gateways, braintree_payments, bundles, buy_x_pay_y_promotions, captures, carrier_accounts, checkout_com_gateways, checkout_com_payments, cleanups, coupon_codes_promotion_rules, coupon_recipients, coupons, custom_promotion_rules, customer_addresses, customer_groups, customer_password_resets, customer_payment_sources, customer_subscriptions, customers, delivery_lead_times, discount_engine_items, discount_engines, easypost_pickups, event_callbacks, events, exportz, external_gateways, external_payments, external_promotions, external_tax_calculators, fixed_amount_promotions, fixed_price_promotions, flex_promotions, free_gift_promotions, free_shipping_promotions, geocoders, gift_card_recipients, gift_cards, google_geocoders, imports, in_stock_subscriptions, initCommerceLayer, inventory_models, inventory_return_locations, inventory_stock_locations, klarna_gateways, klarna_payments, line_item_options, line_items, links, manual_gateways, manual_tax_calculators, markets, merchants, notifications, order_amount_promotion_rules, order_copies, order_factories, order_subscription_items, order_subscriptions, orders, organization, packages, parcel_line_items, parcels, payment_gateways, payment_methods, payment_options, paypal_gateways, paypal_payments, percentage_discount_promotions, pickups, price_frequency_tiers, price_list_schedulers, price_lists, price_tiers, price_volume_tiers, prices, promotion_rules, promotions, recurring_order_copies, refunds, reserved_stocks, resource_errors, return_line_items, returns, satispay_gateways, satispay_payments, shipments, shipping_categories, shipping_method_tiers, shipping_methods, shipping_weight_tiers, shipping_zones, sku_list_items, sku_list_promotion_rules, sku_lists, sku_options, skus, stock_items, stock_line_items, stock_locations, stock_reservations, stock_transfers, stores, stripe_gateways, stripe_payments, stripe_tax_accounts, subscription_models, tags, talon_one_accounts, tax_calculators, tax_categories, tax_rules, taxjar_accounts, transactions, versions, vertex_accounts, voids, webhooks, wire_transfers };
|
@@ -0,0 +1,141 @@
|
|
1
|
+
import { CommerceLayerInitConfig } from './commercelayer.js';
|
2
|
+
import { hy as Addresses, hz as Adjustments, hA as AdyenGateways, hB as AdyenPayments, hC as Applications, hD as Attachments, hE as Authorizations, hF as AvalaraAccounts, hG as AxerveGateways, hH as AxervePayments, hI as BingGeocoders, hJ as BraintreeGateways, hK as BraintreePayments, hL as Bundles, hM as BuyXPayYPromotions, hN as Captures, hO as CarrierAccounts, hP as CheckoutComGateways, hQ as CheckoutComPayments, hR as Cleanups, hS as CouponCodesPromotionRules, hT as CouponRecipients, hU as Coupons, hV as CustomPromotionRules, hW as CustomerAddresses, hX as CustomerGroups, hY as CustomerPasswordResets, hZ as CustomerPaymentSources, h_ as CustomerSubscriptions, h$ as Customers, i0 as DeliveryLeadTimes, i1 as DiscountEngineItems, i2 as DiscountEngines, i3 as EasypostPickups, i4 as EventCallbacks, i5 as Events, i6 as Exports, i7 as ExternalGateways, i8 as ExternalPayments, i9 as ExternalPromotions, ia as ExternalTaxCalculators, ib as FixedAmountPromotions, ic as FixedPricePromotions, id as FlexPromotions, ie as FreeGiftPromotions, ig as FreeShippingPromotions, ih as Geocoders, ii as GiftCardRecipients, ij as GiftCards, ik as GoogleGeocoders, il as Imports, im as InStockSubscriptions, io as InventoryModels, ip as InventoryReturnLocations, iq as InventoryStockLocations, ir as KlarnaGateways, is as KlarnaPayments, it as LineItemOptions, iu as LineItems, iv as Links, iw as ManualGateways, ix as ManualTaxCalculators, iy as Markets, iz as Merchants, iA as Notifications, iB as OrderAmountPromotionRules, iC as OrderCopies, iD as OrderFactories, iE as OrderSubscriptionItems, iF as OrderSubscriptions, iG as Orders, iH as Organizations, iI as Packages, iJ as ParcelLineItems, iK as Parcels, iL as PaymentGateways, iM as PaymentMethods, iN as PaymentOptions, iO as PaypalGateways, iP as PaypalPayments, iQ as PercentageDiscountPromotions, iR as Pickups, iS as PriceFrequencyTiers, iT as PriceListSchedulers, iU as PriceLists, iV as PriceTiers, iW as PriceVolumeTiers, iX as Prices, iY as PromotionRules, iZ as Promotions, i_ as RecurringOrderCopies, i$ as Refunds, j0 as ReservedStocks, j1 as ResourceErrors, j2 as ReturnLineItems, j3 as Returns, j4 as SatispayGateways, j5 as SatispayPayments, j6 as Shipments, j7 as ShippingCategories, j8 as ShippingMethodTiers, j9 as ShippingMethods, ja as ShippingWeightTiers, jb as ShippingZones, jc as SkuListItems, jd as SkuListPromotionRules, je as SkuLists, jf as SkuOptions, jg as Skus, jh as StockItems, ji as StockLineItems, jj as StockLocations, jk as StockReservations, jl as StockTransfers, jm as Stores, jn as StripeGateways, jo as StripePayments, jp as StripeTaxAccounts, jq as SubscriptionModels, jr as Tags, js as TalonOneAccounts, jt as TaxCalculators, ju as TaxCategories, jv as TaxRules, jw as TaxjarAccounts, jx as Transactions, jy as Versions, jz as VertexAccounts, jA as Voids, jB as Webhooks, jC as WireTransfers } from './api-Cknm0QL_.js';
|
3
|
+
import './error.js';
|
4
|
+
import './interceptor-5MISI1yn.js';
|
5
|
+
import './client.js';
|
6
|
+
import './types.js';
|
7
|
+
|
8
|
+
declare const addresses: Addresses;
|
9
|
+
declare const adjustments: Adjustments;
|
10
|
+
declare const adyen_gateways: AdyenGateways;
|
11
|
+
declare const adyen_payments: AdyenPayments;
|
12
|
+
declare const application: Applications;
|
13
|
+
declare const attachments: Attachments;
|
14
|
+
declare const authorizations: Authorizations;
|
15
|
+
declare const avalara_accounts: AvalaraAccounts;
|
16
|
+
declare const axerve_gateways: AxerveGateways;
|
17
|
+
declare const axerve_payments: AxervePayments;
|
18
|
+
declare const bing_geocoders: BingGeocoders;
|
19
|
+
declare const braintree_gateways: BraintreeGateways;
|
20
|
+
declare const braintree_payments: BraintreePayments;
|
21
|
+
declare const bundles: Bundles;
|
22
|
+
declare const buy_x_pay_y_promotions: BuyXPayYPromotions;
|
23
|
+
declare const captures: Captures;
|
24
|
+
declare const carrier_accounts: CarrierAccounts;
|
25
|
+
declare const checkout_com_gateways: CheckoutComGateways;
|
26
|
+
declare const checkout_com_payments: CheckoutComPayments;
|
27
|
+
declare const cleanups: Cleanups;
|
28
|
+
declare const coupon_codes_promotion_rules: CouponCodesPromotionRules;
|
29
|
+
declare const coupon_recipients: CouponRecipients;
|
30
|
+
declare const coupons: Coupons;
|
31
|
+
declare const custom_promotion_rules: CustomPromotionRules;
|
32
|
+
declare const customer_addresses: CustomerAddresses;
|
33
|
+
declare const customer_groups: CustomerGroups;
|
34
|
+
declare const customer_password_resets: CustomerPasswordResets;
|
35
|
+
declare const customer_payment_sources: CustomerPaymentSources;
|
36
|
+
declare const customer_subscriptions: CustomerSubscriptions;
|
37
|
+
declare const customers: Customers;
|
38
|
+
declare const delivery_lead_times: DeliveryLeadTimes;
|
39
|
+
declare const discount_engine_items: DiscountEngineItems;
|
40
|
+
declare const discount_engines: DiscountEngines;
|
41
|
+
declare const easypost_pickups: EasypostPickups;
|
42
|
+
declare const event_callbacks: EventCallbacks;
|
43
|
+
declare const events: Events;
|
44
|
+
declare const exportz: Exports;
|
45
|
+
declare const external_gateways: ExternalGateways;
|
46
|
+
declare const external_payments: ExternalPayments;
|
47
|
+
declare const external_promotions: ExternalPromotions;
|
48
|
+
declare const external_tax_calculators: ExternalTaxCalculators;
|
49
|
+
declare const fixed_amount_promotions: FixedAmountPromotions;
|
50
|
+
declare const fixed_price_promotions: FixedPricePromotions;
|
51
|
+
declare const flex_promotions: FlexPromotions;
|
52
|
+
declare const free_gift_promotions: FreeGiftPromotions;
|
53
|
+
declare const free_shipping_promotions: FreeShippingPromotions;
|
54
|
+
declare const geocoders: Geocoders;
|
55
|
+
declare const gift_card_recipients: GiftCardRecipients;
|
56
|
+
declare const gift_cards: GiftCards;
|
57
|
+
declare const google_geocoders: GoogleGeocoders;
|
58
|
+
declare const imports: Imports;
|
59
|
+
declare const in_stock_subscriptions: InStockSubscriptions;
|
60
|
+
declare const inventory_models: InventoryModels;
|
61
|
+
declare const inventory_return_locations: InventoryReturnLocations;
|
62
|
+
declare const inventory_stock_locations: InventoryStockLocations;
|
63
|
+
declare const klarna_gateways: KlarnaGateways;
|
64
|
+
declare const klarna_payments: KlarnaPayments;
|
65
|
+
declare const line_item_options: LineItemOptions;
|
66
|
+
declare const line_items: LineItems;
|
67
|
+
declare const links: Links;
|
68
|
+
declare const manual_gateways: ManualGateways;
|
69
|
+
declare const manual_tax_calculators: ManualTaxCalculators;
|
70
|
+
declare const markets: Markets;
|
71
|
+
declare const merchants: Merchants;
|
72
|
+
declare const notifications: Notifications;
|
73
|
+
declare const order_amount_promotion_rules: OrderAmountPromotionRules;
|
74
|
+
declare const order_copies: OrderCopies;
|
75
|
+
declare const order_factories: OrderFactories;
|
76
|
+
declare const order_subscription_items: OrderSubscriptionItems;
|
77
|
+
declare const order_subscriptions: OrderSubscriptions;
|
78
|
+
declare const orders: Orders;
|
79
|
+
declare const organization: Organizations;
|
80
|
+
declare const packages: Packages;
|
81
|
+
declare const parcel_line_items: ParcelLineItems;
|
82
|
+
declare const parcels: Parcels;
|
83
|
+
declare const payment_gateways: PaymentGateways;
|
84
|
+
declare const payment_methods: PaymentMethods;
|
85
|
+
declare const payment_options: PaymentOptions;
|
86
|
+
declare const paypal_gateways: PaypalGateways;
|
87
|
+
declare const paypal_payments: PaypalPayments;
|
88
|
+
declare const percentage_discount_promotions: PercentageDiscountPromotions;
|
89
|
+
declare const pickups: Pickups;
|
90
|
+
declare const price_frequency_tiers: PriceFrequencyTiers;
|
91
|
+
declare const price_list_schedulers: PriceListSchedulers;
|
92
|
+
declare const price_lists: PriceLists;
|
93
|
+
declare const price_tiers: PriceTiers;
|
94
|
+
declare const price_volume_tiers: PriceVolumeTiers;
|
95
|
+
declare const prices: Prices;
|
96
|
+
declare const promotion_rules: PromotionRules;
|
97
|
+
declare const promotions: Promotions;
|
98
|
+
declare const recurring_order_copies: RecurringOrderCopies;
|
99
|
+
declare const refunds: Refunds;
|
100
|
+
declare const reserved_stocks: ReservedStocks;
|
101
|
+
declare const resource_errors: ResourceErrors;
|
102
|
+
declare const return_line_items: ReturnLineItems;
|
103
|
+
declare const returns: Returns;
|
104
|
+
declare const satispay_gateways: SatispayGateways;
|
105
|
+
declare const satispay_payments: SatispayPayments;
|
106
|
+
declare const shipments: Shipments;
|
107
|
+
declare const shipping_categories: ShippingCategories;
|
108
|
+
declare const shipping_method_tiers: ShippingMethodTiers;
|
109
|
+
declare const shipping_methods: ShippingMethods;
|
110
|
+
declare const shipping_weight_tiers: ShippingWeightTiers;
|
111
|
+
declare const shipping_zones: ShippingZones;
|
112
|
+
declare const sku_list_items: SkuListItems;
|
113
|
+
declare const sku_list_promotion_rules: SkuListPromotionRules;
|
114
|
+
declare const sku_lists: SkuLists;
|
115
|
+
declare const sku_options: SkuOptions;
|
116
|
+
declare const skus: Skus;
|
117
|
+
declare const stock_items: StockItems;
|
118
|
+
declare const stock_line_items: StockLineItems;
|
119
|
+
declare const stock_locations: StockLocations;
|
120
|
+
declare const stock_reservations: StockReservations;
|
121
|
+
declare const stock_transfers: StockTransfers;
|
122
|
+
declare const stores: Stores;
|
123
|
+
declare const stripe_gateways: StripeGateways;
|
124
|
+
declare const stripe_payments: StripePayments;
|
125
|
+
declare const stripe_tax_accounts: StripeTaxAccounts;
|
126
|
+
declare const subscription_models: SubscriptionModels;
|
127
|
+
declare const tags: Tags;
|
128
|
+
declare const talon_one_accounts: TalonOneAccounts;
|
129
|
+
declare const tax_calculators: TaxCalculators;
|
130
|
+
declare const tax_categories: TaxCategories;
|
131
|
+
declare const tax_rules: TaxRules;
|
132
|
+
declare const taxjar_accounts: TaxjarAccounts;
|
133
|
+
declare const transactions: Transactions;
|
134
|
+
declare const versions: Versions;
|
135
|
+
declare const vertex_accounts: VertexAccounts;
|
136
|
+
declare const voids: Voids;
|
137
|
+
declare const webhooks: Webhooks;
|
138
|
+
declare const wire_transfers: WireTransfers;
|
139
|
+
declare const initCommerceLayer: (config: CommerceLayerInitConfig) => void;
|
140
|
+
|
141
|
+
export { addresses, adjustments, adyen_gateways, adyen_payments, application, attachments, authorizations, avalara_accounts, axerve_gateways, axerve_payments, bing_geocoders, braintree_gateways, braintree_payments, bundles, buy_x_pay_y_promotions, captures, carrier_accounts, checkout_com_gateways, checkout_com_payments, cleanups, coupon_codes_promotion_rules, coupon_recipients, coupons, custom_promotion_rules, customer_addresses, customer_groups, customer_password_resets, customer_payment_sources, customer_subscriptions, customers, delivery_lead_times, discount_engine_items, discount_engines, easypost_pickups, event_callbacks, events, exportz, external_gateways, external_payments, external_promotions, external_tax_calculators, fixed_amount_promotions, fixed_price_promotions, flex_promotions, free_gift_promotions, free_shipping_promotions, geocoders, gift_card_recipients, gift_cards, google_geocoders, imports, in_stock_subscriptions, initCommerceLayer, inventory_models, inventory_return_locations, inventory_stock_locations, klarna_gateways, klarna_payments, line_item_options, line_items, links, manual_gateways, manual_tax_calculators, markets, merchants, notifications, order_amount_promotion_rules, order_copies, order_factories, order_subscription_items, order_subscriptions, orders, organization, packages, parcel_line_items, parcels, payment_gateways, payment_methods, payment_options, paypal_gateways, paypal_payments, percentage_discount_promotions, pickups, price_frequency_tiers, price_list_schedulers, price_lists, price_tiers, price_volume_tiers, prices, promotion_rules, promotions, recurring_order_copies, refunds, reserved_stocks, resource_errors, return_line_items, returns, satispay_gateways, satispay_payments, shipments, shipping_categories, shipping_method_tiers, shipping_methods, shipping_weight_tiers, shipping_zones, sku_list_items, sku_list_promotion_rules, sku_lists, sku_options, skus, stock_items, stock_line_items, stock_locations, stock_reservations, stock_transfers, stores, stripe_gateways, stripe_payments, stripe_tax_accounts, subscription_models, tags, talon_one_accounts, tax_calculators, tax_categories, tax_rules, taxjar_accounts, transactions, versions, vertex_accounts, voids, webhooks, wire_transfers };
|