@commercelayer/sdk 4.37.0 → 4.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/lib/cjs/api.d.ts +10 -7
  2. package/lib/cjs/api.js +12 -3
  3. package/lib/cjs/commercelayer.d.ts +5 -2
  4. package/lib/cjs/commercelayer.js +4 -1
  5. package/lib/cjs/error.d.ts +3 -2
  6. package/lib/cjs/error.js +2 -1
  7. package/lib/cjs/model.d.ts +6 -3
  8. package/lib/cjs/resource.d.ts +1 -0
  9. package/lib/cjs/resource.js +16 -0
  10. package/lib/cjs/resources/axerve_payments.d.ts +4 -0
  11. package/lib/cjs/resources/buy_x_pay_y_promotions.d.ts +137 -0
  12. package/lib/cjs/resources/buy_x_pay_y_promotions.js +75 -0
  13. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +7 -3
  14. package/lib/cjs/resources/coupons.d.ts +3 -0
  15. package/lib/cjs/resources/custom_promotion_rules.d.ts +62 -0
  16. package/lib/cjs/resources/custom_promotion_rules.js +29 -0
  17. package/lib/cjs/resources/external_promotions.d.ts +20 -1
  18. package/lib/cjs/resources/external_promotions.js +10 -0
  19. package/lib/cjs/resources/fixed_amount_promotions.d.ts +20 -1
  20. package/lib/cjs/resources/fixed_amount_promotions.js +10 -0
  21. package/lib/cjs/resources/fixed_price_promotions.d.ts +11 -0
  22. package/lib/cjs/resources/fixed_price_promotions.js +6 -0
  23. package/lib/cjs/resources/free_gift_promotions.d.ts +11 -0
  24. package/lib/cjs/resources/free_gift_promotions.js +6 -0
  25. package/lib/cjs/resources/free_shipping_promotions.d.ts +11 -0
  26. package/lib/cjs/resources/free_shipping_promotions.js +6 -0
  27. package/lib/cjs/resources/inventory_models.d.ts +3 -0
  28. package/lib/cjs/resources/line_items.d.ts +1 -0
  29. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +7 -3
  30. package/lib/cjs/resources/orders.d.ts +24 -0
  31. package/lib/cjs/resources/orders.js +20 -0
  32. package/lib/cjs/resources/payment_methods.d.ts +3 -3
  33. package/lib/cjs/resources/payment_options.d.ts +44 -0
  34. package/lib/cjs/resources/payment_options.js +33 -0
  35. package/lib/cjs/resources/percentage_discount_promotions.d.ts +11 -0
  36. package/lib/cjs/resources/percentage_discount_promotions.js +6 -0
  37. package/lib/cjs/resources/promotion_rules.d.ts +2 -1
  38. package/lib/cjs/resources/promotions.d.ts +3 -0
  39. package/lib/cjs/resources/shipments.d.ts +38 -5
  40. package/lib/cjs/resources/shipments.js +19 -0
  41. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +7 -3
  42. package/lib/cjs/resources/stock_line_items.d.ts +37 -7
  43. package/lib/cjs/resources/stock_line_items.js +9 -0
  44. package/lib/cjs/resources/stock_reservations.d.ts +19 -3
  45. package/lib/cjs/resources/stock_reservations.js +12 -0
  46. package/lib/cjs/resources/stock_transfers.d.ts +3 -1
  47. package/lib/cjs/resources/stock_transfers.js +3 -0
  48. package/lib/cjs/util.d.ts +0 -5
  49. package/lib/esm/api.d.ts +10 -7
  50. package/lib/esm/api.js +6 -0
  51. package/lib/esm/commercelayer.d.ts +5 -2
  52. package/lib/esm/commercelayer.js +4 -1
  53. package/lib/esm/error.d.ts +3 -2
  54. package/lib/esm/error.js +2 -1
  55. package/lib/esm/model.d.ts +6 -3
  56. package/lib/esm/resource.d.ts +1 -0
  57. package/lib/esm/resource.js +16 -0
  58. package/lib/esm/resources/axerve_payments.d.ts +4 -0
  59. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +137 -0
  60. package/lib/esm/resources/buy_x_pay_y_promotions.js +73 -0
  61. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +7 -3
  62. package/lib/esm/resources/coupons.d.ts +3 -0
  63. package/lib/esm/resources/custom_promotion_rules.d.ts +62 -0
  64. package/lib/esm/resources/custom_promotion_rules.js +27 -0
  65. package/lib/esm/resources/external_promotions.d.ts +20 -1
  66. package/lib/esm/resources/external_promotions.js +10 -0
  67. package/lib/esm/resources/fixed_amount_promotions.d.ts +20 -1
  68. package/lib/esm/resources/fixed_amount_promotions.js +10 -0
  69. package/lib/esm/resources/fixed_price_promotions.d.ts +11 -0
  70. package/lib/esm/resources/fixed_price_promotions.js +6 -0
  71. package/lib/esm/resources/free_gift_promotions.d.ts +11 -0
  72. package/lib/esm/resources/free_gift_promotions.js +6 -0
  73. package/lib/esm/resources/free_shipping_promotions.d.ts +11 -0
  74. package/lib/esm/resources/free_shipping_promotions.js +6 -0
  75. package/lib/esm/resources/inventory_models.d.ts +3 -0
  76. package/lib/esm/resources/line_items.d.ts +1 -0
  77. package/lib/esm/resources/order_amount_promotion_rules.d.ts +7 -3
  78. package/lib/esm/resources/orders.d.ts +24 -0
  79. package/lib/esm/resources/orders.js +20 -0
  80. package/lib/esm/resources/payment_methods.d.ts +3 -3
  81. package/lib/esm/resources/payment_options.d.ts +44 -0
  82. package/lib/esm/resources/payment_options.js +31 -0
  83. package/lib/esm/resources/percentage_discount_promotions.d.ts +11 -0
  84. package/lib/esm/resources/percentage_discount_promotions.js +6 -0
  85. package/lib/esm/resources/promotion_rules.d.ts +2 -1
  86. package/lib/esm/resources/promotions.d.ts +3 -0
  87. package/lib/esm/resources/shipments.d.ts +38 -5
  88. package/lib/esm/resources/shipments.js +19 -0
  89. package/lib/esm/resources/sku_list_promotion_rules.d.ts +7 -3
  90. package/lib/esm/resources/stock_line_items.d.ts +37 -7
  91. package/lib/esm/resources/stock_line_items.js +9 -0
  92. package/lib/esm/resources/stock_reservations.d.ts +19 -3
  93. package/lib/esm/resources/stock_reservations.js +12 -0
  94. package/lib/esm/resources/stock_transfers.d.ts +3 -1
  95. package/lib/esm/resources/stock_transfers.js +3 -0
  96. package/lib/esm/util.d.ts +0 -5
  97. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  98. package/lib/tsconfig.tsbuildinfo +1 -1
  99. package/package.json +1 -1
package/lib/cjs/api.d.ts CHANGED
@@ -19,6 +19,7 @@ export { default as BingGeocoders } from './resources/bing_geocoders';
19
19
  export { default as BraintreeGateways } from './resources/braintree_gateways';
20
20
  export { default as BraintreePayments } from './resources/braintree_payments';
21
21
  export { default as Bundles } from './resources/bundles';
22
+ export { default as BuyXPayYPromotions } from './resources/buy_x_pay_y_promotions';
22
23
  export { default as Captures } from './resources/captures';
23
24
  export { default as CarrierAccounts } from './resources/carrier_accounts';
24
25
  export { default as CheckoutComGateways } from './resources/checkout_com_gateways';
@@ -27,6 +28,7 @@ export { default as Cleanups } from './resources/cleanups';
27
28
  export { default as CouponCodesPromotionRules } from './resources/coupon_codes_promotion_rules';
28
29
  export { default as CouponRecipients } from './resources/coupon_recipients';
29
30
  export { default as Coupons } from './resources/coupons';
31
+ export { default as CustomPromotionRules } from './resources/custom_promotion_rules';
30
32
  export { default as CustomerAddresses } from './resources/customer_addresses';
31
33
  export { default as CustomerGroups } from './resources/customer_groups';
32
34
  export { default as CustomerPasswordResets } from './resources/customer_password_resets';
@@ -75,6 +77,7 @@ export { default as ParcelLineItems } from './resources/parcel_line_items';
75
77
  export { default as Parcels } from './resources/parcels';
76
78
  export { default as PaymentGateways } from './resources/payment_gateways';
77
79
  export { default as PaymentMethods } from './resources/payment_methods';
80
+ export { default as PaymentOptions } from './resources/payment_options';
78
81
  export { default as PaypalGateways } from './resources/paypal_gateways';
79
82
  export { default as PaypalPayments } from './resources/paypal_payments';
80
83
  export { default as PercentageDiscountPromotions } from './resources/percentage_discount_promotions';
@@ -121,8 +124,8 @@ export { default as Versions } from './resources/versions';
121
124
  export { default as Voids } from './resources/voids';
122
125
  export { default as Webhooks } from './resources/webhooks';
123
126
  export { default as WireTransfers } from './resources/wire_transfers';
124
- 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' | 'reserved_stocks' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipments' | 'shipping_categories' | 'shipping_method_tiers' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_line_items' | 'stock_locations' | 'stock_reservations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tags' | 'tax_calculators' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'transactions' | 'versions' | 'voids' | 'webhooks' | 'wire_transfers';
125
- 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", "reserved_stocks", "return_line_items", "returns", "satispay_gateways", "satispay_payments", "shipments", "shipping_categories", "shipping_method_tiers", "shipping_methods", "shipping_weight_tiers", "shipping_zones", "sku_list_items", "sku_list_promotion_rules", "sku_lists", "sku_options", "skus", "stock_items", "stock_line_items", "stock_locations", "stock_reservations", "stock_transfers", "stripe_gateways", "stripe_payments", "subscription_models", "tags", "tax_calculators", "tax_categories", "tax_rules", "taxjar_accounts", "transactions", "versions", "voids", "webhooks", "wire_transfers"];
127
+ 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' | 'buy_x_pay_y_promotions' | 'captures' | 'carrier_accounts' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'custom_promotion_rules' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | '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' | 'payment_options' | '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' | 'reserved_stocks' | 'return_line_items' | 'returns' | 'satispay_gateways' | 'satispay_payments' | 'shipments' | 'shipping_categories' | 'shipping_method_tiers' | 'shipping_methods' | 'shipping_weight_tiers' | 'shipping_zones' | 'sku_list_items' | 'sku_list_promotion_rules' | 'sku_lists' | 'sku_options' | 'skus' | 'stock_items' | 'stock_line_items' | 'stock_locations' | 'stock_reservations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tags' | 'tax_calculators' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'transactions' | 'versions' | 'voids' | 'webhooks' | 'wire_transfers';
128
+ 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", "buy_x_pay_y_promotions", "captures", "carrier_accounts", "checkout_com_gateways", "checkout_com_payments", "cleanups", "coupon_codes_promotion_rules", "coupon_recipients", "coupons", "custom_promotion_rules", "customer_addresses", "customer_groups", "customer_password_resets", "customer_payment_sources", "customer_subscriptions", "customers", "delivery_lead_times", "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", "payment_options", "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", "reserved_stocks", "return_line_items", "returns", "satispay_gateways", "satispay_payments", "shipments", "shipping_categories", "shipping_method_tiers", "shipping_methods", "shipping_weight_tiers", "shipping_zones", "sku_list_items", "sku_list_promotion_rules", "sku_lists", "sku_options", "skus", "stock_items", "stock_line_items", "stock_locations", "stock_reservations", "stock_transfers", "stripe_gateways", "stripe_payments", "subscription_models", "tags", "tax_calculators", "tax_categories", "tax_rules", "taxjar_accounts", "transactions", "versions", "voids", "webhooks", "wire_transfers"];
126
129
  export type RetrievableResourceType = ResourceTypeLock;
127
130
  export type RetrievableResource = Resource & {
128
131
  type: RetrievableResourceType;
@@ -131,26 +134,26 @@ export type ListableResourceType = Exclude<ResourceTypeLock, 'application' | 'or
131
134
  export type ListableResource = Resource & {
132
135
  type: ListableResourceType;
133
136
  };
134
- export type CreatableResourceType = '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' | 'tags' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
137
+ export type CreatableResourceType = 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'attachments' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'buy_x_pay_y_promotions' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'custom_promotion_rules' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | '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' | 'payment_options' | '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_line_items' | 'stock_locations' | 'stock_reservations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tags' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
135
138
  export type CreatableResource = Resource & {
136
139
  type: CreatableResourceType;
137
140
  };
138
- export type UpdatableResourceType = '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' | 'tags' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
141
+ export type UpdatableResourceType = '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' | 'buy_x_pay_y_promotions' | 'captures' | 'checkout_com_gateways' | 'checkout_com_payments' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'custom_promotion_rules' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | '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' | 'payment_options' | '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_line_items' | 'stock_locations' | 'stock_reservations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tags' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
139
142
  export type UpdatableResource = Resource & {
140
143
  type: UpdatableResourceType;
141
144
  };
142
- export type DeletableResourceType = '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' | 'tags' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
145
+ export type DeletableResourceType = 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'attachments' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'bing_geocoders' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'buy_x_pay_y_promotions' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'custom_promotion_rules' | 'customer_addresses' | 'customer_groups' | 'customer_password_resets' | 'customer_payment_sources' | 'customer_subscriptions' | 'customers' | 'delivery_lead_times' | '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' | 'payment_options' | '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_line_items' | 'stock_locations' | 'stock_reservations' | 'stock_transfers' | 'stripe_gateways' | 'stripe_payments' | 'subscription_models' | 'tags' | 'tax_categories' | 'tax_rules' | 'taxjar_accounts' | 'webhooks' | 'wire_transfers';
143
146
  export type DeletableResource = Resource & {
144
147
  type: DeletableResourceType;
145
148
  };
146
- export type TaggableResourceType = 'addresses' | 'bundles' | 'coupons' | 'customers' | 'external_promotions' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'gift_cards' | 'line_item_options' | 'line_items' | 'orders' | 'percentage_discount_promotions' | 'promotions' | 'returns' | 'sku_options' | 'skus';
149
+ export type TaggableResourceType = 'addresses' | 'bundles' | 'buy_x_pay_y_promotions' | 'coupons' | 'customers' | 'external_promotions' | 'fixed_amount_promotions' | 'fixed_price_promotions' | 'free_gift_promotions' | 'free_shipping_promotions' | 'gift_cards' | 'line_item_options' | 'line_items' | 'orders' | 'percentage_discount_promotions' | 'promotions' | 'returns' | 'sku_options' | 'skus';
147
150
  export type TaggableResource = Resource & {
148
151
  type: TaggableResourceType;
149
152
  tags?: Array<ResourceRel & {
150
153
  type: TagType;
151
154
  }> | null;
152
155
  };
153
- export type VersionableResourceType = 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'authorizations' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | '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_payment_sources' | 'customer_subscriptions' | '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' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_subscriptions' | 'order_validation_rules' | 'orders' | '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' | 'refunds' | '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';
156
+ export type VersionableResourceType = 'addresses' | 'adjustments' | 'adyen_gateways' | 'adyen_payments' | 'authorizations' | 'avalara_accounts' | 'axerve_gateways' | 'axerve_payments' | 'billing_info_validation_rules' | 'braintree_gateways' | 'braintree_payments' | 'bundles' | 'buy_x_pay_y_promotions' | 'captures' | 'carrier_accounts' | 'checkout_com_gateways' | 'checkout_com_payments' | 'cleanups' | 'coupon_codes_promotion_rules' | 'coupon_recipients' | 'coupons' | 'custom_promotion_rules' | 'customer_addresses' | 'customer_groups' | 'customer_payment_sources' | 'customer_subscriptions' | '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' | 'in_stock_subscriptions' | 'inventory_models' | 'inventory_return_locations' | 'inventory_stock_locations' | 'klarna_gateways' | 'klarna_payments' | 'manual_gateways' | 'manual_tax_calculators' | 'markets' | 'merchants' | 'order_amount_promotion_rules' | 'order_subscriptions' | 'order_validation_rules' | 'orders' | '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' | 'refunds' | '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';
154
157
  export type VersionableResource = Resource & {
155
158
  type: VersionableResourceType;
156
159
  versions?: Array<ResourceRel & {
package/lib/cjs/api.js CHANGED
@@ -3,9 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.InventoryStockLocations = exports.InventoryReturnLocations = exports.InventoryModels = exports.InStockSubscriptions = exports.Imports = exports.GoogleGeocoders = exports.GiftCards = exports.GiftCardRecipients = exports.Geocoders = exports.FreeShippingPromotions = exports.FreeGiftPromotions = exports.FixedPricePromotions = exports.FixedAmountPromotions = exports.ExternalTaxCalculators = exports.ExternalPromotions = exports.ExternalPayments = exports.ExternalGateways = exports.Exports = exports.Events = exports.EventCallbacks = exports.DeliveryLeadTimes = exports.Customers = exports.CustomerSubscriptions = exports.CustomerPaymentSources = exports.CustomerPasswordResets = exports.CustomerGroups = exports.CustomerAddresses = exports.Coupons = exports.CouponRecipients = exports.CouponCodesPromotionRules = exports.Cleanups = exports.CheckoutComPayments = exports.CheckoutComGateways = exports.CarrierAccounts = exports.Captures = exports.Bundles = exports.BraintreePayments = exports.BraintreeGateways = exports.BingGeocoders = exports.BillingInfoValidationRules = exports.AxervePayments = exports.AxerveGateways = exports.AvalaraAccounts = exports.Authorizations = exports.Attachments = exports.Applications = exports.AdyenPayments = exports.AdyenGateways = exports.Adjustments = exports.Addresses = void 0;
7
- exports.StockItems = exports.Skus = exports.SkuOptions = exports.SkuLists = exports.SkuListPromotionRules = exports.SkuListItems = exports.ShippingZones = exports.ShippingWeightTiers = exports.ShippingMethods = exports.ShippingMethodTiers = exports.ShippingCategories = exports.Shipments = exports.SatispayPayments = exports.SatispayGateways = exports.Returns = exports.ReturnLineItems = exports.ReservedStocks = exports.Refunds = exports.RecurringOrderCopies = exports.Promotions = exports.PromotionRules = exports.Prices = exports.PriceVolumeTiers = exports.PriceTiers = exports.PriceLists = exports.PriceFrequencyTiers = exports.PercentageDiscountPromotions = exports.PaypalPayments = exports.PaypalGateways = exports.PaymentMethods = exports.PaymentGateways = exports.Parcels = exports.ParcelLineItems = exports.Packages = exports.Organizations = exports.Orders = exports.OrderValidationRules = exports.OrderSubscriptions = exports.OrderSubscriptionItems = exports.OrderFactories = exports.OrderCopies = exports.OrderAmountPromotionRules = exports.Merchants = exports.Markets = exports.ManualTaxCalculators = exports.ManualGateways = exports.LineItems = exports.LineItemOptions = exports.KlarnaPayments = exports.KlarnaGateways = void 0;
8
- exports.resourceList = exports.WireTransfers = exports.Webhooks = exports.Voids = exports.Versions = exports.Transactions = exports.TaxjarAccounts = exports.TaxRules = exports.TaxCategories = exports.TaxCalculators = exports.Tags = exports.SubscriptionModels = exports.StripePayments = exports.StripeGateways = exports.StockTransfers = exports.StockReservations = exports.StockLocations = exports.StockLineItems = void 0;
6
+ exports.InventoryModels = exports.InStockSubscriptions = exports.Imports = exports.GoogleGeocoders = exports.GiftCards = exports.GiftCardRecipients = exports.Geocoders = exports.FreeShippingPromotions = exports.FreeGiftPromotions = exports.FixedPricePromotions = exports.FixedAmountPromotions = exports.ExternalTaxCalculators = exports.ExternalPromotions = exports.ExternalPayments = exports.ExternalGateways = exports.Exports = exports.Events = exports.EventCallbacks = exports.DeliveryLeadTimes = exports.Customers = exports.CustomerSubscriptions = exports.CustomerPaymentSources = exports.CustomerPasswordResets = exports.CustomerGroups = exports.CustomerAddresses = exports.CustomPromotionRules = exports.Coupons = exports.CouponRecipients = exports.CouponCodesPromotionRules = exports.Cleanups = exports.CheckoutComPayments = exports.CheckoutComGateways = exports.CarrierAccounts = exports.Captures = exports.BuyXPayYPromotions = exports.Bundles = exports.BraintreePayments = exports.BraintreeGateways = exports.BingGeocoders = exports.BillingInfoValidationRules = exports.AxervePayments = exports.AxerveGateways = exports.AvalaraAccounts = exports.Authorizations = exports.Attachments = exports.Applications = exports.AdyenPayments = exports.AdyenGateways = exports.Adjustments = exports.Addresses = void 0;
7
+ exports.SkuLists = exports.SkuListPromotionRules = exports.SkuListItems = exports.ShippingZones = exports.ShippingWeightTiers = exports.ShippingMethods = exports.ShippingMethodTiers = exports.ShippingCategories = exports.Shipments = exports.SatispayPayments = exports.SatispayGateways = exports.Returns = exports.ReturnLineItems = exports.ReservedStocks = exports.Refunds = exports.RecurringOrderCopies = exports.Promotions = exports.PromotionRules = exports.Prices = exports.PriceVolumeTiers = exports.PriceTiers = exports.PriceLists = exports.PriceFrequencyTiers = exports.PercentageDiscountPromotions = exports.PaypalPayments = exports.PaypalGateways = exports.PaymentOptions = exports.PaymentMethods = exports.PaymentGateways = exports.Parcels = exports.ParcelLineItems = exports.Packages = exports.Organizations = exports.Orders = exports.OrderValidationRules = exports.OrderSubscriptions = exports.OrderSubscriptionItems = exports.OrderFactories = exports.OrderCopies = exports.OrderAmountPromotionRules = exports.Merchants = exports.Markets = exports.ManualTaxCalculators = exports.ManualGateways = exports.LineItems = exports.LineItemOptions = exports.KlarnaPayments = exports.KlarnaGateways = exports.InventoryStockLocations = exports.InventoryReturnLocations = void 0;
8
+ exports.resourceList = exports.WireTransfers = exports.Webhooks = exports.Voids = exports.Versions = exports.Transactions = exports.TaxjarAccounts = exports.TaxRules = exports.TaxCategories = exports.TaxCalculators = exports.Tags = exports.SubscriptionModels = exports.StripePayments = exports.StripeGateways = exports.StockTransfers = exports.StockReservations = exports.StockLocations = exports.StockLineItems = exports.StockItems = exports.Skus = exports.SkuOptions = void 0;
9
9
  // ##__API_RESOURCES_START__##
10
10
  // ##__API_RESOURCES_TEMPLATE:: export { default as ##__RESOURCE_CLASS__## } from './resources/##__RESOURCE_TYPE__##'
11
11
  /**
@@ -41,6 +41,8 @@ var braintree_payments_1 = require("./resources/braintree_payments");
41
41
  Object.defineProperty(exports, "BraintreePayments", { enumerable: true, get: function () { return __importDefault(braintree_payments_1).default; } });
42
42
  var bundles_1 = require("./resources/bundles");
43
43
  Object.defineProperty(exports, "Bundles", { enumerable: true, get: function () { return __importDefault(bundles_1).default; } });
44
+ var buy_x_pay_y_promotions_1 = require("./resources/buy_x_pay_y_promotions");
45
+ Object.defineProperty(exports, "BuyXPayYPromotions", { enumerable: true, get: function () { return __importDefault(buy_x_pay_y_promotions_1).default; } });
44
46
  var captures_1 = require("./resources/captures");
45
47
  Object.defineProperty(exports, "Captures", { enumerable: true, get: function () { return __importDefault(captures_1).default; } });
46
48
  var carrier_accounts_1 = require("./resources/carrier_accounts");
@@ -57,6 +59,8 @@ var coupon_recipients_1 = require("./resources/coupon_recipients");
57
59
  Object.defineProperty(exports, "CouponRecipients", { enumerable: true, get: function () { return __importDefault(coupon_recipients_1).default; } });
58
60
  var coupons_1 = require("./resources/coupons");
59
61
  Object.defineProperty(exports, "Coupons", { enumerable: true, get: function () { return __importDefault(coupons_1).default; } });
62
+ var custom_promotion_rules_1 = require("./resources/custom_promotion_rules");
63
+ Object.defineProperty(exports, "CustomPromotionRules", { enumerable: true, get: function () { return __importDefault(custom_promotion_rules_1).default; } });
60
64
  var customer_addresses_1 = require("./resources/customer_addresses");
61
65
  Object.defineProperty(exports, "CustomerAddresses", { enumerable: true, get: function () { return __importDefault(customer_addresses_1).default; } });
62
66
  var customer_groups_1 = require("./resources/customer_groups");
@@ -153,6 +157,8 @@ var payment_gateways_1 = require("./resources/payment_gateways");
153
157
  Object.defineProperty(exports, "PaymentGateways", { enumerable: true, get: function () { return __importDefault(payment_gateways_1).default; } });
154
158
  var payment_methods_1 = require("./resources/payment_methods");
155
159
  Object.defineProperty(exports, "PaymentMethods", { enumerable: true, get: function () { return __importDefault(payment_methods_1).default; } });
160
+ var payment_options_1 = require("./resources/payment_options");
161
+ Object.defineProperty(exports, "PaymentOptions", { enumerable: true, get: function () { return __importDefault(payment_options_1).default; } });
156
162
  var paypal_gateways_1 = require("./resources/paypal_gateways");
157
163
  Object.defineProperty(exports, "PaypalGateways", { enumerable: true, get: function () { return __importDefault(paypal_gateways_1).default; } });
158
164
  var paypal_payments_1 = require("./resources/paypal_payments");
@@ -263,6 +269,7 @@ exports.resourceList = [
263
269
  'braintree_gateways',
264
270
  'braintree_payments',
265
271
  'bundles',
272
+ 'buy_x_pay_y_promotions',
266
273
  'captures',
267
274
  'carrier_accounts',
268
275
  'checkout_com_gateways',
@@ -271,6 +278,7 @@ exports.resourceList = [
271
278
  'coupon_codes_promotion_rules',
272
279
  'coupon_recipients',
273
280
  'coupons',
281
+ 'custom_promotion_rules',
274
282
  'customer_addresses',
275
283
  'customer_groups',
276
284
  'customer_password_resets',
@@ -319,6 +327,7 @@ exports.resourceList = [
319
327
  'parcels',
320
328
  'payment_gateways',
321
329
  'payment_methods',
330
+ 'payment_options',
322
331
  'paypal_gateways',
323
332
  'paypal_payments',
324
333
  'percentage_discount_promotions',
@@ -2,14 +2,14 @@ import * as api from './api';
2
2
  import type { ApiError } from './error';
3
3
  import type { ErrorInterceptor, InterceptorType, RawResponseReader, RequestInterceptor, ResponseInterceptor } from './interceptor';
4
4
  import { type ResourcesInitConfig } from './resource';
5
- declare const OPEN_API_SCHEMA_VERSION = "4.12.0";
5
+ declare const OPEN_API_SCHEMA_VERSION = "4.16.0";
6
6
  export { OPEN_API_SCHEMA_VERSION };
7
7
  type SdkConfig = {};
8
8
  type CommerceLayerInitConfig = SdkConfig & ResourcesInitConfig;
9
9
  type CommerceLayerConfig = Partial<CommerceLayerInitConfig>;
10
10
  declare class CommerceLayerClient {
11
11
  #private;
12
- readonly openApiSchemaVersion = "4.12.0";
12
+ readonly openApiSchemaVersion = "4.16.0";
13
13
  addresses: api.Addresses;
14
14
  adjustments: api.Adjustments;
15
15
  adyen_gateways: api.AdyenGateways;
@@ -25,6 +25,7 @@ declare class CommerceLayerClient {
25
25
  braintree_gateways: api.BraintreeGateways;
26
26
  braintree_payments: api.BraintreePayments;
27
27
  bundles: api.Bundles;
28
+ buy_x_pay_y_promotions: api.BuyXPayYPromotions;
28
29
  captures: api.Captures;
29
30
  carrier_accounts: api.CarrierAccounts;
30
31
  checkout_com_gateways: api.CheckoutComGateways;
@@ -33,6 +34,7 @@ declare class CommerceLayerClient {
33
34
  coupon_codes_promotion_rules: api.CouponCodesPromotionRules;
34
35
  coupon_recipients: api.CouponRecipients;
35
36
  coupons: api.Coupons;
37
+ custom_promotion_rules: api.CustomPromotionRules;
36
38
  customer_addresses: api.CustomerAddresses;
37
39
  customer_groups: api.CustomerGroups;
38
40
  customer_password_resets: api.CustomerPasswordResets;
@@ -81,6 +83,7 @@ declare class CommerceLayerClient {
81
83
  parcels: api.Parcels;
82
84
  payment_gateways: api.PaymentGateways;
83
85
  payment_methods: api.PaymentMethods;
86
+ payment_options: api.PaymentOptions;
84
87
  paypal_gateways: api.PaypalGateways;
85
88
  paypal_payments: api.PaypalPayments;
86
89
  percentage_discount_promotions: api.PercentageDiscountPromotions;
@@ -45,7 +45,7 @@ const resource_1 = __importDefault(require("./resource"));
45
45
  const debug_1 = __importDefault(require("./debug"));
46
46
  const debug = (0, debug_1.default)('commercelayer');
47
47
  // Autogenerated schema version number, do not remove this line
48
- const OPEN_API_SCHEMA_VERSION = '4.12.0';
48
+ const OPEN_API_SCHEMA_VERSION = '4.16.0';
49
49
  exports.OPEN_API_SCHEMA_VERSION = OPEN_API_SCHEMA_VERSION;
50
50
  class CommerceLayerClient {
51
51
  // ##__CL_RESOURCES_DEF_STOP__##
@@ -75,6 +75,7 @@ class CommerceLayerClient {
75
75
  this.braintree_gateways = new api.BraintreeGateways(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
76
76
  this.braintree_payments = new api.BraintreePayments(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
77
77
  this.bundles = new api.Bundles(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
78
+ this.buy_x_pay_y_promotions = new api.BuyXPayYPromotions(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
78
79
  this.captures = new api.Captures(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
79
80
  this.carrier_accounts = new api.CarrierAccounts(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
80
81
  this.checkout_com_gateways = new api.CheckoutComGateways(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
@@ -83,6 +84,7 @@ class CommerceLayerClient {
83
84
  this.coupon_codes_promotion_rules = new api.CouponCodesPromotionRules(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
84
85
  this.coupon_recipients = new api.CouponRecipients(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
85
86
  this.coupons = new api.Coupons(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
87
+ this.custom_promotion_rules = new api.CustomPromotionRules(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
86
88
  this.customer_addresses = new api.CustomerAddresses(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
87
89
  this.customer_groups = new api.CustomerGroups(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
88
90
  this.customer_password_resets = new api.CustomerPasswordResets(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
@@ -131,6 +133,7 @@ class CommerceLayerClient {
131
133
  this.parcels = new api.Parcels(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
132
134
  this.payment_gateways = new api.PaymentGateways(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
133
135
  this.payment_methods = new api.PaymentMethods(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
136
+ this.payment_options = new api.PaymentOptions(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
134
137
  this.paypal_gateways = new api.PaypalGateways(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
135
138
  this.paypal_payments = new api.PaypalPayments(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
136
139
  this.percentage_discount_promotions = new api.PercentageDiscountPromotions(__classPrivateFieldGet(this, _CommerceLayerClient_adapter, "f"));
@@ -2,8 +2,9 @@ declare enum ErrorType {
2
2
  CLIENT = "client",
3
3
  REQUEST = "request",
4
4
  RESPONSE = "response",
5
- GENERIC = "generic",
6
- CANCEL = "cancel"
5
+ CANCEL = "cancel",
6
+ PARSE = "parse",
7
+ GENERIC = "generic"
7
8
  }
8
9
  declare class SdkError extends Error {
9
10
  static NAME: string;
package/lib/cjs/error.js CHANGED
@@ -10,8 +10,9 @@ var ErrorType;
10
10
  ErrorType["CLIENT"] = "client";
11
11
  ErrorType["REQUEST"] = "request";
12
12
  ErrorType["RESPONSE"] = "response";
13
- ErrorType["GENERIC"] = "generic";
14
13
  ErrorType["CANCEL"] = "cancel";
14
+ ErrorType["PARSE"] = "parse";
15
+ ErrorType["GENERIC"] = "generic";
15
16
  })(ErrorType || (exports.ErrorType = ErrorType = {}));
16
17
  class SdkError extends Error {
17
18
  static isSdkError(error) {
@@ -16,6 +16,7 @@ export type { BingGeocoder, BingGeocoderCreate, BingGeocoderUpdate } from './res
16
16
  export type { BraintreeGateway, BraintreeGatewayCreate, BraintreeGatewayUpdate } from './resources/braintree_gateways';
17
17
  export type { BraintreePayment, BraintreePaymentCreate, BraintreePaymentUpdate } from './resources/braintree_payments';
18
18
  export type { Bundle, BundleCreate, BundleUpdate } from './resources/bundles';
19
+ export type { BuyXPayYPromotion, BuyXPayYPromotionCreate, BuyXPayYPromotionUpdate } from './resources/buy_x_pay_y_promotions';
19
20
  export type { Capture, CaptureUpdate } from './resources/captures';
20
21
  export type { CarrierAccount } from './resources/carrier_accounts';
21
22
  export type { CheckoutComGateway, CheckoutComGatewayCreate, CheckoutComGatewayUpdate } from './resources/checkout_com_gateways';
@@ -24,6 +25,7 @@ export type { Cleanup, CleanupCreate } from './resources/cleanups';
24
25
  export type { CouponCodesPromotionRule, CouponCodesPromotionRuleCreate, CouponCodesPromotionRuleUpdate } from './resources/coupon_codes_promotion_rules';
25
26
  export type { CouponRecipient, CouponRecipientCreate, CouponRecipientUpdate } from './resources/coupon_recipients';
26
27
  export type { Coupon, CouponCreate, CouponUpdate } from './resources/coupons';
28
+ export type { CustomPromotionRule, CustomPromotionRuleCreate, CustomPromotionRuleUpdate } from './resources/custom_promotion_rules';
27
29
  export type { CustomerAddress, CustomerAddressCreate, CustomerAddressUpdate } from './resources/customer_addresses';
28
30
  export type { CustomerGroup, CustomerGroupCreate, CustomerGroupUpdate } from './resources/customer_groups';
29
31
  export type { CustomerPasswordReset, CustomerPasswordResetCreate, CustomerPasswordResetUpdate } from './resources/customer_password_resets';
@@ -72,6 +74,7 @@ export type { ParcelLineItem, ParcelLineItemCreate, ParcelLineItemUpdate } from
72
74
  export type { Parcel, ParcelCreate, ParcelUpdate } from './resources/parcels';
73
75
  export type { PaymentGateway } from './resources/payment_gateways';
74
76
  export type { PaymentMethod, PaymentMethodCreate, PaymentMethodUpdate } from './resources/payment_methods';
77
+ export type { PaymentOption, PaymentOptionCreate, PaymentOptionUpdate } from './resources/payment_options';
75
78
  export type { PaypalGateway, PaypalGatewayCreate, PaypalGatewayUpdate } from './resources/paypal_gateways';
76
79
  export type { PaypalPayment, PaypalPaymentCreate, PaypalPaymentUpdate } from './resources/paypal_payments';
77
80
  export type { PercentageDiscountPromotion, PercentageDiscountPromotionCreate, PercentageDiscountPromotionUpdate } from './resources/percentage_discount_promotions';
@@ -89,7 +92,7 @@ export type { ReturnLineItem, ReturnLineItemCreate, ReturnLineItemUpdate } from
89
92
  export type { Return, ReturnCreate, ReturnUpdate } from './resources/returns';
90
93
  export type { SatispayGateway, SatispayGatewayCreate, SatispayGatewayUpdate } from './resources/satispay_gateways';
91
94
  export type { SatispayPayment, SatispayPaymentCreate, SatispayPaymentUpdate } from './resources/satispay_payments';
92
- export type { Shipment, ShipmentUpdate } from './resources/shipments';
95
+ export type { Shipment, ShipmentCreate, ShipmentUpdate } from './resources/shipments';
93
96
  export type { ShippingCategory, ShippingCategoryCreate, ShippingCategoryUpdate } from './resources/shipping_categories';
94
97
  export type { ShippingMethodTier } from './resources/shipping_method_tiers';
95
98
  export type { ShippingMethod, ShippingMethodCreate, ShippingMethodUpdate } from './resources/shipping_methods';
@@ -101,9 +104,9 @@ export type { SkuList, SkuListCreate, SkuListUpdate } from './resources/sku_list
101
104
  export type { SkuOption, SkuOptionCreate, SkuOptionUpdate } from './resources/sku_options';
102
105
  export type { Sku, SkuCreate, SkuUpdate } from './resources/skus';
103
106
  export type { StockItem, StockItemCreate, StockItemUpdate } from './resources/stock_items';
104
- export type { StockLineItem } from './resources/stock_line_items';
107
+ export type { StockLineItem, StockLineItemCreate, StockLineItemUpdate } from './resources/stock_line_items';
105
108
  export type { StockLocation, StockLocationCreate, StockLocationUpdate } from './resources/stock_locations';
106
- export type { StockReservation } from './resources/stock_reservations';
109
+ export type { StockReservation, StockReservationCreate, StockReservationUpdate } from './resources/stock_reservations';
107
110
  export type { StockTransfer, StockTransferCreate, StockTransferUpdate } from './resources/stock_transfers';
108
111
  export type { StripeGateway, StripeGatewayCreate, StripeGatewayUpdate } from './resources/stripe_gateways';
109
112
  export type { StripePayment, StripePaymentCreate, StripePaymentUpdate } from './resources/stripe_payments';
@@ -70,6 +70,7 @@ declare abstract class ApiResourceBase<R extends Resource> {
70
70
  constructor(adapter: ResourceAdapter);
71
71
  abstract relationship(id: string | ResourceId | null): ResourceRel;
72
72
  abstract type(): ResourceTypeLock;
73
+ parse(resource: any): R | R[];
73
74
  update(resource: ResourceUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<R>;
74
75
  }
75
76
  declare abstract class ApiResource<R extends Resource> extends ApiResourceBase<R> {
@@ -21,6 +21,7 @@ const jsonapi_1 = require("./jsonapi");
21
21
  const query_1 = require("./query");
22
22
  const config_1 = __importDefault(require("./config"));
23
23
  const debug_1 = __importDefault(require("./debug"));
24
+ const error_1 = require("./error");
24
25
  const debug = (0, debug_1.default)('resource');
25
26
  class ListResponse extends Array {
26
27
  constructor(meta, data) {
@@ -148,6 +149,21 @@ class ApiResourceBase {
148
149
  debug('new resource instance: %s', this.type());
149
150
  this.resources = adapter;
150
151
  }
152
+ parse(resource) {
153
+ var _a, _b;
154
+ try {
155
+ const res = JSON.parse(resource);
156
+ if (((_a = res.data) === null || _a === void 0 ? void 0 : _a.type) !== this.type())
157
+ throw new error_1.SdkError({ message: `Invalid resource type [${(_b = res.data) === null || _b === void 0 ? void 0 : _b.type}]`, type: error_1.ErrorType.PARSE });
158
+ return (0, jsonapi_1.denormalize)(res);
159
+ }
160
+ catch (error) {
161
+ if (error_1.SdkError.isSdkError(error))
162
+ throw error;
163
+ else
164
+ throw new error_1.SdkError({ message: `Payload parse error [${error.message}]`, type: error_1.ErrorType.PARSE });
165
+ }
166
+ }
151
167
  // reference, reference_origin and metadata attributes are always updatable
152
168
  async update(resource, params, options) {
153
169
  return this.resources.update({ ...resource, type: this.type() }, params, options);
@@ -16,6 +16,8 @@ interface AxervePayment extends Resource {
16
16
  login: string;
17
17
  return_url: string;
18
18
  payment_request_data?: Record<string, any> | null;
19
+ client_ip?: string | null;
20
+ buyer_details?: Record<string, any> | null;
19
21
  mismatched_amounts?: boolean | null;
20
22
  intent_amount_cents: number;
21
23
  intent_amount_float?: number | null;
@@ -27,6 +29,8 @@ interface AxervePayment extends Resource {
27
29
  }
28
30
  interface AxervePaymentCreate extends ResourceCreate {
29
31
  return_url: string;
32
+ client_ip?: string | null;
33
+ buyer_details?: Record<string, any> | null;
30
34
  order: OrderRel;
31
35
  }
32
36
  interface AxervePaymentUpdate extends ResourceUpdate {
@@ -0,0 +1,137 @@
1
+ import { ApiResource } from '../resource';
2
+ import type { Resource, ResourceCreate, ResourceUpdate, ResourceId, ResourcesConfig, ResourceRel, ListResponse } from '../resource';
3
+ import type { QueryParamsRetrieve, QueryParamsList } from '../query';
4
+ import type { Market, MarketType } from './markets';
5
+ import type { PromotionRule, PromotionRuleType } from './promotion_rules';
6
+ import type { OrderAmountPromotionRule, OrderAmountPromotionRuleType } from './order_amount_promotion_rules';
7
+ import type { SkuListPromotionRule, SkuListPromotionRuleType } from './sku_list_promotion_rules';
8
+ import type { CouponCodesPromotionRule, CouponCodesPromotionRuleType } from './coupon_codes_promotion_rules';
9
+ import type { Coupon, CouponType } from './coupons';
10
+ import type { SkuList, SkuListType } from './sku_lists';
11
+ import type { Attachment } from './attachments';
12
+ import type { Event } from './events';
13
+ import type { Tag, TagType } from './tags';
14
+ import type { Version } from './versions';
15
+ import type { Sku } from './skus';
16
+ type BuyXPayYPromotionType = 'buy_x_pay_y_promotions';
17
+ type BuyXPayYPromotionRel = ResourceRel & {
18
+ type: BuyXPayYPromotionType;
19
+ };
20
+ type MarketRel = ResourceRel & {
21
+ type: MarketType;
22
+ };
23
+ type PromotionRuleRel = ResourceRel & {
24
+ type: PromotionRuleType;
25
+ };
26
+ type OrderAmountPromotionRuleRel = ResourceRel & {
27
+ type: OrderAmountPromotionRuleType;
28
+ };
29
+ type SkuListPromotionRuleRel = ResourceRel & {
30
+ type: SkuListPromotionRuleType;
31
+ };
32
+ type CouponCodesPromotionRuleRel = ResourceRel & {
33
+ type: CouponCodesPromotionRuleType;
34
+ };
35
+ type CouponRel = ResourceRel & {
36
+ type: CouponType;
37
+ };
38
+ type SkuListRel = ResourceRel & {
39
+ type: SkuListType;
40
+ };
41
+ type TagRel = ResourceRel & {
42
+ type: TagType;
43
+ };
44
+ interface BuyXPayYPromotion extends Resource {
45
+ readonly type: BuyXPayYPromotionType;
46
+ name: string;
47
+ currency_code?: string | null;
48
+ exclusive?: boolean | null;
49
+ priority?: number | null;
50
+ starts_at: string;
51
+ expires_at: string;
52
+ total_usage_limit: number;
53
+ total_usage_count?: number | null;
54
+ active?: boolean | null;
55
+ disabled_at?: string | null;
56
+ x: number;
57
+ y: number;
58
+ cheapest_free?: boolean | null;
59
+ market?: Market | null;
60
+ promotion_rules?: PromotionRule[] | null;
61
+ order_amount_promotion_rule?: OrderAmountPromotionRule | null;
62
+ sku_list_promotion_rule?: SkuListPromotionRule | null;
63
+ coupon_codes_promotion_rule?: CouponCodesPromotionRule | null;
64
+ coupons?: Coupon[] | null;
65
+ sku_list?: SkuList | null;
66
+ attachments?: Attachment[] | null;
67
+ events?: Event[] | null;
68
+ tags?: Tag[] | null;
69
+ versions?: Version[] | null;
70
+ skus?: Sku[] | null;
71
+ }
72
+ interface BuyXPayYPromotionCreate extends ResourceCreate {
73
+ name: string;
74
+ currency_code?: string | null;
75
+ exclusive?: boolean | null;
76
+ priority?: number | null;
77
+ starts_at: string;
78
+ expires_at: string;
79
+ total_usage_limit: number;
80
+ x: number;
81
+ y: number;
82
+ cheapest_free?: boolean | null;
83
+ market?: MarketRel | null;
84
+ promotion_rules?: PromotionRuleRel[] | null;
85
+ order_amount_promotion_rule?: OrderAmountPromotionRuleRel | null;
86
+ sku_list_promotion_rule?: SkuListPromotionRuleRel | null;
87
+ coupon_codes_promotion_rule?: CouponCodesPromotionRuleRel | null;
88
+ coupons?: CouponRel[] | null;
89
+ sku_list: SkuListRel;
90
+ tags?: TagRel[] | null;
91
+ }
92
+ interface BuyXPayYPromotionUpdate extends ResourceUpdate {
93
+ name?: string | null;
94
+ currency_code?: string | null;
95
+ exclusive?: boolean | null;
96
+ priority?: number | null;
97
+ starts_at?: string | null;
98
+ expires_at?: string | null;
99
+ total_usage_limit?: number | null;
100
+ _disable?: boolean | null;
101
+ _enable?: boolean | null;
102
+ x?: number | null;
103
+ y?: number | null;
104
+ cheapest_free?: boolean | null;
105
+ market?: MarketRel | null;
106
+ promotion_rules?: PromotionRuleRel[] | null;
107
+ order_amount_promotion_rule?: OrderAmountPromotionRuleRel | null;
108
+ sku_list_promotion_rule?: SkuListPromotionRuleRel | null;
109
+ coupon_codes_promotion_rule?: CouponCodesPromotionRuleRel | null;
110
+ coupons?: CouponRel[] | null;
111
+ sku_list?: SkuListRel | null;
112
+ tags?: TagRel[] | null;
113
+ }
114
+ declare class BuyXPayYPromotions extends ApiResource<BuyXPayYPromotion> {
115
+ static readonly TYPE: BuyXPayYPromotionType;
116
+ create(resource: BuyXPayYPromotionCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
117
+ update(resource: BuyXPayYPromotionUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
118
+ delete(id: string | ResourceId, options?: ResourcesConfig): Promise<void>;
119
+ market(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
120
+ order_amount_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderAmountPromotionRule>;
121
+ sku_list_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuListPromotionRule>;
122
+ coupon_codes_promotion_rule(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<CouponCodesPromotionRule>;
123
+ coupons(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Coupon>>;
124
+ sku_list(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<SkuList>;
125
+ attachments(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
126
+ events(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
127
+ tags(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
128
+ versions(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
129
+ skus(buyXPayYPromotionId: string | BuyXPayYPromotion, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
130
+ _disable(id: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
131
+ _enable(id: string | BuyXPayYPromotion, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<BuyXPayYPromotion>;
132
+ isBuyXPayYPromotion(resource: any): resource is BuyXPayYPromotion;
133
+ relationship(id: string | ResourceId | null): BuyXPayYPromotionRel;
134
+ type(): BuyXPayYPromotionType;
135
+ }
136
+ export default BuyXPayYPromotions;
137
+ export type { BuyXPayYPromotion, BuyXPayYPromotionCreate, BuyXPayYPromotionUpdate, BuyXPayYPromotionType };