@commercelayer/sdk 3.3.0 → 3.7.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.
- package/lib/api.d.ts +1 -0
- package/lib/api.js +1 -0
- package/lib/cjs/api.d.ts +1 -1
- package/lib/cjs/client.js +1 -1
- package/lib/cjs/commercelayer.js +1 -1
- package/lib/cjs/common.js +1 -1
- package/lib/cjs/debug.d.ts +1 -3
- package/lib/cjs/debug.js +1 -1
- package/lib/cjs/error.d.ts +1 -26
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/interceptor.d.ts +1 -19
- package/lib/cjs/jsonapi.js +1 -1
- package/lib/cjs/model.d.ts +1 -1
- package/lib/cjs/query.js +1 -1
- package/lib/cjs/resource.d.ts +6 -2
- package/lib/cjs/resource.js +1 -1
- package/lib/cjs/resources/addresses.d.ts +5 -5
- package/lib/cjs/resources/addresses.js +1 -1
- package/lib/cjs/resources/adjustments.d.ts +4 -4
- package/lib/cjs/resources/adjustments.js +1 -1
- package/lib/cjs/resources/adyen_gateways.d.ts +5 -5
- package/lib/cjs/resources/adyen_gateways.js +1 -1
- package/lib/cjs/resources/adyen_payments.d.ts +6 -5
- package/lib/cjs/resources/adyen_payments.js +1 -1
- package/lib/cjs/resources/application.d.ts +4 -4
- package/lib/cjs/resources/application.js +1 -1
- package/lib/cjs/resources/attachments.d.ts +34 -34
- package/lib/cjs/resources/attachments.js +1 -1
- package/lib/cjs/resources/authorizations.d.ts +4 -4
- package/lib/cjs/resources/authorizations.js +1 -1
- package/lib/cjs/resources/avalara_accounts.d.ts +5 -5
- package/lib/cjs/resources/avalara_accounts.js +1 -1
- package/lib/cjs/resources/billing_info_validation_rules.d.ts +5 -5
- package/lib/cjs/resources/billing_info_validation_rules.js +1 -1
- package/lib/cjs/resources/bing_geocoders.d.ts +4 -4
- package/lib/cjs/resources/bing_geocoders.js +1 -1
- package/lib/cjs/resources/braintree_gateways.d.ts +5 -5
- package/lib/cjs/resources/braintree_gateways.js +1 -1
- package/lib/cjs/resources/braintree_payments.d.ts +5 -5
- package/lib/cjs/resources/braintree_payments.js +1 -1
- package/lib/cjs/resources/bundles.d.ts +6 -6
- package/lib/cjs/resources/bundles.js +1 -1
- package/lib/cjs/resources/captures.d.ts +4 -4
- package/lib/cjs/resources/captures.js +1 -1
- package/lib/cjs/resources/carrier_accounts.d.ts +4 -4
- package/lib/cjs/resources/carrier_accounts.js +1 -1
- package/lib/cjs/resources/checkout_com_gateways.d.ts +5 -5
- package/lib/cjs/resources/checkout_com_gateways.js +1 -1
- package/lib/cjs/resources/checkout_com_payments.d.ts +13 -5
- package/lib/cjs/resources/checkout_com_payments.js +1 -1
- package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +11 -11
- package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -1
- package/lib/cjs/resources/coupon_recipients.d.ts +5 -5
- package/lib/cjs/resources/coupon_recipients.js +1 -1
- package/lib/cjs/resources/coupons.d.ts +5 -5
- package/lib/cjs/resources/coupons.js +1 -1
- package/lib/cjs/resources/customer_addresses.d.ts +6 -6
- package/lib/cjs/resources/customer_addresses.js +1 -1
- package/lib/cjs/resources/customer_groups.d.ts +4 -4
- package/lib/cjs/resources/customer_groups.js +1 -1
- package/lib/cjs/resources/customer_password_resets.d.ts +4 -4
- package/lib/cjs/resources/customer_password_resets.js +1 -1
- package/lib/cjs/resources/customer_payment_sources.d.ts +13 -13
- package/lib/cjs/resources/customer_payment_sources.js +1 -1
- package/lib/cjs/resources/customer_subscriptions.d.ts +4 -4
- package/lib/cjs/resources/customer_subscriptions.js +1 -1
- package/lib/cjs/resources/customers.d.ts +5 -5
- package/lib/cjs/resources/customers.js +1 -1
- package/lib/cjs/resources/delivery_lead_times.d.ts +6 -6
- package/lib/cjs/resources/delivery_lead_times.js +1 -1
- package/lib/cjs/resources/event_callbacks.d.ts +4 -4
- package/lib/cjs/resources/event_callbacks.js +1 -1
- package/lib/cjs/resources/external_gateways.d.ts +4 -4
- package/lib/cjs/resources/external_gateways.js +1 -1
- package/lib/cjs/resources/external_payments.d.ts +5 -5
- package/lib/cjs/resources/external_payments.js +1 -1
- package/lib/cjs/resources/external_promotions.d.ts +9 -9
- package/lib/cjs/resources/external_promotions.js +1 -1
- package/lib/cjs/resources/external_tax_calculators.d.ts +5 -5
- package/lib/cjs/resources/external_tax_calculators.js +1 -1
- package/lib/cjs/resources/fixed_amount_promotions.d.ts +9 -9
- package/lib/cjs/resources/fixed_amount_promotions.js +1 -1
- package/lib/cjs/resources/fixed_price_promotions.d.ts +10 -10
- package/lib/cjs/resources/fixed_price_promotions.js +1 -1
- package/lib/cjs/resources/free_gift_promotions.d.ts +10 -10
- package/lib/cjs/resources/free_gift_promotions.js +1 -1
- package/lib/cjs/resources/free_shipping_promotions.d.ts +9 -9
- package/lib/cjs/resources/free_shipping_promotions.js +1 -1
- package/lib/cjs/resources/geocoders.d.ts +4 -4
- package/lib/cjs/resources/geocoders.js +1 -1
- package/lib/cjs/resources/gift_card_recipients.d.ts +5 -5
- package/lib/cjs/resources/gift_card_recipients.js +1 -1
- package/lib/cjs/resources/gift_cards.d.ts +6 -6
- package/lib/cjs/resources/gift_cards.js +1 -1
- package/lib/cjs/resources/google_geocoders.d.ts +4 -4
- package/lib/cjs/resources/google_geocoders.js +1 -1
- package/lib/cjs/resources/imports.d.ts +4 -4
- package/lib/cjs/resources/imports.js +1 -1
- package/lib/cjs/resources/in_stock_subscriptions.d.ts +7 -7
- package/lib/cjs/resources/in_stock_subscriptions.js +1 -1
- package/lib/cjs/resources/inventory_models.d.ts +4 -4
- package/lib/cjs/resources/inventory_models.js +1 -1
- package/lib/cjs/resources/inventory_return_locations.d.ts +6 -6
- package/lib/cjs/resources/inventory_return_locations.js +1 -1
- package/lib/cjs/resources/inventory_stock_locations.d.ts +6 -6
- package/lib/cjs/resources/inventory_stock_locations.js +1 -1
- package/lib/cjs/resources/klarna_gateways.d.ts +5 -5
- package/lib/cjs/resources/klarna_gateways.js +1 -1
- package/lib/cjs/resources/klarna_payments.d.ts +9 -5
- package/lib/cjs/resources/klarna_payments.js +1 -1
- package/lib/cjs/resources/line_item_options.d.ts +6 -6
- package/lib/cjs/resources/line_item_options.js +1 -1
- package/lib/cjs/resources/line_items.d.ts +15 -15
- package/lib/cjs/resources/line_items.js +1 -1
- package/lib/cjs/resources/manual_gateways.d.ts +4 -4
- package/lib/cjs/resources/manual_gateways.js +1 -1
- package/lib/cjs/resources/manual_tax_calculators.d.ts +6 -6
- package/lib/cjs/resources/manual_tax_calculators.js +1 -1
- package/lib/cjs/resources/markets.d.ts +9 -9
- package/lib/cjs/resources/markets.js +1 -1
- package/lib/cjs/resources/merchants.d.ts +5 -5
- package/lib/cjs/resources/merchants.js +1 -1
- package/lib/cjs/resources/order_amount_promotion_rules.d.ts +10 -10
- package/lib/cjs/resources/order_amount_promotion_rules.js +1 -1
- package/lib/cjs/resources/order_copies.d.ts +5 -5
- package/lib/cjs/resources/order_copies.js +1 -1
- package/lib/cjs/resources/order_subscriptions.d.ts +6 -6
- package/lib/cjs/resources/order_subscriptions.js +1 -1
- package/lib/cjs/resources/order_validation_rules.d.ts +4 -4
- package/lib/cjs/resources/order_validation_rules.js +1 -1
- package/lib/cjs/resources/orders.d.ts +17 -16
- package/lib/cjs/resources/orders.js +1 -1
- package/lib/cjs/resources/organization.d.ts +4 -4
- package/lib/cjs/resources/organization.js +1 -1
- package/lib/cjs/resources/packages.d.ts +5 -5
- package/lib/cjs/resources/packages.js +1 -1
- package/lib/cjs/resources/parcel_line_items.d.ts +6 -6
- package/lib/cjs/resources/parcel_line_items.js +1 -1
- package/lib/cjs/resources/parcels.d.ts +6 -6
- package/lib/cjs/resources/parcels.js +1 -1
- package/lib/cjs/resources/payment_gateways.d.ts +4 -4
- package/lib/cjs/resources/payment_gateways.js +1 -1
- package/lib/cjs/resources/payment_methods.d.ts +6 -6
- package/lib/cjs/resources/payment_methods.js +1 -1
- package/lib/cjs/resources/paypal_gateways.d.ts +4 -6
- package/lib/cjs/resources/paypal_gateways.js +1 -1
- package/lib/cjs/resources/paypal_payments.d.ts +9 -5
- package/lib/cjs/resources/paypal_payments.js +1 -1
- package/lib/cjs/resources/percentage_discount_promotions.d.ts +10 -10
- package/lib/cjs/resources/percentage_discount_promotions.js +1 -1
- package/lib/cjs/resources/price_lists.d.ts +4 -4
- package/lib/cjs/resources/price_lists.js +1 -1
- package/lib/cjs/resources/prices.d.ts +6 -6
- package/lib/cjs/resources/prices.js +1 -1
- package/lib/cjs/resources/promotion_rules.d.ts +4 -4
- package/lib/cjs/resources/promotion_rules.js +1 -1
- package/lib/cjs/resources/promotions.d.ts +4 -4
- package/lib/cjs/resources/promotions.js +1 -1
- package/lib/cjs/resources/refunds.d.ts +4 -4
- package/lib/cjs/resources/refunds.js +1 -1
- package/lib/cjs/resources/return_line_items.d.ts +6 -6
- package/lib/cjs/resources/return_line_items.js +1 -1
- package/lib/cjs/resources/returns.d.ts +6 -6
- package/lib/cjs/resources/returns.js +1 -1
- package/lib/cjs/resources/shipments.d.ts +5 -5
- package/lib/cjs/resources/shipments.js +1 -1
- package/lib/cjs/resources/shipping_categories.d.ts +4 -4
- package/lib/cjs/resources/shipping_categories.js +1 -1
- package/lib/cjs/resources/shipping_methods.d.ts +7 -7
- package/lib/cjs/resources/shipping_methods.js +1 -1
- package/lib/cjs/resources/shipping_zones.d.ts +4 -4
- package/lib/cjs/resources/shipping_zones.js +1 -1
- package/lib/cjs/resources/sku_list_items.d.ts +6 -6
- package/lib/cjs/resources/sku_list_items.js +1 -1
- package/lib/cjs/resources/sku_list_promotion_rules.d.ts +11 -11
- package/lib/cjs/resources/sku_list_promotion_rules.js +1 -1
- package/lib/cjs/resources/sku_lists.d.ts +4 -4
- package/lib/cjs/resources/sku_lists.js +1 -1
- package/lib/cjs/resources/sku_options.d.ts +6 -6
- package/lib/cjs/resources/sku_options.js +1 -1
- package/lib/cjs/resources/skus.d.ts +5 -5
- package/lib/cjs/resources/skus.js +1 -1
- package/lib/cjs/resources/stock_items.d.ts +6 -6
- package/lib/cjs/resources/stock_items.js +1 -1
- package/lib/cjs/resources/stock_line_items.d.ts +4 -4
- package/lib/cjs/resources/stock_line_items.js +1 -1
- package/lib/cjs/resources/stock_locations.d.ts +5 -5
- package/lib/cjs/resources/stock_locations.js +1 -1
- package/lib/cjs/resources/stock_transfers.d.ts +8 -8
- package/lib/cjs/resources/stock_transfers.js +1 -1
- package/lib/cjs/resources/stripe_gateways.d.ts +4 -4
- package/lib/cjs/resources/stripe_gateways.js +1 -1
- package/lib/cjs/resources/stripe_payments.d.ts +9 -5
- package/lib/cjs/resources/stripe_payments.js +1 -1
- package/lib/cjs/resources/tax_calculators.d.ts +4 -4
- package/lib/cjs/resources/tax_calculators.js +1 -1
- package/lib/cjs/resources/tax_categories.d.ts +9 -9
- package/lib/cjs/resources/tax_categories.js +1 -1
- package/lib/cjs/resources/tax_rules.d.ts +5 -5
- package/lib/cjs/resources/tax_rules.js +1 -1
- package/lib/cjs/resources/taxjar_accounts.d.ts +5 -5
- package/lib/cjs/resources/taxjar_accounts.js +1 -1
- package/lib/cjs/resources/transactions.d.ts +4 -4
- package/lib/cjs/resources/transactions.js +1 -1
- package/lib/cjs/resources/voids.d.ts +4 -4
- package/lib/cjs/resources/voids.js +1 -1
- package/lib/cjs/resources/webhooks.d.ts +4 -4
- package/lib/cjs/resources/webhooks.js +1 -1
- package/lib/cjs/resources/wire_transfers.d.ts +5 -5
- package/lib/cjs/resources/wire_transfers.js +1 -1
- package/lib/cjs/static.js +1 -1
- package/lib/cjs/util.d.ts +1 -2
- package/lib/client.d.ts +2 -0
- package/lib/client.js +1 -0
- package/lib/commercelayer.d.ts +1 -0
- package/lib/commercelayer.js +1 -0
- package/lib/common.d.ts +1 -0
- package/lib/common.js +1 -0
- package/lib/config.d.ts +1 -0
- package/lib/config.js +1 -0
- package/lib/debug.d.ts +1 -0
- package/lib/debug.js +1 -0
- package/lib/error.d.ts +1 -0
- package/lib/error.js +1 -0
- package/lib/esm/api.d.ts +1 -1
- package/lib/esm/client.js +1 -1
- package/lib/esm/commercelayer.js +1 -1
- package/lib/esm/common.js +1 -1
- package/lib/esm/debug.d.ts +1 -3
- package/lib/esm/debug.js +1 -1
- package/lib/esm/error.d.ts +1 -26
- package/lib/esm/error.js +1 -1
- package/lib/esm/interceptor.d.ts +1 -19
- package/lib/esm/jsonapi.js +1 -1
- package/lib/esm/model.d.ts +1 -1
- package/lib/esm/query.js +1 -1
- package/lib/esm/resource.d.ts +6 -2
- package/lib/esm/resource.js +1 -1
- package/lib/esm/resources/addresses.d.ts +5 -5
- package/lib/esm/resources/addresses.js +1 -1
- package/lib/esm/resources/adjustments.d.ts +4 -4
- package/lib/esm/resources/adjustments.js +1 -1
- package/lib/esm/resources/adyen_gateways.d.ts +5 -5
- package/lib/esm/resources/adyen_gateways.js +1 -1
- package/lib/esm/resources/adyen_payments.d.ts +6 -5
- package/lib/esm/resources/adyen_payments.js +1 -1
- package/lib/esm/resources/application.d.ts +4 -4
- package/lib/esm/resources/application.js +1 -1
- package/lib/esm/resources/attachments.d.ts +34 -34
- package/lib/esm/resources/attachments.js +1 -1
- package/lib/esm/resources/authorizations.d.ts +4 -4
- package/lib/esm/resources/authorizations.js +1 -1
- package/lib/esm/resources/avalara_accounts.d.ts +5 -5
- package/lib/esm/resources/avalara_accounts.js +1 -1
- package/lib/esm/resources/billing_info_validation_rules.d.ts +5 -5
- package/lib/esm/resources/billing_info_validation_rules.js +1 -1
- package/lib/esm/resources/bing_geocoders.d.ts +4 -4
- package/lib/esm/resources/bing_geocoders.js +1 -1
- package/lib/esm/resources/braintree_gateways.d.ts +5 -5
- package/lib/esm/resources/braintree_gateways.js +1 -1
- package/lib/esm/resources/braintree_payments.d.ts +5 -5
- package/lib/esm/resources/braintree_payments.js +1 -1
- package/lib/esm/resources/bundles.d.ts +6 -6
- package/lib/esm/resources/bundles.js +1 -1
- package/lib/esm/resources/captures.d.ts +4 -4
- package/lib/esm/resources/captures.js +1 -1
- package/lib/esm/resources/carrier_accounts.d.ts +4 -4
- package/lib/esm/resources/carrier_accounts.js +1 -1
- package/lib/esm/resources/checkout_com_gateways.d.ts +5 -5
- package/lib/esm/resources/checkout_com_gateways.js +1 -1
- package/lib/esm/resources/checkout_com_payments.d.ts +13 -5
- package/lib/esm/resources/checkout_com_payments.js +1 -1
- package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +11 -11
- package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -1
- package/lib/esm/resources/coupon_recipients.d.ts +5 -5
- package/lib/esm/resources/coupon_recipients.js +1 -1
- package/lib/esm/resources/coupons.d.ts +5 -5
- package/lib/esm/resources/coupons.js +1 -1
- package/lib/esm/resources/customer_addresses.d.ts +6 -6
- package/lib/esm/resources/customer_addresses.js +1 -1
- package/lib/esm/resources/customer_groups.d.ts +4 -4
- package/lib/esm/resources/customer_groups.js +1 -1
- package/lib/esm/resources/customer_password_resets.d.ts +4 -4
- package/lib/esm/resources/customer_password_resets.js +1 -1
- package/lib/esm/resources/customer_payment_sources.d.ts +13 -13
- package/lib/esm/resources/customer_payment_sources.js +1 -1
- package/lib/esm/resources/customer_subscriptions.d.ts +4 -4
- package/lib/esm/resources/customer_subscriptions.js +1 -1
- package/lib/esm/resources/customers.d.ts +5 -5
- package/lib/esm/resources/customers.js +1 -1
- package/lib/esm/resources/delivery_lead_times.d.ts +6 -6
- package/lib/esm/resources/delivery_lead_times.js +1 -1
- package/lib/esm/resources/event_callbacks.d.ts +4 -4
- package/lib/esm/resources/event_callbacks.js +1 -1
- package/lib/esm/resources/external_gateways.d.ts +4 -4
- package/lib/esm/resources/external_gateways.js +1 -1
- package/lib/esm/resources/external_payments.d.ts +5 -5
- package/lib/esm/resources/external_payments.js +1 -1
- package/lib/esm/resources/external_promotions.d.ts +9 -9
- package/lib/esm/resources/external_promotions.js +1 -1
- package/lib/esm/resources/external_tax_calculators.d.ts +5 -5
- package/lib/esm/resources/external_tax_calculators.js +1 -1
- package/lib/esm/resources/fixed_amount_promotions.d.ts +9 -9
- package/lib/esm/resources/fixed_amount_promotions.js +1 -1
- package/lib/esm/resources/fixed_price_promotions.d.ts +10 -10
- package/lib/esm/resources/fixed_price_promotions.js +1 -1
- package/lib/esm/resources/free_gift_promotions.d.ts +10 -10
- package/lib/esm/resources/free_gift_promotions.js +1 -1
- package/lib/esm/resources/free_shipping_promotions.d.ts +9 -9
- package/lib/esm/resources/free_shipping_promotions.js +1 -1
- package/lib/esm/resources/geocoders.d.ts +4 -4
- package/lib/esm/resources/geocoders.js +1 -1
- package/lib/esm/resources/gift_card_recipients.d.ts +5 -5
- package/lib/esm/resources/gift_card_recipients.js +1 -1
- package/lib/esm/resources/gift_cards.d.ts +6 -6
- package/lib/esm/resources/gift_cards.js +1 -1
- package/lib/esm/resources/google_geocoders.d.ts +4 -4
- package/lib/esm/resources/google_geocoders.js +1 -1
- package/lib/esm/resources/imports.d.ts +4 -4
- package/lib/esm/resources/imports.js +1 -1
- package/lib/esm/resources/in_stock_subscriptions.d.ts +7 -7
- package/lib/esm/resources/in_stock_subscriptions.js +1 -1
- package/lib/esm/resources/inventory_models.d.ts +4 -4
- package/lib/esm/resources/inventory_models.js +1 -1
- package/lib/esm/resources/inventory_return_locations.d.ts +6 -6
- package/lib/esm/resources/inventory_return_locations.js +1 -1
- package/lib/esm/resources/inventory_stock_locations.d.ts +6 -6
- package/lib/esm/resources/inventory_stock_locations.js +1 -1
- package/lib/esm/resources/klarna_gateways.d.ts +5 -5
- package/lib/esm/resources/klarna_gateways.js +1 -1
- package/lib/esm/resources/klarna_payments.d.ts +9 -5
- package/lib/esm/resources/klarna_payments.js +1 -1
- package/lib/esm/resources/line_item_options.d.ts +6 -6
- package/lib/esm/resources/line_item_options.js +1 -1
- package/lib/esm/resources/line_items.d.ts +15 -15
- package/lib/esm/resources/line_items.js +1 -1
- package/lib/esm/resources/manual_gateways.d.ts +4 -4
- package/lib/esm/resources/manual_gateways.js +1 -1
- package/lib/esm/resources/manual_tax_calculators.d.ts +6 -6
- package/lib/esm/resources/manual_tax_calculators.js +1 -1
- package/lib/esm/resources/markets.d.ts +9 -9
- package/lib/esm/resources/markets.js +1 -1
- package/lib/esm/resources/merchants.d.ts +5 -5
- package/lib/esm/resources/merchants.js +1 -1
- package/lib/esm/resources/order_amount_promotion_rules.d.ts +10 -10
- package/lib/esm/resources/order_amount_promotion_rules.js +1 -1
- package/lib/esm/resources/order_copies.d.ts +5 -5
- package/lib/esm/resources/order_copies.js +1 -1
- package/lib/esm/resources/order_subscriptions.d.ts +6 -6
- package/lib/esm/resources/order_subscriptions.js +1 -1
- package/lib/esm/resources/order_validation_rules.d.ts +4 -4
- package/lib/esm/resources/order_validation_rules.js +1 -1
- package/lib/esm/resources/orders.d.ts +17 -16
- package/lib/esm/resources/orders.js +1 -1
- package/lib/esm/resources/organization.d.ts +4 -4
- package/lib/esm/resources/organization.js +1 -1
- package/lib/esm/resources/packages.d.ts +5 -5
- package/lib/esm/resources/packages.js +1 -1
- package/lib/esm/resources/parcel_line_items.d.ts +6 -6
- package/lib/esm/resources/parcel_line_items.js +1 -1
- package/lib/esm/resources/parcels.d.ts +6 -6
- package/lib/esm/resources/parcels.js +1 -1
- package/lib/esm/resources/payment_gateways.d.ts +4 -4
- package/lib/esm/resources/payment_gateways.js +1 -1
- package/lib/esm/resources/payment_methods.d.ts +6 -6
- package/lib/esm/resources/payment_methods.js +1 -1
- package/lib/esm/resources/paypal_gateways.d.ts +4 -6
- package/lib/esm/resources/paypal_gateways.js +1 -1
- package/lib/esm/resources/paypal_payments.d.ts +9 -5
- package/lib/esm/resources/paypal_payments.js +1 -1
- package/lib/esm/resources/percentage_discount_promotions.d.ts +10 -10
- package/lib/esm/resources/percentage_discount_promotions.js +1 -1
- package/lib/esm/resources/price_lists.d.ts +4 -4
- package/lib/esm/resources/price_lists.js +1 -1
- package/lib/esm/resources/prices.d.ts +6 -6
- package/lib/esm/resources/prices.js +1 -1
- package/lib/esm/resources/promotion_rules.d.ts +4 -4
- package/lib/esm/resources/promotion_rules.js +1 -1
- package/lib/esm/resources/promotions.d.ts +4 -4
- package/lib/esm/resources/promotions.js +1 -1
- package/lib/esm/resources/refunds.d.ts +4 -4
- package/lib/esm/resources/refunds.js +1 -1
- package/lib/esm/resources/return_line_items.d.ts +6 -6
- package/lib/esm/resources/return_line_items.js +1 -1
- package/lib/esm/resources/returns.d.ts +6 -6
- package/lib/esm/resources/returns.js +1 -1
- package/lib/esm/resources/shipments.d.ts +5 -5
- package/lib/esm/resources/shipments.js +1 -1
- package/lib/esm/resources/shipping_categories.d.ts +4 -4
- package/lib/esm/resources/shipping_categories.js +1 -1
- package/lib/esm/resources/shipping_methods.d.ts +7 -7
- package/lib/esm/resources/shipping_methods.js +1 -1
- package/lib/esm/resources/shipping_zones.d.ts +4 -4
- package/lib/esm/resources/shipping_zones.js +1 -1
- package/lib/esm/resources/sku_list_items.d.ts +6 -6
- package/lib/esm/resources/sku_list_items.js +1 -1
- package/lib/esm/resources/sku_list_promotion_rules.d.ts +11 -11
- package/lib/esm/resources/sku_list_promotion_rules.js +1 -1
- package/lib/esm/resources/sku_lists.d.ts +4 -4
- package/lib/esm/resources/sku_lists.js +1 -1
- package/lib/esm/resources/sku_options.d.ts +6 -6
- package/lib/esm/resources/sku_options.js +1 -1
- package/lib/esm/resources/skus.d.ts +5 -5
- package/lib/esm/resources/skus.js +1 -1
- package/lib/esm/resources/stock_items.d.ts +6 -6
- package/lib/esm/resources/stock_items.js +1 -1
- package/lib/esm/resources/stock_line_items.d.ts +4 -4
- package/lib/esm/resources/stock_line_items.js +1 -1
- package/lib/esm/resources/stock_locations.d.ts +5 -5
- package/lib/esm/resources/stock_locations.js +1 -1
- package/lib/esm/resources/stock_transfers.d.ts +8 -8
- package/lib/esm/resources/stock_transfers.js +1 -1
- package/lib/esm/resources/stripe_gateways.d.ts +4 -4
- package/lib/esm/resources/stripe_gateways.js +1 -1
- package/lib/esm/resources/stripe_payments.d.ts +9 -5
- package/lib/esm/resources/stripe_payments.js +1 -1
- package/lib/esm/resources/tax_calculators.d.ts +4 -4
- package/lib/esm/resources/tax_calculators.js +1 -1
- package/lib/esm/resources/tax_categories.d.ts +9 -9
- package/lib/esm/resources/tax_categories.js +1 -1
- package/lib/esm/resources/tax_rules.d.ts +5 -5
- package/lib/esm/resources/tax_rules.js +1 -1
- package/lib/esm/resources/taxjar_accounts.d.ts +5 -5
- package/lib/esm/resources/taxjar_accounts.js +1 -1
- package/lib/esm/resources/transactions.d.ts +4 -4
- package/lib/esm/resources/transactions.js +1 -1
- package/lib/esm/resources/voids.d.ts +4 -4
- package/lib/esm/resources/voids.js +1 -1
- package/lib/esm/resources/webhooks.d.ts +4 -4
- package/lib/esm/resources/webhooks.js +1 -1
- package/lib/esm/resources/wire_transfers.d.ts +5 -5
- package/lib/esm/resources/wire_transfers.js +1 -1
- package/lib/esm/static.js +1 -1
- package/lib/esm/util.d.ts +1 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/interceptor.d.ts +1 -0
- package/lib/interceptor.js +1 -0
- package/lib/jsonapi.d.ts +1 -0
- package/lib/jsonapi.js +1 -0
- package/lib/model.d.ts +1 -0
- package/lib/model.js +1 -0
- package/lib/query.d.ts +1 -0
- package/lib/query.js +1 -0
- package/lib/resource.d.ts +1 -0
- package/lib/resource.js +1 -0
- package/lib/resources/addresses.d.ts +1 -0
- package/lib/resources/addresses.js +1 -0
- package/lib/resources/adjustments.d.ts +1 -0
- package/lib/resources/adjustments.js +1 -0
- package/lib/resources/adyen_gateways.d.ts +1 -0
- package/lib/resources/adyen_gateways.js +1 -0
- package/lib/resources/adyen_payments.d.ts +1 -0
- package/lib/resources/adyen_payments.js +1 -0
- package/lib/resources/application.d.ts +1 -0
- package/lib/resources/application.js +1 -0
- package/lib/resources/attachments.d.ts +1 -0
- package/lib/resources/attachments.js +1 -0
- package/lib/resources/authorizations.d.ts +1 -0
- package/lib/resources/authorizations.js +1 -0
- package/lib/resources/avalara_accounts.d.ts +1 -0
- package/lib/resources/avalara_accounts.js +1 -0
- package/lib/resources/billing_info_validation_rules.d.ts +1 -0
- package/lib/resources/billing_info_validation_rules.js +1 -0
- package/lib/resources/bing_geocoders.d.ts +1 -0
- package/lib/resources/bing_geocoders.js +1 -0
- package/lib/resources/braintree_gateways.d.ts +1 -0
- package/lib/resources/braintree_gateways.js +1 -0
- package/lib/resources/braintree_payments.d.ts +1 -0
- package/lib/resources/braintree_payments.js +1 -0
- package/lib/resources/bundles.d.ts +1 -0
- package/lib/resources/bundles.js +1 -0
- package/lib/resources/captures.d.ts +1 -0
- package/lib/resources/captures.js +1 -0
- package/lib/resources/carrier_accounts.d.ts +1 -0
- package/lib/resources/carrier_accounts.js +1 -0
- package/lib/resources/checkout_com_gateways.d.ts +1 -0
- package/lib/resources/checkout_com_gateways.js +1 -0
- package/lib/resources/checkout_com_payments.d.ts +1 -0
- package/lib/resources/checkout_com_payments.js +1 -0
- package/lib/resources/coupon_codes_promotion_rules.d.ts +1 -0
- package/lib/resources/coupon_codes_promotion_rules.js +1 -0
- package/lib/resources/coupon_recipients.d.ts +1 -0
- package/lib/resources/coupon_recipients.js +1 -0
- package/lib/resources/coupons.d.ts +1 -0
- package/lib/resources/coupons.js +1 -0
- package/lib/resources/customer_addresses.d.ts +1 -0
- package/lib/resources/customer_addresses.js +1 -0
- package/lib/resources/customer_groups.d.ts +1 -0
- package/lib/resources/customer_groups.js +1 -0
- package/lib/resources/customer_password_resets.d.ts +1 -0
- package/lib/resources/customer_password_resets.js +1 -0
- package/lib/resources/customer_payment_sources.d.ts +1 -0
- package/lib/resources/customer_payment_sources.js +1 -0
- package/lib/resources/customer_subscriptions.d.ts +1 -0
- package/lib/resources/customer_subscriptions.js +1 -0
- package/lib/resources/customers.d.ts +1 -0
- package/lib/resources/customers.js +1 -0
- package/lib/resources/delivery_lead_times.d.ts +1 -0
- package/lib/resources/delivery_lead_times.js +1 -0
- package/lib/resources/event_callbacks.d.ts +1 -0
- package/lib/resources/event_callbacks.js +1 -0
- package/lib/resources/external_gateways.d.ts +1 -0
- package/lib/resources/external_gateways.js +1 -0
- package/lib/resources/external_payments.d.ts +1 -0
- package/lib/resources/external_payments.js +1 -0
- package/lib/resources/external_promotions.d.ts +1 -0
- package/lib/resources/external_promotions.js +1 -0
- package/lib/resources/external_tax_calculators.d.ts +1 -0
- package/lib/resources/external_tax_calculators.js +1 -0
- package/lib/resources/fixed_amount_promotions.d.ts +1 -0
- package/lib/resources/fixed_amount_promotions.js +1 -0
- package/lib/resources/fixed_price_promotions.d.ts +1 -0
- package/lib/resources/fixed_price_promotions.js +1 -0
- package/lib/resources/free_gift_promotions.d.ts +1 -0
- package/lib/resources/free_gift_promotions.js +1 -0
- package/lib/resources/free_shipping_promotions.d.ts +1 -0
- package/lib/resources/free_shipping_promotions.js +1 -0
- package/lib/resources/geocoders.d.ts +1 -0
- package/lib/resources/geocoders.js +1 -0
- package/lib/resources/gift_card_recipients.d.ts +1 -0
- package/lib/resources/gift_card_recipients.js +1 -0
- package/lib/resources/gift_cards.d.ts +1 -0
- package/lib/resources/gift_cards.js +1 -0
- package/lib/resources/google_geocoders.d.ts +1 -0
- package/lib/resources/google_geocoders.js +1 -0
- package/lib/resources/imports.d.ts +1 -0
- package/lib/resources/imports.js +1 -0
- package/lib/resources/in_stock_subscriptions.d.ts +1 -0
- package/lib/resources/in_stock_subscriptions.js +1 -0
- package/lib/resources/inventory_models.d.ts +1 -0
- package/lib/resources/inventory_models.js +1 -0
- package/lib/resources/inventory_return_locations.d.ts +1 -0
- package/lib/resources/inventory_return_locations.js +1 -0
- package/lib/resources/inventory_stock_locations.d.ts +1 -0
- package/lib/resources/inventory_stock_locations.js +1 -0
- package/lib/resources/klarna_gateways.d.ts +1 -0
- package/lib/resources/klarna_gateways.js +1 -0
- package/lib/resources/klarna_payments.d.ts +1 -0
- package/lib/resources/klarna_payments.js +1 -0
- package/lib/resources/line_item_options.d.ts +1 -0
- package/lib/resources/line_item_options.js +1 -0
- package/lib/resources/line_items.d.ts +1 -0
- package/lib/resources/line_items.js +1 -0
- package/lib/resources/manual_gateways.d.ts +1 -0
- package/lib/resources/manual_gateways.js +1 -0
- package/lib/resources/manual_tax_calculators.d.ts +1 -0
- package/lib/resources/manual_tax_calculators.js +1 -0
- package/lib/resources/markets.d.ts +1 -0
- package/lib/resources/markets.js +1 -0
- package/lib/resources/merchants.d.ts +1 -0
- package/lib/resources/merchants.js +1 -0
- package/lib/resources/order_amount_promotion_rules.d.ts +1 -0
- package/lib/resources/order_amount_promotion_rules.js +1 -0
- package/lib/resources/order_copies.d.ts +1 -0
- package/lib/resources/order_copies.js +1 -0
- package/lib/resources/order_subscriptions.d.ts +1 -0
- package/lib/resources/order_subscriptions.js +1 -0
- package/lib/resources/order_validation_rules.d.ts +1 -0
- package/lib/resources/order_validation_rules.js +1 -0
- package/lib/resources/orders.d.ts +1 -0
- package/lib/resources/orders.js +1 -0
- package/lib/resources/organization.d.ts +1 -0
- package/lib/resources/organization.js +1 -0
- package/lib/resources/packages.d.ts +1 -0
- package/lib/resources/packages.js +1 -0
- package/lib/resources/parcel_line_items.d.ts +1 -0
- package/lib/resources/parcel_line_items.js +1 -0
- package/lib/resources/parcels.d.ts +1 -0
- package/lib/resources/parcels.js +1 -0
- package/lib/resources/payment_gateways.d.ts +1 -0
- package/lib/resources/payment_gateways.js +1 -0
- package/lib/resources/payment_methods.d.ts +1 -0
- package/lib/resources/payment_methods.js +1 -0
- package/lib/resources/paypal_gateways.d.ts +1 -0
- package/lib/resources/paypal_gateways.js +1 -0
- package/lib/resources/paypal_payments.d.ts +1 -0
- package/lib/resources/paypal_payments.js +1 -0
- package/lib/resources/percentage_discount_promotions.d.ts +1 -0
- package/lib/resources/percentage_discount_promotions.js +1 -0
- package/lib/resources/price_lists.d.ts +1 -0
- package/lib/resources/price_lists.js +1 -0
- package/lib/resources/prices.d.ts +1 -0
- package/lib/resources/prices.js +1 -0
- package/lib/resources/promotion_rules.d.ts +1 -0
- package/lib/resources/promotion_rules.js +1 -0
- package/lib/resources/promotions.d.ts +1 -0
- package/lib/resources/promotions.js +1 -0
- package/lib/resources/refunds.d.ts +1 -0
- package/lib/resources/refunds.js +1 -0
- package/lib/resources/return_line_items.d.ts +1 -0
- package/lib/resources/return_line_items.js +1 -0
- package/lib/resources/returns.d.ts +1 -0
- package/lib/resources/returns.js +1 -0
- package/lib/resources/shipments.d.ts +1 -0
- package/lib/resources/shipments.js +1 -0
- package/lib/resources/shipping_categories.d.ts +1 -0
- package/lib/resources/shipping_categories.js +1 -0
- package/lib/resources/shipping_methods.d.ts +1 -0
- package/lib/resources/shipping_methods.js +1 -0
- package/lib/resources/shipping_zones.d.ts +1 -0
- package/lib/resources/shipping_zones.js +1 -0
- package/lib/resources/sku_list_items.d.ts +1 -0
- package/lib/resources/sku_list_items.js +1 -0
- package/lib/resources/sku_list_promotion_rules.d.ts +1 -0
- package/lib/resources/sku_list_promotion_rules.js +1 -0
- package/lib/resources/sku_lists.d.ts +1 -0
- package/lib/resources/sku_lists.js +1 -0
- package/lib/resources/sku_options.d.ts +1 -0
- package/lib/resources/sku_options.js +1 -0
- package/lib/resources/skus.d.ts +1 -0
- package/lib/resources/skus.js +1 -0
- package/lib/resources/stock_items.d.ts +1 -0
- package/lib/resources/stock_items.js +1 -0
- package/lib/resources/stock_line_items.d.ts +1 -0
- package/lib/resources/stock_line_items.js +1 -0
- package/lib/resources/stock_locations.d.ts +1 -0
- package/lib/resources/stock_locations.js +1 -0
- package/lib/resources/stock_transfers.d.ts +1 -0
- package/lib/resources/stock_transfers.js +1 -0
- package/lib/resources/stripe_gateways.d.ts +1 -0
- package/lib/resources/stripe_gateways.js +1 -0
- package/lib/resources/stripe_payments.d.ts +1 -0
- package/lib/resources/stripe_payments.js +1 -0
- package/lib/resources/tax_calculators.d.ts +1 -0
- package/lib/resources/tax_calculators.js +1 -0
- package/lib/resources/tax_categories.d.ts +1 -0
- package/lib/resources/tax_categories.js +1 -0
- package/lib/resources/tax_rules.d.ts +1 -0
- package/lib/resources/tax_rules.js +1 -0
- package/lib/resources/taxjar_accounts.d.ts +1 -0
- package/lib/resources/taxjar_accounts.js +1 -0
- package/lib/resources/transactions.d.ts +1 -0
- package/lib/resources/transactions.js +1 -0
- package/lib/resources/voids.d.ts +1 -0
- package/lib/resources/voids.js +1 -0
- package/lib/resources/webhooks.d.ts +1 -0
- package/lib/resources/webhooks.js +1 -0
- package/lib/resources/wire_transfers.d.ts +1 -0
- package/lib/resources/wire_transfers.js +1 -0
- package/lib/static.d.ts +1 -0
- package/lib/static.js +1 -0
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/util.d.ts +2 -0
- package/lib/util.js +1 -0
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
|
-
import { ApiResource, Resource, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { PaymentMethod } from './payment_methods';
|
4
|
-
declare type PaymentGatewayRel =
|
4
|
+
declare type PaymentGatewayRel = ResourceRel & {
|
5
5
|
type: typeof PaymentGateways.TYPE;
|
6
6
|
};
|
7
7
|
interface PaymentGateway extends Resource {
|
@@ -13,7 +13,7 @@ declare class PaymentGateways extends ApiResource {
|
|
13
13
|
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentGateway>>;
|
14
14
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
|
15
15
|
isPaymentGateway(resource: any): resource is PaymentGateway;
|
16
|
-
relationship(id: string | ResourceId): PaymentGatewayRel;
|
16
|
+
relationship(id: string | ResourceId | null): PaymentGatewayRel;
|
17
17
|
type(): string;
|
18
18
|
}
|
19
19
|
export default PaymentGateways;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentGateways extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:PaymentGateways.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:PaymentGateways.TYPE,id:e},r,t)}isPaymentGateway(e){return e.type&&e.type===PaymentGateways.TYPE}relationship(e){return typeof e=="string"?{id:e,type:PaymentGateways.TYPE}:{id:e.id,type:PaymentGateways.TYPE}}type(){return PaymentGateways.TYPE}}PaymentGateways.TYPE="payment_gateways",exports.default=PaymentGateways;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentGateways extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:PaymentGateways.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:PaymentGateways.TYPE,id:e},r,t)}isPaymentGateway(e){return e.type&&e.type===PaymentGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaymentGateways.TYPE}:{id:e.id,type:PaymentGateways.TYPE}}type(){return PaymentGateways.TYPE}}PaymentGateways.TYPE="payment_gateways",exports.default=PaymentGateways;
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Market } from './markets';
|
4
4
|
import { PaymentGateway } from './payment_gateways';
|
5
5
|
import { Attachment } from './attachments';
|
6
|
-
declare type PaymentMethodRel =
|
6
|
+
declare type PaymentMethodRel = ResourceRel & {
|
7
7
|
type: typeof PaymentMethods.TYPE;
|
8
8
|
};
|
9
|
-
declare type MarketRel =
|
9
|
+
declare type MarketRel = ResourceRel & {
|
10
10
|
type: 'markets';
|
11
11
|
};
|
12
|
-
declare type PaymentGatewayRel =
|
12
|
+
declare type PaymentGatewayRel = ResourceRel & {
|
13
13
|
type: 'payment_gateways';
|
14
14
|
};
|
15
15
|
interface PaymentMethod extends Resource {
|
@@ -49,7 +49,7 @@ declare class PaymentMethods extends ApiResource {
|
|
49
49
|
update(resource: PaymentMethodUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentMethod>;
|
50
50
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
51
51
|
isPaymentMethod(resource: any): resource is PaymentMethod;
|
52
|
-
relationship(id: string | ResourceId): PaymentMethodRel;
|
52
|
+
relationship(id: string | ResourceId | null): PaymentMethodRel;
|
53
53
|
type(): string;
|
54
54
|
}
|
55
55
|
export default PaymentMethods;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentMethods extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:PaymentMethods.TYPE},e,r)}async create(e,r,
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaymentMethods extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:PaymentMethods.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:PaymentMethods.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:PaymentMethods.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:PaymentMethods.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:PaymentMethods.TYPE,id:e},r)}isPaymentMethod(e){return e.type&&e.type===PaymentMethods.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaymentMethods.TYPE}:{id:e.id,type:PaymentMethods.TYPE}}type(){return PaymentMethods.TYPE}}PaymentMethods.TYPE="payment_methods",exports.default=PaymentMethods;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { PaymentMethod } from './payment_methods';
|
4
4
|
import { PaypalPayment } from './paypal_payments';
|
5
|
-
declare type PaypalGatewayRel =
|
5
|
+
declare type PaypalGatewayRel = ResourceRel & {
|
6
6
|
type: typeof PaypalGateways.TYPE;
|
7
7
|
};
|
8
8
|
interface PaypalGateway extends Resource {
|
@@ -14,13 +14,11 @@ interface PaypalGatewayCreate extends ResourceCreate {
|
|
14
14
|
name: string;
|
15
15
|
client_id: string;
|
16
16
|
client_secret: string;
|
17
|
-
mode: string;
|
18
17
|
}
|
19
18
|
interface PaypalGatewayUpdate extends ResourceUpdate {
|
20
19
|
name?: string;
|
21
20
|
client_id?: string;
|
22
21
|
client_secret?: string;
|
23
|
-
mode?: string;
|
24
22
|
}
|
25
23
|
declare class PaypalGateways extends ApiResource {
|
26
24
|
static readonly TYPE: 'paypal_gateways';
|
@@ -30,7 +28,7 @@ declare class PaypalGateways extends ApiResource {
|
|
30
28
|
update(resource: PaypalGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaypalGateway>;
|
31
29
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
32
30
|
isPaypalGateway(resource: any): resource is PaypalGateway;
|
33
|
-
relationship(id: string | ResourceId): PaypalGatewayRel;
|
31
|
+
relationship(id: string | ResourceId | null): PaypalGatewayRel;
|
34
32
|
type(): string;
|
35
33
|
}
|
36
34
|
export default PaypalGateways;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaypalGateways extends resource_1.ApiResource{async list(e,
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaypalGateways extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:PaypalGateways.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:PaypalGateways.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:PaypalGateways.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:PaypalGateways.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:PaypalGateways.TYPE,id:e},t)}isPaypalGateway(e){return e.type&&e.type===PaypalGateways.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaypalGateways.TYPE}:{id:e.id,type:PaypalGateways.TYPE}}type(){return PaypalGateways.TYPE}}PaypalGateways.TYPE="paypal_gateways",exports.default=PaypalGateways;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Order } from './orders';
|
4
4
|
import { PaymentGateway } from './payment_gateways';
|
5
|
-
declare type PaypalPaymentRel =
|
5
|
+
declare type PaypalPaymentRel = ResourceRel & {
|
6
6
|
type: typeof PaypalPayments.TYPE;
|
7
7
|
};
|
8
|
-
declare type OrderRel =
|
8
|
+
declare type OrderRel = ResourceRel & {
|
9
9
|
type: 'orders';
|
10
10
|
};
|
11
11
|
interface PaypalPayment extends Resource {
|
@@ -17,6 +17,10 @@ interface PaypalPayment extends Resource {
|
|
17
17
|
paypal_id?: string;
|
18
18
|
status?: string;
|
19
19
|
approval_url?: string;
|
20
|
+
mismatched_amounts?: boolean;
|
21
|
+
intent_amount_cents?: number;
|
22
|
+
intent_amount_float?: number;
|
23
|
+
formatted_intent_amount?: string;
|
20
24
|
order?: Order;
|
21
25
|
payment_gateway?: PaymentGateway;
|
22
26
|
}
|
@@ -38,7 +42,7 @@ declare class PaypalPayments extends ApiResource {
|
|
38
42
|
update(resource: PaypalPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaypalPayment>;
|
39
43
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
40
44
|
isPaypalPayment(resource: any): resource is PaypalPayment;
|
41
|
-
relationship(id: string | ResourceId): PaypalPaymentRel;
|
45
|
+
relationship(id: string | ResourceId | null): PaypalPaymentRel;
|
42
46
|
type(): string;
|
43
47
|
}
|
44
48
|
export default PaypalPayments;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaypalPayments extends resource_1.ApiResource{async list(e,
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PaypalPayments extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:PaypalPayments.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:PaypalPayments.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:PaypalPayments.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:PaypalPayments.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:PaypalPayments.TYPE,id:e},t)}isPaypalPayment(e){return e.type&&e.type===PaypalPayments.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PaypalPayments.TYPE}:{id:e.id,type:PaypalPayments.TYPE}}type(){return PaypalPayments.TYPE}}PaypalPayments.TYPE="paypal_payments",exports.default=PaypalPayments;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Market } from './markets';
|
4
4
|
import { PromotionRule } from './promotion_rules';
|
5
5
|
import { OrderAmountPromotionRule } from './order_amount_promotion_rules';
|
@@ -8,25 +8,25 @@ import { CouponCodesPromotionRule } from './coupon_codes_promotion_rules';
|
|
8
8
|
import { Attachment } from './attachments';
|
9
9
|
import { SkuList } from './sku_lists';
|
10
10
|
import { Sku } from './skus';
|
11
|
-
declare type PercentageDiscountPromotionRel =
|
11
|
+
declare type PercentageDiscountPromotionRel = ResourceRel & {
|
12
12
|
type: typeof PercentageDiscountPromotions.TYPE;
|
13
13
|
};
|
14
|
-
declare type MarketRel =
|
14
|
+
declare type MarketRel = ResourceRel & {
|
15
15
|
type: 'markets';
|
16
16
|
};
|
17
|
-
declare type PromotionRuleRel =
|
17
|
+
declare type PromotionRuleRel = ResourceRel & {
|
18
18
|
type: 'promotion_rules';
|
19
19
|
};
|
20
|
-
declare type OrderAmountPromotionRuleRel =
|
20
|
+
declare type OrderAmountPromotionRuleRel = ResourceRel & {
|
21
21
|
type: 'order_amount_promotion_rules';
|
22
22
|
};
|
23
|
-
declare type SkuListPromotionRuleRel =
|
23
|
+
declare type SkuListPromotionRuleRel = ResourceRel & {
|
24
24
|
type: 'sku_list_promotion_rules';
|
25
25
|
};
|
26
|
-
declare type CouponCodesPromotionRuleRel =
|
26
|
+
declare type CouponCodesPromotionRuleRel = ResourceRel & {
|
27
27
|
type: 'coupon_codes_promotion_rules';
|
28
28
|
};
|
29
|
-
declare type SkuListRel =
|
29
|
+
declare type SkuListRel = ResourceRel & {
|
30
30
|
type: 'sku_lists';
|
31
31
|
};
|
32
32
|
interface PercentageDiscountPromotion extends Resource {
|
@@ -83,7 +83,7 @@ declare class PercentageDiscountPromotions extends ApiResource {
|
|
83
83
|
update(resource: PercentageDiscountPromotionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PercentageDiscountPromotion>;
|
84
84
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
85
85
|
isPercentageDiscountPromotion(resource: any): resource is PercentageDiscountPromotion;
|
86
|
-
relationship(id: string | ResourceId): PercentageDiscountPromotionRel;
|
86
|
+
relationship(id: string | ResourceId | null): PercentageDiscountPromotionRel;
|
87
87
|
type(): string;
|
88
88
|
}
|
89
89
|
export default PercentageDiscountPromotions;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PercentageDiscountPromotions extends resource_1.ApiResource{async list(e,
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PercentageDiscountPromotions extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:PercentageDiscountPromotions.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:PercentageDiscountPromotions.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:PercentageDiscountPromotions.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:PercentageDiscountPromotions.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:PercentageDiscountPromotions.TYPE,id:e},t)}isPercentageDiscountPromotion(e){return e.type&&e.type===PercentageDiscountPromotions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PercentageDiscountPromotions.TYPE}:{id:e.id,type:PercentageDiscountPromotions.TYPE}}type(){return PercentageDiscountPromotions.TYPE}}PercentageDiscountPromotions.TYPE="percentage_discount_promotions",exports.default=PercentageDiscountPromotions;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Price } from './prices';
|
4
4
|
import { Attachment } from './attachments';
|
5
|
-
declare type PriceListRel =
|
5
|
+
declare type PriceListRel = ResourceRel & {
|
6
6
|
type: typeof PriceLists.TYPE;
|
7
7
|
};
|
8
8
|
interface PriceList extends Resource {
|
@@ -30,7 +30,7 @@ declare class PriceLists extends ApiResource {
|
|
30
30
|
update(resource: PriceListUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PriceList>;
|
31
31
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
32
32
|
isPriceList(resource: any): resource is PriceList;
|
33
|
-
relationship(id: string | ResourceId): PriceListRel;
|
33
|
+
relationship(id: string | ResourceId | null): PriceListRel;
|
34
34
|
type(): string;
|
35
35
|
}
|
36
36
|
export default PriceLists;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PriceLists extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:PriceLists.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:PriceLists.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:PriceLists.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:PriceLists.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:PriceLists.TYPE,id:e},t)}isPriceList(e){return e.type&&e.type===PriceLists.TYPE}relationship(e){return typeof e=="string"?{id:e,type:PriceLists.TYPE}:{id:e.id,type:PriceLists.TYPE}}type(){return PriceLists.TYPE}}PriceLists.TYPE="price_lists",exports.default=PriceLists;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PriceLists extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:PriceLists.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:PriceLists.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:PriceLists.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:PriceLists.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:PriceLists.TYPE,id:e},t)}isPriceList(e){return e.type&&e.type===PriceLists.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PriceLists.TYPE}:{id:e.id,type:PriceLists.TYPE}}type(){return PriceLists.TYPE}}PriceLists.TYPE="price_lists",exports.default=PriceLists;
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { PriceList } from './price_lists';
|
4
4
|
import { Sku } from './skus';
|
5
5
|
import { Attachment } from './attachments';
|
6
|
-
declare type PriceRel =
|
6
|
+
declare type PriceRel = ResourceRel & {
|
7
7
|
type: typeof Prices.TYPE;
|
8
8
|
};
|
9
|
-
declare type PriceListRel =
|
9
|
+
declare type PriceListRel = ResourceRel & {
|
10
10
|
type: 'price_lists';
|
11
11
|
};
|
12
|
-
declare type SkuRel =
|
12
|
+
declare type SkuRel = ResourceRel & {
|
13
13
|
type: 'skus';
|
14
14
|
};
|
15
15
|
interface Price extends Resource {
|
@@ -47,7 +47,7 @@ declare class Prices extends ApiResource {
|
|
47
47
|
update(resource: PriceUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Price>;
|
48
48
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
49
49
|
isPrice(resource: any): resource is Price;
|
50
|
-
relationship(id: string | ResourceId): PriceRel;
|
50
|
+
relationship(id: string | ResourceId | null): PriceRel;
|
51
51
|
type(): string;
|
52
52
|
}
|
53
53
|
export default Prices;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Prices extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Prices.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Prices.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Prices.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Prices.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Prices.TYPE,id:e},t)}isPrice(e){return e.type&&e.type===Prices.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Prices.TYPE}:{id:e.id,type:Prices.TYPE}}type(){return Prices.TYPE}}Prices.TYPE="prices",exports.default=Prices;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Prices extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Prices.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Prices.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Prices.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Prices.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Prices.TYPE,id:e},t)}isPrice(e){return e.type&&e.type===Prices.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Prices.TYPE}:{id:e.id,type:Prices.TYPE}}type(){return Prices.TYPE}}Prices.TYPE="prices",exports.default=Prices;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { ApiResource, Resource, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { PercentageDiscountPromotion } from './percentage_discount_promotions';
|
4
4
|
import { FreeShippingPromotion } from './free_shipping_promotions';
|
5
5
|
import { FixedAmountPromotion } from './fixed_amount_promotions';
|
6
6
|
import { FreeGiftPromotion } from './free_gift_promotions';
|
7
7
|
import { FixedPricePromotion } from './fixed_price_promotions';
|
8
8
|
import { ExternalPromotion } from './external_promotions';
|
9
|
-
declare type PromotionRuleRel =
|
9
|
+
declare type PromotionRuleRel = ResourceRel & {
|
10
10
|
type: typeof PromotionRules.TYPE;
|
11
11
|
};
|
12
12
|
interface PromotionRule extends Resource {
|
@@ -17,7 +17,7 @@ declare class PromotionRules extends ApiResource {
|
|
17
17
|
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PromotionRule>>;
|
18
18
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PromotionRule>;
|
19
19
|
isPromotionRule(resource: any): resource is PromotionRule;
|
20
|
-
relationship(id: string | ResourceId): PromotionRuleRel;
|
20
|
+
relationship(id: string | ResourceId | null): PromotionRuleRel;
|
21
21
|
type(): string;
|
22
22
|
}
|
23
23
|
export default PromotionRules;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PromotionRules extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:PromotionRules.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:PromotionRules.TYPE,id:e},r,t)}isPromotionRule(e){return e.type&&e.type===PromotionRules.TYPE}relationship(e){return typeof e=="string"?{id:e,type:PromotionRules.TYPE}:{id:e.id,type:PromotionRules.TYPE}}type(){return PromotionRules.TYPE}}PromotionRules.TYPE="promotion_rules",exports.default=PromotionRules;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class PromotionRules extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:PromotionRules.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:PromotionRules.TYPE,id:e},r,t)}isPromotionRule(e){return e.type&&e.type===PromotionRules.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:PromotionRules.TYPE}:{id:e.id,type:PromotionRules.TYPE}}type(){return PromotionRules.TYPE}}PromotionRules.TYPE="promotion_rules",exports.default=PromotionRules;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { ApiResource, Resource, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Market } from './markets';
|
4
4
|
import { PromotionRule } from './promotion_rules';
|
5
5
|
import { OrderAmountPromotionRule } from './order_amount_promotion_rules';
|
6
6
|
import { SkuListPromotionRule } from './sku_list_promotion_rules';
|
7
7
|
import { CouponCodesPromotionRule } from './coupon_codes_promotion_rules';
|
8
8
|
import { Attachment } from './attachments';
|
9
|
-
declare type PromotionRel =
|
9
|
+
declare type PromotionRel = ResourceRel & {
|
10
10
|
type: typeof Promotions.TYPE;
|
11
11
|
};
|
12
12
|
interface Promotion extends Resource {
|
@@ -29,7 +29,7 @@ declare class Promotions extends ApiResource {
|
|
29
29
|
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Promotion>>;
|
30
30
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Promotion>;
|
31
31
|
isPromotion(resource: any): resource is Promotion;
|
32
|
-
relationship(id: string | ResourceId): PromotionRel;
|
32
|
+
relationship(id: string | ResourceId | null): PromotionRel;
|
33
33
|
type(): string;
|
34
34
|
}
|
35
35
|
export default Promotions;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Promotions extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Promotions.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Promotions.TYPE,id:e},r,t)}isPromotion(e){return e.type&&e.type===Promotions.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Promotions.TYPE}:{id:e.id,type:Promotions.TYPE}}type(){return Promotions.TYPE}}Promotions.TYPE="promotions",exports.default=Promotions;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Promotions extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Promotions.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Promotions.TYPE,id:e},r,t)}isPromotion(e){return e.type&&e.type===Promotions.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Promotions.TYPE}:{id:e.id,type:Promotions.TYPE}}type(){return Promotions.TYPE}}Promotions.TYPE="promotions",exports.default=Promotions;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { ApiResource, Resource, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Order } from './orders';
|
4
4
|
import { Capture } from './captures';
|
5
|
-
declare type RefundRel =
|
5
|
+
declare type RefundRel = ResourceRel & {
|
6
6
|
type: typeof Refunds.TYPE;
|
7
7
|
};
|
8
8
|
interface Refund extends Resource {
|
@@ -25,7 +25,7 @@ declare class Refunds extends ApiResource {
|
|
25
25
|
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Refund>>;
|
26
26
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Refund>;
|
27
27
|
isRefund(resource: any): resource is Refund;
|
28
|
-
relationship(id: string | ResourceId): RefundRel;
|
28
|
+
relationship(id: string | ResourceId | null): RefundRel;
|
29
29
|
type(): string;
|
30
30
|
}
|
31
31
|
export default Refunds;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Refunds extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Refunds.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Refunds.TYPE,id:e},r,t)}isRefund(e){return e.type&&e.type===Refunds.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Refunds.TYPE}:{id:e.id,type:Refunds.TYPE}}type(){return Refunds.TYPE}}Refunds.TYPE="refunds",exports.default=Refunds;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Refunds extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Refunds.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Refunds.TYPE,id:e},r,t)}isRefund(e){return e.type&&e.type===Refunds.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Refunds.TYPE}:{id:e.id,type:Refunds.TYPE}}type(){return Refunds.TYPE}}Refunds.TYPE="refunds",exports.default=Refunds;
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Return } from './returns';
|
4
4
|
import { LineItem } from './line_items';
|
5
|
-
declare type ReturnLineItemRel =
|
5
|
+
declare type ReturnLineItemRel = ResourceRel & {
|
6
6
|
type: typeof ReturnLineItems.TYPE;
|
7
7
|
};
|
8
|
-
declare type ReturnRel =
|
8
|
+
declare type ReturnRel = ResourceRel & {
|
9
9
|
type: 'returns';
|
10
10
|
};
|
11
|
-
declare type LineItemRel =
|
11
|
+
declare type LineItemRel = ResourceRel & {
|
12
12
|
type: 'line_items';
|
13
13
|
};
|
14
14
|
interface ReturnLineItem extends Resource {
|
@@ -40,7 +40,7 @@ declare class ReturnLineItems extends ApiResource {
|
|
40
40
|
update(resource: ReturnLineItemUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ReturnLineItem>;
|
41
41
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
42
42
|
isReturnLineItem(resource: any): resource is ReturnLineItem;
|
43
|
-
relationship(id: string | ResourceId): ReturnLineItemRel;
|
43
|
+
relationship(id: string | ResourceId | null): ReturnLineItemRel;
|
44
44
|
type(): string;
|
45
45
|
}
|
46
46
|
export default ReturnLineItems;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ReturnLineItems extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:ReturnLineItems.TYPE},e,r)}async create(e,r,
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ReturnLineItems extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:ReturnLineItems.TYPE},e,r)}async create(e,r,t){return this.resources.create(Object.assign(Object.assign({},e),{type:ReturnLineItems.TYPE}),r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:ReturnLineItems.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:ReturnLineItems.TYPE}),r,t)}async delete(e,r){await this.resources.delete({type:ReturnLineItems.TYPE,id:e},r)}isReturnLineItem(e){return e.type&&e.type===ReturnLineItems.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ReturnLineItems.TYPE}:{id:e.id,type:ReturnLineItems.TYPE}}type(){return ReturnLineItems.TYPE}}ReturnLineItems.TYPE="return_line_items",exports.default=ReturnLineItems;
|
@@ -1,18 +1,18 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Order } from './orders';
|
4
4
|
import { Customer } from './customers';
|
5
5
|
import { StockLocation } from './stock_locations';
|
6
6
|
import { Address } from './addresses';
|
7
7
|
import { ReturnLineItem } from './return_line_items';
|
8
8
|
import { Attachment } from './attachments';
|
9
|
-
declare type ReturnRel =
|
9
|
+
declare type ReturnRel = ResourceRel & {
|
10
10
|
type: typeof Returns.TYPE;
|
11
11
|
};
|
12
|
-
declare type OrderRel =
|
12
|
+
declare type OrderRel = ResourceRel & {
|
13
13
|
type: 'orders';
|
14
14
|
};
|
15
|
-
declare type StockLocationRel =
|
15
|
+
declare type StockLocationRel = ResourceRel & {
|
16
16
|
type: 'stock_locations';
|
17
17
|
};
|
18
18
|
interface Return extends Resource {
|
@@ -58,7 +58,7 @@ declare class Returns extends ApiResource {
|
|
58
58
|
update(resource: ReturnUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Return>;
|
59
59
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
60
60
|
isReturn(resource: any): resource is Return;
|
61
|
-
relationship(id: string | ResourceId): ReturnRel;
|
61
|
+
relationship(id: string | ResourceId | null): ReturnRel;
|
62
62
|
type(): string;
|
63
63
|
}
|
64
64
|
export default Returns;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Returns extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Returns.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Returns.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Returns.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Returns.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Returns.TYPE,id:e},t)}isReturn(e){return e.type&&e.type===Returns.TYPE}relationship(e){return typeof e=="string"?{id:e,type:Returns.TYPE}:{id:e.id,type:Returns.TYPE}}type(){return Returns.TYPE}}Returns.TYPE="returns",exports.default=Returns;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Returns extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:Returns.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Returns.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:Returns.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Returns.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:Returns.TYPE,id:e},t)}isReturn(e){return e.type&&e.type===Returns.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Returns.TYPE}:{id:e.id,type:Returns.TYPE}}type(){return Returns.TYPE}}Returns.TYPE="returns",exports.default=Returns;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Order } from './orders';
|
4
4
|
import { ShippingCategory } from './shipping_categories';
|
5
5
|
import { StockLocation } from './stock_locations';
|
@@ -11,10 +11,10 @@ import { StockTransfer } from './stock_transfers';
|
|
11
11
|
import { CarrierAccount } from './carrier_accounts';
|
12
12
|
import { Parcel } from './parcels';
|
13
13
|
import { Attachment } from './attachments';
|
14
|
-
declare type ShipmentRel =
|
14
|
+
declare type ShipmentRel = ResourceRel & {
|
15
15
|
type: typeof Shipments.TYPE;
|
16
16
|
};
|
17
|
-
declare type ShippingMethodRel =
|
17
|
+
declare type ShippingMethodRel = ResourceRel & {
|
18
18
|
type: 'shipping_methods';
|
19
19
|
};
|
20
20
|
interface Shipment extends Resource {
|
@@ -69,7 +69,7 @@ declare class Shipments extends ApiResource {
|
|
69
69
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
|
70
70
|
update(resource: ShipmentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Shipment>;
|
71
71
|
isShipment(resource: any): resource is Shipment;
|
72
|
-
relationship(id: string | ResourceId): ShipmentRel;
|
72
|
+
relationship(id: string | ResourceId | null): ShipmentRel;
|
73
73
|
type(): string;
|
74
74
|
}
|
75
75
|
export default Shipments;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Shipments extends resource_1.ApiResource{async list(e,r){return this.resources.list({type:Shipments.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Shipments.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:Shipments.TYPE}),r,t)}isShipment(e){return e.type&&e.type===Shipments.TYPE}relationship(e){return 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 list(e,r){return this.resources.list({type:Shipments.TYPE},e,r)}async retrieve(e,r,t){return this.resources.retrieve({type:Shipments.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update(Object.assign(Object.assign({},e),{type:Shipments.TYPE}),r,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,8 +1,8 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Sku } from './skus';
|
4
4
|
import { Attachment } from './attachments';
|
5
|
-
declare type ShippingCategoryRel =
|
5
|
+
declare type ShippingCategoryRel = ResourceRel & {
|
6
6
|
type: typeof ShippingCategories.TYPE;
|
7
7
|
};
|
8
8
|
interface ShippingCategory extends Resource {
|
@@ -24,7 +24,7 @@ declare class ShippingCategories extends ApiResource {
|
|
24
24
|
update(resource: ShippingCategoryUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingCategory>;
|
25
25
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
26
26
|
isShippingCategory(resource: any): resource is ShippingCategory;
|
27
|
-
relationship(id: string | ResourceId): ShippingCategoryRel;
|
27
|
+
relationship(id: string | ResourceId | null): ShippingCategoryRel;
|
28
28
|
type(): string;
|
29
29
|
}
|
30
30
|
export default ShippingCategories;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingCategories extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ShippingCategories.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:ShippingCategories.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:ShippingCategories.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:ShippingCategories.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:ShippingCategories.TYPE,id:e},t)}isShippingCategory(e){return e.type&&e.type===ShippingCategories.TYPE}relationship(e){return typeof e=="string"?{id:e,type:ShippingCategories.TYPE}:{id:e.id,type:ShippingCategories.TYPE}}type(){return ShippingCategories.TYPE}}ShippingCategories.TYPE="shipping_categories",exports.default=ShippingCategories;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingCategories extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ShippingCategories.TYPE},e,t)}async create(e,t,s){return this.resources.create(Object.assign(Object.assign({},e),{type:ShippingCategories.TYPE}),t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:ShippingCategories.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update(Object.assign(Object.assign({},e),{type:ShippingCategories.TYPE}),t,s)}async delete(e,t){await this.resources.delete({type:ShippingCategories.TYPE,id:e},t)}isShippingCategory(e){return e.type&&e.type===ShippingCategories.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ShippingCategories.TYPE}:{id:e.id,type:ShippingCategories.TYPE}}type(){return ShippingCategories.TYPE}}ShippingCategories.TYPE="shipping_categories",exports.default=ShippingCategories;
|
@@ -1,20 +1,20 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Market } from './markets';
|
4
4
|
import { ShippingZone } from './shipping_zones';
|
5
5
|
import { ShippingCategory } from './shipping_categories';
|
6
6
|
import { DeliveryLeadTime } from './delivery_lead_times';
|
7
7
|
import { Attachment } from './attachments';
|
8
|
-
declare type ShippingMethodRel =
|
8
|
+
declare type ShippingMethodRel = ResourceRel & {
|
9
9
|
type: typeof ShippingMethods.TYPE;
|
10
10
|
};
|
11
|
-
declare type MarketRel =
|
11
|
+
declare type MarketRel = ResourceRel & {
|
12
12
|
type: 'markets';
|
13
13
|
};
|
14
|
-
declare type ShippingZoneRel =
|
14
|
+
declare type ShippingZoneRel = ResourceRel & {
|
15
15
|
type: 'shipping_zones';
|
16
16
|
};
|
17
|
-
declare type ShippingCategoryRel =
|
17
|
+
declare type ShippingCategoryRel = ResourceRel & {
|
18
18
|
type: 'shipping_categories';
|
19
19
|
};
|
20
20
|
interface ShippingMethod extends Resource {
|
@@ -62,7 +62,7 @@ declare class ShippingMethods extends ApiResource {
|
|
62
62
|
update(resource: ShippingMethodUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingMethod>;
|
63
63
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
64
64
|
isShippingMethod(resource: any): resource is ShippingMethod;
|
65
|
-
relationship(id: string | ResourceId): ShippingMethodRel;
|
65
|
+
relationship(id: string | ResourceId | null): ShippingMethodRel;
|
66
66
|
type(): string;
|
67
67
|
}
|
68
68
|
export default ShippingMethods;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingMethods extends resource_1.ApiResource{async list(e,
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingMethods extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ShippingMethods.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:ShippingMethods.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:ShippingMethods.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:ShippingMethods.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:ShippingMethods.TYPE,id:e},t)}isShippingMethod(e){return e.type&&e.type===ShippingMethods.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ShippingMethods.TYPE}:{id:e.id,type:ShippingMethods.TYPE}}type(){return ShippingMethods.TYPE}}ShippingMethods.TYPE="shipping_methods",exports.default=ShippingMethods;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
3
|
import { Attachment } from './attachments';
|
4
|
-
declare type ShippingZoneRel =
|
4
|
+
declare type ShippingZoneRel = ResourceRel & {
|
5
5
|
type: typeof ShippingZones.TYPE;
|
6
6
|
};
|
7
7
|
interface ShippingZone extends Resource {
|
@@ -40,7 +40,7 @@ declare class ShippingZones extends ApiResource {
|
|
40
40
|
update(resource: ShippingZoneUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<ShippingZone>;
|
41
41
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
42
42
|
isShippingZone(resource: any): resource is ShippingZone;
|
43
|
-
relationship(id: string | ResourceId): ShippingZoneRel;
|
43
|
+
relationship(id: string | ResourceId | null): ShippingZoneRel;
|
44
44
|
type(): string;
|
45
45
|
}
|
46
46
|
export default ShippingZones;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingZones extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ShippingZones.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:ShippingZones.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:ShippingZones.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:ShippingZones.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:ShippingZones.TYPE,id:e},t)}isShippingZone(e){return e.type&&e.type===ShippingZones.TYPE}relationship(e){return typeof e=="string"?{id:e,type:ShippingZones.TYPE}:{id:e.id,type:ShippingZones.TYPE}}type(){return ShippingZones.TYPE}}ShippingZones.TYPE="shipping_zones",exports.default=ShippingZones;
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class ShippingZones extends resource_1.ApiResource{async list(e,t){return this.resources.list({type:ShippingZones.TYPE},e,t)}async create(e,t,r){return this.resources.create(Object.assign(Object.assign({},e),{type:ShippingZones.TYPE}),t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:ShippingZones.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update(Object.assign(Object.assign({},e),{type:ShippingZones.TYPE}),t,r)}async delete(e,t){await this.resources.delete({type:ShippingZones.TYPE,id:e},t)}isShippingZone(e){return e.type&&e.type===ShippingZones.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:ShippingZones.TYPE}:{id:e.id,type:ShippingZones.TYPE}}type(){return ShippingZones.TYPE}}ShippingZones.TYPE="shipping_zones",exports.default=ShippingZones;
|