@commercelayer/sdk 5.0.0-beta.1 → 5.0.0-beta.11
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/cjs/api.d.ts +22 -2
- package/lib/cjs/api.js +17 -15
- package/lib/cjs/client.js +11 -8
- package/lib/cjs/commercelayer.d.ts +9 -4
- package/lib/cjs/commercelayer.js +6 -1
- package/lib/cjs/common.js +0 -2
- package/lib/cjs/config.d.ts +1 -0
- package/lib/cjs/config.js +1 -0
- package/lib/cjs/debug.js +0 -4
- package/lib/cjs/error.js +1 -4
- package/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/jsonapi.js +5 -1
- package/lib/cjs/model.d.ts +6 -1
- package/lib/cjs/query.d.ts +3 -2
- package/lib/cjs/query.js +3 -2
- package/lib/cjs/resource.d.ts +12 -15
- package/lib/cjs/resource.js +11 -8
- package/lib/cjs/resources/addresses.d.ts +56 -57
- package/lib/cjs/resources/addresses.js +2 -6
- package/lib/cjs/resources/adjustments.d.ts +10 -11
- package/lib/cjs/resources/adjustments.js +2 -6
- package/lib/cjs/resources/adyen_gateways.d.ts +21 -22
- package/lib/cjs/resources/adyen_gateways.js +2 -6
- package/lib/cjs/resources/adyen_payments.d.ts +16 -17
- package/lib/cjs/resources/adyen_payments.js +2 -6
- package/lib/cjs/resources/application.d.ts +5 -5
- package/lib/cjs/resources/application.js +0 -1
- package/lib/cjs/resources/attachments.d.ts +12 -13
- package/lib/cjs/resources/attachments.js +2 -6
- package/lib/cjs/resources/authorizations.d.ts +32 -33
- package/lib/cjs/resources/authorizations.js +1 -5
- package/lib/cjs/resources/avalara_accounts.d.ts +18 -19
- package/lib/cjs/resources/avalara_accounts.js +2 -6
- package/lib/cjs/resources/axerve_gateways.d.ts +9 -10
- package/lib/cjs/resources/axerve_gateways.js +2 -6
- package/lib/cjs/resources/axerve_payments.d.ts +15 -16
- package/lib/cjs/resources/axerve_payments.js +2 -6
- package/lib/cjs/resources/billing_info_validation_rules.d.ts +3 -4
- package/lib/cjs/resources/billing_info_validation_rules.js +2 -6
- package/lib/cjs/resources/bing_geocoders.d.ts +5 -6
- package/lib/cjs/resources/bing_geocoders.js +2 -6
- package/lib/cjs/resources/braintree_gateways.d.ts +20 -21
- package/lib/cjs/resources/braintree_gateways.js +2 -6
- package/lib/cjs/resources/braintree_payments.d.ts +18 -19
- package/lib/cjs/resources/braintree_payments.js +2 -6
- package/lib/cjs/resources/bundles.d.ts +33 -34
- package/lib/cjs/resources/bundles.js +2 -6
- package/lib/cjs/resources/captures.d.ts +23 -24
- package/lib/cjs/resources/captures.js +1 -5
- package/lib/cjs/resources/carrier_accounts.d.ts +5 -6
- package/lib/cjs/resources/carrier_accounts.js +0 -4
- package/lib/cjs/resources/checkout_com_gateways.d.ts +11 -12
- package/lib/cjs/resources/checkout_com_gateways.js +2 -6
- package/lib/cjs/resources/checkout_com_payments.d.ts +27 -28
- package/lib/cjs/resources/checkout_com_payments.js +2 -6
- package/lib/cjs/resources/cleanups.d.ts +12 -13
- package/lib/cjs/resources/cleanups.js +1 -5
- package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +5 -6
- package/lib/cjs/resources/coupon_codes_promotion_rules.js +2 -6
- package/lib/cjs/resources/coupon_recipients.d.ts +12 -13
- package/lib/cjs/resources/coupon_recipients.js +2 -6
- package/lib/cjs/resources/coupons.d.ts +15 -16
- package/lib/cjs/resources/coupons.js +2 -6
- package/lib/cjs/resources/customer_addresses.d.ts +6 -7
- package/lib/cjs/resources/customer_addresses.js +2 -6
- package/lib/cjs/resources/customer_groups.d.ts +5 -6
- package/lib/cjs/resources/customer_groups.js +2 -6
- package/lib/cjs/resources/customer_password_resets.d.ts +7 -8
- package/lib/cjs/resources/customer_password_resets.js +2 -6
- package/lib/cjs/resources/customer_payment_sources.d.ts +9 -10
- package/lib/cjs/resources/customer_payment_sources.js +2 -6
- package/lib/cjs/resources/customer_subscriptions.d.ts +3 -4
- package/lib/cjs/resources/customer_subscriptions.js +2 -6
- package/lib/cjs/resources/customers.d.ts +18 -19
- package/lib/cjs/resources/customers.js +2 -6
- package/lib/cjs/resources/delivery_lead_times.d.ts +11 -12
- package/lib/cjs/resources/delivery_lead_times.js +2 -6
- package/lib/cjs/resources/event_callbacks.d.ts +7 -8
- package/lib/cjs/resources/event_callbacks.js +0 -4
- package/lib/cjs/resources/events.d.ts +3 -4
- package/lib/cjs/resources/events.js +0 -4
- package/lib/cjs/resources/exports.d.ts +16 -17
- package/lib/cjs/resources/exports.js +1 -5
- package/lib/cjs/resources/external_gateways.d.ts +20 -21
- package/lib/cjs/resources/external_gateways.js +2 -6
- package/lib/cjs/resources/external_payments.d.ts +11 -12
- package/lib/cjs/resources/external_payments.js +2 -6
- package/lib/cjs/resources/external_promotions.d.ts +33 -34
- package/lib/cjs/resources/external_promotions.js +2 -6
- package/lib/cjs/resources/external_tax_calculators.d.ts +7 -8
- package/lib/cjs/resources/external_tax_calculators.js +2 -6
- package/lib/cjs/resources/fixed_amount_promotions.d.ts +34 -35
- package/lib/cjs/resources/fixed_amount_promotions.js +2 -6
- package/lib/cjs/resources/fixed_price_promotions.d.ts +39 -40
- package/lib/cjs/resources/fixed_price_promotions.js +6 -10
- package/lib/cjs/resources/free_gift_promotions.d.ts +38 -39
- package/lib/cjs/resources/free_gift_promotions.js +6 -10
- package/lib/cjs/resources/free_shipping_promotions.d.ts +32 -30
- package/lib/cjs/resources/free_shipping_promotions.js +6 -6
- package/lib/cjs/resources/geocoders.d.ts +3 -4
- package/lib/cjs/resources/geocoders.js +0 -4
- package/lib/cjs/resources/gift_card_recipients.d.ts +12 -13
- package/lib/cjs/resources/gift_card_recipients.js +2 -6
- package/lib/cjs/resources/gift_cards.d.ts +46 -47
- package/lib/cjs/resources/gift_cards.js +2 -6
- package/lib/cjs/resources/google_geocoders.d.ts +5 -6
- package/lib/cjs/resources/google_geocoders.js +2 -6
- package/lib/cjs/resources/imports.d.ts +20 -21
- package/lib/cjs/resources/imports.js +1 -5
- package/lib/cjs/resources/in_stock_subscriptions.d.ts +18 -19
- package/lib/cjs/resources/in_stock_subscriptions.js +2 -6
- package/lib/cjs/resources/inventory_models.d.ts +11 -12
- package/lib/cjs/resources/inventory_models.js +2 -6
- package/lib/cjs/resources/inventory_return_locations.d.ts +8 -9
- package/lib/cjs/resources/inventory_return_locations.js +2 -6
- package/lib/cjs/resources/inventory_stock_locations.d.ts +11 -12
- package/lib/cjs/resources/inventory_stock_locations.js +2 -6
- package/lib/cjs/resources/klarna_gateways.d.ts +9 -10
- package/lib/cjs/resources/klarna_gateways.js +2 -6
- package/lib/cjs/resources/klarna_payments.d.ts +16 -17
- package/lib/cjs/resources/klarna_payments.js +2 -6
- package/lib/cjs/resources/line_item_options.d.ts +21 -22
- package/lib/cjs/resources/line_item_options.js +2 -6
- package/lib/cjs/resources/line_items.d.ts +48 -46
- package/lib/cjs/resources/line_items.js +2 -6
- package/lib/cjs/resources/manual_gateways.d.ts +3 -4
- package/lib/cjs/resources/manual_gateways.js +2 -6
- package/lib/cjs/resources/manual_tax_calculators.d.ts +7 -8
- package/lib/cjs/resources/manual_tax_calculators.js +2 -6
- package/lib/cjs/resources/markets.d.ts +41 -34
- package/lib/cjs/resources/markets.js +6 -6
- package/lib/cjs/resources/merchants.d.ts +5 -6
- package/lib/cjs/resources/merchants.js +2 -6
- package/lib/cjs/resources/order_amount_promotion_rules.d.ts +9 -10
- package/lib/cjs/resources/order_amount_promotion_rules.js +2 -6
- package/lib/cjs/resources/order_copies.d.ts +22 -21
- package/lib/cjs/resources/order_copies.js +8 -9
- package/lib/cjs/resources/order_factories.d.ts +33 -0
- package/lib/cjs/resources/order_factories.js +28 -0
- package/lib/cjs/resources/order_subscription_items.d.ts +60 -0
- package/lib/cjs/resources/order_subscription_items.js +29 -0
- package/lib/cjs/resources/order_subscriptions.d.ts +51 -30
- package/lib/cjs/resources/order_subscriptions.js +20 -8
- package/lib/cjs/resources/order_validation_rules.d.ts +2 -3
- package/lib/cjs/resources/order_validation_rules.js +0 -4
- package/lib/cjs/resources/orders.d.ts +190 -183
- package/lib/cjs/resources/orders.js +10 -6
- package/lib/cjs/resources/organization.d.ts +16 -16
- package/lib/cjs/resources/organization.js +0 -1
- package/lib/cjs/resources/packages.d.ts +17 -18
- package/lib/cjs/resources/packages.js +2 -6
- package/lib/cjs/resources/parcel_line_items.d.ts +9 -10
- package/lib/cjs/resources/parcel_line_items.js +2 -6
- package/lib/cjs/resources/parcels.d.ts +75 -76
- package/lib/cjs/resources/parcels.js +2 -6
- package/lib/cjs/resources/payment_gateways.d.ts +2 -3
- package/lib/cjs/resources/payment_gateways.js +0 -4
- package/lib/cjs/resources/payment_methods.d.ts +33 -34
- package/lib/cjs/resources/payment_methods.js +2 -6
- package/lib/cjs/resources/paypal_gateways.d.ts +6 -7
- package/lib/cjs/resources/paypal_gateways.js +2 -6
- package/lib/cjs/resources/paypal_payments.d.ts +20 -21
- package/lib/cjs/resources/paypal_payments.js +2 -6
- package/lib/cjs/resources/percentage_discount_promotions.d.ts +38 -39
- package/lib/cjs/resources/percentage_discount_promotions.js +6 -10
- package/lib/cjs/resources/price_frequency_tiers.d.ts +49 -0
- package/lib/cjs/resources/price_frequency_tiers.js +37 -0
- package/lib/cjs/resources/price_lists.d.ts +9 -10
- package/lib/cjs/resources/price_lists.js +2 -6
- package/lib/cjs/resources/price_tiers.d.ts +7 -8
- package/lib/cjs/resources/price_tiers.js +0 -4
- package/lib/cjs/resources/price_volume_tiers.d.ts +15 -13
- package/lib/cjs/resources/price_volume_tiers.js +6 -6
- package/lib/cjs/resources/prices.d.ts +24 -22
- package/lib/cjs/resources/prices.js +6 -6
- package/lib/cjs/resources/promotion_rules.d.ts +2 -4
- package/lib/cjs/resources/promotion_rules.js +0 -4
- package/lib/cjs/resources/promotions.d.ts +16 -14
- package/lib/cjs/resources/promotions.js +4 -4
- package/lib/cjs/resources/recurring_order_copies.d.ts +52 -0
- package/lib/cjs/resources/recurring_order_copies.js +41 -0
- package/lib/cjs/resources/refunds.d.ts +14 -15
- package/lib/cjs/resources/refunds.js +0 -4
- package/lib/cjs/resources/return_line_items.d.ts +14 -15
- package/lib/cjs/resources/return_line_items.js +2 -6
- package/lib/cjs/resources/returns.d.ts +29 -30
- package/lib/cjs/resources/returns.js +2 -6
- package/lib/cjs/resources/satispay_gateways.d.ts +7 -8
- package/lib/cjs/resources/satispay_gateways.js +2 -6
- package/lib/cjs/resources/satispay_payments.d.ts +13 -14
- package/lib/cjs/resources/satispay_payments.js +2 -6
- package/lib/cjs/resources/shipments.d.ts +40 -41
- package/lib/cjs/resources/shipments.js +1 -5
- package/lib/cjs/resources/shipping_categories.d.ts +4 -5
- package/lib/cjs/resources/shipping_categories.js +2 -6
- package/lib/cjs/resources/shipping_method_tiers.d.ts +7 -8
- package/lib/cjs/resources/shipping_method_tiers.js +0 -4
- package/lib/cjs/resources/shipping_methods.d.ts +50 -51
- package/lib/cjs/resources/shipping_methods.js +2 -6
- package/lib/cjs/resources/shipping_weight_tiers.d.ts +12 -13
- package/lib/cjs/resources/shipping_weight_tiers.js +2 -6
- package/lib/cjs/resources/shipping_zones.d.ts +21 -22
- package/lib/cjs/resources/shipping_zones.js +2 -6
- package/lib/cjs/resources/sku_list_items.d.ts +13 -14
- package/lib/cjs/resources/sku_list_items.js +2 -6
- package/lib/cjs/resources/sku_list_promotion_rules.d.ts +12 -13
- package/lib/cjs/resources/sku_list_promotion_rules.js +2 -6
- package/lib/cjs/resources/sku_lists.d.ts +22 -23
- package/lib/cjs/resources/sku_lists.js +2 -6
- package/lib/cjs/resources/sku_options.d.ts +24 -25
- package/lib/cjs/resources/sku_options.js +2 -6
- package/lib/cjs/resources/skus.d.ts +36 -37
- package/lib/cjs/resources/skus.js +2 -6
- package/lib/cjs/resources/stock_items.d.ts +11 -12
- package/lib/cjs/resources/stock_items.js +2 -6
- package/lib/cjs/resources/stock_line_items.d.ts +8 -9
- package/lib/cjs/resources/stock_line_items.js +0 -4
- package/lib/cjs/resources/stock_locations.d.ts +16 -17
- package/lib/cjs/resources/stock_locations.js +2 -6
- package/lib/cjs/resources/stock_transfers.d.ts +23 -24
- package/lib/cjs/resources/stock_transfers.js +2 -6
- package/lib/cjs/resources/stripe_gateways.d.ts +11 -12
- package/lib/cjs/resources/stripe_gateways.js +2 -6
- package/lib/cjs/resources/stripe_payments.d.ts +17 -18
- package/lib/cjs/resources/stripe_payments.js +2 -6
- package/lib/cjs/resources/subscription_models.d.ts +48 -0
- package/lib/cjs/resources/subscription_models.js +37 -0
- package/lib/cjs/resources/tax_calculators.d.ts +3 -4
- package/lib/cjs/resources/tax_calculators.js +0 -4
- package/lib/cjs/resources/tax_categories.d.ts +9 -10
- package/lib/cjs/resources/tax_categories.js +2 -6
- package/lib/cjs/resources/tax_rules.d.ts +40 -41
- package/lib/cjs/resources/tax_rules.js +2 -6
- package/lib/cjs/resources/taxjar_accounts.d.ts +8 -9
- package/lib/cjs/resources/taxjar_accounts.js +2 -6
- package/lib/cjs/resources/transactions.d.ts +14 -15
- package/lib/cjs/resources/transactions.js +0 -4
- package/lib/cjs/resources/voids.d.ts +14 -15
- package/lib/cjs/resources/voids.js +0 -4
- package/lib/cjs/resources/webhooks.d.ts +15 -16
- package/lib/cjs/resources/webhooks.js +2 -6
- package/lib/cjs/resources/wire_transfers.d.ts +5 -6
- package/lib/cjs/resources/wire_transfers.js +2 -6
- package/lib/cjs/static.d.ts +1 -1
- package/lib/esm/api.d.ts +22 -2
- package/lib/esm/api.js +10 -13
- package/lib/esm/client.js +11 -8
- package/lib/esm/commercelayer.d.ts +9 -4
- package/lib/esm/commercelayer.js +6 -1
- package/lib/esm/common.js +0 -2
- package/lib/esm/config.d.ts +1 -0
- package/lib/esm/config.js +1 -0
- package/lib/esm/debug.js +0 -4
- package/lib/esm/error.js +1 -4
- package/lib/esm/index.d.ts +1 -0
- package/lib/esm/jsonapi.js +5 -1
- package/lib/esm/model.d.ts +6 -1
- package/lib/esm/query.d.ts +3 -2
- package/lib/esm/query.js +2 -2
- package/lib/esm/resource.d.ts +12 -15
- package/lib/esm/resource.js +12 -9
- package/lib/esm/resources/addresses.d.ts +56 -57
- package/lib/esm/resources/addresses.js +2 -6
- package/lib/esm/resources/adjustments.d.ts +10 -11
- package/lib/esm/resources/adjustments.js +2 -6
- package/lib/esm/resources/adyen_gateways.d.ts +21 -22
- package/lib/esm/resources/adyen_gateways.js +2 -6
- package/lib/esm/resources/adyen_payments.d.ts +16 -17
- package/lib/esm/resources/adyen_payments.js +2 -6
- package/lib/esm/resources/application.d.ts +5 -5
- package/lib/esm/resources/application.js +0 -1
- package/lib/esm/resources/attachments.d.ts +12 -13
- package/lib/esm/resources/attachments.js +2 -6
- package/lib/esm/resources/authorizations.d.ts +32 -33
- package/lib/esm/resources/authorizations.js +1 -5
- package/lib/esm/resources/avalara_accounts.d.ts +18 -19
- package/lib/esm/resources/avalara_accounts.js +2 -6
- package/lib/esm/resources/axerve_gateways.d.ts +9 -10
- package/lib/esm/resources/axerve_gateways.js +2 -6
- package/lib/esm/resources/axerve_payments.d.ts +15 -16
- package/lib/esm/resources/axerve_payments.js +2 -6
- package/lib/esm/resources/billing_info_validation_rules.d.ts +3 -4
- package/lib/esm/resources/billing_info_validation_rules.js +2 -6
- package/lib/esm/resources/bing_geocoders.d.ts +5 -6
- package/lib/esm/resources/bing_geocoders.js +2 -6
- package/lib/esm/resources/braintree_gateways.d.ts +20 -21
- package/lib/esm/resources/braintree_gateways.js +2 -6
- package/lib/esm/resources/braintree_payments.d.ts +18 -19
- package/lib/esm/resources/braintree_payments.js +2 -6
- package/lib/esm/resources/bundles.d.ts +33 -34
- package/lib/esm/resources/bundles.js +2 -6
- package/lib/esm/resources/captures.d.ts +23 -24
- package/lib/esm/resources/captures.js +1 -5
- package/lib/esm/resources/carrier_accounts.d.ts +5 -6
- package/lib/esm/resources/carrier_accounts.js +0 -4
- package/lib/esm/resources/checkout_com_gateways.d.ts +11 -12
- package/lib/esm/resources/checkout_com_gateways.js +2 -6
- package/lib/esm/resources/checkout_com_payments.d.ts +27 -28
- package/lib/esm/resources/checkout_com_payments.js +2 -6
- package/lib/esm/resources/cleanups.d.ts +12 -13
- package/lib/esm/resources/cleanups.js +1 -5
- package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +5 -6
- package/lib/esm/resources/coupon_codes_promotion_rules.js +2 -6
- package/lib/esm/resources/coupon_recipients.d.ts +12 -13
- package/lib/esm/resources/coupon_recipients.js +2 -6
- package/lib/esm/resources/coupons.d.ts +15 -16
- package/lib/esm/resources/coupons.js +2 -6
- package/lib/esm/resources/customer_addresses.d.ts +6 -7
- package/lib/esm/resources/customer_addresses.js +2 -6
- package/lib/esm/resources/customer_groups.d.ts +5 -6
- package/lib/esm/resources/customer_groups.js +2 -6
- package/lib/esm/resources/customer_password_resets.d.ts +7 -8
- package/lib/esm/resources/customer_password_resets.js +2 -6
- package/lib/esm/resources/customer_payment_sources.d.ts +9 -10
- package/lib/esm/resources/customer_payment_sources.js +2 -6
- package/lib/esm/resources/customer_subscriptions.d.ts +3 -4
- package/lib/esm/resources/customer_subscriptions.js +2 -6
- package/lib/esm/resources/customers.d.ts +18 -19
- package/lib/esm/resources/customers.js +2 -6
- package/lib/esm/resources/delivery_lead_times.d.ts +11 -12
- package/lib/esm/resources/delivery_lead_times.js +2 -6
- package/lib/esm/resources/event_callbacks.d.ts +7 -8
- package/lib/esm/resources/event_callbacks.js +0 -4
- package/lib/esm/resources/events.d.ts +3 -4
- package/lib/esm/resources/events.js +0 -4
- package/lib/esm/resources/exports.d.ts +16 -17
- package/lib/esm/resources/exports.js +1 -5
- package/lib/esm/resources/external_gateways.d.ts +20 -21
- package/lib/esm/resources/external_gateways.js +2 -6
- package/lib/esm/resources/external_payments.d.ts +11 -12
- package/lib/esm/resources/external_payments.js +2 -6
- package/lib/esm/resources/external_promotions.d.ts +33 -34
- package/lib/esm/resources/external_promotions.js +2 -6
- package/lib/esm/resources/external_tax_calculators.d.ts +7 -8
- package/lib/esm/resources/external_tax_calculators.js +2 -6
- package/lib/esm/resources/fixed_amount_promotions.d.ts +34 -35
- package/lib/esm/resources/fixed_amount_promotions.js +2 -6
- package/lib/esm/resources/fixed_price_promotions.d.ts +39 -40
- package/lib/esm/resources/fixed_price_promotions.js +6 -10
- package/lib/esm/resources/free_gift_promotions.d.ts +38 -39
- package/lib/esm/resources/free_gift_promotions.js +6 -10
- package/lib/esm/resources/free_shipping_promotions.d.ts +32 -30
- package/lib/esm/resources/free_shipping_promotions.js +6 -6
- package/lib/esm/resources/geocoders.d.ts +3 -4
- package/lib/esm/resources/geocoders.js +0 -4
- package/lib/esm/resources/gift_card_recipients.d.ts +12 -13
- package/lib/esm/resources/gift_card_recipients.js +2 -6
- package/lib/esm/resources/gift_cards.d.ts +46 -47
- package/lib/esm/resources/gift_cards.js +2 -6
- package/lib/esm/resources/google_geocoders.d.ts +5 -6
- package/lib/esm/resources/google_geocoders.js +2 -6
- package/lib/esm/resources/imports.d.ts +20 -21
- package/lib/esm/resources/imports.js +1 -5
- package/lib/esm/resources/in_stock_subscriptions.d.ts +18 -19
- package/lib/esm/resources/in_stock_subscriptions.js +2 -6
- package/lib/esm/resources/inventory_models.d.ts +11 -12
- package/lib/esm/resources/inventory_models.js +2 -6
- package/lib/esm/resources/inventory_return_locations.d.ts +8 -9
- package/lib/esm/resources/inventory_return_locations.js +2 -6
- package/lib/esm/resources/inventory_stock_locations.d.ts +11 -12
- package/lib/esm/resources/inventory_stock_locations.js +2 -6
- package/lib/esm/resources/klarna_gateways.d.ts +9 -10
- package/lib/esm/resources/klarna_gateways.js +2 -6
- package/lib/esm/resources/klarna_payments.d.ts +16 -17
- package/lib/esm/resources/klarna_payments.js +2 -6
- package/lib/esm/resources/line_item_options.d.ts +21 -22
- package/lib/esm/resources/line_item_options.js +2 -6
- package/lib/esm/resources/line_items.d.ts +48 -46
- package/lib/esm/resources/line_items.js +2 -6
- package/lib/esm/resources/manual_gateways.d.ts +3 -4
- package/lib/esm/resources/manual_gateways.js +2 -6
- package/lib/esm/resources/manual_tax_calculators.d.ts +7 -8
- package/lib/esm/resources/manual_tax_calculators.js +2 -6
- package/lib/esm/resources/markets.d.ts +41 -34
- package/lib/esm/resources/markets.js +6 -6
- package/lib/esm/resources/merchants.d.ts +5 -6
- package/lib/esm/resources/merchants.js +2 -6
- package/lib/esm/resources/order_amount_promotion_rules.d.ts +9 -10
- package/lib/esm/resources/order_amount_promotion_rules.js +2 -6
- package/lib/esm/resources/order_copies.d.ts +22 -21
- package/lib/esm/resources/order_copies.js +8 -9
- package/lib/esm/resources/order_factories.d.ts +33 -0
- package/lib/esm/resources/order_factories.js +26 -0
- package/lib/esm/resources/order_subscription_items.d.ts +60 -0
- package/lib/esm/resources/order_subscription_items.js +27 -0
- package/lib/esm/resources/order_subscriptions.d.ts +51 -30
- package/lib/esm/resources/order_subscriptions.js +20 -8
- package/lib/esm/resources/order_validation_rules.d.ts +2 -3
- package/lib/esm/resources/order_validation_rules.js +0 -4
- package/lib/esm/resources/orders.d.ts +190 -183
- package/lib/esm/resources/orders.js +10 -6
- package/lib/esm/resources/organization.d.ts +16 -16
- package/lib/esm/resources/organization.js +0 -1
- package/lib/esm/resources/packages.d.ts +17 -18
- package/lib/esm/resources/packages.js +2 -6
- package/lib/esm/resources/parcel_line_items.d.ts +9 -10
- package/lib/esm/resources/parcel_line_items.js +2 -6
- package/lib/esm/resources/parcels.d.ts +75 -76
- package/lib/esm/resources/parcels.js +2 -6
- package/lib/esm/resources/payment_gateways.d.ts +2 -3
- package/lib/esm/resources/payment_gateways.js +0 -4
- package/lib/esm/resources/payment_methods.d.ts +33 -34
- package/lib/esm/resources/payment_methods.js +2 -6
- package/lib/esm/resources/paypal_gateways.d.ts +6 -7
- package/lib/esm/resources/paypal_gateways.js +2 -6
- package/lib/esm/resources/paypal_payments.d.ts +20 -21
- package/lib/esm/resources/paypal_payments.js +2 -6
- package/lib/esm/resources/percentage_discount_promotions.d.ts +38 -39
- package/lib/esm/resources/percentage_discount_promotions.js +6 -10
- package/lib/esm/resources/price_frequency_tiers.d.ts +49 -0
- package/lib/esm/resources/price_frequency_tiers.js +35 -0
- package/lib/esm/resources/price_lists.d.ts +9 -10
- package/lib/esm/resources/price_lists.js +2 -6
- package/lib/esm/resources/price_tiers.d.ts +7 -8
- package/lib/esm/resources/price_tiers.js +0 -4
- package/lib/esm/resources/price_volume_tiers.d.ts +15 -13
- package/lib/esm/resources/price_volume_tiers.js +6 -6
- package/lib/esm/resources/prices.d.ts +24 -22
- package/lib/esm/resources/prices.js +6 -6
- package/lib/esm/resources/promotion_rules.d.ts +2 -4
- package/lib/esm/resources/promotion_rules.js +0 -4
- package/lib/esm/resources/promotions.d.ts +16 -14
- package/lib/esm/resources/promotions.js +4 -4
- package/lib/esm/resources/recurring_order_copies.d.ts +52 -0
- package/lib/esm/resources/recurring_order_copies.js +39 -0
- package/lib/esm/resources/refunds.d.ts +14 -15
- package/lib/esm/resources/refunds.js +0 -4
- package/lib/esm/resources/return_line_items.d.ts +14 -15
- package/lib/esm/resources/return_line_items.js +2 -6
- package/lib/esm/resources/returns.d.ts +29 -30
- package/lib/esm/resources/returns.js +2 -6
- package/lib/esm/resources/satispay_gateways.d.ts +7 -8
- package/lib/esm/resources/satispay_gateways.js +2 -6
- package/lib/esm/resources/satispay_payments.d.ts +13 -14
- package/lib/esm/resources/satispay_payments.js +2 -6
- package/lib/esm/resources/shipments.d.ts +40 -41
- package/lib/esm/resources/shipments.js +1 -5
- package/lib/esm/resources/shipping_categories.d.ts +4 -5
- package/lib/esm/resources/shipping_categories.js +2 -6
- package/lib/esm/resources/shipping_method_tiers.d.ts +7 -8
- package/lib/esm/resources/shipping_method_tiers.js +0 -4
- package/lib/esm/resources/shipping_methods.d.ts +50 -51
- package/lib/esm/resources/shipping_methods.js +2 -6
- package/lib/esm/resources/shipping_weight_tiers.d.ts +12 -13
- package/lib/esm/resources/shipping_weight_tiers.js +2 -6
- package/lib/esm/resources/shipping_zones.d.ts +21 -22
- package/lib/esm/resources/shipping_zones.js +2 -6
- package/lib/esm/resources/sku_list_items.d.ts +13 -14
- package/lib/esm/resources/sku_list_items.js +2 -6
- package/lib/esm/resources/sku_list_promotion_rules.d.ts +12 -13
- package/lib/esm/resources/sku_list_promotion_rules.js +2 -6
- package/lib/esm/resources/sku_lists.d.ts +22 -23
- package/lib/esm/resources/sku_lists.js +2 -6
- package/lib/esm/resources/sku_options.d.ts +24 -25
- package/lib/esm/resources/sku_options.js +2 -6
- package/lib/esm/resources/skus.d.ts +36 -37
- package/lib/esm/resources/skus.js +2 -6
- package/lib/esm/resources/stock_items.d.ts +11 -12
- package/lib/esm/resources/stock_items.js +2 -6
- package/lib/esm/resources/stock_line_items.d.ts +8 -9
- package/lib/esm/resources/stock_line_items.js +0 -4
- package/lib/esm/resources/stock_locations.d.ts +16 -17
- package/lib/esm/resources/stock_locations.js +2 -6
- package/lib/esm/resources/stock_transfers.d.ts +23 -24
- package/lib/esm/resources/stock_transfers.js +2 -6
- package/lib/esm/resources/stripe_gateways.d.ts +11 -12
- package/lib/esm/resources/stripe_gateways.js +2 -6
- package/lib/esm/resources/stripe_payments.d.ts +17 -18
- package/lib/esm/resources/stripe_payments.js +2 -6
- package/lib/esm/resources/subscription_models.d.ts +48 -0
- package/lib/esm/resources/subscription_models.js +35 -0
- package/lib/esm/resources/tax_calculators.d.ts +3 -4
- package/lib/esm/resources/tax_calculators.js +0 -4
- package/lib/esm/resources/tax_categories.d.ts +9 -10
- package/lib/esm/resources/tax_categories.js +2 -6
- package/lib/esm/resources/tax_rules.d.ts +40 -41
- package/lib/esm/resources/tax_rules.js +2 -6
- package/lib/esm/resources/taxjar_accounts.d.ts +8 -9
- package/lib/esm/resources/taxjar_accounts.js +2 -6
- package/lib/esm/resources/transactions.d.ts +14 -15
- package/lib/esm/resources/transactions.js +0 -4
- package/lib/esm/resources/voids.d.ts +14 -15
- package/lib/esm/resources/voids.js +0 -4
- package/lib/esm/resources/webhooks.d.ts +15 -16
- package/lib/esm/resources/webhooks.js +2 -6
- package/lib/esm/resources/wire_transfers.d.ts +5 -6
- package/lib/esm/resources/wire_transfers.js +2 -6
- package/lib/esm/static.d.ts +1 -1
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceId, ResourcesConfig, ResourceRel
|
2
|
-
import type { QueryParamsRetrieve
|
1
|
+
import { ApiResource, Resource, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
|
2
|
+
import type { QueryParamsRetrieve } from '../query';
|
3
3
|
import type { Order } from './orders';
|
4
4
|
type TransactionType = 'transactions';
|
5
5
|
type TransactionRel = ResourceRel & {
|
@@ -7,22 +7,21 @@ type TransactionRel = ResourceRel & {
|
|
7
7
|
};
|
8
8
|
interface Transaction extends Resource {
|
9
9
|
readonly type: TransactionType;
|
10
|
-
number
|
11
|
-
currency_code
|
12
|
-
amount_cents
|
13
|
-
amount_float
|
14
|
-
formatted_amount
|
15
|
-
succeeded
|
16
|
-
message?: string;
|
17
|
-
error_code?: string;
|
18
|
-
error_detail?: string;
|
19
|
-
token?: string;
|
20
|
-
gateway_transaction_id?: string;
|
21
|
-
order?: Order;
|
10
|
+
number: string;
|
11
|
+
currency_code: string;
|
12
|
+
amount_cents: number;
|
13
|
+
amount_float: number;
|
14
|
+
formatted_amount: string;
|
15
|
+
succeeded: boolean;
|
16
|
+
message?: string | null;
|
17
|
+
error_code?: string | null;
|
18
|
+
error_detail?: string | null;
|
19
|
+
token?: string | null;
|
20
|
+
gateway_transaction_id?: string | null;
|
21
|
+
order?: Order | null;
|
22
22
|
}
|
23
23
|
declare class Transactions extends ApiResource<Transaction> {
|
24
24
|
static readonly TYPE: TransactionType;
|
25
|
-
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Transaction>>;
|
26
25
|
order(transactionId: string | Transaction, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
|
27
26
|
isTransaction(resource: any): resource is Transaction;
|
28
27
|
relationship(id: string | ResourceId | null): TransactionRel;
|
@@ -2,10 +2,6 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const resource_1 = require("../resource");
|
4
4
|
class Transactions extends resource_1.ApiResource {
|
5
|
-
// static readonly PATH = 'transactions'
|
6
|
-
async list(params, options) {
|
7
|
-
return this.resources.list({ type: Transactions.TYPE }, params, options);
|
8
|
-
}
|
9
5
|
async order(transactionId, params, options) {
|
10
6
|
const _transactionId = transactionId.id || transactionId;
|
11
7
|
return this.resources.fetch({ type: 'orders' }, `transactions/${_transactionId}/order`, params, options);
|
@@ -9,24 +9,23 @@ type VoidRel = ResourceRel & {
|
|
9
9
|
};
|
10
10
|
interface Void extends Resource {
|
11
11
|
readonly type: VoidType;
|
12
|
-
number
|
13
|
-
currency_code
|
14
|
-
amount_cents
|
15
|
-
amount_float
|
16
|
-
formatted_amount
|
17
|
-
succeeded
|
18
|
-
message?: string;
|
19
|
-
error_code?: string;
|
20
|
-
error_detail?: string;
|
21
|
-
token?: string;
|
22
|
-
gateway_transaction_id?: string;
|
23
|
-
order?: Order;
|
24
|
-
reference_authorization?: Authorization;
|
25
|
-
events?: Event[];
|
12
|
+
number: string;
|
13
|
+
currency_code: string;
|
14
|
+
amount_cents: number;
|
15
|
+
amount_float: number;
|
16
|
+
formatted_amount: string;
|
17
|
+
succeeded: boolean;
|
18
|
+
message?: string | null;
|
19
|
+
error_code?: string | null;
|
20
|
+
error_detail?: string | null;
|
21
|
+
token?: string | null;
|
22
|
+
gateway_transaction_id?: string | null;
|
23
|
+
order?: Order | null;
|
24
|
+
reference_authorization?: Authorization | null;
|
25
|
+
events?: Event[] | null;
|
26
26
|
}
|
27
27
|
declare class Voids extends ApiResource<Void> {
|
28
28
|
static readonly TYPE: VoidType;
|
29
|
-
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Void>>;
|
30
29
|
order(voidId: string | Void, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
|
31
30
|
reference_authorization(voidId: string | Void, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Authorization>;
|
32
31
|
events(voidId: string | Void, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
|
@@ -2,10 +2,6 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const resource_1 = require("../resource");
|
4
4
|
class Voids extends resource_1.ApiResource {
|
5
|
-
// static readonly PATH = 'voids'
|
6
|
-
async list(params, options) {
|
7
|
-
return this.resources.list({ type: Voids.TYPE }, params, options);
|
8
|
-
}
|
9
5
|
async order(voidId, params, options) {
|
10
6
|
const _voidId = voidId.id || voidId;
|
11
7
|
return this.resources.fetch({ type: 'orders' }, `voids/${_voidId}/order`, params, options);
|
@@ -7,31 +7,30 @@ type WebhookRel = ResourceRel & {
|
|
7
7
|
};
|
8
8
|
interface Webhook extends Resource {
|
9
9
|
readonly type: WebhookType;
|
10
|
-
name?: string;
|
11
|
-
topic
|
12
|
-
callback_url
|
13
|
-
include_resources?: string[];
|
14
|
-
circuit_state?: string;
|
15
|
-
circuit_failure_count?: number;
|
16
|
-
shared_secret
|
17
|
-
last_event_callbacks?: EventCallback[];
|
10
|
+
name?: string | null;
|
11
|
+
topic: string;
|
12
|
+
callback_url: string;
|
13
|
+
include_resources?: string[] | null;
|
14
|
+
circuit_state?: string | null;
|
15
|
+
circuit_failure_count?: number | null;
|
16
|
+
shared_secret: string;
|
17
|
+
last_event_callbacks?: EventCallback[] | null;
|
18
18
|
}
|
19
19
|
interface WebhookCreate extends ResourceCreate {
|
20
|
-
name?: string;
|
20
|
+
name?: string | null;
|
21
21
|
topic: string;
|
22
22
|
callback_url: string;
|
23
|
-
include_resources?: string[];
|
23
|
+
include_resources?: string[] | null;
|
24
24
|
}
|
25
25
|
interface WebhookUpdate extends ResourceUpdate {
|
26
|
-
name?: string;
|
27
|
-
topic?: string;
|
28
|
-
callback_url?: string;
|
29
|
-
include_resources?: string[];
|
30
|
-
_reset_circuit?: boolean;
|
26
|
+
name?: string | null;
|
27
|
+
topic?: string | null;
|
28
|
+
callback_url?: string | null;
|
29
|
+
include_resources?: string[] | null;
|
30
|
+
_reset_circuit?: boolean | null;
|
31
31
|
}
|
32
32
|
declare class Webhooks extends ApiResource<Webhook> {
|
33
33
|
static readonly TYPE: WebhookType;
|
34
|
-
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Webhook>>;
|
35
34
|
create(resource: WebhookCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Webhook>;
|
36
35
|
update(resource: WebhookUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Webhook>;
|
37
36
|
delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
|
@@ -2,15 +2,11 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const resource_1 = require("../resource");
|
4
4
|
class Webhooks extends resource_1.ApiResource {
|
5
|
-
// static readonly PATH = 'webhooks'
|
6
|
-
async list(params, options) {
|
7
|
-
return this.resources.list({ type: Webhooks.TYPE }, params, options);
|
8
|
-
}
|
9
5
|
async create(resource, params, options) {
|
10
|
-
return this.resources.create(
|
6
|
+
return this.resources.create({ ...resource, type: Webhooks.TYPE }, params, options);
|
11
7
|
}
|
12
8
|
async update(resource, params, options) {
|
13
|
-
return this.resources.update(
|
9
|
+
return this.resources.update({ ...resource, type: Webhooks.TYPE }, params, options);
|
14
10
|
}
|
15
11
|
async delete(id, options) {
|
16
12
|
await this.resources.delete((typeof id === 'string') ? { id, type: Webhooks.TYPE } : id, options);
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel
|
2
|
-
import type { QueryParamsRetrieve
|
1
|
+
import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel } from '../resource';
|
2
|
+
import type { QueryParamsRetrieve } from '../query';
|
3
3
|
import type { Order, OrderType } from './orders';
|
4
4
|
type WireTransferType = 'wire_transfers';
|
5
5
|
type WireTransferRel = ResourceRel & {
|
@@ -10,18 +10,17 @@ type OrderRel = ResourceRel & {
|
|
10
10
|
};
|
11
11
|
interface WireTransfer extends Resource {
|
12
12
|
readonly type: WireTransferType;
|
13
|
-
payment_instrument?: object;
|
14
|
-
order?: Order;
|
13
|
+
payment_instrument?: object | null;
|
14
|
+
order?: Order | null;
|
15
15
|
}
|
16
16
|
interface WireTransferCreate extends ResourceCreate {
|
17
17
|
order: OrderRel;
|
18
18
|
}
|
19
19
|
interface WireTransferUpdate extends ResourceUpdate {
|
20
|
-
order?: OrderRel;
|
20
|
+
order?: OrderRel | null;
|
21
21
|
}
|
22
22
|
declare class WireTransfers extends ApiResource<WireTransfer> {
|
23
23
|
static readonly TYPE: WireTransferType;
|
24
|
-
list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<WireTransfer>>;
|
25
24
|
create(resource: WireTransferCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<WireTransfer>;
|
26
25
|
update(resource: WireTransferUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<WireTransfer>;
|
27
26
|
delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
|
@@ -2,15 +2,11 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const resource_1 = require("../resource");
|
4
4
|
class WireTransfers extends resource_1.ApiResource {
|
5
|
-
// static readonly PATH = 'wire_transfers'
|
6
|
-
async list(params, options) {
|
7
|
-
return this.resources.list({ type: WireTransfers.TYPE }, params, options);
|
8
|
-
}
|
9
5
|
async create(resource, params, options) {
|
10
|
-
return this.resources.create(
|
6
|
+
return this.resources.create({ ...resource, type: WireTransfers.TYPE }, params, options);
|
11
7
|
}
|
12
8
|
async update(resource, params, options) {
|
13
|
-
return this.resources.update(
|
9
|
+
return this.resources.update({ ...resource, type: WireTransfers.TYPE }, params, options);
|
14
10
|
}
|
15
11
|
async delete(id, options) {
|
16
12
|
await this.resources.delete((typeof id === 'string') ? { id, type: WireTransfers.TYPE } : id, options);
|
package/lib/cjs/static.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SdkError, ApiError } from './error';
|
2
|
-
import { CommerceLayerClient, CommerceLayerInitConfig } from './commercelayer';
|
2
|
+
import type { CommerceLayerClient, CommerceLayerInitConfig } from './commercelayer';
|
3
3
|
export declare const CommerceLayerStatic: {
|
4
4
|
resources: () => readonly string[];
|
5
5
|
isSdkError: (error: unknown) => error is SdkError;
|
package/lib/esm/api.d.ts
CHANGED
@@ -61,6 +61,8 @@ export { default as Markets } from './resources/markets';
|
|
61
61
|
export { default as Merchants } from './resources/merchants';
|
62
62
|
export { default as OrderAmountPromotionRules } from './resources/order_amount_promotion_rules';
|
63
63
|
export { default as OrderCopies } from './resources/order_copies';
|
64
|
+
export { default as OrderFactories } from './resources/order_factories';
|
65
|
+
export { default as OrderSubscriptionItems } from './resources/order_subscription_items';
|
64
66
|
export { default as OrderSubscriptions } from './resources/order_subscriptions';
|
65
67
|
export { default as OrderValidationRules } from './resources/order_validation_rules';
|
66
68
|
export { default as Orders } from './resources/orders';
|
@@ -73,12 +75,14 @@ export { default as PaymentMethods } from './resources/payment_methods';
|
|
73
75
|
export { default as PaypalGateways } from './resources/paypal_gateways';
|
74
76
|
export { default as PaypalPayments } from './resources/paypal_payments';
|
75
77
|
export { default as PercentageDiscountPromotions } from './resources/percentage_discount_promotions';
|
78
|
+
export { default as PriceFrequencyTiers } from './resources/price_frequency_tiers';
|
76
79
|
export { default as PriceLists } from './resources/price_lists';
|
77
80
|
export { default as PriceTiers } from './resources/price_tiers';
|
78
81
|
export { default as PriceVolumeTiers } from './resources/price_volume_tiers';
|
79
82
|
export { default as Prices } from './resources/prices';
|
80
83
|
export { default as PromotionRules } from './resources/promotion_rules';
|
81
84
|
export { default as Promotions } from './resources/promotions';
|
85
|
+
export { default as RecurringOrderCopies } from './resources/recurring_order_copies';
|
82
86
|
export { default as Refunds } from './resources/refunds';
|
83
87
|
export { default as ReturnLineItems } from './resources/return_line_items';
|
84
88
|
export { default as Returns } from './resources/returns';
|
@@ -101,6 +105,7 @@ export { default as StockLocations } from './resources/stock_locations';
|
|
101
105
|
export { default as StockTransfers } from './resources/stock_transfers';
|
102
106
|
export { default as StripeGateways } from './resources/stripe_gateways';
|
103
107
|
export { default as StripePayments } from './resources/stripe_payments';
|
108
|
+
export { default as SubscriptionModels } from './resources/subscription_models';
|
104
109
|
export { default as TaxCalculators } from './resources/tax_calculators';
|
105
110
|
export { default as TaxCategories } from './resources/tax_categories';
|
106
111
|
export { default as TaxRules } from './resources/tax_rules';
|
@@ -109,5 +114,20 @@ export { default as Transactions } from './resources/transactions';
|
|
109
114
|
export { default as Voids } from './resources/voids';
|
110
115
|
export { default as Webhooks } from './resources/webhooks';
|
111
116
|
export { default as WireTransfers } from './resources/wire_transfers';
|
112
|
-
export type ResourceTypeLock = 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'application' | 'attachments' | 'authorizations' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'captures' | 'carrier_accounts' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | 'event_callbacks' | 'events' | 'exports' | 'external_gateways' | 'external_payments' | 'external_promotions' | 'external_tax_calculators' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'geocoders' | 'gift_card_recipients' | 'gift_cards' | 'google_geocoders' | 'imports' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'line_item_options' | 'line_items' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_copies' | 'order_subscriptions' | 'order_validation_rules' | 'orders' | 'organization' | 'packages' | 'parcel_line_items' | 'parcels' | 'payment_gateways' | 'payment_methods' | 'paypal_gateways' | 'paypal_payments' | 'percentage_discount_promotions' | 'price_lists' | 'price_tiers' | 'price_volume_tiers' | 'prices' | 'promotion_rules' | 'promotions' | 'refunds' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipments' | 'shipping_categories' | 'shipping_method_tiers' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_line_items' | 'stock_locations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'tax_calculators' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'transactions' | 'voids' | 'webhooks' | 'wire_transfers';
|
113
|
-
export declare const resourceList: readonly ["addresses", "adjustments", "adyen_gateways", "adyen_payments", "application", "attachments", "authorizations", "avalara_accounts", "axerve_gateways", "axerve_payments", "billing_info_validation_rules", "bing_geocoders", "braintree_gateways", "braintree_payments", "bundles", "captures", "carrier_accounts", "checkout_com_gateways", "checkout_com_payments", "cleanups", "coupon_codes_promotion_rules", "coupon_recipients", "coupons", "customer_addresses", "customer_groups", "customer_password_resets", "customer_payment_sources", "customer_subscriptions", "customers", "delivery_lead_times", "event_callbacks", "events", "exports", "external_gateways", "external_payments", "external_promotions", "external_tax_calculators", "fixed_amount_promotions", "fixed_price_promotions", "free_gift_promotions", "free_shipping_promotions", "geocoders", "gift_card_recipients", "gift_cards", "google_geocoders", "imports", "in_stock_subscriptions", "inventory_models", "inventory_return_locations", "inventory_stock_locations", "klarna_gateways", "klarna_payments", "line_item_options", "line_items", "manual_gateways", "manual_tax_calculators", "markets", "merchants", "order_amount_promotion_rules", "order_copies", "order_subscriptions", "order_validation_rules", "orders", "organization", "packages", "parcel_line_items", "parcels", "payment_gateways", "payment_methods", "paypal_gateways", "paypal_payments", "percentage_discount_promotions", "price_lists", "price_tiers", "price_volume_tiers", "prices", "promotion_rules", "promotions", "refunds", "return_line_items", "returns", "satispay_gateways", "satispay_payments", "shipments", "shipping_categories", "shipping_method_tiers", "shipping_methods", "shipping_weight_tiers", "shipping_zones", "sku_list_items", "sku_list_promotion_rules", "sku_lists", "sku_options", "skus", "stock_items", "stock_line_items", "stock_locations", "stock_transfers", "stripe_gateways", "stripe_payments", "tax_calculators", "tax_categories", "tax_rules", "taxjar_accounts", "transactions", "voids", "webhooks", "wire_transfers"];
|
117
|
+
export type ResourceTypeLock = 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'application' | 'attachments' | 'authorizations' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'captures' | 'carrier_accounts' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | 'event_callbacks' | 'events' | 'exports' | 'external_gateways' | 'external_payments' | 'external_promotions' | 'external_tax_calculators' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'geocoders' | 'gift_card_recipients' | 'gift_cards' | 'google_geocoders' | 'imports' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'line_item_options' | 'line_items' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_copies' | 'order_factories' | 'order_subscription_items' | 'order_subscriptions' | 'order_validation_rules' | 'orders' | 'organization' | 'packages' | 'parcel_line_items' | 'parcels' | 'payment_gateways' | 'payment_methods' | 'paypal_gateways' | 'paypal_payments' | 'percentage_discount_promotions' | 'price_frequency_tiers' | 'price_lists' | 'price_tiers' | 'price_volume_tiers' | 'prices' | 'promotion_rules' | 'promotions' | 'recurring_order_copies' | 'refunds' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipments' | 'shipping_categories' | 'shipping_method_tiers' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_line_items' | 'stock_locations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tax_calculators' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'transactions' | 'voids' | 'webhooks' | 'wire_transfers';
|
118
|
+
export declare const resourceList: readonly ["addresses", "adjustments", "adyen_gateways", "adyen_payments", "application", "attachments", "authorizations", "avalara_accounts", "axerve_gateways", "axerve_payments", "billing_info_validation_rules", "bing_geocoders", "braintree_gateways", "braintree_payments", "bundles", "captures", "carrier_accounts", "checkout_com_gateways", "checkout_com_payments", "cleanups", "coupon_codes_promotion_rules", "coupon_recipients", "coupons", "customer_addresses", "customer_groups", "customer_password_resets", "customer_payment_sources", "customer_subscriptions", "customers", "delivery_lead_times", "event_callbacks", "events", "exports", "external_gateways", "external_payments", "external_promotions", "external_tax_calculators", "fixed_amount_promotions", "fixed_price_promotions", "free_gift_promotions", "free_shipping_promotions", "geocoders", "gift_card_recipients", "gift_cards", "google_geocoders", "imports", "in_stock_subscriptions", "inventory_models", "inventory_return_locations", "inventory_stock_locations", "klarna_gateways", "klarna_payments", "line_item_options", "line_items", "manual_gateways", "manual_tax_calculators", "markets", "merchants", "order_amount_promotion_rules", "order_copies", "order_factories", "order_subscription_items", "order_subscriptions", "order_validation_rules", "orders", "organization", "packages", "parcel_line_items", "parcels", "payment_gateways", "payment_methods", "paypal_gateways", "paypal_payments", "percentage_discount_promotions", "price_frequency_tiers", "price_lists", "price_tiers", "price_volume_tiers", "prices", "promotion_rules", "promotions", "recurring_order_copies", "refunds", "return_line_items", "returns", "satispay_gateways", "satispay_payments", "shipments", "shipping_categories", "shipping_method_tiers", "shipping_methods", "shipping_weight_tiers", "shipping_zones", "sku_list_items", "sku_list_promotion_rules", "sku_lists", "sku_options", "skus", "stock_items", "stock_line_items", "stock_locations", "stock_transfers", "stripe_gateways", "stripe_payments", "subscription_models", "tax_calculators", "tax_categories", "tax_rules", "taxjar_accounts", "transactions", "voids", "webhooks", "wire_transfers"];
|
119
|
+
export type ResourceRetrievable = {
|
120
|
+
type: ResourceTypeLock;
|
121
|
+
};
|
122
|
+
export type ResourceListable = {
|
123
|
+
type: Exclude<ResourceTypeLock, 'application' | 'organization'>;
|
124
|
+
};
|
125
|
+
export type ResourceCreatable = {
|
126
|
+
type: 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'attachments' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | 'exports' | 'external_gateways' | 'external_payments' | 'external_promotions' | 'external_tax_calculators' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'gift_card_recipients' | 'gift_cards' | 'google_geocoders' | 'imports' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'line_item_options' | 'line_items' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_copies' | 'order_subscription_items' | 'order_subscriptions' | 'orders' | 'packages' | 'parcel_line_items' | 'parcels' | 'payment_methods' | 'paypal_gateways' | 'paypal_payments' | 'percentage_discount_promotions' | 'price_frequency_tiers' | 'price_lists' | 'price_volume_tiers' | 'prices' | 'recurring_order_copies' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipping_categories' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_locations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
|
127
|
+
};
|
128
|
+
export type ResourceUpdatable = {
|
129
|
+
type: 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'attachments' | 'authorizations' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'captures' | 'checkout_com_gateways' | 'checkout_com_payments' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | 'external_gateways' | 'external_payments' | 'external_promotions' | 'external_tax_calculators' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'gift_card_recipients' | 'gift_cards' | 'google_geocoders' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'line_item_options' | 'line_items' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_copies' | 'order_subscription_items' | 'order_subscriptions' | 'orders' | 'packages' | 'parcel_line_items' | 'parcels' | 'payment_methods' | 'paypal_gateways' | 'paypal_payments' | 'percentage_discount_promotions' | 'price_frequency_tiers' | 'price_lists' | 'price_volume_tiers' | 'prices' | 'recurring_order_copies' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipments' | 'shipping_categories' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_locations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
|
130
|
+
};
|
131
|
+
export type ResourceDeletable = {
|
132
|
+
type: 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'attachments' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | 'exports' | 'external_gateways' | 'external_payments' | 'external_promotions' | 'external_tax_calculators' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'gift_card_recipients' | 'gift_cards' | 'google_geocoders' | 'imports' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'line_item_options' | 'line_items' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_copies' | 'order_subscription_items' | 'order_subscriptions' | 'orders' | 'packages' | 'parcel_line_items' | 'parcels' | 'payment_methods' | 'paypal_gateways' | 'paypal_payments' | 'percentage_discount_promotions' | 'price_frequency_tiers' | 'price_lists' | 'price_volume_tiers' | 'prices' | 'recurring_order_copies' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipping_categories' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_locations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
|
133
|
+
};
|
package/lib/esm/api.js
CHANGED
@@ -63,6 +63,8 @@ export { default as Markets } from './resources/markets';
|
|
63
63
|
export { default as Merchants } from './resources/merchants';
|
64
64
|
export { default as OrderAmountPromotionRules } from './resources/order_amount_promotion_rules';
|
65
65
|
export { default as OrderCopies } from './resources/order_copies';
|
66
|
+
export { default as OrderFactories } from './resources/order_factories';
|
67
|
+
export { default as OrderSubscriptionItems } from './resources/order_subscription_items';
|
66
68
|
export { default as OrderSubscriptions } from './resources/order_subscriptions';
|
67
69
|
export { default as OrderValidationRules } from './resources/order_validation_rules';
|
68
70
|
export { default as Orders } from './resources/orders';
|
@@ -75,12 +77,14 @@ export { default as PaymentMethods } from './resources/payment_methods';
|
|
75
77
|
export { default as PaypalGateways } from './resources/paypal_gateways';
|
76
78
|
export { default as PaypalPayments } from './resources/paypal_payments';
|
77
79
|
export { default as PercentageDiscountPromotions } from './resources/percentage_discount_promotions';
|
80
|
+
export { default as PriceFrequencyTiers } from './resources/price_frequency_tiers';
|
78
81
|
export { default as PriceLists } from './resources/price_lists';
|
79
82
|
export { default as PriceTiers } from './resources/price_tiers';
|
80
83
|
export { default as PriceVolumeTiers } from './resources/price_volume_tiers';
|
81
84
|
export { default as Prices } from './resources/prices';
|
82
85
|
export { default as PromotionRules } from './resources/promotion_rules';
|
83
86
|
export { default as Promotions } from './resources/promotions';
|
87
|
+
export { default as RecurringOrderCopies } from './resources/recurring_order_copies';
|
84
88
|
export { default as Refunds } from './resources/refunds';
|
85
89
|
export { default as ReturnLineItems } from './resources/return_line_items';
|
86
90
|
export { default as Returns } from './resources/returns';
|
@@ -103,6 +107,7 @@ export { default as StockLocations } from './resources/stock_locations';
|
|
103
107
|
export { default as StockTransfers } from './resources/stock_transfers';
|
104
108
|
export { default as StripeGateways } from './resources/stripe_gateways';
|
105
109
|
export { default as StripePayments } from './resources/stripe_payments';
|
110
|
+
export { default as SubscriptionModels } from './resources/subscription_models';
|
106
111
|
export { default as TaxCalculators } from './resources/tax_calculators';
|
107
112
|
export { default as TaxCategories } from './resources/tax_categories';
|
108
113
|
export { default as TaxRules } from './resources/tax_rules';
|
@@ -174,6 +179,8 @@ export const resourceList = [
|
|
174
179
|
'merchants',
|
175
180
|
'order_amount_promotion_rules',
|
176
181
|
'order_copies',
|
182
|
+
'order_factories',
|
183
|
+
'order_subscription_items',
|
177
184
|
'order_subscriptions',
|
178
185
|
'order_validation_rules',
|
179
186
|
'orders',
|
@@ -186,12 +193,14 @@ export const resourceList = [
|
|
186
193
|
'paypal_gateways',
|
187
194
|
'paypal_payments',
|
188
195
|
'percentage_discount_promotions',
|
196
|
+
'price_frequency_tiers',
|
189
197
|
'price_lists',
|
190
198
|
'price_tiers',
|
191
199
|
'price_volume_tiers',
|
192
200
|
'prices',
|
193
201
|
'promotion_rules',
|
194
202
|
'promotions',
|
203
|
+
'recurring_order_copies',
|
195
204
|
'refunds',
|
196
205
|
'return_line_items',
|
197
206
|
'returns',
|
@@ -214,6 +223,7 @@ export const resourceList = [
|
|
214
223
|
'stock_transfers',
|
215
224
|
'stripe_gateways',
|
216
225
|
'stripe_payments',
|
226
|
+
'subscription_models',
|
217
227
|
'tax_calculators',
|
218
228
|
'tax_categories',
|
219
229
|
'tax_rules',
|
@@ -224,16 +234,3 @@ export const resourceList = [
|
|
224
234
|
'wire_transfers'
|
225
235
|
// ##__API_RESOURCE_LIST_STOP__##
|
226
236
|
];
|
227
|
-
/*
|
228
|
-
type ResourceInfo = {
|
229
|
-
name: string;
|
230
|
-
type: string;
|
231
|
-
api: string;
|
232
|
-
}
|
233
|
-
|
234
|
-
|
235
|
-
export const resourceMap: { [res: string]: ResourceInfo } = {
|
236
|
-
// ##__API_RESOURCE_MAP_START__##
|
237
|
-
// ##__API_RESOURCE_MAP_STOP__##
|
238
|
-
} as const
|
239
|
-
*/
|
package/lib/esm/client.js
CHANGED
@@ -10,7 +10,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
10
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
11
11
|
};
|
12
12
|
var _ApiClient_accessToken, _ApiClient_client;
|
13
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
14
13
|
import axios from 'axios';
|
15
14
|
import { SdkError, ApiError, ErrorType } from './error';
|
16
15
|
import config from './config';
|
@@ -50,10 +49,9 @@ const handleError = (error) => {
|
|
50
49
|
};
|
51
50
|
class ApiClient {
|
52
51
|
static create(options) {
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
throw new Error("Undefined 'accessToken' parameter");
|
52
|
+
for (const attr of config.client.requiredAttributes)
|
53
|
+
if (!options || !options[attr])
|
54
|
+
throw new SdkError({ message: `Undefined '${attr}' parameter` });
|
57
55
|
return new ApiClient(options);
|
58
56
|
}
|
59
57
|
constructor(options) {
|
@@ -68,11 +66,16 @@ class ApiClient {
|
|
68
66
|
httpAgent: options.httpAgent,
|
69
67
|
httpsAgent: options.httpsAgent,
|
70
68
|
};
|
71
|
-
const axiosOptions =
|
69
|
+
const axiosOptions = {
|
70
|
+
baseURL: this.baseUrl,
|
71
|
+
timeout: config.client.timeout,
|
72
|
+
headers: {
|
72
73
|
'Accept': 'application/vnd.api+json',
|
73
74
|
'Content-Type': 'application/vnd.api+json',
|
74
75
|
'Authorization': 'Bearer ' + __classPrivateFieldGet(this, _ApiClient_accessToken, "f"),
|
75
|
-
}
|
76
|
+
},
|
77
|
+
...axiosConfig
|
78
|
+
};
|
76
79
|
debug('axios options: %O', axiosOptions);
|
77
80
|
__classPrivateFieldSet(this, _ApiClient_client, axios.create(axiosOptions), "f");
|
78
81
|
this.interceptors = __classPrivateFieldGet(this, _ApiClient_client, "f").interceptors;
|
@@ -105,7 +108,7 @@ class ApiClient {
|
|
105
108
|
const baseUrl = (options === null || options === void 0 ? void 0 : options.organization) ? baseURL(options.organization, options.domain) : undefined;
|
106
109
|
const accessToken = (options === null || options === void 0 ? void 0 : options.accessToken) || __classPrivateFieldGet(this, _ApiClient_accessToken, "f");
|
107
110
|
const headers = accessToken ? { 'Authorization': 'Bearer ' + accessToken } : undefined;
|
108
|
-
const requestParams =
|
111
|
+
const requestParams = { method, baseURL: baseUrl, url, data, headers, ...options };
|
109
112
|
debug('request params: %O', requestParams);
|
110
113
|
// const start = Date.now()
|
111
114
|
return __classPrivateFieldGet(this, _ApiClient_client, "f").request(requestParams)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as api from './api';
|
2
|
-
import { ApiError } from './error';
|
2
|
+
import type { ApiError } from './error';
|
3
3
|
import type { ErrorInterceptor, InterceptorType, RawResponseReader, RequestInterceptor, ResponseInterceptor } from './interceptor';
|
4
|
-
import { ResourcesInitConfig } from './resource';
|
5
|
-
declare const OPEN_API_SCHEMA_VERSION = "4.
|
4
|
+
import type { ResourcesInitConfig } from './resource';
|
5
|
+
declare const OPEN_API_SCHEMA_VERSION = "4.1.1";
|
6
6
|
export { OPEN_API_SCHEMA_VERSION };
|
7
7
|
type SdkConfig = {};
|
8
8
|
type CommerceLayerInitConfig = SdkConfig & ResourcesInitConfig;
|
@@ -10,7 +10,7 @@ type CommerceLayerConfig = Partial<CommerceLayerInitConfig>;
|
|
10
10
|
declare class CommerceLayerClient {
|
11
11
|
#private;
|
12
12
|
static get openApiSchemaVersion(): string;
|
13
|
-
readonly openApiSchemaVersion = "4.
|
13
|
+
readonly openApiSchemaVersion = "4.1.1";
|
14
14
|
addresses: api.Addresses;
|
15
15
|
adjustments: api.Adjustments;
|
16
16
|
adyen_gateways: api.AdyenGateways;
|
@@ -71,6 +71,8 @@ declare class CommerceLayerClient {
|
|
71
71
|
merchants: api.Merchants;
|
72
72
|
order_amount_promotion_rules: api.OrderAmountPromotionRules;
|
73
73
|
order_copies: api.OrderCopies;
|
74
|
+
order_factories: api.OrderFactories;
|
75
|
+
order_subscription_items: api.OrderSubscriptionItems;
|
74
76
|
order_subscriptions: api.OrderSubscriptions;
|
75
77
|
order_validation_rules: api.OrderValidationRules;
|
76
78
|
orders: api.Orders;
|
@@ -83,12 +85,14 @@ declare class CommerceLayerClient {
|
|
83
85
|
paypal_gateways: api.PaypalGateways;
|
84
86
|
paypal_payments: api.PaypalPayments;
|
85
87
|
percentage_discount_promotions: api.PercentageDiscountPromotions;
|
88
|
+
price_frequency_tiers: api.PriceFrequencyTiers;
|
86
89
|
price_lists: api.PriceLists;
|
87
90
|
price_tiers: api.PriceTiers;
|
88
91
|
price_volume_tiers: api.PriceVolumeTiers;
|
89
92
|
prices: api.Prices;
|
90
93
|
promotion_rules: api.PromotionRules;
|
91
94
|
promotions: api.Promotions;
|
95
|
+
recurring_order_copies: api.RecurringOrderCopies;
|
92
96
|
refunds: api.Refunds;
|
93
97
|
return_line_items: api.ReturnLineItems;
|
94
98
|
returns: api.Returns;
|
@@ -111,6 +115,7 @@ declare class CommerceLayerClient {
|
|
111
115
|
stock_transfers: api.StockTransfers;
|
112
116
|
stripe_gateways: api.StripeGateways;
|
113
117
|
stripe_payments: api.StripePayments;
|
118
|
+
subscription_models: api.SubscriptionModels;
|
114
119
|
tax_calculators: api.TaxCalculators;
|
115
120
|
tax_categories: api.TaxCategories;
|
116
121
|
tax_rules: api.TaxRules;
|
package/lib/esm/commercelayer.js
CHANGED
@@ -16,7 +16,7 @@ import ResourceAdapter from './resource';
|
|
16
16
|
import Debug from './debug';
|
17
17
|
const debug = Debug('commercelayer');
|
18
18
|
// Autogenerated schema version number, do not remove this line
|
19
|
-
const OPEN_API_SCHEMA_VERSION = '4.
|
19
|
+
const OPEN_API_SCHEMA_VERSION = '4.1.1';
|
20
20
|
export { OPEN_API_SCHEMA_VERSION };
|
21
21
|
class CommerceLayerClient {
|
22
22
|
static get openApiSchemaVersion() { return OPEN_API_SCHEMA_VERSION; }
|
@@ -90,6 +90,8 @@ class CommerceLayerClient {
|
|
90
90
|
this.merchants = new api.Merchants(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
91
91
|
this.order_amount_promotion_rules = new api.OrderAmountPromotionRules(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
92
92
|
this.order_copies = new api.OrderCopies(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
93
|
+
this.order_factories = new api.OrderFactories(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
94
|
+
this.order_subscription_items = new api.OrderSubscriptionItems(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
93
95
|
this.order_subscriptions = new api.OrderSubscriptions(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
94
96
|
this.order_validation_rules = new api.OrderValidationRules(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
95
97
|
this.orders = new api.Orders(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
@@ -102,12 +104,14 @@ class CommerceLayerClient {
|
|
102
104
|
this.paypal_gateways = new api.PaypalGateways(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
103
105
|
this.paypal_payments = new api.PaypalPayments(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
104
106
|
this.percentage_discount_promotions = new api.PercentageDiscountPromotions(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
107
|
+
this.price_frequency_tiers = new api.PriceFrequencyTiers(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
105
108
|
this.price_lists = new api.PriceLists(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
106
109
|
this.price_tiers = new api.PriceTiers(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
107
110
|
this.price_volume_tiers = new api.PriceVolumeTiers(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
108
111
|
this.prices = new api.Prices(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
109
112
|
this.promotion_rules = new api.PromotionRules(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
110
113
|
this.promotions = new api.Promotions(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
114
|
+
this.recurring_order_copies = new api.RecurringOrderCopies(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
111
115
|
this.refunds = new api.Refunds(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
112
116
|
this.return_line_items = new api.ReturnLineItems(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
113
117
|
this.returns = new api.Returns(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
@@ -130,6 +134,7 @@ class CommerceLayerClient {
|
|
130
134
|
this.stock_transfers = new api.StockTransfers(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
131
135
|
this.stripe_gateways = new api.StripeGateways(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
132
136
|
this.stripe_payments = new api.StripePayments(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
137
|
+
this.subscription_models = new api.SubscriptionModels(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
133
138
|
this.tax_calculators = new api.TaxCalculators(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
134
139
|
this.tax_categories = new api.TaxCategories(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
135
140
|
this.tax_rules = new api.TaxRules(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
|
package/lib/esm/common.js
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
2
|
-
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
|
3
1
|
import { resourceList } from './api';
|
4
2
|
const isResourceId = (resource) => {
|
5
3
|
return ((resource === null || resource === void 0 ? void 0 : resource.type) && resource.id) && resourceList.includes(resource.type);
|
package/lib/esm/config.d.ts
CHANGED
package/lib/esm/config.js
CHANGED
package/lib/esm/debug.js
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
2
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
3
|
-
// import Debug from 'debug'
|
4
1
|
/* Nope debugger */
|
5
2
|
const debuggerFunction = (_pattern, ..._args) => {
|
6
3
|
// console.log(_pattern)
|
@@ -8,7 +5,6 @@ const debuggerFunction = (_pattern, ..._args) => {
|
|
8
5
|
let debuggerFactory = (_namespace) => debuggerFunction;
|
9
6
|
/* Try loading 'debug' module */
|
10
7
|
try {
|
11
|
-
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
12
8
|
const debugModule = require('debug');
|
13
9
|
if (debugModule && (typeof debugModule === 'function'))
|
14
10
|
debuggerFactory = debugModule;
|
package/lib/esm/error.js
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
2
1
|
var ErrorType;
|
3
2
|
(function (ErrorType) {
|
4
3
|
ErrorType["CLIENT"] = "client";
|
@@ -8,7 +7,6 @@ var ErrorType;
|
|
8
7
|
ErrorType["CANCEL"] = "cancel";
|
9
8
|
})(ErrorType || (ErrorType = {}));
|
10
9
|
class SdkError extends Error {
|
11
|
-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
12
10
|
static isSdkError(error) {
|
13
11
|
return error && [SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
|
14
12
|
}
|
@@ -20,12 +18,11 @@ class SdkError extends Error {
|
|
20
18
|
}
|
21
19
|
SdkError.NAME = 'SdkError';
|
22
20
|
class ApiError extends SdkError {
|
23
|
-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
24
21
|
static isApiError(error) {
|
25
22
|
return SdkError.isSdkError(error) && (error.name === ApiError.NAME) && (error.type === ErrorType.RESPONSE);
|
26
23
|
}
|
27
24
|
constructor(error) {
|
28
|
-
super(
|
25
|
+
super({ ...error, type: ErrorType.RESPONSE });
|
29
26
|
this.errors = [];
|
30
27
|
this.name = ApiError.NAME; // this.constructor.name
|
31
28
|
}
|
package/lib/esm/index.d.ts
CHANGED
@@ -5,3 +5,4 @@ export type { QueryParamsRetrieve, QueryParamsList, QueryParams } from './query'
|
|
5
5
|
export * from './model';
|
6
6
|
export type { RequestObj, ResponseObj, ErrorObj, HeadersObj } from './interceptor';
|
7
7
|
export type { SdkError, ApiError, ErrorType } from './error';
|
8
|
+
export type { ResourceRetrievable, ResourceListable, ResourceCreatable, ResourceUpdatable, ResourceDeletable } from './api';
|