@commercelayer/sdk 4.2.0-beta.1 → 4.3.0-alpha.1
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/LICENSE +1 -1
- package/lib/{cjs/api.d.ts → api.d.ts} +5 -3
- package/lib/api.js +1 -0
- package/lib/{esm/client.d.ts → client.d.ts} +8 -3
- package/lib/client.js +1 -0
- package/lib/{cjs/commercelayer.d.ts → commercelayer.d.ts} +4 -2
- package/lib/commercelayer.js +1 -0
- package/lib/{cjs/common.d.ts → common.d.ts} +0 -0
- package/lib/common.js +1 -0
- package/lib/{cjs/config.d.ts → config.d.ts} +0 -0
- package/lib/{esm/config.js → config.js} +0 -0
- package/lib/{cjs/debug.d.ts → debug.d.ts} +0 -0
- package/lib/{esm/debug.js → debug.js} +0 -0
- package/lib/{cjs/error.d.ts → error.d.ts} +0 -0
- package/lib/error.js +1 -0
- package/lib/{cjs/index.d.ts → index.d.ts} +0 -0
- package/lib/{esm/index.js → index.js} +0 -0
- package/lib/{cjs/interceptor.d.ts → interceptor.d.ts} +0 -0
- package/lib/{esm/interceptor.js → interceptor.js} +0 -0
- package/lib/{cjs/jsonapi.d.ts → jsonapi.d.ts} +2 -2
- package/lib/jsonapi.js +1 -0
- package/lib/{esm/model.d.ts → model.d.ts} +3 -1
- package/lib/{esm/model.js → model.js} +0 -0
- package/lib/{cjs/query.d.ts → query.d.ts} +0 -0
- package/lib/{esm/query.js → query.js} +0 -0
- package/lib/{esm/resource.d.ts → resource.d.ts} +9 -4
- package/lib/resource.js +1 -0
- package/lib/{esm/resources → resources}/addresses.d.ts +6 -5
- package/lib/resources/addresses.js +1 -0
- package/lib/{cjs/resources → resources}/adjustments.d.ts +4 -4
- package/lib/resources/adjustments.js +1 -0
- package/lib/{esm/resources → resources}/adyen_gateways.d.ts +7 -5
- package/lib/resources/adyen_gateways.js +1 -0
- package/lib/{cjs/resources → resources}/adyen_payments.d.ts +7 -5
- package/lib/resources/adyen_payments.js +1 -0
- package/lib/{cjs/resources → resources}/application.d.ts +4 -4
- package/lib/{esm/resources → resources}/application.js +1 -1
- package/lib/{esm/resources → resources}/attachments.d.ts +34 -34
- package/lib/resources/attachments.js +1 -0
- package/lib/{esm/resources → resources}/authorizations.d.ts +7 -4
- package/lib/resources/authorizations.js +1 -0
- package/lib/{cjs/resources → resources}/avalara_accounts.d.ts +8 -5
- package/lib/resources/avalara_accounts.js +1 -0
- package/lib/{cjs/resources → resources}/billing_info_validation_rules.d.ts +6 -5
- package/lib/resources/billing_info_validation_rules.js +1 -0
- package/lib/{esm/resources → resources}/bing_geocoders.d.ts +6 -4
- package/lib/resources/bing_geocoders.js +1 -0
- package/lib/{esm/resources → resources}/braintree_gateways.d.ts +7 -5
- package/lib/resources/braintree_gateways.js +1 -0
- package/lib/{cjs/resources → resources}/braintree_payments.d.ts +7 -5
- package/lib/resources/braintree_payments.js +1 -0
- package/lib/{esm/resources → resources}/bundles.d.ts +15 -6
- package/lib/resources/bundles.js +1 -0
- package/lib/{esm/resources → resources}/captures.d.ts +7 -4
- package/lib/resources/captures.js +1 -0
- package/lib/{esm/resources → resources}/carrier_accounts.d.ts +6 -4
- package/lib/resources/carrier_accounts.js +1 -0
- package/lib/{cjs/resources → resources}/checkout_com_gateways.d.ts +7 -5
- package/lib/resources/checkout_com_gateways.js +1 -0
- package/lib/{cjs/resources → resources}/checkout_com_payments.d.ts +7 -5
- package/lib/resources/checkout_com_payments.js +1 -0
- package/lib/{cjs/resources → resources}/coupon_codes_promotion_rules.d.ts +12 -11
- package/lib/resources/coupon_codes_promotion_rules.js +1 -0
- package/lib/{esm/resources → resources}/coupon_recipients.d.ts +7 -5
- package/lib/resources/coupon_recipients.js +1 -0
- package/lib/{cjs/resources → resources}/coupons.d.ts +6 -5
- package/lib/resources/coupons.js +1 -0
- package/lib/{esm/resources → resources}/customer_addresses.d.ts +8 -6
- package/lib/resources/customer_addresses.js +1 -0
- package/lib/{esm/resources → resources}/customer_groups.d.ts +7 -4
- package/lib/resources/customer_groups.js +1 -0
- package/lib/{esm/resources → resources}/customer_password_resets.d.ts +5 -4
- package/lib/resources/customer_password_resets.js +1 -0
- package/lib/{cjs/resources → resources}/customer_payment_sources.d.ts +20 -15
- package/lib/resources/customer_payment_sources.js +1 -0
- package/lib/{cjs/resources → resources}/customer_subscriptions.d.ts +5 -4
- package/lib/resources/customer_subscriptions.js +1 -0
- package/lib/{esm/resources → resources}/customers.d.ts +13 -5
- package/lib/resources/customers.js +1 -0
- package/lib/{esm/resources → resources}/delivery_lead_times.d.ts +9 -6
- package/lib/resources/delivery_lead_times.js +1 -0
- package/lib/{esm/resources → resources}/event_callbacks.d.ts +5 -4
- package/lib/resources/event_callbacks.js +1 -0
- package/lib/{cjs/resources → resources}/external_gateways.d.ts +9 -4
- package/lib/resources/external_gateways.js +1 -0
- package/lib/{esm/resources → resources}/external_payments.d.ts +10 -5
- package/lib/resources/external_payments.js +1 -0
- package/lib/{esm/resources → resources}/external_promotions.d.ts +17 -9
- package/lib/resources/external_promotions.js +1 -0
- package/lib/{cjs/resources → resources}/external_tax_calculators.d.ts +8 -5
- package/lib/resources/external_tax_calculators.js +1 -0
- package/lib/{esm/resources → resources}/fixed_amount_promotions.d.ts +17 -9
- package/lib/resources/fixed_amount_promotions.js +1 -0
- package/lib/{esm/resources → resources}/fixed_price_promotions.d.ts +20 -10
- package/lib/resources/fixed_price_promotions.js +1 -0
- package/lib/{cjs/resources → resources}/free_gift_promotions.d.ts +20 -10
- package/lib/resources/free_gift_promotions.js +1 -0
- package/lib/{cjs/resources → resources}/free_shipping_promotions.d.ts +17 -9
- package/lib/resources/free_shipping_promotions.js +1 -0
- package/lib/{cjs/resources → resources}/geocoders.d.ts +6 -4
- package/lib/resources/geocoders.js +1 -0
- package/lib/{cjs/resources → resources}/gift_card_recipients.d.ts +7 -5
- package/lib/resources/gift_card_recipients.js +1 -0
- package/lib/{cjs/resources → resources}/gift_cards.d.ts +10 -7
- package/lib/resources/gift_cards.js +1 -0
- package/lib/{esm/resources → resources}/google_geocoders.d.ts +6 -4
- package/lib/resources/google_geocoders.js +1 -0
- package/lib/{esm/resources → resources}/imports.d.ts +4 -4
- package/lib/resources/imports.js +1 -0
- package/lib/{esm/resources → resources}/in_stock_subscriptions.d.ts +10 -7
- package/lib/resources/in_stock_subscriptions.js +1 -0
- package/lib/{cjs/resources → resources}/inventory_models.d.ts +7 -4
- package/lib/resources/inventory_models.js +1 -0
- package/lib/{cjs/resources → resources}/inventory_return_locations.d.ts +8 -6
- package/lib/resources/inventory_return_locations.js +1 -0
- package/lib/{cjs/resources → resources}/inventory_stock_locations.d.ts +8 -6
- package/lib/resources/inventory_stock_locations.js +1 -0
- package/lib/resources/klarna_gateways.d.ts +44 -0
- package/lib/resources/klarna_gateways.js +1 -0
- package/lib/resources/klarna_payments.d.ts +41 -0
- package/lib/resources/klarna_payments.js +1 -0
- package/lib/{cjs/resources → resources}/line_item_options.d.ts +8 -6
- package/lib/resources/line_item_options.js +1 -0
- package/lib/{esm/resources → resources}/line_items.d.ts +19 -15
- package/lib/resources/line_items.js +1 -0
- package/lib/{cjs/resources → resources}/manual_gateways.d.ts +5 -4
- package/lib/resources/manual_gateways.js +1 -0
- package/lib/{cjs/resources → resources}/manual_tax_calculators.d.ts +10 -6
- package/lib/resources/manual_tax_calculators.js +1 -0
- package/lib/{esm/resources → resources}/markets.d.ts +15 -9
- package/lib/resources/markets.js +1 -0
- package/lib/{cjs/resources → resources}/merchants.d.ts +7 -5
- package/lib/resources/merchants.js +1 -0
- package/lib/{cjs/resources → resources}/order_amount_promotion_rules.d.ts +10 -10
- package/lib/resources/order_amount_promotion_rules.js +1 -0
- package/lib/{cjs/resources → resources}/order_copies.d.ts +8 -5
- package/lib/resources/order_copies.js +1 -0
- package/lib/{cjs/resources → resources}/order_subscriptions.d.ts +11 -6
- package/lib/resources/order_subscriptions.js +1 -0
- package/lib/{cjs/resources → resources}/order_validation_rules.d.ts +5 -4
- package/lib/resources/order_validation_rules.js +1 -0
- package/lib/{cjs/resources → resources}/orders.d.ts +38 -18
- package/lib/resources/orders.js +1 -0
- package/lib/{esm/resources → resources}/organization.d.ts +4 -4
- package/lib/{esm/resources → resources}/organization.js +1 -1
- package/lib/{esm/resources → resources}/packages.d.ts +8 -5
- package/lib/resources/packages.js +1 -0
- package/lib/{cjs/resources → resources}/parcel_line_items.d.ts +8 -6
- package/lib/resources/parcel_line_items.js +1 -0
- package/lib/{esm/resources → resources}/parcels.d.ts +10 -6
- package/lib/resources/parcels.js +1 -0
- package/lib/{esm/resources → resources}/payment_gateways.d.ts +5 -4
- package/lib/resources/payment_gateways.js +1 -0
- package/lib/{esm/resources → resources}/payment_methods.d.ts +13 -7
- package/lib/resources/payment_methods.js +1 -0
- package/lib/{esm/resources → resources}/paypal_gateways.d.ts +6 -4
- package/lib/resources/paypal_gateways.js +1 -0
- package/lib/{esm/resources → resources}/paypal_payments.d.ts +7 -5
- package/lib/resources/paypal_payments.js +1 -0
- package/lib/{esm/resources → resources}/percentage_discount_promotions.d.ts +20 -10
- package/lib/resources/percentage_discount_promotions.js +1 -0
- package/lib/{cjs/resources → resources}/price_lists.d.ts +6 -4
- package/lib/resources/price_lists.js +1 -0
- package/lib/{cjs/resources → resources}/prices.d.ts +9 -6
- package/lib/resources/prices.js +1 -0
- package/lib/{esm/resources → resources}/promotion_rules.d.ts +4 -4
- package/lib/{esm/resources → resources}/promotion_rules.js +1 -1
- package/lib/{esm/resources → resources}/promotions.d.ts +10 -4
- package/lib/resources/promotions.js +1 -0
- package/lib/{cjs/resources → resources}/refunds.d.ts +6 -4
- package/lib/resources/refunds.js +1 -0
- package/lib/{cjs/resources → resources}/return_line_items.d.ts +8 -6
- package/lib/resources/return_line_items.js +1 -0
- package/lib/{esm/resources → resources}/returns.d.ts +13 -6
- package/lib/resources/returns.js +1 -0
- package/lib/{cjs/resources → resources}/shipments.d.ts +18 -5
- package/lib/resources/shipments.js +1 -0
- package/lib/{cjs/resources → resources}/shipping_categories.d.ts +6 -4
- package/lib/resources/shipping_categories.js +1 -0
- package/lib/{esm/resources → resources}/shipping_methods.d.ts +16 -9
- package/lib/resources/shipping_methods.js +1 -0
- package/lib/{esm/resources → resources}/shipping_zones.d.ts +5 -4
- package/lib/resources/shipping_zones.js +1 -0
- package/lib/{cjs/resources → resources}/sku_list_items.d.ts +8 -6
- package/lib/resources/sku_list_items.js +1 -0
- package/lib/{cjs/resources → resources}/sku_list_promotion_rules.d.ts +13 -11
- package/lib/resources/sku_list_promotion_rules.js +1 -0
- package/lib/{esm/resources → resources}/sku_lists.d.ts +7 -4
- package/lib/resources/sku_lists.js +1 -0
- package/lib/{cjs/resources → resources}/sku_options.d.ts +10 -5
- package/lib/resources/sku_options.js +1 -0
- package/lib/{cjs/resources → resources}/skus.d.ts +11 -5
- package/lib/resources/skus.js +1 -0
- package/lib/{esm/resources → resources}/stock_items.d.ts +9 -6
- package/lib/resources/stock_items.js +1 -0
- package/lib/{esm/resources → resources}/stock_line_items.d.ts +7 -4
- package/lib/resources/stock_line_items.js +1 -0
- package/lib/{esm/resources → resources}/stock_locations.d.ts +11 -5
- package/lib/resources/stock_locations.js +1 -0
- package/lib/{esm/resources → resources}/stock_transfers.d.ts +13 -8
- package/lib/resources/stock_transfers.js +1 -0
- package/lib/{cjs/resources → resources}/stripe_gateways.d.ts +6 -4
- package/lib/resources/stripe_gateways.js +1 -0
- package/lib/{esm/resources → resources}/stripe_payments.d.ts +7 -5
- package/lib/resources/stripe_payments.js +1 -0
- package/lib/{esm/resources → resources}/tax_calculators.d.ts +7 -4
- package/lib/resources/tax_calculators.js +1 -0
- package/lib/{esm/resources → resources}/tax_categories.d.ts +11 -9
- package/lib/resources/tax_categories.js +1 -0
- package/lib/{cjs/resources → resources}/tax_rules.d.ts +6 -5
- package/lib/resources/tax_rules.js +1 -0
- package/lib/{esm/resources → resources}/taxjar_accounts.d.ts +8 -5
- package/lib/resources/taxjar_accounts.js +1 -0
- package/lib/{esm/resources → resources}/transactions.d.ts +5 -4
- package/lib/resources/transactions.js +1 -0
- package/lib/{esm/resources → resources}/voids.d.ts +6 -4
- package/lib/resources/voids.js +1 -0
- package/lib/{cjs/resources → resources}/webhooks.d.ts +5 -4
- package/lib/resources/webhooks.js +1 -0
- package/lib/{cjs/resources → resources}/wire_transfers.d.ts +6 -5
- package/lib/resources/wire_transfers.js +1 -0
- package/lib/{cjs/static.d.ts → static.d.ts} +0 -0
- package/lib/{esm/static.js → static.js} +0 -0
- package/lib/{cjs/util.d.ts → util.d.ts} +0 -0
- package/lib/{esm/util.js → util.js} +0 -0
- package/package.json +16 -17
- package/lib/cjs/api.js +0 -1
- package/lib/cjs/client.d.ts +0 -27
- package/lib/cjs/client.js +0 -1
- package/lib/cjs/commercelayer.js +0 -1
- package/lib/cjs/common.js +0 -1
- package/lib/cjs/config.js +0 -1
- package/lib/cjs/debug.js +0 -1
- package/lib/cjs/error.js +0 -1
- package/lib/cjs/index.js +0 -1
- package/lib/cjs/interceptor.js +0 -1
- package/lib/cjs/jsonapi.js +0 -1
- package/lib/cjs/model.d.ts +0 -99
- package/lib/cjs/model.js +0 -1
- package/lib/cjs/query.js +0 -1
- package/lib/cjs/resource.d.ts +0 -71
- package/lib/cjs/resource.js +0 -1
- package/lib/cjs/resources/addresses.d.ts +0 -87
- package/lib/cjs/resources/addresses.js +0 -1
- package/lib/cjs/resources/adjustments.js +0 -1
- package/lib/cjs/resources/adyen_gateways.d.ts +0 -45
- package/lib/cjs/resources/adyen_gateways.js +0 -1
- package/lib/cjs/resources/adyen_payments.js +0 -1
- package/lib/cjs/resources/application.js +0 -1
- package/lib/cjs/resources/attachments.d.ts +0 -156
- package/lib/cjs/resources/attachments.js +0 -1
- package/lib/cjs/resources/authorizations.d.ts +0 -54
- package/lib/cjs/resources/authorizations.js +0 -1
- package/lib/cjs/resources/avalara_accounts.js +0 -1
- package/lib/cjs/resources/billing_info_validation_rules.js +0 -1
- package/lib/cjs/resources/bing_geocoders.d.ts +0 -33
- package/lib/cjs/resources/bing_geocoders.js +0 -1
- package/lib/cjs/resources/braintree_gateways.d.ts +0 -54
- package/lib/cjs/resources/braintree_gateways.js +0 -1
- package/lib/cjs/resources/braintree_payments.js +0 -1
- package/lib/cjs/resources/bundles.d.ts +0 -65
- package/lib/cjs/resources/bundles.js +0 -1
- package/lib/cjs/resources/captures.d.ts +0 -45
- package/lib/cjs/resources/captures.js +0 -1
- package/lib/cjs/resources/carrier_accounts.d.ts +0 -24
- package/lib/cjs/resources/carrier_accounts.js +0 -1
- package/lib/cjs/resources/checkout_com_gateways.js +0 -1
- package/lib/cjs/resources/checkout_com_payments.js +0 -1
- package/lib/cjs/resources/coupon_codes_promotion_rules.js +0 -1
- package/lib/cjs/resources/coupon_recipients.d.ts +0 -42
- package/lib/cjs/resources/coupon_recipients.js +0 -1
- package/lib/cjs/resources/coupons.js +0 -1
- package/lib/cjs/resources/customer_addresses.d.ts +0 -39
- package/lib/cjs/resources/customer_addresses.js +0 -1
- package/lib/cjs/resources/customer_groups.d.ts +0 -33
- package/lib/cjs/resources/customer_groups.js +0 -1
- package/lib/cjs/resources/customer_password_resets.d.ts +0 -32
- package/lib/cjs/resources/customer_password_resets.js +0 -1
- package/lib/cjs/resources/customer_payment_sources.js +0 -1
- package/lib/cjs/resources/customer_subscriptions.js +0 -1
- package/lib/cjs/resources/customers.d.ts +0 -52
- package/lib/cjs/resources/customers.js +0 -1
- package/lib/cjs/resources/delivery_lead_times.d.ts +0 -48
- package/lib/cjs/resources/delivery_lead_times.js +0 -1
- package/lib/cjs/resources/event_callbacks.d.ts +0 -23
- package/lib/cjs/resources/event_callbacks.js +0 -1
- package/lib/cjs/resources/external_gateways.js +0 -1
- package/lib/cjs/resources/external_payments.d.ts +0 -38
- package/lib/cjs/resources/external_payments.js +0 -1
- package/lib/cjs/resources/external_promotions.d.ts +0 -78
- package/lib/cjs/resources/external_promotions.js +0 -1
- package/lib/cjs/resources/external_tax_calculators.js +0 -1
- package/lib/cjs/resources/fixed_amount_promotions.d.ts +0 -80
- package/lib/cjs/resources/fixed_amount_promotions.js +0 -1
- package/lib/cjs/resources/fixed_price_promotions.d.ts +0 -89
- package/lib/cjs/resources/fixed_price_promotions.js +0 -1
- package/lib/cjs/resources/free_gift_promotions.js +0 -1
- package/lib/cjs/resources/free_shipping_promotions.js +0 -1
- package/lib/cjs/resources/geocoders.js +0 -1
- package/lib/cjs/resources/gift_card_recipients.js +0 -1
- package/lib/cjs/resources/gift_cards.js +0 -1
- package/lib/cjs/resources/google_geocoders.d.ts +0 -33
- package/lib/cjs/resources/google_geocoders.js +0 -1
- package/lib/cjs/resources/imports.d.ts +0 -40
- package/lib/cjs/resources/imports.js +0 -1
- package/lib/cjs/resources/in_stock_subscriptions.d.ts +0 -56
- package/lib/cjs/resources/in_stock_subscriptions.js +0 -1
- package/lib/cjs/resources/inventory_models.js +0 -1
- package/lib/cjs/resources/inventory_return_locations.js +0 -1
- package/lib/cjs/resources/inventory_stock_locations.js +0 -1
- package/lib/cjs/resources/line_item_options.js +0 -1
- package/lib/cjs/resources/line_items.d.ts +0 -121
- package/lib/cjs/resources/line_items.js +0 -1
- package/lib/cjs/resources/manual_gateways.js +0 -1
- package/lib/cjs/resources/manual_tax_calculators.js +0 -1
- package/lib/cjs/resources/markets.d.ts +0 -75
- package/lib/cjs/resources/markets.js +0 -1
- package/lib/cjs/resources/merchants.js +0 -1
- package/lib/cjs/resources/order_amount_promotion_rules.js +0 -1
- package/lib/cjs/resources/order_copies.js +0 -1
- package/lib/cjs/resources/order_subscriptions.js +0 -1
- package/lib/cjs/resources/order_validation_rules.js +0 -1
- package/lib/cjs/resources/orders.js +0 -1
- package/lib/cjs/resources/organization.d.ts +0 -32
- package/lib/cjs/resources/organization.js +0 -1
- package/lib/cjs/resources/packages.d.ts +0 -53
- package/lib/cjs/resources/packages.js +0 -1
- package/lib/cjs/resources/parcel_line_items.js +0 -1
- package/lib/cjs/resources/parcels.d.ts +0 -104
- package/lib/cjs/resources/parcels.js +0 -1
- package/lib/cjs/resources/payment_gateways.d.ts +0 -20
- package/lib/cjs/resources/payment_gateways.js +0 -1
- package/lib/cjs/resources/payment_methods.d.ts +0 -53
- package/lib/cjs/resources/payment_methods.js +0 -1
- package/lib/cjs/resources/paypal_gateways.d.ts +0 -37
- package/lib/cjs/resources/paypal_gateways.js +0 -1
- package/lib/cjs/resources/paypal_payments.d.ts +0 -45
- package/lib/cjs/resources/paypal_payments.js +0 -1
- package/lib/cjs/resources/percentage_discount_promotions.d.ts +0 -87
- package/lib/cjs/resources/percentage_discount_promotions.js +0 -1
- package/lib/cjs/resources/price_lists.js +0 -1
- package/lib/cjs/resources/prices.js +0 -1
- package/lib/cjs/resources/promotion_rules.d.ts +0 -24
- package/lib/cjs/resources/promotion_rules.js +0 -1
- package/lib/cjs/resources/promotions.d.ts +0 -35
- package/lib/cjs/resources/promotions.js +0 -1
- package/lib/cjs/resources/refunds.js +0 -1
- package/lib/cjs/resources/return_line_items.js +0 -1
- package/lib/cjs/resources/returns.d.ts +0 -65
- package/lib/cjs/resources/returns.js +0 -1
- package/lib/cjs/resources/shipments.js +0 -1
- package/lib/cjs/resources/shipping_categories.js +0 -1
- package/lib/cjs/resources/shipping_methods.d.ts +0 -67
- package/lib/cjs/resources/shipping_methods.js +0 -1
- package/lib/cjs/resources/shipping_zones.d.ts +0 -47
- package/lib/cjs/resources/shipping_zones.js +0 -1
- package/lib/cjs/resources/sku_list_items.js +0 -1
- package/lib/cjs/resources/sku_list_promotion_rules.js +0 -1
- package/lib/cjs/resources/sku_lists.d.ts +0 -46
- package/lib/cjs/resources/sku_lists.js +0 -1
- package/lib/cjs/resources/sku_options.js +0 -1
- package/lib/cjs/resources/skus.js +0 -1
- package/lib/cjs/resources/stock_items.d.ts +0 -46
- package/lib/cjs/resources/stock_items.js +0 -1
- package/lib/cjs/resources/stock_line_items.d.ts +0 -26
- package/lib/cjs/resources/stock_line_items.js +0 -1
- package/lib/cjs/resources/stock_locations.d.ts +0 -51
- package/lib/cjs/resources/stock_locations.js +0 -1
- package/lib/cjs/resources/stock_transfers.d.ts +0 -66
- package/lib/cjs/resources/stock_transfers.js +0 -1
- package/lib/cjs/resources/stripe_gateways.js +0 -1
- package/lib/cjs/resources/stripe_payments.d.ts +0 -40
- package/lib/cjs/resources/stripe_payments.js +0 -1
- package/lib/cjs/resources/tax_calculators.d.ts +0 -24
- package/lib/cjs/resources/tax_calculators.js +0 -1
- package/lib/cjs/resources/tax_categories.d.ts +0 -57
- package/lib/cjs/resources/tax_categories.js +0 -1
- package/lib/cjs/resources/tax_rules.js +0 -1
- package/lib/cjs/resources/taxjar_accounts.d.ts +0 -40
- package/lib/cjs/resources/taxjar_accounts.js +0 -1
- package/lib/cjs/resources/transactions.d.ts +0 -30
- package/lib/cjs/resources/transactions.js +0 -1
- package/lib/cjs/resources/voids.d.ts +0 -32
- package/lib/cjs/resources/voids.js +0 -1
- package/lib/cjs/resources/webhooks.js +0 -1
- package/lib/cjs/resources/wire_transfers.js +0 -1
- package/lib/cjs/static.js +0 -1
- package/lib/cjs/util.js +0 -1
- package/lib/esm/api.d.ts +0 -101
- package/lib/esm/api.js +0 -1
- package/lib/esm/client.js +0 -1
- package/lib/esm/commercelayer.d.ts +0 -120
- package/lib/esm/commercelayer.js +0 -1
- package/lib/esm/common.d.ts +0 -4
- package/lib/esm/common.js +0 -1
- package/lib/esm/config.d.ts +0 -11
- package/lib/esm/debug.d.ts +0 -3
- package/lib/esm/error.d.ts +0 -26
- package/lib/esm/error.js +0 -1
- package/lib/esm/index.d.ts +0 -7
- package/lib/esm/interceptor.d.ts +0 -19
- package/lib/esm/jsonapi.d.ts +0 -5
- package/lib/esm/jsonapi.js +0 -1
- package/lib/esm/query.d.ts +0 -23
- package/lib/esm/resource.js +0 -1
- package/lib/esm/resources/addresses.js +0 -1
- package/lib/esm/resources/adjustments.d.ts +0 -35
- package/lib/esm/resources/adjustments.js +0 -1
- package/lib/esm/resources/adyen_gateways.js +0 -1
- package/lib/esm/resources/adyen_payments.d.ts +0 -42
- package/lib/esm/resources/adyen_payments.js +0 -1
- package/lib/esm/resources/application.d.ts +0 -21
- package/lib/esm/resources/attachments.js +0 -1
- package/lib/esm/resources/authorizations.js +0 -1
- package/lib/esm/resources/avalara_accounts.d.ts +0 -49
- package/lib/esm/resources/avalara_accounts.js +0 -1
- package/lib/esm/resources/billing_info_validation_rules.d.ts +0 -31
- package/lib/esm/resources/billing_info_validation_rules.js +0 -1
- package/lib/esm/resources/bing_geocoders.js +0 -1
- package/lib/esm/resources/braintree_gateways.js +0 -1
- package/lib/esm/resources/braintree_payments.d.ts +0 -45
- package/lib/esm/resources/braintree_payments.js +0 -1
- package/lib/esm/resources/bundles.js +0 -1
- package/lib/esm/resources/captures.js +0 -1
- package/lib/esm/resources/carrier_accounts.js +0 -1
- package/lib/esm/resources/checkout_com_gateways.d.ts +0 -43
- package/lib/esm/resources/checkout_com_gateways.js +0 -1
- package/lib/esm/resources/checkout_com_payments.d.ts +0 -48
- package/lib/esm/resources/checkout_com_payments.js +0 -1
- package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +0 -58
- package/lib/esm/resources/coupon_codes_promotion_rules.js +0 -1
- package/lib/esm/resources/coupon_recipients.js +0 -1
- package/lib/esm/resources/coupons.d.ts +0 -44
- package/lib/esm/resources/coupons.js +0 -1
- package/lib/esm/resources/customer_addresses.js +0 -1
- package/lib/esm/resources/customer_groups.js +0 -1
- package/lib/esm/resources/customer_password_resets.js +0 -1
- package/lib/esm/resources/customer_payment_sources.d.ts +0 -65
- package/lib/esm/resources/customer_payment_sources.js +0 -1
- package/lib/esm/resources/customer_subscriptions.d.ts +0 -27
- package/lib/esm/resources/customer_subscriptions.js +0 -1
- package/lib/esm/resources/customers.js +0 -1
- package/lib/esm/resources/delivery_lead_times.js +0 -1
- package/lib/esm/resources/event_callbacks.js +0 -1
- package/lib/esm/resources/external_gateways.d.ts +0 -44
- package/lib/esm/resources/external_gateways.js +0 -1
- package/lib/esm/resources/external_payments.js +0 -1
- package/lib/esm/resources/external_promotions.js +0 -1
- package/lib/esm/resources/external_tax_calculators.d.ts +0 -41
- package/lib/esm/resources/external_tax_calculators.js +0 -1
- package/lib/esm/resources/fixed_amount_promotions.js +0 -1
- package/lib/esm/resources/fixed_price_promotions.js +0 -1
- package/lib/esm/resources/free_gift_promotions.d.ts +0 -87
- package/lib/esm/resources/free_gift_promotions.js +0 -1
- package/lib/esm/resources/free_shipping_promotions.d.ts +0 -75
- package/lib/esm/resources/free_shipping_promotions.js +0 -1
- package/lib/esm/resources/geocoders.d.ts +0 -22
- package/lib/esm/resources/geocoders.js +0 -1
- package/lib/esm/resources/gift_card_recipients.d.ts +0 -42
- package/lib/esm/resources/gift_card_recipients.js +0 -1
- package/lib/esm/resources/gift_cards.d.ts +0 -79
- package/lib/esm/resources/gift_cards.js +0 -1
- package/lib/esm/resources/google_geocoders.js +0 -1
- package/lib/esm/resources/imports.js +0 -1
- package/lib/esm/resources/in_stock_subscriptions.js +0 -1
- package/lib/esm/resources/inventory_models.d.ts +0 -39
- package/lib/esm/resources/inventory_models.js +0 -1
- package/lib/esm/resources/inventory_return_locations.d.ts +0 -41
- package/lib/esm/resources/inventory_return_locations.js +0 -1
- package/lib/esm/resources/inventory_stock_locations.d.ts +0 -44
- package/lib/esm/resources/inventory_stock_locations.js +0 -1
- package/lib/esm/resources/line_item_options.d.ts +0 -55
- package/lib/esm/resources/line_item_options.js +0 -1
- package/lib/esm/resources/line_items.js +0 -1
- package/lib/esm/resources/manual_gateways.d.ts +0 -32
- package/lib/esm/resources/manual_gateways.js +0 -1
- package/lib/esm/resources/manual_tax_calculators.d.ts +0 -45
- package/lib/esm/resources/manual_tax_calculators.js +0 -1
- package/lib/esm/resources/markets.js +0 -1
- package/lib/esm/resources/merchants.d.ts +0 -36
- package/lib/esm/resources/merchants.js +0 -1
- package/lib/esm/resources/order_amount_promotion_rules.d.ts +0 -56
- package/lib/esm/resources/order_amount_promotion_rules.js +0 -1
- package/lib/esm/resources/order_copies.d.ts +0 -42
- package/lib/esm/resources/order_copies.js +0 -1
- package/lib/esm/resources/order_subscriptions.d.ts +0 -62
- package/lib/esm/resources/order_subscriptions.js +0 -1
- package/lib/esm/resources/order_validation_rules.d.ts +0 -19
- package/lib/esm/resources/order_validation_rules.js +0 -1
- package/lib/esm/resources/orders.d.ts +0 -251
- package/lib/esm/resources/orders.js +0 -1
- package/lib/esm/resources/packages.js +0 -1
- package/lib/esm/resources/parcel_line_items.d.ts +0 -47
- package/lib/esm/resources/parcel_line_items.js +0 -1
- package/lib/esm/resources/parcels.js +0 -1
- package/lib/esm/resources/payment_gateways.js +0 -1
- package/lib/esm/resources/payment_methods.js +0 -1
- package/lib/esm/resources/paypal_gateways.js +0 -1
- package/lib/esm/resources/paypal_payments.js +0 -1
- package/lib/esm/resources/percentage_discount_promotions.js +0 -1
- package/lib/esm/resources/price_lists.d.ts +0 -37
- package/lib/esm/resources/price_lists.js +0 -1
- package/lib/esm/resources/prices.d.ts +0 -54
- package/lib/esm/resources/prices.js +0 -1
- package/lib/esm/resources/promotions.js +0 -1
- package/lib/esm/resources/refunds.d.ts +0 -32
- package/lib/esm/resources/refunds.js +0 -1
- package/lib/esm/resources/return_line_items.d.ts +0 -47
- package/lib/esm/resources/return_line_items.js +0 -1
- package/lib/esm/resources/returns.js +0 -1
- package/lib/esm/resources/shipments.d.ts +0 -76
- package/lib/esm/resources/shipments.js +0 -1
- package/lib/esm/resources/shipping_categories.d.ts +0 -31
- package/lib/esm/resources/shipping_categories.js +0 -1
- package/lib/esm/resources/shipping_methods.js +0 -1
- package/lib/esm/resources/shipping_zones.js +0 -1
- package/lib/esm/resources/sku_list_items.d.ts +0 -45
- package/lib/esm/resources/sku_list_items.js +0 -1
- package/lib/esm/resources/sku_list_promotion_rules.d.ts +0 -66
- package/lib/esm/resources/sku_list_promotion_rules.js +0 -1
- package/lib/esm/resources/sku_lists.js +0 -1
- package/lib/esm/resources/sku_options.d.ts +0 -51
- package/lib/esm/resources/sku_options.js +0 -1
- package/lib/esm/resources/skus.d.ts +0 -72
- package/lib/esm/resources/skus.js +0 -1
- package/lib/esm/resources/stock_items.js +0 -1
- package/lib/esm/resources/stock_line_items.js +0 -1
- package/lib/esm/resources/stock_locations.js +0 -1
- package/lib/esm/resources/stock_transfers.js +0 -1
- package/lib/esm/resources/stripe_gateways.d.ts +0 -36
- package/lib/esm/resources/stripe_gateways.js +0 -1
- package/lib/esm/resources/stripe_payments.js +0 -1
- package/lib/esm/resources/tax_calculators.js +0 -1
- package/lib/esm/resources/tax_categories.js +0 -1
- package/lib/esm/resources/tax_rules.d.ts +0 -68
- package/lib/esm/resources/tax_rules.js +0 -1
- package/lib/esm/resources/taxjar_accounts.js +0 -1
- package/lib/esm/resources/transactions.js +0 -1
- package/lib/esm/resources/voids.js +0 -1
- package/lib/esm/resources/webhooks.d.ts +0 -41
- package/lib/esm/resources/webhooks.js +0 -1
- package/lib/esm/resources/wire_transfers.d.ts +0 -31
- package/lib/esm/resources/wire_transfers.js +0 -1
- package/lib/esm/static.d.ts +0 -6
- package/lib/esm/util.d.ts +0 -3
- package/lib/tsconfig.esm.tsbuildinfo +0 -1
- package/lib/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as o}from"../resource";class s extends o{async list(e,r){return this.resources.list({type:s.TYPE},e,r)}async create(e,r,t){return this.resources.create({...e,type:s.TYPE},r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:s.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update({...e,type:s.TYPE},r,t)}async delete(e,r){await this.resources.delete({type:s.TYPE,id:e},r)}async market(e,r,t){return this.resources.fetch({type:"markets"},`fixed_price_promotions/${e}/market`,r,t)}async order_amount_promotion_rule(e,r,t){return this.resources.fetch({type:"order_amount_promotion_rules"},`fixed_price_promotions/${e}/order_amount_promotion_rule`,r,t)}async sku_list_promotion_rule(e,r,t){return this.resources.fetch({type:"sku_list_promotion_rules"},`fixed_price_promotions/${e}/sku_list_promotion_rule`,r,t)}async coupon_codes_promotion_rule(e,r,t){return this.resources.fetch({type:"coupon_codes_promotion_rules"},`fixed_price_promotions/${e}/coupon_codes_promotion_rule`,r,t)}async attachments(e,r,t){return this.resources.fetch({type:"attachments"},`fixed_price_promotions/${e}/attachments`,r,t)}async sku_list(e,r,t){return this.resources.fetch({type:"sku_lists"},`fixed_price_promotions/${e}/sku_list`,r,t)}async skus(e,r,t){return this.resources.fetch({type:"skus"},`fixed_price_promotions/${e}/skus`,r,t)}isFixedPricePromotion(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="fixed_price_promotions";export default s;
|
@@ -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,29 +8,30 @@ 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 FreeGiftPromotionRel =
|
11
|
+
declare type FreeGiftPromotionRel = ResourceRel & {
|
12
12
|
type: typeof FreeGiftPromotions.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 FreeGiftPromotion extends Resource {
|
33
33
|
name?: string;
|
34
|
+
currency_code?: string;
|
34
35
|
starts_at?: string;
|
35
36
|
expires_at?: string;
|
36
37
|
total_usage_limit?: number;
|
@@ -48,6 +49,7 @@ interface FreeGiftPromotion extends Resource {
|
|
48
49
|
}
|
49
50
|
interface FreeGiftPromotionCreate extends ResourceCreate {
|
50
51
|
name: string;
|
52
|
+
currency_code?: string;
|
51
53
|
starts_at: string;
|
52
54
|
expires_at: string;
|
53
55
|
total_usage_limit: number;
|
@@ -61,6 +63,7 @@ interface FreeGiftPromotionCreate extends ResourceCreate {
|
|
61
63
|
}
|
62
64
|
interface FreeGiftPromotionUpdate extends ResourceUpdate {
|
63
65
|
name?: string;
|
66
|
+
currency_code?: string;
|
64
67
|
starts_at?: string;
|
65
68
|
expires_at?: string;
|
66
69
|
total_usage_limit?: number;
|
@@ -79,8 +82,15 @@ declare class FreeGiftPromotions extends ApiResource {
|
|
79
82
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeGiftPromotion>;
|
80
83
|
update(resource: FreeGiftPromotionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeGiftPromotion>;
|
81
84
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
85
|
+
market(freeGiftPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
|
86
|
+
order_amount_promotion_rule(freeGiftPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
|
87
|
+
sku_list_promotion_rule(freeGiftPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
|
88
|
+
coupon_codes_promotion_rule(freeGiftPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
|
89
|
+
attachments(freeGiftPromotionId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
90
|
+
sku_list(freeGiftPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
|
91
|
+
skus(freeGiftPromotionId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
|
82
92
|
isFreeGiftPromotion(resource: any): resource is FreeGiftPromotion;
|
83
|
-
relationship(id: string | ResourceId): FreeGiftPromotionRel;
|
93
|
+
relationship(id: string | ResourceId | null): FreeGiftPromotionRel;
|
84
94
|
type(): string;
|
85
95
|
}
|
86
96
|
export default FreeGiftPromotions;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as o}from"../resource";class s extends o{async list(e,t){return this.resources.list({type:s.TYPE},e,t)}async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:s.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete({type:s.TYPE,id:e},t)}async market(e,t,r){return this.resources.fetch({type:"markets"},`free_gift_promotions/${e}/market`,t,r)}async order_amount_promotion_rule(e,t,r){return this.resources.fetch({type:"order_amount_promotion_rules"},`free_gift_promotions/${e}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){return this.resources.fetch({type:"sku_list_promotion_rules"},`free_gift_promotions/${e}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_gift_promotions/${e}/coupon_codes_promotion_rule`,t,r)}async attachments(e,t,r){return this.resources.fetch({type:"attachments"},`free_gift_promotions/${e}/attachments`,t,r)}async sku_list(e,t,r){return this.resources.fetch({type:"sku_lists"},`free_gift_promotions/${e}/sku_list`,t,r)}async skus(e,t,r){return this.resources.fetch({type:"skus"},`free_gift_promotions/${e}/skus`,t,r)}isFreeGiftPromotion(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="free_gift_promotions";export default s;
|
@@ -1,31 +1,32 @@
|
|
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';
|
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 FreeShippingPromotionRel =
|
9
|
+
declare type FreeShippingPromotionRel = ResourceRel & {
|
10
10
|
type: typeof FreeShippingPromotions.TYPE;
|
11
11
|
};
|
12
|
-
declare type MarketRel =
|
12
|
+
declare type MarketRel = ResourceRel & {
|
13
13
|
type: 'markets';
|
14
14
|
};
|
15
|
-
declare type PromotionRuleRel =
|
15
|
+
declare type PromotionRuleRel = ResourceRel & {
|
16
16
|
type: 'promotion_rules';
|
17
17
|
};
|
18
|
-
declare type OrderAmountPromotionRuleRel =
|
18
|
+
declare type OrderAmountPromotionRuleRel = ResourceRel & {
|
19
19
|
type: 'order_amount_promotion_rules';
|
20
20
|
};
|
21
|
-
declare type SkuListPromotionRuleRel =
|
21
|
+
declare type SkuListPromotionRuleRel = ResourceRel & {
|
22
22
|
type: 'sku_list_promotion_rules';
|
23
23
|
};
|
24
|
-
declare type CouponCodesPromotionRuleRel =
|
24
|
+
declare type CouponCodesPromotionRuleRel = ResourceRel & {
|
25
25
|
type: 'coupon_codes_promotion_rules';
|
26
26
|
};
|
27
27
|
interface FreeShippingPromotion extends Resource {
|
28
28
|
name?: string;
|
29
|
+
currency_code?: string;
|
29
30
|
starts_at?: string;
|
30
31
|
expires_at?: string;
|
31
32
|
total_usage_limit?: number;
|
@@ -40,6 +41,7 @@ interface FreeShippingPromotion extends Resource {
|
|
40
41
|
}
|
41
42
|
interface FreeShippingPromotionCreate extends ResourceCreate {
|
42
43
|
name: string;
|
44
|
+
currency_code?: string;
|
43
45
|
starts_at: string;
|
44
46
|
expires_at: string;
|
45
47
|
total_usage_limit: number;
|
@@ -51,6 +53,7 @@ interface FreeShippingPromotionCreate extends ResourceCreate {
|
|
51
53
|
}
|
52
54
|
interface FreeShippingPromotionUpdate extends ResourceUpdate {
|
53
55
|
name?: string;
|
56
|
+
currency_code?: string;
|
54
57
|
starts_at?: string;
|
55
58
|
expires_at?: string;
|
56
59
|
total_usage_limit?: number;
|
@@ -67,8 +70,13 @@ declare class FreeShippingPromotions extends ApiResource {
|
|
67
70
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeShippingPromotion>;
|
68
71
|
update(resource: FreeShippingPromotionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<FreeShippingPromotion>;
|
69
72
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
73
|
+
market(freeShippingPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
|
74
|
+
order_amount_promotion_rule(freeShippingPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
|
75
|
+
sku_list_promotion_rule(freeShippingPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
|
76
|
+
coupon_codes_promotion_rule(freeShippingPromotionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
|
77
|
+
attachments(freeShippingPromotionId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
70
78
|
isFreeShippingPromotion(resource: any): resource is FreeShippingPromotion;
|
71
|
-
relationship(id: string | ResourceId): FreeShippingPromotionRel;
|
79
|
+
relationship(id: string | ResourceId | null): FreeShippingPromotionRel;
|
72
80
|
type(): string;
|
73
81
|
}
|
74
82
|
export default FreeShippingPromotions;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as o}from"../resource";class s extends o{async list(e,r){return this.resources.list({type:s.TYPE},e,r)}async create(e,r,t){return this.resources.create({...e,type:s.TYPE},r,t)}async retrieve(e,r,t){return this.resources.retrieve({type:s.TYPE,id:e},r,t)}async update(e,r,t){return this.resources.update({...e,type:s.TYPE},r,t)}async delete(e,r){await this.resources.delete({type:s.TYPE,id:e},r)}async market(e,r,t){return this.resources.fetch({type:"markets"},`free_shipping_promotions/${e}/market`,r,t)}async order_amount_promotion_rule(e,r,t){return this.resources.fetch({type:"order_amount_promotion_rules"},`free_shipping_promotions/${e}/order_amount_promotion_rule`,r,t)}async sku_list_promotion_rule(e,r,t){return this.resources.fetch({type:"sku_list_promotion_rules"},`free_shipping_promotions/${e}/sku_list_promotion_rule`,r,t)}async coupon_codes_promotion_rule(e,r,t){return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_shipping_promotions/${e}/coupon_codes_promotion_rule`,r,t)}async attachments(e,r,t){return this.resources.fetch({type:"attachments"},`free_shipping_promotions/${e}/attachments`,r,t)}isFreeShippingPromotion(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="free_shipping_promotions";export default s;
|
@@ -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 { Address } from './addresses';
|
4
4
|
import { Attachment } from './attachments';
|
5
|
-
declare type GeocoderRel =
|
5
|
+
declare type GeocoderRel = ResourceRel & {
|
6
6
|
type: typeof Geocoders.TYPE;
|
7
7
|
};
|
8
8
|
interface Geocoder extends Resource {
|
@@ -14,8 +14,10 @@ declare class Geocoders extends ApiResource {
|
|
14
14
|
static readonly TYPE: 'geocoders';
|
15
15
|
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Geocoder>>;
|
16
16
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Geocoder>;
|
17
|
+
addresses(geocoderId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Address>>;
|
18
|
+
attachments(geocoderId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
17
19
|
isGeocoder(resource: any): resource is Geocoder;
|
18
|
-
relationship(id: string | ResourceId): GeocoderRel;
|
20
|
+
relationship(id: string | ResourceId | null): GeocoderRel;
|
19
21
|
type(): string;
|
20
22
|
}
|
21
23
|
export default Geocoders;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as c}from"../resource";class t extends c{async list(e,r){return this.resources.list({type:t.TYPE},e,r)}async retrieve(e,r,s){return this.resources.retrieve({type:t.TYPE,id:e},r,s)}async addresses(e,r,s){return this.resources.fetch({type:"addresses"},`geocoders/${e}/addresses`,r,s)}async attachments(e,r,s){return this.resources.fetch({type:"attachments"},`geocoders/${e}/attachments`,r,s)}isGeocoder(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="geocoders";export default t;
|
@@ -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 { Customer } from './customers';
|
4
4
|
import { Attachment } from './attachments';
|
5
|
-
declare type GiftCardRecipientRel =
|
5
|
+
declare type GiftCardRecipientRel = ResourceRel & {
|
6
6
|
type: typeof GiftCardRecipients.TYPE;
|
7
7
|
};
|
8
|
-
declare type CustomerRel =
|
8
|
+
declare type CustomerRel = ResourceRel & {
|
9
9
|
type: 'customers';
|
10
10
|
};
|
11
11
|
interface GiftCardRecipient extends Resource {
|
@@ -34,8 +34,10 @@ declare class GiftCardRecipients extends ApiResource {
|
|
34
34
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCardRecipient>;
|
35
35
|
update(resource: GiftCardRecipientUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCardRecipient>;
|
36
36
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
37
|
+
customer(giftCardRecipientId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
|
38
|
+
attachments(giftCardRecipientId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
37
39
|
isGiftCardRecipient(resource: any): resource is GiftCardRecipient;
|
38
|
-
relationship(id: string | ResourceId): GiftCardRecipientRel;
|
40
|
+
relationship(id: string | ResourceId | null): GiftCardRecipientRel;
|
39
41
|
type(): string;
|
40
42
|
}
|
41
43
|
export default GiftCardRecipients;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as i}from"../resource";class r extends i{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,s){return this.resources.create({...e,type:r.TYPE},t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:r.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update({...e,type:r.TYPE},t,s)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async customer(e,t,s){return this.resources.fetch({type:"customers"},`gift_card_recipients/${e}/customer`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`gift_card_recipients/${e}/attachments`,t,s)}isGiftCardRecipient(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="gift_card_recipients";export default r;
|
@@ -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 { GiftCardRecipient } from './gift_card_recipients';
|
5
5
|
import { Attachment } from './attachments';
|
6
|
-
declare type GiftCardRel =
|
6
|
+
declare type GiftCardRel = ResourceRel & {
|
7
7
|
type: typeof GiftCards.TYPE;
|
8
8
|
};
|
9
|
-
declare type MarketRel =
|
9
|
+
declare type MarketRel = ResourceRel & {
|
10
10
|
type: 'markets';
|
11
11
|
};
|
12
|
-
declare type GiftCardRecipientRel =
|
12
|
+
declare type GiftCardRecipientRel = ResourceRel & {
|
13
13
|
type: 'gift_card_recipients';
|
14
14
|
};
|
15
15
|
interface GiftCard extends Resource {
|
@@ -37,7 +37,7 @@ interface GiftCard extends Resource {
|
|
37
37
|
}
|
38
38
|
interface GiftCardCreate extends ResourceCreate {
|
39
39
|
code?: string;
|
40
|
-
currency_code
|
40
|
+
currency_code?: string;
|
41
41
|
balance_cents: number;
|
42
42
|
balance_max_cents?: string;
|
43
43
|
single_use?: boolean;
|
@@ -71,8 +71,11 @@ declare class GiftCards extends ApiResource {
|
|
71
71
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
|
72
72
|
update(resource: GiftCardUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCard>;
|
73
73
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
74
|
+
market(giftCardId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
|
75
|
+
gift_card_recipient(giftCardId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GiftCardRecipient>;
|
76
|
+
attachments(giftCardId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
74
77
|
isGiftCard(resource: any): resource is GiftCard;
|
75
|
-
relationship(id: string | ResourceId): GiftCardRel;
|
78
|
+
relationship(id: string | ResourceId | null): GiftCardRel;
|
76
79
|
type(): string;
|
77
80
|
}
|
78
81
|
export default GiftCards;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as i}from"../resource";class r extends i{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,s){return this.resources.create({...e,type:r.TYPE},t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:r.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update({...e,type:r.TYPE},t,s)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async market(e,t,s){return this.resources.fetch({type:"markets"},`gift_cards/${e}/market`,t,s)}async gift_card_recipient(e,t,s){return this.resources.fetch({type:"gift_card_recipients"},`gift_cards/${e}/gift_card_recipient`,t,s)}async attachments(e,t,s){return this.resources.fetch({type:"attachments"},`gift_cards/${e}/attachments`,t,s)}isGiftCard(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="gift_cards";export default r;
|
@@ -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 { Address } from './addresses';
|
4
4
|
import { Attachment } from './attachments';
|
5
|
-
declare type GoogleGeocoderRel =
|
5
|
+
declare type GoogleGeocoderRel = ResourceRel & {
|
6
6
|
type: typeof GoogleGeocoders.TYPE;
|
7
7
|
};
|
8
8
|
interface GoogleGeocoder extends Resource {
|
@@ -25,8 +25,10 @@ declare class GoogleGeocoders extends ApiResource {
|
|
25
25
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GoogleGeocoder>;
|
26
26
|
update(resource: GoogleGeocoderUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<GoogleGeocoder>;
|
27
27
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
28
|
+
addresses(googleGeocoderId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Address>>;
|
29
|
+
attachments(googleGeocoderId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
28
30
|
isGoogleGeocoder(resource: any): resource is GoogleGeocoder;
|
29
|
-
relationship(id: string | ResourceId): GoogleGeocoderRel;
|
31
|
+
relationship(id: string | ResourceId | null): GoogleGeocoderRel;
|
30
32
|
type(): string;
|
31
33
|
}
|
32
34
|
export default GoogleGeocoders;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as o}from"../resource";class s extends o{async list(e,t){return this.resources.list({type:s.TYPE},e,t)}async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:s.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete({type:s.TYPE,id:e},t)}async addresses(e,t,r){return this.resources.fetch({type:"addresses"},`google_geocoders/${e}/addresses`,t,r)}async attachments(e,t,r){return this.resources.fetch({type:"attachments"},`google_geocoders/${e}/attachments`,t,r)}isGoogleGeocoder(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="google_geocoders";export default s;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourcesConfig, ResourceId, ListResponse } from '../resource';
|
2
|
-
import {
|
3
|
-
declare type ImportRel =
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
|
+
declare type ImportRel = ResourceRel & {
|
4
4
|
type: typeof Imports.TYPE;
|
5
5
|
};
|
6
6
|
interface Import extends Resource {
|
@@ -33,7 +33,7 @@ declare class Imports extends ApiResource {
|
|
33
33
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Import>;
|
34
34
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
35
35
|
isImport(resource: any): resource is Import;
|
36
|
-
relationship(id: string | ResourceId): ImportRel;
|
36
|
+
relationship(id: string | ResourceId | null): ImportRel;
|
37
37
|
type(): string;
|
38
38
|
}
|
39
39
|
export default Imports;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as i}from"../resource";class t extends i{async list(e,r){return this.resources.list({type:t.TYPE},e,r)}async create(e,r,s){return this.resources.create({...e,type:t.TYPE},r,s)}async retrieve(e,r,s){return this.resources.retrieve({type:t.TYPE,id:e},r,s)}async delete(e,r){await this.resources.delete({type:t.TYPE,id:e},r)}isImport(e){return e.type&&e.type===t.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:t.TYPE}:{id:e.id,type:t.TYPE}}type(){return t.TYPE}}t.TYPE="imports";export default t;
|
@@ -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 { Market } from './markets';
|
4
4
|
import { Customer } from './customers';
|
5
5
|
import { Sku } from './skus';
|
6
|
-
declare type InStockSubscriptionRel =
|
6
|
+
declare type InStockSubscriptionRel = ResourceRel & {
|
7
7
|
type: typeof InStockSubscriptions.TYPE;
|
8
8
|
};
|
9
|
-
declare type MarketRel =
|
9
|
+
declare type MarketRel = ResourceRel & {
|
10
10
|
type: 'markets';
|
11
11
|
};
|
12
|
-
declare type CustomerRel =
|
12
|
+
declare type CustomerRel = ResourceRel & {
|
13
13
|
type: 'customers';
|
14
14
|
};
|
15
|
-
declare type SkuRel =
|
15
|
+
declare type SkuRel = ResourceRel & {
|
16
16
|
type: 'skus';
|
17
17
|
};
|
18
18
|
interface InStockSubscription extends Resource {
|
@@ -48,8 +48,11 @@ declare class InStockSubscriptions extends ApiResource {
|
|
48
48
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InStockSubscription>;
|
49
49
|
update(resource: InStockSubscriptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InStockSubscription>;
|
50
50
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
51
|
+
market(inStockSubscriptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
|
52
|
+
customer(inStockSubscriptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
|
53
|
+
sku(inStockSubscriptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Sku>;
|
51
54
|
isInStockSubscription(resource: any): resource is InStockSubscription;
|
52
|
-
relationship(id: string | ResourceId): InStockSubscriptionRel;
|
55
|
+
relationship(id: string | ResourceId | null): InStockSubscriptionRel;
|
53
56
|
type(): string;
|
54
57
|
}
|
55
58
|
export default InStockSubscriptions;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as i}from"../resource";class s extends i{async list(e,t){return this.resources.list({type:s.TYPE},e,t)}async create(e,t,r){return this.resources.create({...e,type:s.TYPE},t,r)}async retrieve(e,t,r){return this.resources.retrieve({type:s.TYPE,id:e},t,r)}async update(e,t,r){return this.resources.update({...e,type:s.TYPE},t,r)}async delete(e,t){await this.resources.delete({type:s.TYPE,id:e},t)}async market(e,t,r){return this.resources.fetch({type:"markets"},`in_stock_subscriptions/${e}/market`,t,r)}async customer(e,t,r){return this.resources.fetch({type:"customers"},`in_stock_subscriptions/${e}/customer`,t,r)}async sku(e,t,r){return this.resources.fetch({type:"skus"},`in_stock_subscriptions/${e}/sku`,t,r)}isInStockSubscription(e){return e.type&&e.type===s.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:s.TYPE}:{id:e.id,type:s.TYPE}}type(){return s.TYPE}}s.TYPE="in_stock_subscriptions";export default s;
|
@@ -1,9 +1,9 @@
|
|
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 { InventoryStockLocation } from './inventory_stock_locations';
|
4
4
|
import { InventoryReturnLocation } from './inventory_return_locations';
|
5
5
|
import { Attachment } from './attachments';
|
6
|
-
declare type InventoryModelRel =
|
6
|
+
declare type InventoryModelRel = ResourceRel & {
|
7
7
|
type: typeof InventoryModels.TYPE;
|
8
8
|
};
|
9
9
|
interface InventoryModel extends Resource {
|
@@ -31,8 +31,11 @@ declare class InventoryModels extends ApiResource {
|
|
31
31
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
|
32
32
|
update(resource: InventoryModelUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
|
33
33
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
34
|
+
inventory_stock_locations(inventoryModelId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<InventoryStockLocation>>;
|
35
|
+
inventory_return_locations(inventoryModelId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<InventoryReturnLocation>>;
|
36
|
+
attachments(inventoryModelId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
|
34
37
|
isInventoryModel(resource: any): resource is InventoryModel;
|
35
|
-
relationship(id: string | ResourceId): InventoryModelRel;
|
38
|
+
relationship(id: string | ResourceId | null): InventoryModelRel;
|
36
39
|
type(): string;
|
37
40
|
}
|
38
41
|
export default InventoryModels;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as s}from"../resource";class r extends s{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,n){return this.resources.create({...e,type:r.TYPE},t,n)}async retrieve(e,t,n){return this.resources.retrieve({type:r.TYPE,id:e},t,n)}async update(e,t,n){return this.resources.update({...e,type:r.TYPE},t,n)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async inventory_stock_locations(e,t,n){return this.resources.fetch({type:"inventory_stock_locations"},`inventory_models/${e}/inventory_stock_locations`,t,n)}async inventory_return_locations(e,t,n){return this.resources.fetch({type:"inventory_return_locations"},`inventory_models/${e}/inventory_return_locations`,t,n)}async attachments(e,t,n){return this.resources.fetch({type:"attachments"},`inventory_models/${e}/attachments`,t,n)}isInventoryModel(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="inventory_models";export default r;
|
@@ -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 { StockLocation } from './stock_locations';
|
4
4
|
import { InventoryModel } from './inventory_models';
|
5
|
-
declare type InventoryReturnLocationRel =
|
5
|
+
declare type InventoryReturnLocationRel = ResourceRel & {
|
6
6
|
type: typeof InventoryReturnLocations.TYPE;
|
7
7
|
};
|
8
|
-
declare type StockLocationRel =
|
8
|
+
declare type StockLocationRel = ResourceRel & {
|
9
9
|
type: 'stock_locations';
|
10
10
|
};
|
11
|
-
declare type InventoryModelRel =
|
11
|
+
declare type InventoryModelRel = ResourceRel & {
|
12
12
|
type: 'inventory_models';
|
13
13
|
};
|
14
14
|
interface InventoryReturnLocation extends Resource {
|
@@ -33,8 +33,10 @@ declare class InventoryReturnLocations extends ApiResource {
|
|
33
33
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryReturnLocation>;
|
34
34
|
update(resource: InventoryReturnLocationUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryReturnLocation>;
|
35
35
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
36
|
+
stock_location(inventoryReturnLocationId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
|
37
|
+
inventory_model(inventoryReturnLocationId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
|
36
38
|
isInventoryReturnLocation(resource: any): resource is InventoryReturnLocation;
|
37
|
-
relationship(id: string | ResourceId): InventoryReturnLocationRel;
|
39
|
+
relationship(id: string | ResourceId | null): InventoryReturnLocationRel;
|
38
40
|
type(): string;
|
39
41
|
}
|
40
42
|
export default InventoryReturnLocations;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as s}from"../resource";class r extends s{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,n){return this.resources.create({...e,type:r.TYPE},t,n)}async retrieve(e,t,n){return this.resources.retrieve({type:r.TYPE,id:e},t,n)}async update(e,t,n){return this.resources.update({...e,type:r.TYPE},t,n)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async stock_location(e,t,n){return this.resources.fetch({type:"stock_locations"},`inventory_return_locations/${e}/stock_location`,t,n)}async inventory_model(e,t,n){return this.resources.fetch({type:"inventory_models"},`inventory_return_locations/${e}/inventory_model`,t,n)}isInventoryReturnLocation(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="inventory_return_locations";export default r;
|
@@ -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 { StockLocation } from './stock_locations';
|
4
4
|
import { InventoryModel } from './inventory_models';
|
5
|
-
declare type InventoryStockLocationRel =
|
5
|
+
declare type InventoryStockLocationRel = ResourceRel & {
|
6
6
|
type: typeof InventoryStockLocations.TYPE;
|
7
7
|
};
|
8
|
-
declare type StockLocationRel =
|
8
|
+
declare type StockLocationRel = ResourceRel & {
|
9
9
|
type: 'stock_locations';
|
10
10
|
};
|
11
|
-
declare type InventoryModelRel =
|
11
|
+
declare type InventoryModelRel = ResourceRel & {
|
12
12
|
type: 'inventory_models';
|
13
13
|
};
|
14
14
|
interface InventoryStockLocation extends Resource {
|
@@ -36,8 +36,10 @@ declare class InventoryStockLocations extends ApiResource {
|
|
36
36
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryStockLocation>;
|
37
37
|
update(resource: InventoryStockLocationUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryStockLocation>;
|
38
38
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
39
|
+
stock_location(inventoryStockLocationId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<StockLocation>;
|
40
|
+
inventory_model(inventoryStockLocationId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<InventoryModel>;
|
39
41
|
isInventoryStockLocation(resource: any): resource is InventoryStockLocation;
|
40
|
-
relationship(id: string | ResourceId): InventoryStockLocationRel;
|
42
|
+
relationship(id: string | ResourceId | null): InventoryStockLocationRel;
|
41
43
|
type(): string;
|
42
44
|
}
|
43
45
|
export default InventoryStockLocations;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as n}from"../resource";class r extends n{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,o){return this.resources.create({...e,type:r.TYPE},t,o)}async retrieve(e,t,o){return this.resources.retrieve({type:r.TYPE,id:e},t,o)}async update(e,t,o){return this.resources.update({...e,type:r.TYPE},t,o)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async stock_location(e,t,o){return this.resources.fetch({type:"stock_locations"},`inventory_stock_locations/${e}/stock_location`,t,o)}async inventory_model(e,t,o){return this.resources.fetch({type:"inventory_models"},`inventory_stock_locations/${e}/inventory_model`,t,o)}isInventoryStockLocation(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="inventory_stock_locations";export default r;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
|
+
import { PaymentMethod } from './payment_methods';
|
4
|
+
import { KlarnaPayment } from './klarna_payments';
|
5
|
+
declare type KlarnaGatewayRel = ResourceRel & {
|
6
|
+
type: typeof KlarnaGateways.TYPE;
|
7
|
+
};
|
8
|
+
declare type KlarnaPaymentRel = ResourceRel & {
|
9
|
+
type: 'klarna_payments';
|
10
|
+
};
|
11
|
+
interface KlarnaGateway extends Resource {
|
12
|
+
name?: string;
|
13
|
+
payment_methods?: PaymentMethod[];
|
14
|
+
klarna_payments?: KlarnaPayment[];
|
15
|
+
}
|
16
|
+
interface KlarnaGatewayCreate extends ResourceCreate {
|
17
|
+
name: string;
|
18
|
+
country_code: string;
|
19
|
+
api_key: string;
|
20
|
+
api_secret: string;
|
21
|
+
klarna_payments?: KlarnaPaymentRel[];
|
22
|
+
}
|
23
|
+
interface KlarnaGatewayUpdate extends ResourceUpdate {
|
24
|
+
name?: string;
|
25
|
+
country_code?: string;
|
26
|
+
api_key?: string;
|
27
|
+
api_secret?: string;
|
28
|
+
klarna_payments?: KlarnaPaymentRel[];
|
29
|
+
}
|
30
|
+
declare class KlarnaGateways extends ApiResource {
|
31
|
+
static readonly TYPE: 'klarna_gateways';
|
32
|
+
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<KlarnaGateway>>;
|
33
|
+
create(resource: KlarnaGatewayCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
|
34
|
+
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
|
35
|
+
update(resource: KlarnaGatewayUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaGateway>;
|
36
|
+
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
37
|
+
payment_methods(klarnaGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
|
38
|
+
klarna_payments(klarnaGatewayId: string, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<KlarnaPayment>>;
|
39
|
+
isKlarnaGateway(resource: any): resource is KlarnaGateway;
|
40
|
+
relationship(id: string | ResourceId | null): KlarnaGatewayRel;
|
41
|
+
type(): string;
|
42
|
+
}
|
43
|
+
export default KlarnaGateways;
|
44
|
+
export { KlarnaGateway, KlarnaGatewayCreate, KlarnaGatewayUpdate };
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as s}from"../resource";class r extends s{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,a){return this.resources.create({...e,type:r.TYPE},t,a)}async retrieve(e,t,a){return this.resources.retrieve({type:r.TYPE,id:e},t,a)}async update(e,t,a){return this.resources.update({...e,type:r.TYPE},t,a)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async payment_methods(e,t,a){return this.resources.fetch({type:"payment_methods"},`klarna_gateways/${e}/payment_methods`,t,a)}async klarna_payments(e,t,a){return this.resources.fetch({type:"klarna_payments"},`klarna_gateways/${e}/klarna_payments`,t,a)}isKlarnaGateway(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="klarna_gateways";export default r;
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
|
2
|
+
import { QueryParamsList, QueryParamsRetrieve } from '../query';
|
3
|
+
import { Order } from './orders';
|
4
|
+
import { PaymentGateway } from './payment_gateways';
|
5
|
+
declare type KlarnaPaymentRel = ResourceRel & {
|
6
|
+
type: typeof KlarnaPayments.TYPE;
|
7
|
+
};
|
8
|
+
declare type OrderRel = ResourceRel & {
|
9
|
+
type: 'orders';
|
10
|
+
};
|
11
|
+
interface KlarnaPayment extends Resource {
|
12
|
+
session_id?: string;
|
13
|
+
client_token?: string;
|
14
|
+
payment_methods?: object[];
|
15
|
+
auth_token?: string;
|
16
|
+
order?: Order;
|
17
|
+
payment_gateway?: PaymentGateway;
|
18
|
+
}
|
19
|
+
interface KlarnaPaymentCreate extends ResourceCreate {
|
20
|
+
order: OrderRel;
|
21
|
+
}
|
22
|
+
interface KlarnaPaymentUpdate extends ResourceUpdate {
|
23
|
+
auth_token?: string;
|
24
|
+
_update?: boolean;
|
25
|
+
order?: OrderRel;
|
26
|
+
}
|
27
|
+
declare class KlarnaPayments extends ApiResource {
|
28
|
+
static readonly TYPE: 'klarna_payments';
|
29
|
+
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<KlarnaPayment>>;
|
30
|
+
create(resource: KlarnaPaymentCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
|
31
|
+
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
|
32
|
+
update(resource: KlarnaPaymentUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<KlarnaPayment>;
|
33
|
+
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
34
|
+
order(klarnaPaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
|
35
|
+
payment_gateway(klarnaPaymentId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentGateway>;
|
36
|
+
isKlarnaPayment(resource: any): resource is KlarnaPayment;
|
37
|
+
relationship(id: string | ResourceId | null): KlarnaPaymentRel;
|
38
|
+
type(): string;
|
39
|
+
}
|
40
|
+
export default KlarnaPayments;
|
41
|
+
export { KlarnaPayment, KlarnaPaymentCreate, KlarnaPaymentUpdate };
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as a}from"../resource";class r extends a{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,s){return this.resources.create({...e,type:r.TYPE},t,s)}async retrieve(e,t,s){return this.resources.retrieve({type:r.TYPE,id:e},t,s)}async update(e,t,s){return this.resources.update({...e,type:r.TYPE},t,s)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async order(e,t,s){return this.resources.fetch({type:"orders"},`klarna_payments/${e}/order`,t,s)}async payment_gateway(e,t,s){return this.resources.fetch({type:"payment_gateways"},`klarna_payments/${e}/payment_gateway`,t,s)}isKlarnaPayment(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="klarna_payments";export default r;
|
@@ -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 { LineItem } from './line_items';
|
4
4
|
import { SkuOption } from './sku_options';
|
5
|
-
declare type LineItemOptionRel =
|
5
|
+
declare type LineItemOptionRel = ResourceRel & {
|
6
6
|
type: typeof LineItemOptions.TYPE;
|
7
7
|
};
|
8
|
-
declare type LineItemRel =
|
8
|
+
declare type LineItemRel = ResourceRel & {
|
9
9
|
type: 'line_items';
|
10
10
|
};
|
11
|
-
declare type SkuOptionRel =
|
11
|
+
declare type SkuOptionRel = ResourceRel & {
|
12
12
|
type: 'sku_options';
|
13
13
|
};
|
14
14
|
interface LineItemOption extends Resource {
|
@@ -47,8 +47,10 @@ declare class LineItemOptions extends ApiResource {
|
|
47
47
|
retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItemOption>;
|
48
48
|
update(resource: LineItemOptionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItemOption>;
|
49
49
|
delete(id: string, options?: ResourcesConfig): Promise<void>;
|
50
|
+
line_item(lineItemOptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<LineItem>;
|
51
|
+
sku_option(lineItemOptionId: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuOption>;
|
50
52
|
isLineItemOption(resource: any): resource is LineItemOption;
|
51
|
-
relationship(id: string | ResourceId): LineItemOptionRel;
|
53
|
+
relationship(id: string | ResourceId | null): LineItemOptionRel;
|
52
54
|
type(): string;
|
53
55
|
}
|
54
56
|
export default LineItemOptions;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{ApiResource as s}from"../resource";class r extends s{async list(e,t){return this.resources.list({type:r.TYPE},e,t)}async create(e,t,i){return this.resources.create({...e,type:r.TYPE},t,i)}async retrieve(e,t,i){return this.resources.retrieve({type:r.TYPE,id:e},t,i)}async update(e,t,i){return this.resources.update({...e,type:r.TYPE},t,i)}async delete(e,t){await this.resources.delete({type:r.TYPE,id:e},t)}async line_item(e,t,i){return this.resources.fetch({type:"line_items"},`line_item_options/${e}/line_item`,t,i)}async sku_option(e,t,i){return this.resources.fetch({type:"sku_options"},`line_item_options/${e}/sku_option`,t,i)}isLineItemOption(e){return e.type&&e.type===r.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:r.TYPE}:{id:e.id,type:r.TYPE}}type(){return r.TYPE}}r.TYPE="line_item_options";export default r;
|