@commercelayer/sdk 7.0.0-beta.11 → 7.0.0-beta.13

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 (590) hide show
  1. package/README.md +48 -35
  2. package/lib/{api-BYcswOJ0.d.cts → api-Bq9emZm-.d.cts} +553 -43
  3. package/lib/{api-Cknm0QL_.d.ts → api-C5qyxFpD.d.ts} +553 -43
  4. package/lib/api.cjs +134 -132
  5. package/lib/api.d.cts +2 -2
  6. package/lib/api.d.ts +2 -2
  7. package/lib/api.js +134 -132
  8. package/lib/chunk-AQ5VUG5P.js +12 -0
  9. package/lib/chunk-JE77HYXB.cjs +17 -0
  10. package/lib/client.cjs +36 -39
  11. package/lib/client.d.cts +1 -1
  12. package/lib/client.d.ts +1 -1
  13. package/lib/client.js +7 -10
  14. package/lib/commercelayer.cjs +30 -705
  15. package/lib/commercelayer.d.cts +9 -137
  16. package/lib/commercelayer.d.ts +9 -137
  17. package/lib/commercelayer.js +29 -684
  18. package/lib/common.cjs +1 -0
  19. package/lib/common.d.cts +2 -2
  20. package/lib/common.d.ts +2 -2
  21. package/lib/common.js +1 -0
  22. package/lib/config.cjs +2 -0
  23. package/lib/config.d.cts +1 -1
  24. package/lib/config.d.ts +1 -1
  25. package/lib/config.js +2 -0
  26. package/lib/debug.cjs +2 -0
  27. package/lib/debug.js +2 -0
  28. package/lib/error.cjs +9 -12
  29. package/lib/error.js +1 -4
  30. package/lib/fetch.cjs +14 -23
  31. package/lib/fetch.d.cts +1 -1
  32. package/lib/fetch.d.ts +1 -1
  33. package/lib/fetch.js +1 -10
  34. package/lib/index.cjs +4 -3
  35. package/lib/index.d.cts +2 -3
  36. package/lib/index.d.ts +2 -3
  37. package/lib/index.js +2 -1
  38. package/lib/{interceptor-5MISI1yn.d.cts → interceptor-D65i25Y7.d.cts} +1 -1
  39. package/lib/{interceptor-5MISI1yn.d.ts → interceptor-D65i25Y7.d.ts} +1 -1
  40. package/lib/interceptor.d.cts +1 -1
  41. package/lib/interceptor.d.ts +1 -1
  42. package/lib/jsonapi.cjs +1 -0
  43. package/lib/jsonapi.d.cts +2 -2
  44. package/lib/jsonapi.d.ts +2 -2
  45. package/lib/jsonapi.js +1 -0
  46. package/lib/model.d.cts +2 -2
  47. package/lib/model.d.ts +2 -2
  48. package/lib/query.cjs +1 -0
  49. package/lib/query.d.cts +2 -2
  50. package/lib/query.d.ts +2 -2
  51. package/lib/query.js +1 -0
  52. package/lib/resource.cjs +25 -34
  53. package/lib/resource.d.cts +2 -2
  54. package/lib/resource.d.ts +2 -2
  55. package/lib/resource.js +10 -19
  56. package/lib/resources/addresses.cjs +10 -5
  57. package/lib/resources/addresses.d.cts +2 -2
  58. package/lib/resources/addresses.d.ts +2 -2
  59. package/lib/resources/addresses.js +9 -4
  60. package/lib/resources/adjustments.cjs +4 -5
  61. package/lib/resources/adjustments.d.cts +2 -2
  62. package/lib/resources/adjustments.d.ts +2 -2
  63. package/lib/resources/adjustments.js +3 -4
  64. package/lib/resources/adyen_gateways.cjs +4 -5
  65. package/lib/resources/adyen_gateways.d.cts +2 -2
  66. package/lib/resources/adyen_gateways.d.ts +2 -2
  67. package/lib/resources/adyen_gateways.js +3 -4
  68. package/lib/resources/adyen_payments.cjs +4 -5
  69. package/lib/resources/adyen_payments.d.cts +2 -2
  70. package/lib/resources/adyen_payments.d.ts +2 -2
  71. package/lib/resources/adyen_payments.js +3 -4
  72. package/lib/resources/applications.cjs +4 -5
  73. package/lib/resources/applications.d.cts +2 -2
  74. package/lib/resources/applications.d.ts +2 -2
  75. package/lib/resources/applications.js +3 -4
  76. package/lib/resources/attachments.cjs +4 -5
  77. package/lib/resources/attachments.d.cts +2 -2
  78. package/lib/resources/attachments.d.ts +2 -2
  79. package/lib/resources/attachments.js +3 -4
  80. package/lib/resources/authorizations.cjs +4 -5
  81. package/lib/resources/authorizations.d.cts +2 -2
  82. package/lib/resources/authorizations.d.ts +2 -2
  83. package/lib/resources/authorizations.js +3 -4
  84. package/lib/resources/avalara_accounts.cjs +4 -5
  85. package/lib/resources/avalara_accounts.d.cts +2 -2
  86. package/lib/resources/avalara_accounts.d.ts +2 -2
  87. package/lib/resources/avalara_accounts.js +3 -4
  88. package/lib/resources/axerve_gateways.cjs +4 -5
  89. package/lib/resources/axerve_gateways.d.cts +2 -2
  90. package/lib/resources/axerve_gateways.d.ts +2 -2
  91. package/lib/resources/axerve_gateways.js +3 -4
  92. package/lib/resources/axerve_payments.cjs +4 -5
  93. package/lib/resources/axerve_payments.d.cts +2 -2
  94. package/lib/resources/axerve_payments.d.ts +2 -2
  95. package/lib/resources/axerve_payments.js +3 -4
  96. package/lib/resources/bing_geocoders.cjs +4 -5
  97. package/lib/resources/bing_geocoders.d.cts +2 -2
  98. package/lib/resources/bing_geocoders.d.ts +2 -2
  99. package/lib/resources/bing_geocoders.js +3 -4
  100. package/lib/resources/braintree_gateways.cjs +4 -5
  101. package/lib/resources/braintree_gateways.d.cts +2 -2
  102. package/lib/resources/braintree_gateways.d.ts +2 -2
  103. package/lib/resources/braintree_gateways.js +3 -4
  104. package/lib/resources/braintree_payments.cjs +4 -5
  105. package/lib/resources/braintree_payments.d.cts +2 -2
  106. package/lib/resources/braintree_payments.d.ts +2 -2
  107. package/lib/resources/braintree_payments.js +3 -4
  108. package/lib/resources/bundles.cjs +10 -5
  109. package/lib/resources/bundles.d.cts +2 -2
  110. package/lib/resources/bundles.d.ts +2 -2
  111. package/lib/resources/bundles.js +9 -4
  112. package/lib/resources/buy_x_pay_y_promotions.cjs +10 -5
  113. package/lib/resources/buy_x_pay_y_promotions.d.cts +2 -2
  114. package/lib/resources/buy_x_pay_y_promotions.d.ts +2 -2
  115. package/lib/resources/buy_x_pay_y_promotions.js +9 -4
  116. package/lib/resources/captures.cjs +4 -5
  117. package/lib/resources/captures.d.cts +2 -2
  118. package/lib/resources/captures.d.ts +2 -2
  119. package/lib/resources/captures.js +3 -4
  120. package/lib/resources/carrier_accounts.cjs +4 -5
  121. package/lib/resources/carrier_accounts.d.cts +2 -2
  122. package/lib/resources/carrier_accounts.d.ts +2 -2
  123. package/lib/resources/carrier_accounts.js +3 -4
  124. package/lib/resources/checkout_com_gateways.cjs +4 -5
  125. package/lib/resources/checkout_com_gateways.d.cts +2 -2
  126. package/lib/resources/checkout_com_gateways.d.ts +2 -2
  127. package/lib/resources/checkout_com_gateways.js +3 -4
  128. package/lib/resources/checkout_com_payments.cjs +4 -5
  129. package/lib/resources/checkout_com_payments.d.cts +2 -2
  130. package/lib/resources/checkout_com_payments.d.ts +2 -2
  131. package/lib/resources/checkout_com_payments.js +3 -4
  132. package/lib/resources/cleanups.cjs +4 -5
  133. package/lib/resources/cleanups.d.cts +2 -2
  134. package/lib/resources/cleanups.d.ts +2 -2
  135. package/lib/resources/cleanups.js +3 -4
  136. package/lib/resources/coupon_codes_promotion_rules.cjs +4 -5
  137. package/lib/resources/coupon_codes_promotion_rules.d.cts +2 -2
  138. package/lib/resources/coupon_codes_promotion_rules.d.ts +2 -2
  139. package/lib/resources/coupon_codes_promotion_rules.js +3 -4
  140. package/lib/resources/coupon_recipients.cjs +4 -5
  141. package/lib/resources/coupon_recipients.d.cts +2 -2
  142. package/lib/resources/coupon_recipients.d.ts +2 -2
  143. package/lib/resources/coupon_recipients.js +3 -4
  144. package/lib/resources/coupons.cjs +10 -5
  145. package/lib/resources/coupons.d.cts +2 -2
  146. package/lib/resources/coupons.d.ts +2 -2
  147. package/lib/resources/coupons.js +9 -4
  148. package/lib/resources/custom_promotion_rules.cjs +4 -5
  149. package/lib/resources/custom_promotion_rules.d.cts +2 -2
  150. package/lib/resources/custom_promotion_rules.d.ts +2 -2
  151. package/lib/resources/custom_promotion_rules.js +3 -4
  152. package/lib/resources/customer_addresses.cjs +4 -5
  153. package/lib/resources/customer_addresses.d.cts +2 -2
  154. package/lib/resources/customer_addresses.d.ts +2 -2
  155. package/lib/resources/customer_addresses.js +3 -4
  156. package/lib/resources/customer_groups.cjs +4 -5
  157. package/lib/resources/customer_groups.d.cts +2 -2
  158. package/lib/resources/customer_groups.d.ts +2 -2
  159. package/lib/resources/customer_groups.js +3 -4
  160. package/lib/resources/customer_password_resets.cjs +4 -5
  161. package/lib/resources/customer_password_resets.d.cts +2 -2
  162. package/lib/resources/customer_password_resets.d.ts +2 -2
  163. package/lib/resources/customer_password_resets.js +3 -4
  164. package/lib/resources/customer_payment_sources.cjs +4 -5
  165. package/lib/resources/customer_payment_sources.d.cts +2 -2
  166. package/lib/resources/customer_payment_sources.d.ts +2 -2
  167. package/lib/resources/customer_payment_sources.js +3 -4
  168. package/lib/resources/customer_subscriptions.cjs +4 -5
  169. package/lib/resources/customer_subscriptions.d.cts +2 -2
  170. package/lib/resources/customer_subscriptions.d.ts +2 -2
  171. package/lib/resources/customer_subscriptions.js +3 -4
  172. package/lib/resources/customers.cjs +10 -5
  173. package/lib/resources/customers.d.cts +2 -2
  174. package/lib/resources/customers.d.ts +2 -2
  175. package/lib/resources/customers.js +9 -4
  176. package/lib/resources/delivery_lead_times.cjs +4 -5
  177. package/lib/resources/delivery_lead_times.d.cts +2 -2
  178. package/lib/resources/delivery_lead_times.d.ts +2 -2
  179. package/lib/resources/delivery_lead_times.js +3 -4
  180. package/lib/resources/discount_engine_items.cjs +4 -5
  181. package/lib/resources/discount_engine_items.d.cts +2 -2
  182. package/lib/resources/discount_engine_items.d.ts +2 -2
  183. package/lib/resources/discount_engine_items.js +3 -4
  184. package/lib/resources/discount_engines.cjs +4 -5
  185. package/lib/resources/discount_engines.d.cts +2 -2
  186. package/lib/resources/discount_engines.d.ts +2 -2
  187. package/lib/resources/discount_engines.js +3 -4
  188. package/lib/resources/easypost_pickups.cjs +4 -5
  189. package/lib/resources/easypost_pickups.d.cts +2 -2
  190. package/lib/resources/easypost_pickups.d.ts +2 -2
  191. package/lib/resources/easypost_pickups.js +3 -4
  192. package/lib/resources/event_callbacks.cjs +4 -5
  193. package/lib/resources/event_callbacks.d.cts +2 -2
  194. package/lib/resources/event_callbacks.d.ts +2 -2
  195. package/lib/resources/event_callbacks.js +3 -4
  196. package/lib/resources/events.cjs +4 -5
  197. package/lib/resources/events.d.cts +2 -2
  198. package/lib/resources/events.d.ts +2 -2
  199. package/lib/resources/events.js +3 -4
  200. package/lib/resources/exports.cjs +4 -5
  201. package/lib/resources/exports.d.cts +2 -2
  202. package/lib/resources/exports.d.ts +2 -2
  203. package/lib/resources/exports.js +3 -4
  204. package/lib/resources/external_gateways.cjs +4 -5
  205. package/lib/resources/external_gateways.d.cts +2 -2
  206. package/lib/resources/external_gateways.d.ts +2 -2
  207. package/lib/resources/external_gateways.js +3 -4
  208. package/lib/resources/external_payments.cjs +4 -5
  209. package/lib/resources/external_payments.d.cts +2 -2
  210. package/lib/resources/external_payments.d.ts +2 -2
  211. package/lib/resources/external_payments.js +3 -4
  212. package/lib/resources/external_promotions.cjs +10 -5
  213. package/lib/resources/external_promotions.d.cts +2 -2
  214. package/lib/resources/external_promotions.d.ts +2 -2
  215. package/lib/resources/external_promotions.js +9 -4
  216. package/lib/resources/external_tax_calculators.cjs +4 -5
  217. package/lib/resources/external_tax_calculators.d.cts +2 -2
  218. package/lib/resources/external_tax_calculators.d.ts +2 -2
  219. package/lib/resources/external_tax_calculators.js +3 -4
  220. package/lib/resources/fixed_amount_promotions.cjs +10 -5
  221. package/lib/resources/fixed_amount_promotions.d.cts +2 -2
  222. package/lib/resources/fixed_amount_promotions.d.ts +2 -2
  223. package/lib/resources/fixed_amount_promotions.js +9 -4
  224. package/lib/resources/fixed_price_promotions.cjs +10 -5
  225. package/lib/resources/fixed_price_promotions.d.cts +2 -2
  226. package/lib/resources/fixed_price_promotions.d.ts +2 -2
  227. package/lib/resources/fixed_price_promotions.js +9 -4
  228. package/lib/resources/flex_promotions.cjs +10 -5
  229. package/lib/resources/flex_promotions.d.cts +2 -2
  230. package/lib/resources/flex_promotions.d.ts +2 -2
  231. package/lib/resources/flex_promotions.js +9 -4
  232. package/lib/resources/free_gift_promotions.cjs +10 -5
  233. package/lib/resources/free_gift_promotions.d.cts +2 -2
  234. package/lib/resources/free_gift_promotions.d.ts +2 -2
  235. package/lib/resources/free_gift_promotions.js +9 -4
  236. package/lib/resources/free_shipping_promotions.cjs +10 -5
  237. package/lib/resources/free_shipping_promotions.d.cts +2 -2
  238. package/lib/resources/free_shipping_promotions.d.ts +2 -2
  239. package/lib/resources/free_shipping_promotions.js +9 -4
  240. package/lib/resources/geocoders.cjs +4 -5
  241. package/lib/resources/geocoders.d.cts +2 -2
  242. package/lib/resources/geocoders.d.ts +2 -2
  243. package/lib/resources/geocoders.js +3 -4
  244. package/lib/resources/gift_card_recipients.cjs +4 -5
  245. package/lib/resources/gift_card_recipients.d.cts +2 -2
  246. package/lib/resources/gift_card_recipients.d.ts +2 -2
  247. package/lib/resources/gift_card_recipients.js +3 -4
  248. package/lib/resources/gift_cards.cjs +10 -5
  249. package/lib/resources/gift_cards.d.cts +2 -2
  250. package/lib/resources/gift_cards.d.ts +2 -2
  251. package/lib/resources/gift_cards.js +9 -4
  252. package/lib/resources/google_geocoders.cjs +4 -5
  253. package/lib/resources/google_geocoders.d.cts +2 -2
  254. package/lib/resources/google_geocoders.d.ts +2 -2
  255. package/lib/resources/google_geocoders.js +3 -4
  256. package/lib/resources/imports.cjs +4 -5
  257. package/lib/resources/imports.d.cts +2 -2
  258. package/lib/resources/imports.d.ts +2 -2
  259. package/lib/resources/imports.js +3 -4
  260. package/lib/resources/in_stock_subscriptions.cjs +4 -5
  261. package/lib/resources/in_stock_subscriptions.d.cts +2 -2
  262. package/lib/resources/in_stock_subscriptions.d.ts +2 -2
  263. package/lib/resources/in_stock_subscriptions.js +3 -4
  264. package/lib/resources/inventory_models.cjs +4 -5
  265. package/lib/resources/inventory_models.d.cts +2 -2
  266. package/lib/resources/inventory_models.d.ts +2 -2
  267. package/lib/resources/inventory_models.js +3 -4
  268. package/lib/resources/inventory_return_locations.cjs +4 -5
  269. package/lib/resources/inventory_return_locations.d.cts +2 -2
  270. package/lib/resources/inventory_return_locations.d.ts +2 -2
  271. package/lib/resources/inventory_return_locations.js +3 -4
  272. package/lib/resources/inventory_stock_locations.cjs +4 -5
  273. package/lib/resources/inventory_stock_locations.d.cts +2 -2
  274. package/lib/resources/inventory_stock_locations.d.ts +2 -2
  275. package/lib/resources/inventory_stock_locations.js +3 -4
  276. package/lib/resources/klarna_gateways.cjs +4 -5
  277. package/lib/resources/klarna_gateways.d.cts +2 -2
  278. package/lib/resources/klarna_gateways.d.ts +2 -2
  279. package/lib/resources/klarna_gateways.js +3 -4
  280. package/lib/resources/klarna_payments.cjs +4 -5
  281. package/lib/resources/klarna_payments.d.cts +2 -2
  282. package/lib/resources/klarna_payments.d.ts +2 -2
  283. package/lib/resources/klarna_payments.js +3 -4
  284. package/lib/resources/line_item_options.cjs +10 -5
  285. package/lib/resources/line_item_options.d.cts +2 -2
  286. package/lib/resources/line_item_options.d.ts +2 -2
  287. package/lib/resources/line_item_options.js +9 -4
  288. package/lib/resources/line_items.cjs +10 -5
  289. package/lib/resources/line_items.d.cts +2 -2
  290. package/lib/resources/line_items.d.ts +2 -2
  291. package/lib/resources/line_items.js +9 -4
  292. package/lib/resources/links.cjs +4 -5
  293. package/lib/resources/links.d.cts +2 -2
  294. package/lib/resources/links.d.ts +2 -2
  295. package/lib/resources/links.js +3 -4
  296. package/lib/resources/manual_gateways.cjs +4 -5
  297. package/lib/resources/manual_gateways.d.cts +2 -2
  298. package/lib/resources/manual_gateways.d.ts +2 -2
  299. package/lib/resources/manual_gateways.js +3 -4
  300. package/lib/resources/manual_tax_calculators.cjs +4 -5
  301. package/lib/resources/manual_tax_calculators.d.cts +2 -2
  302. package/lib/resources/manual_tax_calculators.d.ts +2 -2
  303. package/lib/resources/manual_tax_calculators.js +3 -4
  304. package/lib/resources/markets.cjs +12 -5
  305. package/lib/resources/markets.d.cts +2 -2
  306. package/lib/resources/markets.d.ts +2 -2
  307. package/lib/resources/markets.js +11 -4
  308. package/lib/resources/merchants.cjs +4 -5
  309. package/lib/resources/merchants.d.cts +2 -2
  310. package/lib/resources/merchants.d.ts +2 -2
  311. package/lib/resources/merchants.js +3 -4
  312. package/lib/resources/notifications.cjs +4 -5
  313. package/lib/resources/notifications.d.cts +2 -2
  314. package/lib/resources/notifications.d.ts +2 -2
  315. package/lib/resources/notifications.js +3 -4
  316. package/lib/resources/order_amount_promotion_rules.cjs +4 -5
  317. package/lib/resources/order_amount_promotion_rules.d.cts +2 -2
  318. package/lib/resources/order_amount_promotion_rules.d.ts +2 -2
  319. package/lib/resources/order_amount_promotion_rules.js +3 -4
  320. package/lib/resources/order_copies.cjs +4 -5
  321. package/lib/resources/order_copies.d.cts +2 -2
  322. package/lib/resources/order_copies.d.ts +2 -2
  323. package/lib/resources/order_copies.js +3 -4
  324. package/lib/resources/order_factories.cjs +4 -5
  325. package/lib/resources/order_factories.d.cts +2 -2
  326. package/lib/resources/order_factories.d.ts +2 -2
  327. package/lib/resources/order_factories.js +3 -4
  328. package/lib/resources/order_subscription_items.cjs +4 -5
  329. package/lib/resources/order_subscription_items.d.cts +2 -2
  330. package/lib/resources/order_subscription_items.d.ts +2 -2
  331. package/lib/resources/order_subscription_items.js +3 -4
  332. package/lib/resources/order_subscriptions.cjs +10 -5
  333. package/lib/resources/order_subscriptions.d.cts +2 -2
  334. package/lib/resources/order_subscriptions.d.ts +2 -2
  335. package/lib/resources/order_subscriptions.js +9 -4
  336. package/lib/resources/orders.cjs +18 -5
  337. package/lib/resources/orders.d.cts +2 -2
  338. package/lib/resources/orders.d.ts +2 -2
  339. package/lib/resources/orders.js +17 -4
  340. package/lib/resources/organizations.cjs +4 -5
  341. package/lib/resources/organizations.d.cts +2 -2
  342. package/lib/resources/organizations.d.ts +2 -2
  343. package/lib/resources/organizations.js +3 -4
  344. package/lib/resources/packages.cjs +4 -5
  345. package/lib/resources/packages.d.cts +2 -2
  346. package/lib/resources/packages.d.ts +2 -2
  347. package/lib/resources/packages.js +3 -4
  348. package/lib/resources/parcel_line_items.cjs +4 -5
  349. package/lib/resources/parcel_line_items.d.cts +2 -2
  350. package/lib/resources/parcel_line_items.d.ts +2 -2
  351. package/lib/resources/parcel_line_items.js +3 -4
  352. package/lib/resources/parcels.cjs +4 -5
  353. package/lib/resources/parcels.d.cts +2 -2
  354. package/lib/resources/parcels.d.ts +2 -2
  355. package/lib/resources/parcels.js +3 -4
  356. package/lib/resources/payment_gateways.cjs +4 -5
  357. package/lib/resources/payment_gateways.d.cts +2 -2
  358. package/lib/resources/payment_gateways.d.ts +2 -2
  359. package/lib/resources/payment_gateways.js +3 -4
  360. package/lib/resources/payment_methods.cjs +4 -5
  361. package/lib/resources/payment_methods.d.cts +2 -2
  362. package/lib/resources/payment_methods.d.ts +2 -2
  363. package/lib/resources/payment_methods.js +3 -4
  364. package/lib/resources/payment_options.cjs +4 -5
  365. package/lib/resources/payment_options.d.cts +2 -2
  366. package/lib/resources/payment_options.d.ts +2 -2
  367. package/lib/resources/payment_options.js +3 -4
  368. package/lib/resources/paypal_gateways.cjs +4 -5
  369. package/lib/resources/paypal_gateways.d.cts +2 -2
  370. package/lib/resources/paypal_gateways.d.ts +2 -2
  371. package/lib/resources/paypal_gateways.js +3 -4
  372. package/lib/resources/paypal_payments.cjs +4 -5
  373. package/lib/resources/paypal_payments.d.cts +2 -2
  374. package/lib/resources/paypal_payments.d.ts +2 -2
  375. package/lib/resources/paypal_payments.js +3 -4
  376. package/lib/resources/percentage_discount_promotions.cjs +10 -5
  377. package/lib/resources/percentage_discount_promotions.d.cts +2 -2
  378. package/lib/resources/percentage_discount_promotions.d.ts +2 -2
  379. package/lib/resources/percentage_discount_promotions.js +9 -4
  380. package/lib/resources/pickups.cjs +4 -5
  381. package/lib/resources/pickups.d.cts +2 -2
  382. package/lib/resources/pickups.d.ts +2 -2
  383. package/lib/resources/pickups.js +3 -4
  384. package/lib/resources/price_frequency_tiers.cjs +4 -5
  385. package/lib/resources/price_frequency_tiers.d.cts +2 -2
  386. package/lib/resources/price_frequency_tiers.d.ts +2 -2
  387. package/lib/resources/price_frequency_tiers.js +3 -4
  388. package/lib/resources/price_list_schedulers.cjs +4 -5
  389. package/lib/resources/price_list_schedulers.d.cts +2 -2
  390. package/lib/resources/price_list_schedulers.d.ts +2 -2
  391. package/lib/resources/price_list_schedulers.js +3 -4
  392. package/lib/resources/price_lists.cjs +4 -5
  393. package/lib/resources/price_lists.d.cts +2 -2
  394. package/lib/resources/price_lists.d.ts +2 -2
  395. package/lib/resources/price_lists.js +3 -4
  396. package/lib/resources/price_tiers.cjs +4 -5
  397. package/lib/resources/price_tiers.d.cts +2 -2
  398. package/lib/resources/price_tiers.d.ts +2 -2
  399. package/lib/resources/price_tiers.js +3 -4
  400. package/lib/resources/price_volume_tiers.cjs +4 -5
  401. package/lib/resources/price_volume_tiers.d.cts +2 -2
  402. package/lib/resources/price_volume_tiers.d.ts +2 -2
  403. package/lib/resources/price_volume_tiers.js +3 -4
  404. package/lib/resources/prices.cjs +4 -5
  405. package/lib/resources/prices.d.cts +2 -2
  406. package/lib/resources/prices.d.ts +2 -2
  407. package/lib/resources/prices.js +3 -4
  408. package/lib/resources/promotion_rules.cjs +4 -5
  409. package/lib/resources/promotion_rules.d.cts +2 -2
  410. package/lib/resources/promotion_rules.d.ts +2 -2
  411. package/lib/resources/promotion_rules.js +3 -4
  412. package/lib/resources/promotions.cjs +4 -5
  413. package/lib/resources/promotions.d.cts +2 -2
  414. package/lib/resources/promotions.d.ts +2 -2
  415. package/lib/resources/promotions.js +3 -4
  416. package/lib/resources/recurring_order_copies.cjs +4 -5
  417. package/lib/resources/recurring_order_copies.d.cts +2 -2
  418. package/lib/resources/recurring_order_copies.d.ts +2 -2
  419. package/lib/resources/recurring_order_copies.js +3 -4
  420. package/lib/resources/refunds.cjs +4 -5
  421. package/lib/resources/refunds.d.cts +2 -2
  422. package/lib/resources/refunds.d.ts +2 -2
  423. package/lib/resources/refunds.js +3 -4
  424. package/lib/resources/reserved_stocks.cjs +4 -5
  425. package/lib/resources/reserved_stocks.d.cts +2 -2
  426. package/lib/resources/reserved_stocks.d.ts +2 -2
  427. package/lib/resources/reserved_stocks.js +3 -4
  428. package/lib/resources/resource_errors.cjs +4 -5
  429. package/lib/resources/resource_errors.d.cts +2 -2
  430. package/lib/resources/resource_errors.d.ts +2 -2
  431. package/lib/resources/resource_errors.js +3 -4
  432. package/lib/resources/return_line_items.cjs +4 -5
  433. package/lib/resources/return_line_items.d.cts +2 -2
  434. package/lib/resources/return_line_items.d.ts +2 -2
  435. package/lib/resources/return_line_items.js +3 -4
  436. package/lib/resources/returns.cjs +10 -5
  437. package/lib/resources/returns.d.cts +2 -2
  438. package/lib/resources/returns.d.ts +2 -2
  439. package/lib/resources/returns.js +9 -4
  440. package/lib/resources/satispay_gateways.cjs +4 -5
  441. package/lib/resources/satispay_gateways.d.cts +2 -2
  442. package/lib/resources/satispay_gateways.d.ts +2 -2
  443. package/lib/resources/satispay_gateways.js +3 -4
  444. package/lib/resources/satispay_payments.cjs +4 -5
  445. package/lib/resources/satispay_payments.d.cts +2 -2
  446. package/lib/resources/satispay_payments.d.ts +2 -2
  447. package/lib/resources/satispay_payments.js +3 -4
  448. package/lib/resources/shipments.cjs +10 -5
  449. package/lib/resources/shipments.d.cts +2 -2
  450. package/lib/resources/shipments.d.ts +2 -2
  451. package/lib/resources/shipments.js +9 -4
  452. package/lib/resources/shipping_categories.cjs +4 -5
  453. package/lib/resources/shipping_categories.d.cts +2 -2
  454. package/lib/resources/shipping_categories.d.ts +2 -2
  455. package/lib/resources/shipping_categories.js +3 -4
  456. package/lib/resources/shipping_method_tiers.cjs +4 -5
  457. package/lib/resources/shipping_method_tiers.d.cts +2 -2
  458. package/lib/resources/shipping_method_tiers.d.ts +2 -2
  459. package/lib/resources/shipping_method_tiers.js +3 -4
  460. package/lib/resources/shipping_methods.cjs +4 -5
  461. package/lib/resources/shipping_methods.d.cts +2 -2
  462. package/lib/resources/shipping_methods.d.ts +2 -2
  463. package/lib/resources/shipping_methods.js +3 -4
  464. package/lib/resources/shipping_weight_tiers.cjs +4 -5
  465. package/lib/resources/shipping_weight_tiers.d.cts +2 -2
  466. package/lib/resources/shipping_weight_tiers.d.ts +2 -2
  467. package/lib/resources/shipping_weight_tiers.js +3 -4
  468. package/lib/resources/shipping_zones.cjs +4 -5
  469. package/lib/resources/shipping_zones.d.cts +2 -2
  470. package/lib/resources/shipping_zones.d.ts +2 -2
  471. package/lib/resources/shipping_zones.js +3 -4
  472. package/lib/resources/sku_list_items.cjs +4 -5
  473. package/lib/resources/sku_list_items.d.cts +2 -2
  474. package/lib/resources/sku_list_items.d.ts +2 -2
  475. package/lib/resources/sku_list_items.js +3 -4
  476. package/lib/resources/sku_list_promotion_rules.cjs +4 -5
  477. package/lib/resources/sku_list_promotion_rules.d.cts +2 -2
  478. package/lib/resources/sku_list_promotion_rules.d.ts +2 -2
  479. package/lib/resources/sku_list_promotion_rules.js +3 -4
  480. package/lib/resources/sku_lists.cjs +4 -5
  481. package/lib/resources/sku_lists.d.cts +2 -2
  482. package/lib/resources/sku_lists.d.ts +2 -2
  483. package/lib/resources/sku_lists.js +3 -4
  484. package/lib/resources/sku_options.cjs +10 -5
  485. package/lib/resources/sku_options.d.cts +2 -2
  486. package/lib/resources/sku_options.d.ts +2 -2
  487. package/lib/resources/sku_options.js +9 -4
  488. package/lib/resources/skus.cjs +10 -5
  489. package/lib/resources/skus.d.cts +2 -2
  490. package/lib/resources/skus.d.ts +2 -2
  491. package/lib/resources/skus.js +9 -4
  492. package/lib/resources/stock_items.cjs +4 -5
  493. package/lib/resources/stock_items.d.cts +2 -2
  494. package/lib/resources/stock_items.d.ts +2 -2
  495. package/lib/resources/stock_items.js +3 -4
  496. package/lib/resources/stock_line_items.cjs +4 -5
  497. package/lib/resources/stock_line_items.d.cts +2 -2
  498. package/lib/resources/stock_line_items.d.ts +2 -2
  499. package/lib/resources/stock_line_items.js +3 -4
  500. package/lib/resources/stock_locations.cjs +4 -5
  501. package/lib/resources/stock_locations.d.cts +2 -2
  502. package/lib/resources/stock_locations.d.ts +2 -2
  503. package/lib/resources/stock_locations.js +3 -4
  504. package/lib/resources/stock_reservations.cjs +4 -5
  505. package/lib/resources/stock_reservations.d.cts +2 -2
  506. package/lib/resources/stock_reservations.d.ts +2 -2
  507. package/lib/resources/stock_reservations.js +3 -4
  508. package/lib/resources/stock_transfers.cjs +4 -5
  509. package/lib/resources/stock_transfers.d.cts +2 -2
  510. package/lib/resources/stock_transfers.d.ts +2 -2
  511. package/lib/resources/stock_transfers.js +3 -4
  512. package/lib/resources/stores.cjs +4 -5
  513. package/lib/resources/stores.d.cts +2 -2
  514. package/lib/resources/stores.d.ts +2 -2
  515. package/lib/resources/stores.js +3 -4
  516. package/lib/resources/stripe_gateways.cjs +4 -5
  517. package/lib/resources/stripe_gateways.d.cts +2 -2
  518. package/lib/resources/stripe_gateways.d.ts +2 -2
  519. package/lib/resources/stripe_gateways.js +3 -4
  520. package/lib/resources/stripe_payments.cjs +4 -5
  521. package/lib/resources/stripe_payments.d.cts +2 -2
  522. package/lib/resources/stripe_payments.d.ts +2 -2
  523. package/lib/resources/stripe_payments.js +3 -4
  524. package/lib/resources/stripe_tax_accounts.cjs +4 -5
  525. package/lib/resources/stripe_tax_accounts.d.cts +2 -2
  526. package/lib/resources/stripe_tax_accounts.d.ts +2 -2
  527. package/lib/resources/stripe_tax_accounts.js +3 -4
  528. package/lib/resources/subscription_models.cjs +4 -5
  529. package/lib/resources/subscription_models.d.cts +2 -2
  530. package/lib/resources/subscription_models.d.ts +2 -2
  531. package/lib/resources/subscription_models.js +3 -4
  532. package/lib/resources/tags.cjs +4 -5
  533. package/lib/resources/tags.d.cts +2 -2
  534. package/lib/resources/tags.d.ts +2 -2
  535. package/lib/resources/tags.js +3 -4
  536. package/lib/resources/talon_one_accounts.cjs +4 -5
  537. package/lib/resources/talon_one_accounts.d.cts +2 -2
  538. package/lib/resources/talon_one_accounts.d.ts +2 -2
  539. package/lib/resources/talon_one_accounts.js +3 -4
  540. package/lib/resources/tax_calculators.cjs +4 -5
  541. package/lib/resources/tax_calculators.d.cts +2 -2
  542. package/lib/resources/tax_calculators.d.ts +2 -2
  543. package/lib/resources/tax_calculators.js +3 -4
  544. package/lib/resources/tax_categories.cjs +4 -5
  545. package/lib/resources/tax_categories.d.cts +2 -2
  546. package/lib/resources/tax_categories.d.ts +2 -2
  547. package/lib/resources/tax_categories.js +3 -4
  548. package/lib/resources/tax_rules.cjs +4 -5
  549. package/lib/resources/tax_rules.d.cts +2 -2
  550. package/lib/resources/tax_rules.d.ts +2 -2
  551. package/lib/resources/tax_rules.js +3 -4
  552. package/lib/resources/taxjar_accounts.cjs +4 -5
  553. package/lib/resources/taxjar_accounts.d.cts +2 -2
  554. package/lib/resources/taxjar_accounts.d.ts +2 -2
  555. package/lib/resources/taxjar_accounts.js +3 -4
  556. package/lib/resources/transactions.cjs +4 -5
  557. package/lib/resources/transactions.d.cts +2 -2
  558. package/lib/resources/transactions.d.ts +2 -2
  559. package/lib/resources/transactions.js +3 -4
  560. package/lib/resources/versions.cjs +4 -5
  561. package/lib/resources/versions.d.cts +2 -2
  562. package/lib/resources/versions.d.ts +2 -2
  563. package/lib/resources/versions.js +3 -4
  564. package/lib/resources/vertex_accounts.cjs +4 -5
  565. package/lib/resources/vertex_accounts.d.cts +2 -2
  566. package/lib/resources/vertex_accounts.d.ts +2 -2
  567. package/lib/resources/vertex_accounts.js +3 -4
  568. package/lib/resources/voids.cjs +4 -5
  569. package/lib/resources/voids.d.cts +2 -2
  570. package/lib/resources/voids.d.ts +2 -2
  571. package/lib/resources/voids.js +3 -4
  572. package/lib/resources/webhooks.cjs +4 -5
  573. package/lib/resources/webhooks.d.cts +2 -2
  574. package/lib/resources/webhooks.d.ts +2 -2
  575. package/lib/resources/webhooks.js +3 -4
  576. package/lib/resources/wire_transfers.cjs +4 -5
  577. package/lib/resources/wire_transfers.d.cts +2 -2
  578. package/lib/resources/wire_transfers.d.ts +2 -2
  579. package/lib/resources/wire_transfers.js +3 -4
  580. package/lib/static.cjs +1 -0
  581. package/lib/static.d.cts +3 -3
  582. package/lib/static.d.ts +3 -3
  583. package/lib/static.js +1 -0
  584. package/lib/util.cjs +2 -0
  585. package/lib/util.js +2 -0
  586. package/package.json +7 -7
  587. package/lib/instance.cjs +0 -272
  588. package/lib/instance.d.cts +0 -141
  589. package/lib/instance.d.ts +0 -141
  590. package/lib/instance.js +0 -139
package/lib/common.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ require('./chunk-JE77HYXB.cjs');
3
4
  var api = require('./api');
4
5
 
5
6
  const isResourceId = (resource) => {
package/lib/common.d.cts CHANGED
@@ -1,6 +1,6 @@
1
- import { p as ResourceId, R as ResourceType } from './api-BYcswOJ0.cjs';
1
+ import { R as ResourceId, a as ResourceType } from './api-Bq9emZm-.cjs';
2
2
  import './client.cjs';
3
- import './interceptor-5MISI1yn.cjs';
3
+ import './interceptor-D65i25Y7.cjs';
4
4
  import './types.cjs';
5
5
 
6
6
  declare const isResourceId: (resource: any) => resource is ResourceId;
package/lib/common.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { p as ResourceId, R as ResourceType } from './api-Cknm0QL_.js';
1
+ import { R as ResourceId, a as ResourceType } from './api-C5qyxFpD.js';
2
2
  import './client.js';
3
- import './interceptor-5MISI1yn.js';
3
+ import './interceptor-D65i25Y7.js';
4
4
  import './types.js';
5
5
 
6
6
  declare const isResourceId: (resource: any) => resource is ResourceId;
package/lib/common.js CHANGED
@@ -1,3 +1,4 @@
1
+ import './chunk-AQ5VUG5P.js';
1
2
  import { resourceList } from './api';
2
3
 
3
4
  const isResourceId = (resource) => {
package/lib/config.cjs CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ require('./chunk-JE77HYXB.cjs');
4
+
3
5
  const config = {
4
6
  default: {
5
7
  domain: "commercelayer.io",
package/lib/config.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ApiClientInitConfig } from './client.cjs';
2
- import './interceptor-5MISI1yn.cjs';
2
+ import './interceptor-D65i25Y7.cjs';
3
3
 
4
4
  declare const config: {
5
5
  readonly default: {
package/lib/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ApiClientInitConfig } from './client.js';
2
- import './interceptor-5MISI1yn.js';
2
+ import './interceptor-D65i25Y7.js';
3
3
 
4
4
  declare const config: {
5
5
  readonly default: {
package/lib/config.js CHANGED
@@ -1,3 +1,5 @@
1
+ import './chunk-AQ5VUG5P.js';
2
+
1
3
  const config = {
2
4
  default: {
3
5
  domain: "commercelayer.io",
package/lib/debug.cjs CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ require('./chunk-JE77HYXB.cjs');
4
+
3
5
  const debuggerFunction = (_pattern, ..._args) => {
4
6
  };
5
7
  let debuggerFactory = (_namespace) => debuggerFunction;
package/lib/debug.js CHANGED
@@ -1,3 +1,5 @@
1
+ import './chunk-AQ5VUG5P.js';
2
+
1
3
  const debuggerFunction = (_pattern, ..._args) => {
2
4
  };
3
5
  let debuggerFactory = (_namespace) => debuggerFunction;
package/lib/error.cjs CHANGED
@@ -1,10 +1,8 @@
1
1
  'use strict';
2
2
 
3
+ var chunkJE77HYXB_cjs = require('./chunk-JE77HYXB.cjs');
3
4
  var fetch = require('./fetch');
4
5
 
5
- var __defProp = Object.defineProperty;
6
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
7
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
8
6
  var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
9
7
  ErrorType2["CLIENT"] = "client";
10
8
  ErrorType2["REQUEST"] = "request";
@@ -18,9 +16,9 @@ var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
18
16
  const _SdkError = class _SdkError extends Error {
19
17
  constructor(error) {
20
18
  super(error.message);
21
- __publicField(this, "type");
22
- __publicField(this, "code");
23
- __publicField(this, "source");
19
+ chunkJE77HYXB_cjs.__publicField(this, "type");
20
+ chunkJE77HYXB_cjs.__publicField(this, "code");
21
+ chunkJE77HYXB_cjs.__publicField(this, "source");
24
22
  this.name = _SdkError.NAME;
25
23
  this.type = error.type || "client" /* CLIENT */;
26
24
  }
@@ -28,15 +26,15 @@ const _SdkError = class _SdkError extends Error {
28
26
  return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
29
27
  }
30
28
  };
31
- __publicField(_SdkError, "NAME", "SdkError");
29
+ chunkJE77HYXB_cjs.__publicField(_SdkError, "NAME", "SdkError");
32
30
  let SdkError = _SdkError;
33
31
  const _ApiError = class _ApiError extends SdkError {
34
32
  // constructor(error: SdkError)
35
33
  constructor(error) {
36
34
  super({ ...error, type: "response" /* RESPONSE */ });
37
- __publicField(this, "errors", []);
38
- __publicField(this, "status");
39
- __publicField(this, "statusText");
35
+ chunkJE77HYXB_cjs.__publicField(this, "errors", []);
36
+ chunkJE77HYXB_cjs.__publicField(this, "status");
37
+ chunkJE77HYXB_cjs.__publicField(this, "statusText");
40
38
  this.name = _ApiError.NAME;
41
39
  }
42
40
  static isApiError(error) {
@@ -46,7 +44,7 @@ const _ApiError = class _ApiError extends SdkError {
46
44
  return this.errors?.length > 0 ? this.errors[0] : void 0;
47
45
  }
48
46
  };
49
- __publicField(_ApiError, "NAME", "ApiError");
47
+ chunkJE77HYXB_cjs.__publicField(_ApiError, "NAME", "ApiError");
50
48
  let ApiError = _ApiError;
51
49
  const isRequestError = (error) => {
52
50
  return error instanceof TypeError && error.message !== "fetch failed";
@@ -65,7 +63,6 @@ const isExpiredTokenError = (error) => {
65
63
  return ApiError.isApiError(error) && error.status === 401 && (invalidTokenCodes.includes(error.code || "") || error.errors && error.errors.length > 0 && invalidTokenCodes.includes(error.errors[0].code));
66
64
  };
67
65
  const handleError = (error) => {
68
- console.log(error);
69
66
  if (SdkError.isSdkError(error) || ApiError.isApiError(error)) throw error;
70
67
  let sdkError = new SdkError({ message: error.message });
71
68
  if (fetch.FetchError.isFetchError(error)) {
package/lib/error.js CHANGED
@@ -1,8 +1,6 @@
1
+ import { __publicField } from './chunk-AQ5VUG5P.js';
1
2
  import { FetchError } from './fetch';
2
3
 
3
- var __defProp = Object.defineProperty;
4
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
5
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
6
4
  var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
7
5
  ErrorType2["CLIENT"] = "client";
8
6
  ErrorType2["REQUEST"] = "request";
@@ -63,7 +61,6 @@ const isExpiredTokenError = (error) => {
63
61
  return ApiError.isApiError(error) && error.status === 401 && (invalidTokenCodes.includes(error.code || "") || error.errors && error.errors.length > 0 && invalidTokenCodes.includes(error.errors[0].code));
64
62
  };
65
63
  const handleError = (error) => {
66
- console.log(error);
67
64
  if (SdkError.isSdkError(error) || ApiError.isApiError(error)) throw error;
68
65
  let sdkError = new SdkError({ message: error.message });
69
66
  if (FetchError.isFetchError(error)) {
package/lib/fetch.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ var chunkJE77HYXB_cjs = require('./chunk-JE77HYXB.cjs');
3
4
  var error = require('./error');
4
5
  var Debug = require('./debug');
5
6
 
@@ -7,48 +8,38 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
8
 
8
9
  var Debug__default = /*#__PURE__*/_interopDefault(Debug);
9
10
 
10
- var __defProp = Object.defineProperty;
11
- var __typeError = (msg) => {
12
- throw TypeError(msg);
13
- };
14
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
15
- var __publicField = (obj, key, value) => __defNormalProp(obj, key + "" , value);
16
- var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
17
- var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
18
- var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
19
- var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), member.set(obj, value), value);
20
11
  var _errors, _status, _statusText, _request;
21
12
  const debug = Debug__default.default("fetch");
22
13
  const _FetchError = class _FetchError extends Error {
23
14
  constructor(status, statusText, body, request) {
24
15
  super(statusText);
25
- __privateAdd(this, _errors);
26
- __privateAdd(this, _status);
27
- __privateAdd(this, _statusText);
28
- __privateAdd(this, _request);
29
- __privateSet(this, _status, status);
30
- __privateSet(this, _statusText, statusText);
31
- if (body) __privateSet(this, _errors, body.errors);
32
- if (request) __privateSet(this, _request, request);
16
+ chunkJE77HYXB_cjs.__privateAdd(this, _errors);
17
+ chunkJE77HYXB_cjs.__privateAdd(this, _status);
18
+ chunkJE77HYXB_cjs.__privateAdd(this, _statusText);
19
+ chunkJE77HYXB_cjs.__privateAdd(this, _request);
20
+ chunkJE77HYXB_cjs.__privateSet(this, _status, status);
21
+ chunkJE77HYXB_cjs.__privateSet(this, _statusText, statusText);
22
+ if (body) chunkJE77HYXB_cjs.__privateSet(this, _errors, body.errors);
23
+ if (request) chunkJE77HYXB_cjs.__privateSet(this, _request, request);
33
24
  }
34
25
  get errors() {
35
- return __privateGet(this, _errors);
26
+ return chunkJE77HYXB_cjs.__privateGet(this, _errors);
36
27
  }
37
28
  get status() {
38
- return __privateGet(this, _status);
29
+ return chunkJE77HYXB_cjs.__privateGet(this, _status);
39
30
  }
40
31
  get statusText() {
41
- return __privateGet(this, _statusText);
32
+ return chunkJE77HYXB_cjs.__privateGet(this, _statusText);
42
33
  }
43
34
  get request() {
44
- return __privateGet(this, _request);
35
+ return chunkJE77HYXB_cjs.__privateGet(this, _request);
45
36
  }
46
37
  };
47
38
  _errors = new WeakMap();
48
39
  _status = new WeakMap();
49
40
  _statusText = new WeakMap();
50
41
  _request = new WeakMap();
51
- __publicField(_FetchError, "isFetchError", (error) => {
42
+ chunkJE77HYXB_cjs.__publicField(_FetchError, "isFetchError", (error) => {
52
43
  return error instanceof _FetchError;
53
44
  });
54
45
  let FetchError = _FetchError;
package/lib/fetch.d.cts CHANGED
@@ -1 +1 @@
1
- export { F as Fetch, i as FetchClientOptions, j as FetchError, h as FetchRequestOptions, g as FetchResponse, k as fetchURL } from './interceptor-5MISI1yn.cjs';
1
+ export { F as Fetch, i as FetchClientOptions, j as FetchError, h as FetchRequestOptions, d as FetchResponse, k as fetchURL } from './interceptor-D65i25Y7.cjs';
package/lib/fetch.d.ts CHANGED
@@ -1 +1 @@
1
- export { F as Fetch, i as FetchClientOptions, j as FetchError, h as FetchRequestOptions, g as FetchResponse, k as fetchURL } from './interceptor-5MISI1yn.js';
1
+ export { F as Fetch, i as FetchClientOptions, j as FetchError, h as FetchRequestOptions, d as FetchResponse, k as fetchURL } from './interceptor-D65i25Y7.js';
package/lib/fetch.js CHANGED
@@ -1,16 +1,7 @@
1
+ import { __publicField, __privateAdd, __privateSet, __privateGet } from './chunk-AQ5VUG5P.js';
1
2
  import { SdkError, ErrorType } from './error';
2
3
  import Debug from './debug';
3
4
 
4
- var __defProp = Object.defineProperty;
5
- var __typeError = (msg) => {
6
- throw TypeError(msg);
7
- };
8
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
- var __publicField = (obj, key, value) => __defNormalProp(obj, key + "" , value);
10
- var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
11
- var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
12
- var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
13
- var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), member.set(obj, value), value);
14
5
  var _errors, _status, _statusText, _request;
15
6
  const debug = Debug("fetch");
16
7
  const _FetchError = class _FetchError extends Error {
package/lib/index.cjs CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ require('./chunk-JE77HYXB.cjs');
5
6
  var commercelayer = require('./commercelayer');
6
- var instance = require('./instance');
7
+ var api = require('./api');
7
8
  var _static = require('./static');
8
9
 
9
10
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
@@ -24,9 +25,9 @@ Object.defineProperty(exports, "CommerceLayerStatic", {
24
25
  enumerable: true,
25
26
  get: function () { return _static.CommerceLayerStatic; }
26
27
  });
27
- Object.keys(instance).forEach(function (k) {
28
+ Object.keys(api).forEach(function (k) {
28
29
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
29
30
  enumerable: true,
30
- get: function () { return instance[k]; }
31
+ get: function () { return api[k]; }
31
32
  });
32
33
  });
package/lib/index.d.cts CHANGED
@@ -1,8 +1,7 @@
1
1
  export { default as CommerceLayer, CommerceLayerClient, CommerceLayerConfig, CommerceLayerInitConfig, default } from './commercelayer.cjs';
2
- export { addresses, adjustments, adyen_gateways, adyen_payments, application, attachments, authorizations, avalara_accounts, axerve_gateways, axerve_payments, bing_geocoders, braintree_gateways, braintree_payments, bundles, buy_x_pay_y_promotions, captures, carrier_accounts, checkout_com_gateways, checkout_com_payments, cleanups, coupon_codes_promotion_rules, coupon_recipients, coupons, custom_promotion_rules, customer_addresses, customer_groups, customer_password_resets, customer_payment_sources, customer_subscriptions, customers, delivery_lead_times, discount_engine_items, discount_engines, easypost_pickups, event_callbacks, events, exportz, external_gateways, external_payments, external_promotions, external_tax_calculators, fixed_amount_promotions, fixed_price_promotions, flex_promotions, free_gift_promotions, free_shipping_promotions, geocoders, gift_card_recipients, gift_cards, google_geocoders, imports, in_stock_subscriptions, initCommerceLayer, inventory_models, inventory_return_locations, inventory_stock_locations, klarna_gateways, klarna_payments, line_item_options, line_items, links, manual_gateways, manual_tax_calculators, markets, merchants, notifications, order_amount_promotion_rules, order_copies, order_factories, order_subscription_items, order_subscriptions, orders, organization, packages, parcel_line_items, parcels, payment_gateways, payment_methods, payment_options, paypal_gateways, paypal_payments, percentage_discount_promotions, pickups, price_frequency_tiers, price_list_schedulers, price_lists, price_tiers, price_volume_tiers, prices, promotion_rules, promotions, recurring_order_copies, refunds, reserved_stocks, resource_errors, return_line_items, returns, satispay_gateways, satispay_payments, shipments, shipping_categories, shipping_method_tiers, shipping_methods, shipping_weight_tiers, shipping_zones, sku_list_items, sku_list_promotion_rules, sku_lists, sku_options, skus, stock_items, stock_line_items, stock_locations, stock_reservations, stock_transfers, stores, stripe_gateways, stripe_payments, stripe_tax_accounts, subscription_models, tags, talon_one_accounts, tax_calculators, tax_categories, tax_rules, taxjar_accounts, transactions, versions, vertex_accounts, voids, webhooks, wire_transfers } from './instance.cjs';
2
+ export { c1 as Address, c2 as AddressCreate, c4 as AddressSort, c3 as AddressUpdate, c5 as Adjustment, c6 as AdjustmentCreate, c8 as AdjustmentSort, c7 as AdjustmentUpdate, c9 as AdyenGateway, ca as AdyenGatewayCreate, cc as AdyenGatewaySort, cb as AdyenGatewayUpdate, cd as AdyenPayment, ce as AdyenPaymentCreate, cg as AdyenPaymentSort, cf as AdyenPaymentUpdate, bW as ApiResource, c0 as ApiResourceAdapter, bX as ApiSingleton, ch as Application, ci as ApplicationSort, cj as Attachment, ck as AttachmentCreate, cm as AttachmentSort, cl as AttachmentUpdate, cn as Authorization, cp as AuthorizationSort, co as AuthorizationUpdate, cq as AvalaraAccount, cr as AvalaraAccountCreate, ct as AvalaraAccountSort, cs as AvalaraAccountUpdate, cu as AxerveGateway, cv as AxerveGatewayCreate, cx as AxerveGatewaySort, cw as AxerveGatewayUpdate, cy as AxervePayment, cz as AxervePaymentCreate, cB as AxervePaymentSort, cA as AxervePaymentUpdate, cC as BingGeocoder, cD as BingGeocoderCreate, cF as BingGeocoderSort, cE as BingGeocoderUpdate, cG as BraintreeGateway, cH as BraintreeGatewayCreate, cJ as BraintreeGatewaySort, cI as BraintreeGatewayUpdate, cK as BraintreePayment, cL as BraintreePaymentCreate, cN as BraintreePaymentSort, cM as BraintreePaymentUpdate, cO as Bundle, cP as BundleCreate, cR as BundleSort, cQ as BundleUpdate, cS as BuyXPayYPromotion, cT as BuyXPayYPromotionCreate, cV as BuyXPayYPromotionSort, cU as BuyXPayYPromotionUpdate, cW as Capture, cY as CaptureSort, cX as CaptureUpdate, cZ as CarrierAccount, c_ as CarrierAccountCreate, d0 as CarrierAccountSort, c$ as CarrierAccountUpdate, d1 as CheckoutComGateway, d2 as CheckoutComGatewayCreate, d4 as CheckoutComGatewaySort, d3 as CheckoutComGatewayUpdate, d5 as CheckoutComPayment, d6 as CheckoutComPaymentCreate, d8 as CheckoutComPaymentSort, d7 as CheckoutComPaymentUpdate, d9 as Cleanup, da as CleanupCreate, dc as CleanupSort, db as CleanupUpdate, dl as Coupon, dd as CouponCodesPromotionRule, de as CouponCodesPromotionRuleCreate, dg as CouponCodesPromotionRuleSort, df as CouponCodesPromotionRuleUpdate, dm as CouponCreate, dh as CouponRecipient, di as CouponRecipientCreate, dk as CouponRecipientSort, dj as CouponRecipientUpdate, dp as CouponSort, dn as CouponUpdate, j as CreatableResource, C as CreatableResourceType, dq as CustomPromotionRule, dr as CustomPromotionRuleCreate, dt as CustomPromotionRuleSort, ds as CustomPromotionRuleUpdate, dO as Customer, du as CustomerAddress, dv as CustomerAddressCreate, dx as CustomerAddressSort, dw as CustomerAddressUpdate, dP as CustomerCreate, dy as CustomerGroup, dz as CustomerGroupCreate, dB as CustomerGroupSort, dA as CustomerGroupUpdate, dC as CustomerPasswordReset, dD as CustomerPasswordResetCreate, dF as CustomerPasswordResetSort, dE as CustomerPasswordResetUpdate, dG as CustomerPaymentSource, dH as CustomerPaymentSourceCreate, dJ as CustomerPaymentSourceSort, dI as CustomerPaymentSourceUpdate, dR as CustomerSort, dK as CustomerSubscription, dL as CustomerSubscriptionCreate, dN as CustomerSubscriptionSort, dM as CustomerSubscriptionUpdate, dQ as CustomerUpdate, l as DeletableResource, D as DeletableResourceType, dS as DeliveryLeadTime, dT as DeliveryLeadTimeCreate, dV as DeliveryLeadTimeSort, dU as DeliveryLeadTimeUpdate, dY as DiscountEngine, dW as DiscountEngineItem, dX as DiscountEngineItemSort, dZ as DiscountEngineSort, d_ as EasypostPickup, d$ as EasypostPickupCreate, e1 as EasypostPickupSort, e0 as EasypostPickupUpdate, e4 as Event, e2 as EventCallback, e3 as EventCallbackSort, e6 as EventSort, e5 as EventUpdate, e7 as Export, e8 as ExportCreate, ea as ExportSort, e9 as ExportUpdate, eb as ExternalGateway, ec as ExternalGatewayCreate, ee as ExternalGatewaySort, ed as ExternalGatewayUpdate, ef as ExternalPayment, eg as ExternalPaymentCreate, ei as ExternalPaymentSort, eh as ExternalPaymentUpdate, ej as ExternalPromotion, ek as ExternalPromotionCreate, em as ExternalPromotionSort, el as ExternalPromotionUpdate, en as ExternalTaxCalculator, eo as ExternalTaxCalculatorCreate, eq as ExternalTaxCalculatorSort, ep as ExternalTaxCalculatorUpdate, er as FixedAmountPromotion, es as FixedAmountPromotionCreate, eu as FixedAmountPromotionSort, et as FixedAmountPromotionUpdate, ev as FixedPricePromotion, ew as FixedPricePromotionCreate, ey as FixedPricePromotionSort, ex as FixedPricePromotionUpdate, ez as FlexPromotion, eA as FlexPromotionCreate, eC as FlexPromotionSort, eB as FlexPromotionUpdate, eD as FreeGiftPromotion, eE as FreeGiftPromotionCreate, eG as FreeGiftPromotionSort, eF as FreeGiftPromotionUpdate, eH as FreeShippingPromotion, eI as FreeShippingPromotionCreate, eK as FreeShippingPromotionSort, eJ as FreeShippingPromotionUpdate, eL as Geocoder, eM as GeocoderSort, eR as GiftCard, eS as GiftCardCreate, eN as GiftCardRecipient, eO as GiftCardRecipientCreate, eQ as GiftCardRecipientSort, eP as GiftCardRecipientUpdate, eU as GiftCardSort, eT as GiftCardUpdate, eV as GoogleGeocoder, eW as GoogleGeocoderCreate, eY as GoogleGeocoderSort, eX as GoogleGeocoderUpdate, eZ as Import, e_ as ImportCreate, f0 as ImportSort, e$ as ImportUpdate, f1 as InStockSubscription, f2 as InStockSubscriptionCreate, f4 as InStockSubscriptionSort, f3 as InStockSubscriptionUpdate, f5 as InventoryModel, f6 as InventoryModelCreate, f8 as InventoryModelSort, f7 as InventoryModelUpdate, f9 as InventoryReturnLocation, fa as InventoryReturnLocationCreate, fc as InventoryReturnLocationSort, fb as InventoryReturnLocationUpdate, fd as InventoryStockLocation, fe as InventoryStockLocationCreate, fg as InventoryStockLocationSort, ff as InventoryStockLocationUpdate, fh as KlarnaGateway, fi as KlarnaGatewayCreate, fk as KlarnaGatewaySort, fj as KlarnaGatewayUpdate, fl as KlarnaPayment, fm as KlarnaPaymentCreate, fo as KlarnaPaymentSort, fn as KlarnaPaymentUpdate, ft as LineItem, fu as LineItemCreate, fp as LineItemOption, fq as LineItemOptionCreate, fs as LineItemOptionSort, fr as LineItemOptionUpdate, fw as LineItemSort, fv as LineItemUpdate, fx as Link, fy as LinkCreate, fA as LinkSort, fz as LinkUpdate, bU as ListMeta, bT as ListResponse, i as ListableResource, L as ListableResourceType, fB as ManualGateway, fC as ManualGatewayCreate, fE as ManualGatewaySort, fD as ManualGatewayUpdate, fF as ManualTaxCalculator, fG as ManualTaxCalculatorCreate, fI as ManualTaxCalculatorSort, fH as ManualTaxCalculatorUpdate, fJ as Market, fK as MarketCreate, fM as MarketSort, fL as MarketUpdate, fN as Merchant, fO as MerchantCreate, fQ as MerchantSort, fP as MerchantUpdate, bS as Metadata, fR as Notification, fS as NotificationCreate, fU as NotificationSort, fT as NotificationUpdate, gb as Order, fV as OrderAmountPromotionRule, fW as OrderAmountPromotionRuleCreate, fY as OrderAmountPromotionRuleSort, fX as OrderAmountPromotionRuleUpdate, fZ as OrderCopy, f_ as OrderCopyCreate, g0 as OrderCopySort, f$ as OrderCopyUpdate, gc as OrderCreate, g1 as OrderFactory, g2 as OrderFactorySort, ge as OrderSort, g7 as OrderSubscription, g8 as OrderSubscriptionCreate, g3 as OrderSubscriptionItem, g4 as OrderSubscriptionItemCreate, g6 as OrderSubscriptionItemSort, g5 as OrderSubscriptionItemUpdate, ga as OrderSubscriptionSort, g9 as OrderSubscriptionUpdate, gd as OrderUpdate, gf as Organization, gg as OrganizationSort, gh as Package, gi as PackageCreate, gk as PackageSort, gj as PackageUpdate, gp as Parcel, gq as ParcelCreate, gl as ParcelLineItem, gm as ParcelLineItemCreate, go as ParcelLineItemSort, gn as ParcelLineItemUpdate, gs as ParcelSort, gr as ParcelUpdate, gt as PaymentGateway, gu as PaymentGatewaySort, gv as PaymentMethod, gw as PaymentMethodCreate, gy as PaymentMethodSort, gx as PaymentMethodUpdate, gz as PaymentOption, gA as PaymentOptionCreate, gC as PaymentOptionSort, gB as PaymentOptionUpdate, gD as PaypalGateway, gE as PaypalGatewayCreate, gG as PaypalGatewaySort, gF as PaypalGatewayUpdate, gH as PaypalPayment, gI as PaypalPaymentCreate, gK as PaypalPaymentSort, gJ as PaypalPaymentUpdate, gL as PercentageDiscountPromotion, gM as PercentageDiscountPromotionCreate, gO as PercentageDiscountPromotionSort, gN as PercentageDiscountPromotionUpdate, gP as Pickup, gQ as PickupSort, h7 as Price, h8 as PriceCreate, gR as PriceFrequencyTier, gS as PriceFrequencyTierCreate, gU as PriceFrequencyTierSort, gT as PriceFrequencyTierUpdate, gZ as PriceList, g_ as PriceListCreate, gV as PriceListScheduler, gW as PriceListSchedulerCreate, gY as PriceListSchedulerSort, gX as PriceListSchedulerUpdate, h0 as PriceListSort, g$ as PriceListUpdate, ha as PriceSort, h1 as PriceTier, h2 as PriceTierSort, h9 as PriceUpdate, h3 as PriceVolumeTier, h4 as PriceVolumeTierCreate, h6 as PriceVolumeTierSort, h5 as PriceVolumeTierUpdate, hd as Promotion, hb as PromotionRule, hc as PromotionRuleSort, he as PromotionSort, bG as QueryArrayFields, bK as QueryArraySortable, bI as QueryFields, bN as QueryFilter, bF as QueryInclude, bO as QueryPageNumber, bP as QueryPageSize, bR as QueryParams, bQ as QueryParamsList, bJ as QueryParamsRetrieve, bH as QueryRecordFields, bL as QueryRecordSortable, bM as QuerySort, hf as RecurringOrderCopy, hg as RecurringOrderCopyCreate, hi as RecurringOrderCopySort, hh as RecurringOrderCopyUpdate, hj as Refund, hl as RefundSort, hk as RefundUpdate, hm as ReservedStock, hn as ReservedStockSort, b as Resource, bZ as ResourceAdapter, c as ResourceCreate, ho as ResourceError, hp as ResourceErrorSort, o as ResourceFields, b$ as ResourceFilter, R as ResourceId, bV as ResourceRel, b_ as ResourceSort, p as ResourceSortFields, a as ResourceType, f as ResourceTypeLock, d as ResourceUpdate, bY as ResourcesConfig, e as ResourcesInitConfig, h as RetrievableResource, g as RetrievableResourceType, hu as Return, hv as ReturnCreate, hq as ReturnLineItem, hr as ReturnLineItemCreate, ht as ReturnLineItemSort, hs as ReturnLineItemUpdate, hx as ReturnSort, hw as ReturnUpdate, hy as SatispayGateway, hz as SatispayGatewayCreate, hB as SatispayGatewaySort, hA as SatispayGatewayUpdate, hC as SatispayPayment, hD as SatispayPaymentCreate, hF as SatispayPaymentSort, hE as SatispayPaymentUpdate, hG as Shipment, hH as ShipmentCreate, hJ as ShipmentSort, hI as ShipmentUpdate, hK as ShippingCategory, hL as ShippingCategoryCreate, hN as ShippingCategorySort, hM as ShippingCategoryUpdate, hQ as ShippingMethod, hR as ShippingMethodCreate, hT as ShippingMethodSort, hO as ShippingMethodTier, hP as ShippingMethodTierSort, hS as ShippingMethodUpdate, hU as ShippingWeightTier, hV as ShippingWeightTierCreate, hX as ShippingWeightTierSort, hW as ShippingWeightTierUpdate, hY as ShippingZone, hZ as ShippingZoneCreate, h$ as ShippingZoneSort, h_ as ShippingZoneUpdate, ih as Sku, ii as SkuCreate, i8 as SkuList, i9 as SkuListCreate, i0 as SkuListItem, i1 as SkuListItemCreate, i3 as SkuListItemSort, i2 as SkuListItemUpdate, i4 as SkuListPromotionRule, i5 as SkuListPromotionRuleCreate, i7 as SkuListPromotionRuleSort, i6 as SkuListPromotionRuleUpdate, ib as SkuListSort, ia as SkuListUpdate, ic as SkuOption, id as SkuOptionCreate, ig as SkuOptionSort, ie as SkuOptionUpdate, ik as SkuSort, ij as SkuUpdate, il as StockItem, im as StockItemCreate, ip as StockItemSort, io as StockItemUpdate, iq as StockLineItem, ir as StockLineItemCreate, it as StockLineItemSort, is as StockLineItemUpdate, iu as StockLocation, iv as StockLocationCreate, ix as StockLocationSort, iw as StockLocationUpdate, iy as StockReservation, iz as StockReservationCreate, iB as StockReservationSort, iA as StockReservationUpdate, iC as StockTransfer, iD as StockTransferCreate, iF as StockTransferSort, iE as StockTransferUpdate, iG as Store, iH as StoreCreate, iJ as StoreSort, iI as StoreUpdate, iK as StripeGateway, iL as StripeGatewayCreate, iN as StripeGatewaySort, iM as StripeGatewayUpdate, iO as StripePayment, iP as StripePaymentCreate, iR as StripePaymentSort, iQ as StripePaymentUpdate, iS as StripeTaxAccount, iT as StripeTaxAccountCreate, iV as StripeTaxAccountSort, iU as StripeTaxAccountUpdate, iW as SubscriptionModel, iX as SubscriptionModelCreate, iZ as SubscriptionModelSort, iY as SubscriptionModelUpdate, i_ as Tag, i$ as TagCreate, j1 as TagSort, j0 as TagUpdate, m as TaggableResource, T as TaggableResourceType, j2 as TalonOneAccount, j3 as TalonOneAccountCreate, j5 as TalonOneAccountSort, j4 as TalonOneAccountUpdate, j6 as TaxCalculator, j7 as TaxCalculatorSort, j8 as TaxCategory, j9 as TaxCategoryCreate, jb as TaxCategorySort, ja as TaxCategoryUpdate, jc as TaxRule, jd as TaxRuleCreate, jf as TaxRuleSort, je as TaxRuleUpdate, jg as TaxjarAccount, jh as TaxjarAccountCreate, jj as TaxjarAccountSort, ji as TaxjarAccountUpdate, jk as Transaction, jl as TransactionSort, k as UpdatableResource, U as UpdatableResourceType, jm as Version, jn as VersionSort, n as VersionableResource, V as VersionableResourceType, jo as VertexAccount, jp as VertexAccountCreate, jr as VertexAccountSort, jq as VertexAccountUpdate, js as Void, ju as VoidSort, jt as VoidUpdate, jv as Webhook, jw as WebhookCreate, jy as WebhookSort, jx as WebhookUpdate, jz as WireTransfer, jA as WireTransferCreate, jC as WireTransferSort, jB as WireTransferUpdate, q as addresses, t as adjustments, u as adyen_gateways, v as adyen_payments, w as application, x as attachments, y as authorizations, z as avalara_accounts, A as axerve_gateways, B as axerve_payments, E as bing_geocoders, F as braintree_gateways, G as braintree_payments, H as bundles, I as buy_x_pay_y_promotions, J as captures, K as carrier_accounts, M as checkout_com_gateways, N as checkout_com_payments, O as cleanups, P as coupon_codes_promotion_rules, Q as coupon_recipients, S as coupons, W as custom_promotion_rules, X as customer_addresses, Y as customer_groups, Z as customer_password_resets, _ as customer_payment_sources, $ as customer_subscriptions, a0 as customers, a1 as delivery_lead_times, a2 as discount_engine_items, a3 as discount_engines, a4 as easypost_pickups, a5 as event_callbacks, a6 as events, a7 as exports, a8 as external_gateways, a9 as external_payments, aa as external_promotions, ab as external_tax_calculators, ac as fixed_amount_promotions, ad as fixed_price_promotions, ae as flex_promotions, af as free_gift_promotions, ag as free_shipping_promotions, bC as generateQueryStringParams, bE as generateSearchString, ah as geocoders, ai as gift_card_recipients, aj as gift_cards, ak as google_geocoders, al as imports, am as in_stock_subscriptions, an as inventory_models, ao as inventory_return_locations, ap as inventory_stock_locations, bD as isParamsList, aq as klarna_gateways, ar as klarna_payments, as as line_item_options, at as line_items, au as links, av as manual_gateways, aw as manual_tax_calculators, ax as markets, ay as merchants, az as notifications, aA as order_amount_promotion_rules, aB as order_copies, aC as order_factories, aD as order_subscription_items, aE as order_subscriptions, aF as orders, aG as organization, aH as packages, aI as parcel_line_items, aJ as parcels, aK as payment_gateways, aL as payment_methods, aM as payment_options, aN as paypal_gateways, aO as paypal_payments, aP as percentage_discount_promotions, aQ as pickups, aR as price_frequency_tiers, aS as price_list_schedulers, aT as price_lists, aU as price_tiers, aV as price_volume_tiers, aW as prices, aX as promotion_rules, aY as promotions, aZ as recurring_order_copies, a_ as refunds, a$ as reserved_stocks, r as resourceList, b0 as resource_errors, b1 as return_line_items, b2 as returns, b3 as satispay_gateways, b4 as satispay_payments, b5 as shipments, b6 as shipping_categories, b7 as shipping_method_tiers, b8 as shipping_methods, b9 as shipping_weight_tiers, ba as shipping_zones, s as singletonList, bb as sku_list_items, bc as sku_list_promotion_rules, bd as sku_lists, be as sku_options, bf as skus, bg as stock_items, bh as stock_line_items, bi as stock_locations, bj as stock_reservations, bk as stock_transfers, bl as stores, bm as stripe_gateways, bn as stripe_payments, bo as stripe_tax_accounts, bp as subscription_models, bq as tags, br as talon_one_accounts, bs as tax_calculators, bt as tax_categories, bu as tax_rules, bv as taxjar_accounts, bw as transactions, bx as versions, by as vertex_accounts, bz as voids, bA as webhooks, bB as wire_transfers } from './api-Bq9emZm-.cjs';
3
3
  export { CommerceLayerStatic } from './static.cjs';
4
- export { D as Address, E as AddressCreate, G as AddressSort, F as AddressUpdate, hy as Addresses, H as Adjustment, I as AdjustmentCreate, K as AdjustmentSort, J as AdjustmentUpdate, hz as Adjustments, N as AdyenGateway, O as AdyenGatewayCreate, S as AdyenGatewaySort, P as AdyenGatewayUpdate, hA as AdyenGateways, T as AdyenPayment, U as AdyenPaymentCreate, W as AdyenPaymentSort, V as AdyenPaymentUpdate, hB as AdyenPayments, A as ApiResource, C as ApiResourceAdapter, v as ApiSingleton, X as Application, Y as ApplicationSort, hC as Applications, Z as Attachment, _ as AttachmentCreate, a0 as AttachmentSort, $ as AttachmentUpdate, hD as Attachments, a1 as Authorization, a3 as AuthorizationSort, a2 as AuthorizationUpdate, hE as Authorizations, a4 as AvalaraAccount, a5 as AvalaraAccountCreate, a7 as AvalaraAccountSort, a6 as AvalaraAccountUpdate, hF as AvalaraAccounts, a8 as AxerveGateway, a9 as AxerveGatewayCreate, ab as AxerveGatewaySort, aa as AxerveGatewayUpdate, hG as AxerveGateways, ac as AxervePayment, ad as AxervePaymentCreate, af as AxervePaymentSort, ae as AxervePaymentUpdate, hH as AxervePayments, ag as BingGeocoder, ah as BingGeocoderCreate, aj as BingGeocoderSort, ai as BingGeocoderUpdate, hI as BingGeocoders, ak as BraintreeGateway, al as BraintreeGatewayCreate, an as BraintreeGatewaySort, am as BraintreeGatewayUpdate, hJ as BraintreeGateways, ao as BraintreePayment, ap as BraintreePaymentCreate, ar as BraintreePaymentSort, aq as BraintreePaymentUpdate, hK as BraintreePayments, as as Bundle, at as BundleCreate, av as BundleSort, au as BundleUpdate, hL as Bundles, aw as BuyXPayYPromotion, ax as BuyXPayYPromotionCreate, az as BuyXPayYPromotionSort, ay as BuyXPayYPromotionUpdate, hM as BuyXPayYPromotions, aA as Capture, aC as CaptureSort, aB as CaptureUpdate, hN as Captures, aD as CarrierAccount, aE as CarrierAccountCreate, aG as CarrierAccountSort, aF as CarrierAccountUpdate, hO as CarrierAccounts, aH as CheckoutComGateway, aI as CheckoutComGatewayCreate, aK as CheckoutComGatewaySort, aJ as CheckoutComGatewayUpdate, hP as CheckoutComGateways, aL as CheckoutComPayment, aM as CheckoutComPaymentCreate, aO as CheckoutComPaymentSort, aN as CheckoutComPaymentUpdate, hQ as CheckoutComPayments, aP as Cleanup, aQ as CleanupCreate, aS as CleanupSort, aR as CleanupUpdate, hR as Cleanups, a$ as Coupon, aT as CouponCodesPromotionRule, aU as CouponCodesPromotionRuleCreate, aW as CouponCodesPromotionRuleSort, aV as CouponCodesPromotionRuleUpdate, hS as CouponCodesPromotionRules, b0 as CouponCreate, aX as CouponRecipient, aY as CouponRecipientCreate, a_ as CouponRecipientSort, aZ as CouponRecipientUpdate, hT as CouponRecipients, b2 as CouponSort, b1 as CouponUpdate, hU as Coupons, hn as CreatableResource, hm as CreatableResourceType, b3 as CustomPromotionRule, b4 as CustomPromotionRuleCreate, b6 as CustomPromotionRuleSort, b5 as CustomPromotionRuleUpdate, hV as CustomPromotionRules, br as Customer, b7 as CustomerAddress, b8 as CustomerAddressCreate, ba as CustomerAddressSort, b9 as CustomerAddressUpdate, hW as CustomerAddresses, bs as CustomerCreate, bb as CustomerGroup, bc as CustomerGroupCreate, be as CustomerGroupSort, bd as CustomerGroupUpdate, hX as CustomerGroups, bf as CustomerPasswordReset, bg as CustomerPasswordResetCreate, bi as CustomerPasswordResetSort, bh as CustomerPasswordResetUpdate, hY as CustomerPasswordResets, bj as CustomerPaymentSource, bk as CustomerPaymentSourceCreate, bm as CustomerPaymentSourceSort, bl as CustomerPaymentSourceUpdate, hZ as CustomerPaymentSources, bu as CustomerSort, bn as CustomerSubscription, bo as CustomerSubscriptionCreate, bq as CustomerSubscriptionSort, bp as CustomerSubscriptionUpdate, h_ as CustomerSubscriptions, bt as CustomerUpdate, h$ as Customers, hr as DeletableResource, hq as DeletableResourceType, bv as DeliveryLeadTime, bw as DeliveryLeadTimeCreate, by as DeliveryLeadTimeSort, bx as DeliveryLeadTimeUpdate, i0 as DeliveryLeadTimes, bB as DiscountEngine, bz as DiscountEngineItem, bA as DiscountEngineItemSort, i1 as DiscountEngineItems, bC as DiscountEngineSort, i2 as DiscountEngines, bD as EasypostPickup, bE as EasypostPickupCreate, bG as EasypostPickupSort, bF as EasypostPickupUpdate, i3 as EasypostPickups, bJ as Event, bH as EventCallback, bI as EventCallbackSort, i4 as EventCallbacks, bL as EventSort, bK as EventUpdate, i5 as Events, bM as Export, bN as ExportCreate, bP as ExportSort, bO as ExportUpdate, i6 as Exports, bQ as ExternalGateway, bR as ExternalGatewayCreate, bT as ExternalGatewaySort, bS as ExternalGatewayUpdate, i7 as ExternalGateways, bU as ExternalPayment, bV as ExternalPaymentCreate, bX as ExternalPaymentSort, bW as ExternalPaymentUpdate, i8 as ExternalPayments, bY as ExternalPromotion, bZ as ExternalPromotionCreate, b$ as ExternalPromotionSort, b_ as ExternalPromotionUpdate, i9 as ExternalPromotions, c0 as ExternalTaxCalculator, c1 as ExternalTaxCalculatorCreate, c3 as ExternalTaxCalculatorSort, c2 as ExternalTaxCalculatorUpdate, ia as ExternalTaxCalculators, c4 as FixedAmountPromotion, c5 as FixedAmountPromotionCreate, c7 as FixedAmountPromotionSort, c6 as FixedAmountPromotionUpdate, ib as FixedAmountPromotions, c8 as FixedPricePromotion, c9 as FixedPricePromotionCreate, cb as FixedPricePromotionSort, ca as FixedPricePromotionUpdate, ic as FixedPricePromotions, cc as FlexPromotion, cd as FlexPromotionCreate, cf as FlexPromotionSort, ce as FlexPromotionUpdate, id as FlexPromotions, cg as FreeGiftPromotion, ch as FreeGiftPromotionCreate, cj as FreeGiftPromotionSort, ci as FreeGiftPromotionUpdate, ie as FreeGiftPromotions, ck as FreeShippingPromotion, cl as FreeShippingPromotionCreate, cn as FreeShippingPromotionSort, cm as FreeShippingPromotionUpdate, ig as FreeShippingPromotions, co as Geocoder, cp as GeocoderSort, ih as Geocoders, cu as GiftCard, cv as GiftCardCreate, cq as GiftCardRecipient, cr as GiftCardRecipientCreate, ct as GiftCardRecipientSort, cs as GiftCardRecipientUpdate, ii as GiftCardRecipients, cx as GiftCardSort, cw as GiftCardUpdate, ij as GiftCards, cy as GoogleGeocoder, cz as GoogleGeocoderCreate, cB as GoogleGeocoderSort, cA as GoogleGeocoderUpdate, ik as GoogleGeocoders, cC as Import, cD as ImportCreate, cF as ImportSort, cE as ImportUpdate, il as Imports, cG as InStockSubscription, cH as InStockSubscriptionCreate, cJ as InStockSubscriptionSort, cI as InStockSubscriptionUpdate, im as InStockSubscriptions, cK as InventoryModel, cL as InventoryModelCreate, cN as InventoryModelSort, cM as InventoryModelUpdate, io as InventoryModels, cO as InventoryReturnLocation, cP as InventoryReturnLocationCreate, cR as InventoryReturnLocationSort, cQ as InventoryReturnLocationUpdate, ip as InventoryReturnLocations, cS as InventoryStockLocation, cT as InventoryStockLocationCreate, cV as InventoryStockLocationSort, cU as InventoryStockLocationUpdate, iq as InventoryStockLocations, cW as KlarnaGateway, cX as KlarnaGatewayCreate, cZ as KlarnaGatewaySort, cY as KlarnaGatewayUpdate, ir as KlarnaGateways, c_ as KlarnaPayment, c$ as KlarnaPaymentCreate, d1 as KlarnaPaymentSort, d0 as KlarnaPaymentUpdate, is as KlarnaPayments, d6 as LineItem, d7 as LineItemCreate, d2 as LineItemOption, d3 as LineItemOptionCreate, d5 as LineItemOptionSort, d4 as LineItemOptionUpdate, it as LineItemOptions, d9 as LineItemSort, d8 as LineItemUpdate, iu as LineItems, da as Link, db as LinkCreate, dd as LinkSort, dc as LinkUpdate, iv as Links, t as ListMeta, L as ListResponse, hl as ListableResource, hk as ListableResourceType, de as ManualGateway, df as ManualGatewayCreate, dh as ManualGatewaySort, dg as ManualGatewayUpdate, iw as ManualGateways, di as ManualTaxCalculator, dj as ManualTaxCalculatorCreate, dl as ManualTaxCalculatorSort, dk as ManualTaxCalculatorUpdate, ix as ManualTaxCalculators, dm as Market, dn as MarketCreate, dq as MarketSort, dp as MarketUpdate, iy as Markets, dr as Merchant, ds as MerchantCreate, du as MerchantSort, dt as MerchantUpdate, iz as Merchants, M as Metadata, dv as Notification, dw as NotificationCreate, dy as NotificationSort, dx as NotificationUpdate, iA as Notifications, dR as Order, dz as OrderAmountPromotionRule, dA as OrderAmountPromotionRuleCreate, dC as OrderAmountPromotionRuleSort, dB as OrderAmountPromotionRuleUpdate, iB as OrderAmountPromotionRules, iC as OrderCopies, dD as OrderCopy, dE as OrderCopyCreate, dG as OrderCopySort, dF as OrderCopyUpdate, dS as OrderCreate, iD as OrderFactories, dH as OrderFactory, dI as OrderFactorySort, dU as OrderSort, dN as OrderSubscription, dO as OrderSubscriptionCreate, dJ as OrderSubscriptionItem, dK as OrderSubscriptionItemCreate, dM as OrderSubscriptionItemSort, dL as OrderSubscriptionItemUpdate, iE as OrderSubscriptionItems, dQ as OrderSubscriptionSort, dP as OrderSubscriptionUpdate, iF as OrderSubscriptions, dT as OrderUpdate, iG as Orders, dV as Organization, dW as OrganizationSort, iH as Organizations, dX as Package, dY as PackageCreate, d_ as PackageSort, dZ as PackageUpdate, iI as Packages, e3 as Parcel, e4 as ParcelCreate, d$ as ParcelLineItem, e0 as ParcelLineItemCreate, e2 as ParcelLineItemSort, e1 as ParcelLineItemUpdate, iJ as ParcelLineItems, e6 as ParcelSort, e5 as ParcelUpdate, iK as Parcels, e7 as PaymentGateway, e8 as PaymentGatewaySort, iL as PaymentGateways, e9 as PaymentMethod, ea as PaymentMethodCreate, ec as PaymentMethodSort, eb as PaymentMethodUpdate, iM as PaymentMethods, ed as PaymentOption, ee as PaymentOptionCreate, eg as PaymentOptionSort, ef as PaymentOptionUpdate, iN as PaymentOptions, eh as PaypalGateway, ei as PaypalGatewayCreate, ek as PaypalGatewaySort, ej as PaypalGatewayUpdate, iO as PaypalGateways, el as PaypalPayment, em as PaypalPaymentCreate, eo as PaypalPaymentSort, en as PaypalPaymentUpdate, iP as PaypalPayments, ep as PercentageDiscountPromotion, eq as PercentageDiscountPromotionCreate, es as PercentageDiscountPromotionSort, er as PercentageDiscountPromotionUpdate, iQ as PercentageDiscountPromotions, et as Pickup, eu as PickupSort, iR as Pickups, eN as Price, eO as PriceCreate, ev as PriceFrequencyTier, ew as PriceFrequencyTierCreate, ey as PriceFrequencyTierSort, ex as PriceFrequencyTierUpdate, iS as PriceFrequencyTiers, eD as PriceList, eE as PriceListCreate, ez as PriceListScheduler, eA as PriceListSchedulerCreate, eC as PriceListSchedulerSort, eB as PriceListSchedulerUpdate, iT as PriceListSchedulers, eG as PriceListSort, eF as PriceListUpdate, iU as PriceLists, eQ as PriceSort, eH as PriceTier, eI as PriceTierSort, iV as PriceTiers, eP as PriceUpdate, eJ as PriceVolumeTier, eK as PriceVolumeTierCreate, eM as PriceVolumeTierSort, eL as PriceVolumeTierUpdate, iW as PriceVolumeTiers, iX as Prices, eT as Promotion, eR as PromotionRule, eS as PromotionRuleSort, iY as PromotionRules, eU as PromotionSort, iZ as Promotions, b as QueryArrayFields, f as QueryArraySortable, d as QueryFields, k as QueryFilter, Q as QueryInclude, l as QueryPageNumber, m as QueryPageSize, o as QueryParams, n as QueryParamsList, e as QueryParamsRetrieve, c as QueryRecordFields, h as QueryRecordSortable, j as QuerySort, i_ as RecurringOrderCopies, eV as RecurringOrderCopy, eW as RecurringOrderCopyCreate, eY as RecurringOrderCopySort, eX as RecurringOrderCopyUpdate, eZ as Refund, e$ as RefundSort, e_ as RefundUpdate, i$ as Refunds, f0 as ReservedStock, f1 as ReservedStockSort, j0 as ReservedStocks, q as Resource, y as ResourceAdapter, r as ResourceCreate, f2 as ResourceError, f3 as ResourceErrorSort, j1 as ResourceErrors, hw as ResourceFields, B as ResourceFilter, p as ResourceId, u as ResourceRel, z as ResourceSort, hx as ResourceSortFields, R as ResourceType, hf as ResourceTypeLock, s as ResourceUpdate, w as ResourcesConfig, x as ResourcesInitConfig, hj as RetrievableResource, hi as RetrievableResourceType, f8 as Return, f9 as ReturnCreate, f4 as ReturnLineItem, f5 as ReturnLineItemCreate, f7 as ReturnLineItemSort, f6 as ReturnLineItemUpdate, j2 as ReturnLineItems, fb as ReturnSort, fa as ReturnUpdate, j3 as Returns, fc as SatispayGateway, fd as SatispayGatewayCreate, ff as SatispayGatewaySort, fe as SatispayGatewayUpdate, j4 as SatispayGateways, fg as SatispayPayment, fh as SatispayPaymentCreate, fj as SatispayPaymentSort, fi as SatispayPaymentUpdate, j5 as SatispayPayments, fk as Shipment, fl as ShipmentCreate, fn as ShipmentSort, fm as ShipmentUpdate, j6 as Shipments, j7 as ShippingCategories, fo as ShippingCategory, fp as ShippingCategoryCreate, fr as ShippingCategorySort, fq as ShippingCategoryUpdate, fu as ShippingMethod, fv as ShippingMethodCreate, fx as ShippingMethodSort, fs as ShippingMethodTier, ft as ShippingMethodTierSort, j8 as ShippingMethodTiers, fw as ShippingMethodUpdate, j9 as ShippingMethods, fy as ShippingWeightTier, fz as ShippingWeightTierCreate, fB as ShippingWeightTierSort, fA as ShippingWeightTierUpdate, ja as ShippingWeightTiers, fC as ShippingZone, fD as ShippingZoneCreate, fF as ShippingZoneSort, fE as ShippingZoneUpdate, jb as ShippingZones, fW as Sku, fX as SkuCreate, fO as SkuList, fP as SkuListCreate, fG as SkuListItem, fH as SkuListItemCreate, fJ as SkuListItemSort, fI as SkuListItemUpdate, jc as SkuListItems, fK as SkuListPromotionRule, fL as SkuListPromotionRuleCreate, fN as SkuListPromotionRuleSort, fM as SkuListPromotionRuleUpdate, jd as SkuListPromotionRules, fR as SkuListSort, fQ as SkuListUpdate, je as SkuLists, fS as SkuOption, fT as SkuOptionCreate, fV as SkuOptionSort, fU as SkuOptionUpdate, jf as SkuOptions, fZ as SkuSort, fY as SkuUpdate, jg as Skus, f_ as StockItem, f$ as StockItemCreate, g1 as StockItemSort, g0 as StockItemUpdate, jh as StockItems, g2 as StockLineItem, g3 as StockLineItemCreate, g5 as StockLineItemSort, g4 as StockLineItemUpdate, ji as StockLineItems, g6 as StockLocation, g7 as StockLocationCreate, g9 as StockLocationSort, g8 as StockLocationUpdate, jj as StockLocations, ga as StockReservation, gb as StockReservationCreate, gd as StockReservationSort, gc as StockReservationUpdate, jk as StockReservations, ge as StockTransfer, gf as StockTransferCreate, gh as StockTransferSort, gg as StockTransferUpdate, jl as StockTransfers, gi as Store, gj as StoreCreate, gl as StoreSort, gk as StoreUpdate, jm as Stores, gm as StripeGateway, gn as StripeGatewayCreate, gp as StripeGatewaySort, go as StripeGatewayUpdate, jn as StripeGateways, gq as StripePayment, gr as StripePaymentCreate, gt as StripePaymentSort, gs as StripePaymentUpdate, jo as StripePayments, gu as StripeTaxAccount, gv as StripeTaxAccountCreate, gx as StripeTaxAccountSort, gw as StripeTaxAccountUpdate, jp as StripeTaxAccounts, gy as SubscriptionModel, gz as SubscriptionModelCreate, gB as SubscriptionModelSort, gA as SubscriptionModelUpdate, jq as SubscriptionModels, gC as Tag, gD as TagCreate, gF as TagSort, gE as TagUpdate, ht as TaggableResource, hs as TaggableResourceType, jr as Tags, gG as TalonOneAccount, gH as TalonOneAccountCreate, gJ as TalonOneAccountSort, gI as TalonOneAccountUpdate, js as TalonOneAccounts, gK as TaxCalculator, gL as TaxCalculatorSort, jt as TaxCalculators, ju as TaxCategories, gM as TaxCategory, gN as TaxCategoryCreate, gP as TaxCategorySort, gO as TaxCategoryUpdate, gQ as TaxRule, gR as TaxRuleCreate, gT as TaxRuleSort, gS as TaxRuleUpdate, jv as TaxRules, gU as TaxjarAccount, gV as TaxjarAccountCreate, gX as TaxjarAccountSort, gW as TaxjarAccountUpdate, jw as TaxjarAccounts, gY as Transaction, gZ as TransactionSort, jx as Transactions, hp as UpdatableResource, ho as UpdatableResourceType, g_ as Version, g$ as VersionSort, hv as VersionableResource, hu as VersionableResourceType, jy as Versions, h0 as VertexAccount, h1 as VertexAccountCreate, h3 as VertexAccountSort, h2 as VertexAccountUpdate, jz as VertexAccounts, h4 as Void, h6 as VoidSort, h5 as VoidUpdate, jA as Voids, h7 as Webhook, h8 as WebhookCreate, ha as WebhookSort, h9 as WebhookUpdate, jB as Webhooks, hb as WireTransfer, hc as WireTransferCreate, he as WireTransferSort, hd as WireTransferUpdate, jC as WireTransfers, g as generateQueryStringParams, a as generateSearchString, i as isParamsList, hg as resourceList, hh as singletonList } from './api-BYcswOJ0.cjs';
5
- export { E as ErrorObj, H as HeadersObj, R as RequestObj, a as ResponseObj } from './interceptor-5MISI1yn.cjs';
4
+ export { g as ErrorObj, H as HeadersObj, e as RequestObj, f as ResponseObj } from './interceptor-D65i25Y7.cjs';
6
5
  export { ApiError, ErrorType, SdkError } from './error.cjs';
7
6
  import './client.cjs';
8
7
  import './types.cjs';
package/lib/index.d.ts CHANGED
@@ -1,8 +1,7 @@
1
1
  export { default as CommerceLayer, CommerceLayerClient, CommerceLayerConfig, CommerceLayerInitConfig, default } from './commercelayer.js';
2
- export { addresses, adjustments, adyen_gateways, adyen_payments, application, attachments, authorizations, avalara_accounts, axerve_gateways, axerve_payments, bing_geocoders, braintree_gateways, braintree_payments, bundles, buy_x_pay_y_promotions, captures, carrier_accounts, checkout_com_gateways, checkout_com_payments, cleanups, coupon_codes_promotion_rules, coupon_recipients, coupons, custom_promotion_rules, customer_addresses, customer_groups, customer_password_resets, customer_payment_sources, customer_subscriptions, customers, delivery_lead_times, discount_engine_items, discount_engines, easypost_pickups, event_callbacks, events, exportz, external_gateways, external_payments, external_promotions, external_tax_calculators, fixed_amount_promotions, fixed_price_promotions, flex_promotions, free_gift_promotions, free_shipping_promotions, geocoders, gift_card_recipients, gift_cards, google_geocoders, imports, in_stock_subscriptions, initCommerceLayer, inventory_models, inventory_return_locations, inventory_stock_locations, klarna_gateways, klarna_payments, line_item_options, line_items, links, manual_gateways, manual_tax_calculators, markets, merchants, notifications, order_amount_promotion_rules, order_copies, order_factories, order_subscription_items, order_subscriptions, orders, organization, packages, parcel_line_items, parcels, payment_gateways, payment_methods, payment_options, paypal_gateways, paypal_payments, percentage_discount_promotions, pickups, price_frequency_tiers, price_list_schedulers, price_lists, price_tiers, price_volume_tiers, prices, promotion_rules, promotions, recurring_order_copies, refunds, reserved_stocks, resource_errors, return_line_items, returns, satispay_gateways, satispay_payments, shipments, shipping_categories, shipping_method_tiers, shipping_methods, shipping_weight_tiers, shipping_zones, sku_list_items, sku_list_promotion_rules, sku_lists, sku_options, skus, stock_items, stock_line_items, stock_locations, stock_reservations, stock_transfers, stores, stripe_gateways, stripe_payments, stripe_tax_accounts, subscription_models, tags, talon_one_accounts, tax_calculators, tax_categories, tax_rules, taxjar_accounts, transactions, versions, vertex_accounts, voids, webhooks, wire_transfers } from './instance.js';
2
+ export { c1 as Address, c2 as AddressCreate, c4 as AddressSort, c3 as AddressUpdate, c5 as Adjustment, c6 as AdjustmentCreate, c8 as AdjustmentSort, c7 as AdjustmentUpdate, c9 as AdyenGateway, ca as AdyenGatewayCreate, cc as AdyenGatewaySort, cb as AdyenGatewayUpdate, cd as AdyenPayment, ce as AdyenPaymentCreate, cg as AdyenPaymentSort, cf as AdyenPaymentUpdate, bW as ApiResource, c0 as ApiResourceAdapter, bX as ApiSingleton, ch as Application, ci as ApplicationSort, cj as Attachment, ck as AttachmentCreate, cm as AttachmentSort, cl as AttachmentUpdate, cn as Authorization, cp as AuthorizationSort, co as AuthorizationUpdate, cq as AvalaraAccount, cr as AvalaraAccountCreate, ct as AvalaraAccountSort, cs as AvalaraAccountUpdate, cu as AxerveGateway, cv as AxerveGatewayCreate, cx as AxerveGatewaySort, cw as AxerveGatewayUpdate, cy as AxervePayment, cz as AxervePaymentCreate, cB as AxervePaymentSort, cA as AxervePaymentUpdate, cC as BingGeocoder, cD as BingGeocoderCreate, cF as BingGeocoderSort, cE as BingGeocoderUpdate, cG as BraintreeGateway, cH as BraintreeGatewayCreate, cJ as BraintreeGatewaySort, cI as BraintreeGatewayUpdate, cK as BraintreePayment, cL as BraintreePaymentCreate, cN as BraintreePaymentSort, cM as BraintreePaymentUpdate, cO as Bundle, cP as BundleCreate, cR as BundleSort, cQ as BundleUpdate, cS as BuyXPayYPromotion, cT as BuyXPayYPromotionCreate, cV as BuyXPayYPromotionSort, cU as BuyXPayYPromotionUpdate, cW as Capture, cY as CaptureSort, cX as CaptureUpdate, cZ as CarrierAccount, c_ as CarrierAccountCreate, d0 as CarrierAccountSort, c$ as CarrierAccountUpdate, d1 as CheckoutComGateway, d2 as CheckoutComGatewayCreate, d4 as CheckoutComGatewaySort, d3 as CheckoutComGatewayUpdate, d5 as CheckoutComPayment, d6 as CheckoutComPaymentCreate, d8 as CheckoutComPaymentSort, d7 as CheckoutComPaymentUpdate, d9 as Cleanup, da as CleanupCreate, dc as CleanupSort, db as CleanupUpdate, dl as Coupon, dd as CouponCodesPromotionRule, de as CouponCodesPromotionRuleCreate, dg as CouponCodesPromotionRuleSort, df as CouponCodesPromotionRuleUpdate, dm as CouponCreate, dh as CouponRecipient, di as CouponRecipientCreate, dk as CouponRecipientSort, dj as CouponRecipientUpdate, dp as CouponSort, dn as CouponUpdate, j as CreatableResource, C as CreatableResourceType, dq as CustomPromotionRule, dr as CustomPromotionRuleCreate, dt as CustomPromotionRuleSort, ds as CustomPromotionRuleUpdate, dO as Customer, du as CustomerAddress, dv as CustomerAddressCreate, dx as CustomerAddressSort, dw as CustomerAddressUpdate, dP as CustomerCreate, dy as CustomerGroup, dz as CustomerGroupCreate, dB as CustomerGroupSort, dA as CustomerGroupUpdate, dC as CustomerPasswordReset, dD as CustomerPasswordResetCreate, dF as CustomerPasswordResetSort, dE as CustomerPasswordResetUpdate, dG as CustomerPaymentSource, dH as CustomerPaymentSourceCreate, dJ as CustomerPaymentSourceSort, dI as CustomerPaymentSourceUpdate, dR as CustomerSort, dK as CustomerSubscription, dL as CustomerSubscriptionCreate, dN as CustomerSubscriptionSort, dM as CustomerSubscriptionUpdate, dQ as CustomerUpdate, l as DeletableResource, D as DeletableResourceType, dS as DeliveryLeadTime, dT as DeliveryLeadTimeCreate, dV as DeliveryLeadTimeSort, dU as DeliveryLeadTimeUpdate, dY as DiscountEngine, dW as DiscountEngineItem, dX as DiscountEngineItemSort, dZ as DiscountEngineSort, d_ as EasypostPickup, d$ as EasypostPickupCreate, e1 as EasypostPickupSort, e0 as EasypostPickupUpdate, e4 as Event, e2 as EventCallback, e3 as EventCallbackSort, e6 as EventSort, e5 as EventUpdate, e7 as Export, e8 as ExportCreate, ea as ExportSort, e9 as ExportUpdate, eb as ExternalGateway, ec as ExternalGatewayCreate, ee as ExternalGatewaySort, ed as ExternalGatewayUpdate, ef as ExternalPayment, eg as ExternalPaymentCreate, ei as ExternalPaymentSort, eh as ExternalPaymentUpdate, ej as ExternalPromotion, ek as ExternalPromotionCreate, em as ExternalPromotionSort, el as ExternalPromotionUpdate, en as ExternalTaxCalculator, eo as ExternalTaxCalculatorCreate, eq as ExternalTaxCalculatorSort, ep as ExternalTaxCalculatorUpdate, er as FixedAmountPromotion, es as FixedAmountPromotionCreate, eu as FixedAmountPromotionSort, et as FixedAmountPromotionUpdate, ev as FixedPricePromotion, ew as FixedPricePromotionCreate, ey as FixedPricePromotionSort, ex as FixedPricePromotionUpdate, ez as FlexPromotion, eA as FlexPromotionCreate, eC as FlexPromotionSort, eB as FlexPromotionUpdate, eD as FreeGiftPromotion, eE as FreeGiftPromotionCreate, eG as FreeGiftPromotionSort, eF as FreeGiftPromotionUpdate, eH as FreeShippingPromotion, eI as FreeShippingPromotionCreate, eK as FreeShippingPromotionSort, eJ as FreeShippingPromotionUpdate, eL as Geocoder, eM as GeocoderSort, eR as GiftCard, eS as GiftCardCreate, eN as GiftCardRecipient, eO as GiftCardRecipientCreate, eQ as GiftCardRecipientSort, eP as GiftCardRecipientUpdate, eU as GiftCardSort, eT as GiftCardUpdate, eV as GoogleGeocoder, eW as GoogleGeocoderCreate, eY as GoogleGeocoderSort, eX as GoogleGeocoderUpdate, eZ as Import, e_ as ImportCreate, f0 as ImportSort, e$ as ImportUpdate, f1 as InStockSubscription, f2 as InStockSubscriptionCreate, f4 as InStockSubscriptionSort, f3 as InStockSubscriptionUpdate, f5 as InventoryModel, f6 as InventoryModelCreate, f8 as InventoryModelSort, f7 as InventoryModelUpdate, f9 as InventoryReturnLocation, fa as InventoryReturnLocationCreate, fc as InventoryReturnLocationSort, fb as InventoryReturnLocationUpdate, fd as InventoryStockLocation, fe as InventoryStockLocationCreate, fg as InventoryStockLocationSort, ff as InventoryStockLocationUpdate, fh as KlarnaGateway, fi as KlarnaGatewayCreate, fk as KlarnaGatewaySort, fj as KlarnaGatewayUpdate, fl as KlarnaPayment, fm as KlarnaPaymentCreate, fo as KlarnaPaymentSort, fn as KlarnaPaymentUpdate, ft as LineItem, fu as LineItemCreate, fp as LineItemOption, fq as LineItemOptionCreate, fs as LineItemOptionSort, fr as LineItemOptionUpdate, fw as LineItemSort, fv as LineItemUpdate, fx as Link, fy as LinkCreate, fA as LinkSort, fz as LinkUpdate, bU as ListMeta, bT as ListResponse, i as ListableResource, L as ListableResourceType, fB as ManualGateway, fC as ManualGatewayCreate, fE as ManualGatewaySort, fD as ManualGatewayUpdate, fF as ManualTaxCalculator, fG as ManualTaxCalculatorCreate, fI as ManualTaxCalculatorSort, fH as ManualTaxCalculatorUpdate, fJ as Market, fK as MarketCreate, fM as MarketSort, fL as MarketUpdate, fN as Merchant, fO as MerchantCreate, fQ as MerchantSort, fP as MerchantUpdate, bS as Metadata, fR as Notification, fS as NotificationCreate, fU as NotificationSort, fT as NotificationUpdate, gb as Order, fV as OrderAmountPromotionRule, fW as OrderAmountPromotionRuleCreate, fY as OrderAmountPromotionRuleSort, fX as OrderAmountPromotionRuleUpdate, fZ as OrderCopy, f_ as OrderCopyCreate, g0 as OrderCopySort, f$ as OrderCopyUpdate, gc as OrderCreate, g1 as OrderFactory, g2 as OrderFactorySort, ge as OrderSort, g7 as OrderSubscription, g8 as OrderSubscriptionCreate, g3 as OrderSubscriptionItem, g4 as OrderSubscriptionItemCreate, g6 as OrderSubscriptionItemSort, g5 as OrderSubscriptionItemUpdate, ga as OrderSubscriptionSort, g9 as OrderSubscriptionUpdate, gd as OrderUpdate, gf as Organization, gg as OrganizationSort, gh as Package, gi as PackageCreate, gk as PackageSort, gj as PackageUpdate, gp as Parcel, gq as ParcelCreate, gl as ParcelLineItem, gm as ParcelLineItemCreate, go as ParcelLineItemSort, gn as ParcelLineItemUpdate, gs as ParcelSort, gr as ParcelUpdate, gt as PaymentGateway, gu as PaymentGatewaySort, gv as PaymentMethod, gw as PaymentMethodCreate, gy as PaymentMethodSort, gx as PaymentMethodUpdate, gz as PaymentOption, gA as PaymentOptionCreate, gC as PaymentOptionSort, gB as PaymentOptionUpdate, gD as PaypalGateway, gE as PaypalGatewayCreate, gG as PaypalGatewaySort, gF as PaypalGatewayUpdate, gH as PaypalPayment, gI as PaypalPaymentCreate, gK as PaypalPaymentSort, gJ as PaypalPaymentUpdate, gL as PercentageDiscountPromotion, gM as PercentageDiscountPromotionCreate, gO as PercentageDiscountPromotionSort, gN as PercentageDiscountPromotionUpdate, gP as Pickup, gQ as PickupSort, h7 as Price, h8 as PriceCreate, gR as PriceFrequencyTier, gS as PriceFrequencyTierCreate, gU as PriceFrequencyTierSort, gT as PriceFrequencyTierUpdate, gZ as PriceList, g_ as PriceListCreate, gV as PriceListScheduler, gW as PriceListSchedulerCreate, gY as PriceListSchedulerSort, gX as PriceListSchedulerUpdate, h0 as PriceListSort, g$ as PriceListUpdate, ha as PriceSort, h1 as PriceTier, h2 as PriceTierSort, h9 as PriceUpdate, h3 as PriceVolumeTier, h4 as PriceVolumeTierCreate, h6 as PriceVolumeTierSort, h5 as PriceVolumeTierUpdate, hd as Promotion, hb as PromotionRule, hc as PromotionRuleSort, he as PromotionSort, bG as QueryArrayFields, bK as QueryArraySortable, bI as QueryFields, bN as QueryFilter, bF as QueryInclude, bO as QueryPageNumber, bP as QueryPageSize, bR as QueryParams, bQ as QueryParamsList, bJ as QueryParamsRetrieve, bH as QueryRecordFields, bL as QueryRecordSortable, bM as QuerySort, hf as RecurringOrderCopy, hg as RecurringOrderCopyCreate, hi as RecurringOrderCopySort, hh as RecurringOrderCopyUpdate, hj as Refund, hl as RefundSort, hk as RefundUpdate, hm as ReservedStock, hn as ReservedStockSort, b as Resource, bZ as ResourceAdapter, c as ResourceCreate, ho as ResourceError, hp as ResourceErrorSort, o as ResourceFields, b$ as ResourceFilter, R as ResourceId, bV as ResourceRel, b_ as ResourceSort, p as ResourceSortFields, a as ResourceType, f as ResourceTypeLock, d as ResourceUpdate, bY as ResourcesConfig, e as ResourcesInitConfig, h as RetrievableResource, g as RetrievableResourceType, hu as Return, hv as ReturnCreate, hq as ReturnLineItem, hr as ReturnLineItemCreate, ht as ReturnLineItemSort, hs as ReturnLineItemUpdate, hx as ReturnSort, hw as ReturnUpdate, hy as SatispayGateway, hz as SatispayGatewayCreate, hB as SatispayGatewaySort, hA as SatispayGatewayUpdate, hC as SatispayPayment, hD as SatispayPaymentCreate, hF as SatispayPaymentSort, hE as SatispayPaymentUpdate, hG as Shipment, hH as ShipmentCreate, hJ as ShipmentSort, hI as ShipmentUpdate, hK as ShippingCategory, hL as ShippingCategoryCreate, hN as ShippingCategorySort, hM as ShippingCategoryUpdate, hQ as ShippingMethod, hR as ShippingMethodCreate, hT as ShippingMethodSort, hO as ShippingMethodTier, hP as ShippingMethodTierSort, hS as ShippingMethodUpdate, hU as ShippingWeightTier, hV as ShippingWeightTierCreate, hX as ShippingWeightTierSort, hW as ShippingWeightTierUpdate, hY as ShippingZone, hZ as ShippingZoneCreate, h$ as ShippingZoneSort, h_ as ShippingZoneUpdate, ih as Sku, ii as SkuCreate, i8 as SkuList, i9 as SkuListCreate, i0 as SkuListItem, i1 as SkuListItemCreate, i3 as SkuListItemSort, i2 as SkuListItemUpdate, i4 as SkuListPromotionRule, i5 as SkuListPromotionRuleCreate, i7 as SkuListPromotionRuleSort, i6 as SkuListPromotionRuleUpdate, ib as SkuListSort, ia as SkuListUpdate, ic as SkuOption, id as SkuOptionCreate, ig as SkuOptionSort, ie as SkuOptionUpdate, ik as SkuSort, ij as SkuUpdate, il as StockItem, im as StockItemCreate, ip as StockItemSort, io as StockItemUpdate, iq as StockLineItem, ir as StockLineItemCreate, it as StockLineItemSort, is as StockLineItemUpdate, iu as StockLocation, iv as StockLocationCreate, ix as StockLocationSort, iw as StockLocationUpdate, iy as StockReservation, iz as StockReservationCreate, iB as StockReservationSort, iA as StockReservationUpdate, iC as StockTransfer, iD as StockTransferCreate, iF as StockTransferSort, iE as StockTransferUpdate, iG as Store, iH as StoreCreate, iJ as StoreSort, iI as StoreUpdate, iK as StripeGateway, iL as StripeGatewayCreate, iN as StripeGatewaySort, iM as StripeGatewayUpdate, iO as StripePayment, iP as StripePaymentCreate, iR as StripePaymentSort, iQ as StripePaymentUpdate, iS as StripeTaxAccount, iT as StripeTaxAccountCreate, iV as StripeTaxAccountSort, iU as StripeTaxAccountUpdate, iW as SubscriptionModel, iX as SubscriptionModelCreate, iZ as SubscriptionModelSort, iY as SubscriptionModelUpdate, i_ as Tag, i$ as TagCreate, j1 as TagSort, j0 as TagUpdate, m as TaggableResource, T as TaggableResourceType, j2 as TalonOneAccount, j3 as TalonOneAccountCreate, j5 as TalonOneAccountSort, j4 as TalonOneAccountUpdate, j6 as TaxCalculator, j7 as TaxCalculatorSort, j8 as TaxCategory, j9 as TaxCategoryCreate, jb as TaxCategorySort, ja as TaxCategoryUpdate, jc as TaxRule, jd as TaxRuleCreate, jf as TaxRuleSort, je as TaxRuleUpdate, jg as TaxjarAccount, jh as TaxjarAccountCreate, jj as TaxjarAccountSort, ji as TaxjarAccountUpdate, jk as Transaction, jl as TransactionSort, k as UpdatableResource, U as UpdatableResourceType, jm as Version, jn as VersionSort, n as VersionableResource, V as VersionableResourceType, jo as VertexAccount, jp as VertexAccountCreate, jr as VertexAccountSort, jq as VertexAccountUpdate, js as Void, ju as VoidSort, jt as VoidUpdate, jv as Webhook, jw as WebhookCreate, jy as WebhookSort, jx as WebhookUpdate, jz as WireTransfer, jA as WireTransferCreate, jC as WireTransferSort, jB as WireTransferUpdate, q as addresses, t as adjustments, u as adyen_gateways, v as adyen_payments, w as application, x as attachments, y as authorizations, z as avalara_accounts, A as axerve_gateways, B as axerve_payments, E as bing_geocoders, F as braintree_gateways, G as braintree_payments, H as bundles, I as buy_x_pay_y_promotions, J as captures, K as carrier_accounts, M as checkout_com_gateways, N as checkout_com_payments, O as cleanups, P as coupon_codes_promotion_rules, Q as coupon_recipients, S as coupons, W as custom_promotion_rules, X as customer_addresses, Y as customer_groups, Z as customer_password_resets, _ as customer_payment_sources, $ as customer_subscriptions, a0 as customers, a1 as delivery_lead_times, a2 as discount_engine_items, a3 as discount_engines, a4 as easypost_pickups, a5 as event_callbacks, a6 as events, a7 as exports, a8 as external_gateways, a9 as external_payments, aa as external_promotions, ab as external_tax_calculators, ac as fixed_amount_promotions, ad as fixed_price_promotions, ae as flex_promotions, af as free_gift_promotions, ag as free_shipping_promotions, bC as generateQueryStringParams, bE as generateSearchString, ah as geocoders, ai as gift_card_recipients, aj as gift_cards, ak as google_geocoders, al as imports, am as in_stock_subscriptions, an as inventory_models, ao as inventory_return_locations, ap as inventory_stock_locations, bD as isParamsList, aq as klarna_gateways, ar as klarna_payments, as as line_item_options, at as line_items, au as links, av as manual_gateways, aw as manual_tax_calculators, ax as markets, ay as merchants, az as notifications, aA as order_amount_promotion_rules, aB as order_copies, aC as order_factories, aD as order_subscription_items, aE as order_subscriptions, aF as orders, aG as organization, aH as packages, aI as parcel_line_items, aJ as parcels, aK as payment_gateways, aL as payment_methods, aM as payment_options, aN as paypal_gateways, aO as paypal_payments, aP as percentage_discount_promotions, aQ as pickups, aR as price_frequency_tiers, aS as price_list_schedulers, aT as price_lists, aU as price_tiers, aV as price_volume_tiers, aW as prices, aX as promotion_rules, aY as promotions, aZ as recurring_order_copies, a_ as refunds, a$ as reserved_stocks, r as resourceList, b0 as resource_errors, b1 as return_line_items, b2 as returns, b3 as satispay_gateways, b4 as satispay_payments, b5 as shipments, b6 as shipping_categories, b7 as shipping_method_tiers, b8 as shipping_methods, b9 as shipping_weight_tiers, ba as shipping_zones, s as singletonList, bb as sku_list_items, bc as sku_list_promotion_rules, bd as sku_lists, be as sku_options, bf as skus, bg as stock_items, bh as stock_line_items, bi as stock_locations, bj as stock_reservations, bk as stock_transfers, bl as stores, bm as stripe_gateways, bn as stripe_payments, bo as stripe_tax_accounts, bp as subscription_models, bq as tags, br as talon_one_accounts, bs as tax_calculators, bt as tax_categories, bu as tax_rules, bv as taxjar_accounts, bw as transactions, bx as versions, by as vertex_accounts, bz as voids, bA as webhooks, bB as wire_transfers } from './api-C5qyxFpD.js';
3
3
  export { CommerceLayerStatic } from './static.js';
4
- export { D as Address, E as AddressCreate, G as AddressSort, F as AddressUpdate, hy as Addresses, H as Adjustment, I as AdjustmentCreate, K as AdjustmentSort, J as AdjustmentUpdate, hz as Adjustments, N as AdyenGateway, O as AdyenGatewayCreate, S as AdyenGatewaySort, P as AdyenGatewayUpdate, hA as AdyenGateways, T as AdyenPayment, U as AdyenPaymentCreate, W as AdyenPaymentSort, V as AdyenPaymentUpdate, hB as AdyenPayments, A as ApiResource, C as ApiResourceAdapter, v as ApiSingleton, X as Application, Y as ApplicationSort, hC as Applications, Z as Attachment, _ as AttachmentCreate, a0 as AttachmentSort, $ as AttachmentUpdate, hD as Attachments, a1 as Authorization, a3 as AuthorizationSort, a2 as AuthorizationUpdate, hE as Authorizations, a4 as AvalaraAccount, a5 as AvalaraAccountCreate, a7 as AvalaraAccountSort, a6 as AvalaraAccountUpdate, hF as AvalaraAccounts, a8 as AxerveGateway, a9 as AxerveGatewayCreate, ab as AxerveGatewaySort, aa as AxerveGatewayUpdate, hG as AxerveGateways, ac as AxervePayment, ad as AxervePaymentCreate, af as AxervePaymentSort, ae as AxervePaymentUpdate, hH as AxervePayments, ag as BingGeocoder, ah as BingGeocoderCreate, aj as BingGeocoderSort, ai as BingGeocoderUpdate, hI as BingGeocoders, ak as BraintreeGateway, al as BraintreeGatewayCreate, an as BraintreeGatewaySort, am as BraintreeGatewayUpdate, hJ as BraintreeGateways, ao as BraintreePayment, ap as BraintreePaymentCreate, ar as BraintreePaymentSort, aq as BraintreePaymentUpdate, hK as BraintreePayments, as as Bundle, at as BundleCreate, av as BundleSort, au as BundleUpdate, hL as Bundles, aw as BuyXPayYPromotion, ax as BuyXPayYPromotionCreate, az as BuyXPayYPromotionSort, ay as BuyXPayYPromotionUpdate, hM as BuyXPayYPromotions, aA as Capture, aC as CaptureSort, aB as CaptureUpdate, hN as Captures, aD as CarrierAccount, aE as CarrierAccountCreate, aG as CarrierAccountSort, aF as CarrierAccountUpdate, hO as CarrierAccounts, aH as CheckoutComGateway, aI as CheckoutComGatewayCreate, aK as CheckoutComGatewaySort, aJ as CheckoutComGatewayUpdate, hP as CheckoutComGateways, aL as CheckoutComPayment, aM as CheckoutComPaymentCreate, aO as CheckoutComPaymentSort, aN as CheckoutComPaymentUpdate, hQ as CheckoutComPayments, aP as Cleanup, aQ as CleanupCreate, aS as CleanupSort, aR as CleanupUpdate, hR as Cleanups, a$ as Coupon, aT as CouponCodesPromotionRule, aU as CouponCodesPromotionRuleCreate, aW as CouponCodesPromotionRuleSort, aV as CouponCodesPromotionRuleUpdate, hS as CouponCodesPromotionRules, b0 as CouponCreate, aX as CouponRecipient, aY as CouponRecipientCreate, a_ as CouponRecipientSort, aZ as CouponRecipientUpdate, hT as CouponRecipients, b2 as CouponSort, b1 as CouponUpdate, hU as Coupons, hn as CreatableResource, hm as CreatableResourceType, b3 as CustomPromotionRule, b4 as CustomPromotionRuleCreate, b6 as CustomPromotionRuleSort, b5 as CustomPromotionRuleUpdate, hV as CustomPromotionRules, br as Customer, b7 as CustomerAddress, b8 as CustomerAddressCreate, ba as CustomerAddressSort, b9 as CustomerAddressUpdate, hW as CustomerAddresses, bs as CustomerCreate, bb as CustomerGroup, bc as CustomerGroupCreate, be as CustomerGroupSort, bd as CustomerGroupUpdate, hX as CustomerGroups, bf as CustomerPasswordReset, bg as CustomerPasswordResetCreate, bi as CustomerPasswordResetSort, bh as CustomerPasswordResetUpdate, hY as CustomerPasswordResets, bj as CustomerPaymentSource, bk as CustomerPaymentSourceCreate, bm as CustomerPaymentSourceSort, bl as CustomerPaymentSourceUpdate, hZ as CustomerPaymentSources, bu as CustomerSort, bn as CustomerSubscription, bo as CustomerSubscriptionCreate, bq as CustomerSubscriptionSort, bp as CustomerSubscriptionUpdate, h_ as CustomerSubscriptions, bt as CustomerUpdate, h$ as Customers, hr as DeletableResource, hq as DeletableResourceType, bv as DeliveryLeadTime, bw as DeliveryLeadTimeCreate, by as DeliveryLeadTimeSort, bx as DeliveryLeadTimeUpdate, i0 as DeliveryLeadTimes, bB as DiscountEngine, bz as DiscountEngineItem, bA as DiscountEngineItemSort, i1 as DiscountEngineItems, bC as DiscountEngineSort, i2 as DiscountEngines, bD as EasypostPickup, bE as EasypostPickupCreate, bG as EasypostPickupSort, bF as EasypostPickupUpdate, i3 as EasypostPickups, bJ as Event, bH as EventCallback, bI as EventCallbackSort, i4 as EventCallbacks, bL as EventSort, bK as EventUpdate, i5 as Events, bM as Export, bN as ExportCreate, bP as ExportSort, bO as ExportUpdate, i6 as Exports, bQ as ExternalGateway, bR as ExternalGatewayCreate, bT as ExternalGatewaySort, bS as ExternalGatewayUpdate, i7 as ExternalGateways, bU as ExternalPayment, bV as ExternalPaymentCreate, bX as ExternalPaymentSort, bW as ExternalPaymentUpdate, i8 as ExternalPayments, bY as ExternalPromotion, bZ as ExternalPromotionCreate, b$ as ExternalPromotionSort, b_ as ExternalPromotionUpdate, i9 as ExternalPromotions, c0 as ExternalTaxCalculator, c1 as ExternalTaxCalculatorCreate, c3 as ExternalTaxCalculatorSort, c2 as ExternalTaxCalculatorUpdate, ia as ExternalTaxCalculators, c4 as FixedAmountPromotion, c5 as FixedAmountPromotionCreate, c7 as FixedAmountPromotionSort, c6 as FixedAmountPromotionUpdate, ib as FixedAmountPromotions, c8 as FixedPricePromotion, c9 as FixedPricePromotionCreate, cb as FixedPricePromotionSort, ca as FixedPricePromotionUpdate, ic as FixedPricePromotions, cc as FlexPromotion, cd as FlexPromotionCreate, cf as FlexPromotionSort, ce as FlexPromotionUpdate, id as FlexPromotions, cg as FreeGiftPromotion, ch as FreeGiftPromotionCreate, cj as FreeGiftPromotionSort, ci as FreeGiftPromotionUpdate, ie as FreeGiftPromotions, ck as FreeShippingPromotion, cl as FreeShippingPromotionCreate, cn as FreeShippingPromotionSort, cm as FreeShippingPromotionUpdate, ig as FreeShippingPromotions, co as Geocoder, cp as GeocoderSort, ih as Geocoders, cu as GiftCard, cv as GiftCardCreate, cq as GiftCardRecipient, cr as GiftCardRecipientCreate, ct as GiftCardRecipientSort, cs as GiftCardRecipientUpdate, ii as GiftCardRecipients, cx as GiftCardSort, cw as GiftCardUpdate, ij as GiftCards, cy as GoogleGeocoder, cz as GoogleGeocoderCreate, cB as GoogleGeocoderSort, cA as GoogleGeocoderUpdate, ik as GoogleGeocoders, cC as Import, cD as ImportCreate, cF as ImportSort, cE as ImportUpdate, il as Imports, cG as InStockSubscription, cH as InStockSubscriptionCreate, cJ as InStockSubscriptionSort, cI as InStockSubscriptionUpdate, im as InStockSubscriptions, cK as InventoryModel, cL as InventoryModelCreate, cN as InventoryModelSort, cM as InventoryModelUpdate, io as InventoryModels, cO as InventoryReturnLocation, cP as InventoryReturnLocationCreate, cR as InventoryReturnLocationSort, cQ as InventoryReturnLocationUpdate, ip as InventoryReturnLocations, cS as InventoryStockLocation, cT as InventoryStockLocationCreate, cV as InventoryStockLocationSort, cU as InventoryStockLocationUpdate, iq as InventoryStockLocations, cW as KlarnaGateway, cX as KlarnaGatewayCreate, cZ as KlarnaGatewaySort, cY as KlarnaGatewayUpdate, ir as KlarnaGateways, c_ as KlarnaPayment, c$ as KlarnaPaymentCreate, d1 as KlarnaPaymentSort, d0 as KlarnaPaymentUpdate, is as KlarnaPayments, d6 as LineItem, d7 as LineItemCreate, d2 as LineItemOption, d3 as LineItemOptionCreate, d5 as LineItemOptionSort, d4 as LineItemOptionUpdate, it as LineItemOptions, d9 as LineItemSort, d8 as LineItemUpdate, iu as LineItems, da as Link, db as LinkCreate, dd as LinkSort, dc as LinkUpdate, iv as Links, t as ListMeta, L as ListResponse, hl as ListableResource, hk as ListableResourceType, de as ManualGateway, df as ManualGatewayCreate, dh as ManualGatewaySort, dg as ManualGatewayUpdate, iw as ManualGateways, di as ManualTaxCalculator, dj as ManualTaxCalculatorCreate, dl as ManualTaxCalculatorSort, dk as ManualTaxCalculatorUpdate, ix as ManualTaxCalculators, dm as Market, dn as MarketCreate, dq as MarketSort, dp as MarketUpdate, iy as Markets, dr as Merchant, ds as MerchantCreate, du as MerchantSort, dt as MerchantUpdate, iz as Merchants, M as Metadata, dv as Notification, dw as NotificationCreate, dy as NotificationSort, dx as NotificationUpdate, iA as Notifications, dR as Order, dz as OrderAmountPromotionRule, dA as OrderAmountPromotionRuleCreate, dC as OrderAmountPromotionRuleSort, dB as OrderAmountPromotionRuleUpdate, iB as OrderAmountPromotionRules, iC as OrderCopies, dD as OrderCopy, dE as OrderCopyCreate, dG as OrderCopySort, dF as OrderCopyUpdate, dS as OrderCreate, iD as OrderFactories, dH as OrderFactory, dI as OrderFactorySort, dU as OrderSort, dN as OrderSubscription, dO as OrderSubscriptionCreate, dJ as OrderSubscriptionItem, dK as OrderSubscriptionItemCreate, dM as OrderSubscriptionItemSort, dL as OrderSubscriptionItemUpdate, iE as OrderSubscriptionItems, dQ as OrderSubscriptionSort, dP as OrderSubscriptionUpdate, iF as OrderSubscriptions, dT as OrderUpdate, iG as Orders, dV as Organization, dW as OrganizationSort, iH as Organizations, dX as Package, dY as PackageCreate, d_ as PackageSort, dZ as PackageUpdate, iI as Packages, e3 as Parcel, e4 as ParcelCreate, d$ as ParcelLineItem, e0 as ParcelLineItemCreate, e2 as ParcelLineItemSort, e1 as ParcelLineItemUpdate, iJ as ParcelLineItems, e6 as ParcelSort, e5 as ParcelUpdate, iK as Parcels, e7 as PaymentGateway, e8 as PaymentGatewaySort, iL as PaymentGateways, e9 as PaymentMethod, ea as PaymentMethodCreate, ec as PaymentMethodSort, eb as PaymentMethodUpdate, iM as PaymentMethods, ed as PaymentOption, ee as PaymentOptionCreate, eg as PaymentOptionSort, ef as PaymentOptionUpdate, iN as PaymentOptions, eh as PaypalGateway, ei as PaypalGatewayCreate, ek as PaypalGatewaySort, ej as PaypalGatewayUpdate, iO as PaypalGateways, el as PaypalPayment, em as PaypalPaymentCreate, eo as PaypalPaymentSort, en as PaypalPaymentUpdate, iP as PaypalPayments, ep as PercentageDiscountPromotion, eq as PercentageDiscountPromotionCreate, es as PercentageDiscountPromotionSort, er as PercentageDiscountPromotionUpdate, iQ as PercentageDiscountPromotions, et as Pickup, eu as PickupSort, iR as Pickups, eN as Price, eO as PriceCreate, ev as PriceFrequencyTier, ew as PriceFrequencyTierCreate, ey as PriceFrequencyTierSort, ex as PriceFrequencyTierUpdate, iS as PriceFrequencyTiers, eD as PriceList, eE as PriceListCreate, ez as PriceListScheduler, eA as PriceListSchedulerCreate, eC as PriceListSchedulerSort, eB as PriceListSchedulerUpdate, iT as PriceListSchedulers, eG as PriceListSort, eF as PriceListUpdate, iU as PriceLists, eQ as PriceSort, eH as PriceTier, eI as PriceTierSort, iV as PriceTiers, eP as PriceUpdate, eJ as PriceVolumeTier, eK as PriceVolumeTierCreate, eM as PriceVolumeTierSort, eL as PriceVolumeTierUpdate, iW as PriceVolumeTiers, iX as Prices, eT as Promotion, eR as PromotionRule, eS as PromotionRuleSort, iY as PromotionRules, eU as PromotionSort, iZ as Promotions, b as QueryArrayFields, f as QueryArraySortable, d as QueryFields, k as QueryFilter, Q as QueryInclude, l as QueryPageNumber, m as QueryPageSize, o as QueryParams, n as QueryParamsList, e as QueryParamsRetrieve, c as QueryRecordFields, h as QueryRecordSortable, j as QuerySort, i_ as RecurringOrderCopies, eV as RecurringOrderCopy, eW as RecurringOrderCopyCreate, eY as RecurringOrderCopySort, eX as RecurringOrderCopyUpdate, eZ as Refund, e$ as RefundSort, e_ as RefundUpdate, i$ as Refunds, f0 as ReservedStock, f1 as ReservedStockSort, j0 as ReservedStocks, q as Resource, y as ResourceAdapter, r as ResourceCreate, f2 as ResourceError, f3 as ResourceErrorSort, j1 as ResourceErrors, hw as ResourceFields, B as ResourceFilter, p as ResourceId, u as ResourceRel, z as ResourceSort, hx as ResourceSortFields, R as ResourceType, hf as ResourceTypeLock, s as ResourceUpdate, w as ResourcesConfig, x as ResourcesInitConfig, hj as RetrievableResource, hi as RetrievableResourceType, f8 as Return, f9 as ReturnCreate, f4 as ReturnLineItem, f5 as ReturnLineItemCreate, f7 as ReturnLineItemSort, f6 as ReturnLineItemUpdate, j2 as ReturnLineItems, fb as ReturnSort, fa as ReturnUpdate, j3 as Returns, fc as SatispayGateway, fd as SatispayGatewayCreate, ff as SatispayGatewaySort, fe as SatispayGatewayUpdate, j4 as SatispayGateways, fg as SatispayPayment, fh as SatispayPaymentCreate, fj as SatispayPaymentSort, fi as SatispayPaymentUpdate, j5 as SatispayPayments, fk as Shipment, fl as ShipmentCreate, fn as ShipmentSort, fm as ShipmentUpdate, j6 as Shipments, j7 as ShippingCategories, fo as ShippingCategory, fp as ShippingCategoryCreate, fr as ShippingCategorySort, fq as ShippingCategoryUpdate, fu as ShippingMethod, fv as ShippingMethodCreate, fx as ShippingMethodSort, fs as ShippingMethodTier, ft as ShippingMethodTierSort, j8 as ShippingMethodTiers, fw as ShippingMethodUpdate, j9 as ShippingMethods, fy as ShippingWeightTier, fz as ShippingWeightTierCreate, fB as ShippingWeightTierSort, fA as ShippingWeightTierUpdate, ja as ShippingWeightTiers, fC as ShippingZone, fD as ShippingZoneCreate, fF as ShippingZoneSort, fE as ShippingZoneUpdate, jb as ShippingZones, fW as Sku, fX as SkuCreate, fO as SkuList, fP as SkuListCreate, fG as SkuListItem, fH as SkuListItemCreate, fJ as SkuListItemSort, fI as SkuListItemUpdate, jc as SkuListItems, fK as SkuListPromotionRule, fL as SkuListPromotionRuleCreate, fN as SkuListPromotionRuleSort, fM as SkuListPromotionRuleUpdate, jd as SkuListPromotionRules, fR as SkuListSort, fQ as SkuListUpdate, je as SkuLists, fS as SkuOption, fT as SkuOptionCreate, fV as SkuOptionSort, fU as SkuOptionUpdate, jf as SkuOptions, fZ as SkuSort, fY as SkuUpdate, jg as Skus, f_ as StockItem, f$ as StockItemCreate, g1 as StockItemSort, g0 as StockItemUpdate, jh as StockItems, g2 as StockLineItem, g3 as StockLineItemCreate, g5 as StockLineItemSort, g4 as StockLineItemUpdate, ji as StockLineItems, g6 as StockLocation, g7 as StockLocationCreate, g9 as StockLocationSort, g8 as StockLocationUpdate, jj as StockLocations, ga as StockReservation, gb as StockReservationCreate, gd as StockReservationSort, gc as StockReservationUpdate, jk as StockReservations, ge as StockTransfer, gf as StockTransferCreate, gh as StockTransferSort, gg as StockTransferUpdate, jl as StockTransfers, gi as Store, gj as StoreCreate, gl as StoreSort, gk as StoreUpdate, jm as Stores, gm as StripeGateway, gn as StripeGatewayCreate, gp as StripeGatewaySort, go as StripeGatewayUpdate, jn as StripeGateways, gq as StripePayment, gr as StripePaymentCreate, gt as StripePaymentSort, gs as StripePaymentUpdate, jo as StripePayments, gu as StripeTaxAccount, gv as StripeTaxAccountCreate, gx as StripeTaxAccountSort, gw as StripeTaxAccountUpdate, jp as StripeTaxAccounts, gy as SubscriptionModel, gz as SubscriptionModelCreate, gB as SubscriptionModelSort, gA as SubscriptionModelUpdate, jq as SubscriptionModels, gC as Tag, gD as TagCreate, gF as TagSort, gE as TagUpdate, ht as TaggableResource, hs as TaggableResourceType, jr as Tags, gG as TalonOneAccount, gH as TalonOneAccountCreate, gJ as TalonOneAccountSort, gI as TalonOneAccountUpdate, js as TalonOneAccounts, gK as TaxCalculator, gL as TaxCalculatorSort, jt as TaxCalculators, ju as TaxCategories, gM as TaxCategory, gN as TaxCategoryCreate, gP as TaxCategorySort, gO as TaxCategoryUpdate, gQ as TaxRule, gR as TaxRuleCreate, gT as TaxRuleSort, gS as TaxRuleUpdate, jv as TaxRules, gU as TaxjarAccount, gV as TaxjarAccountCreate, gX as TaxjarAccountSort, gW as TaxjarAccountUpdate, jw as TaxjarAccounts, gY as Transaction, gZ as TransactionSort, jx as Transactions, hp as UpdatableResource, ho as UpdatableResourceType, g_ as Version, g$ as VersionSort, hv as VersionableResource, hu as VersionableResourceType, jy as Versions, h0 as VertexAccount, h1 as VertexAccountCreate, h3 as VertexAccountSort, h2 as VertexAccountUpdate, jz as VertexAccounts, h4 as Void, h6 as VoidSort, h5 as VoidUpdate, jA as Voids, h7 as Webhook, h8 as WebhookCreate, ha as WebhookSort, h9 as WebhookUpdate, jB as Webhooks, hb as WireTransfer, hc as WireTransferCreate, he as WireTransferSort, hd as WireTransferUpdate, jC as WireTransfers, g as generateQueryStringParams, a as generateSearchString, i as isParamsList, hg as resourceList, hh as singletonList } from './api-Cknm0QL_.js';
5
- export { E as ErrorObj, H as HeadersObj, R as RequestObj, a as ResponseObj } from './interceptor-5MISI1yn.js';
4
+ export { g as ErrorObj, H as HeadersObj, e as RequestObj, f as ResponseObj } from './interceptor-D65i25Y7.js';
6
5
  export { ApiError, ErrorType, SdkError } from './error.js';
7
6
  import './client.js';
8
7
  import './types.js';
package/lib/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import './chunk-AQ5VUG5P.js';
1
2
  export { CommerceLayer, default } from './commercelayer';
2
- export * from './instance';
3
+ export * from './api';
3
4
  export { CommerceLayerStatic } from './static';
@@ -51,4 +51,4 @@ type RawResponseReader = {
51
51
  ok: boolean;
52
52
  };
53
53
 
54
- export { type ErrorObj as E, type Fetch as F, type HeadersObj as H, type InterceptorType as I, type RequestObj as R, type ResponseObj as a, type RequestInterceptor as b, type ErrorInterceptor as c, type ResponseInterceptor as d, type RawResponseReader as e, type InterceptorManager as f, type FetchResponse as g, type FetchRequestOptions as h, type FetchClientOptions as i, FetchError as j, fetchURL as k };
54
+ export { type ErrorInterceptor as E, type Fetch as F, type HeadersObj as H, type InterceptorType as I, type RequestInterceptor as R, type ResponseInterceptor as a, type RawResponseReader as b, type InterceptorManager as c, type FetchResponse as d, type RequestObj as e, type ResponseObj as f, type ErrorObj as g, type FetchRequestOptions as h, type FetchClientOptions as i, FetchError as j, fetchURL as k };
@@ -51,4 +51,4 @@ type RawResponseReader = {
51
51
  ok: boolean;
52
52
  };
53
53
 
54
- export { type ErrorObj as E, type Fetch as F, type HeadersObj as H, type InterceptorType as I, type RequestObj as R, type ResponseObj as a, type RequestInterceptor as b, type ErrorInterceptor as c, type ResponseInterceptor as d, type RawResponseReader as e, type InterceptorManager as f, type FetchResponse as g, type FetchRequestOptions as h, type FetchClientOptions as i, FetchError as j, fetchURL as k };
54
+ export { type ErrorInterceptor as E, type Fetch as F, type HeadersObj as H, type InterceptorType as I, type RequestInterceptor as R, type ResponseInterceptor as a, type RawResponseReader as b, type InterceptorManager as c, type FetchResponse as d, type RequestObj as e, type ResponseObj as f, type ErrorObj as g, type FetchRequestOptions as h, type FetchClientOptions as i, FetchError as j, fetchURL as k };
@@ -1 +1 @@
1
- export { c as ErrorInterceptor, E as ErrorObj, H as HeadersObj, f as InterceptorManager, I as InterceptorType, e as RawResponseReader, b as RequestInterceptor, R as RequestObj, d as ResponseInterceptor, a as ResponseObj } from './interceptor-5MISI1yn.cjs';
1
+ export { E as ErrorInterceptor, g as ErrorObj, H as HeadersObj, c as InterceptorManager, I as InterceptorType, b as RawResponseReader, R as RequestInterceptor, e as RequestObj, a as ResponseInterceptor, f as ResponseObj } from './interceptor-D65i25Y7.cjs';
@@ -1 +1 @@
1
- export { c as ErrorInterceptor, E as ErrorObj, H as HeadersObj, f as InterceptorManager, I as InterceptorType, e as RawResponseReader, b as RequestInterceptor, R as RequestObj, d as ResponseInterceptor, a as ResponseObj } from './interceptor-5MISI1yn.js';
1
+ export { E as ErrorInterceptor, g as ErrorObj, H as HeadersObj, c as InterceptorManager, I as InterceptorType, b as RawResponseReader, R as RequestInterceptor, e as RequestObj, a as ResponseInterceptor, f as ResponseObj } from './interceptor-D65i25Y7.js';
package/lib/jsonapi.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ require('./chunk-JE77HYXB.cjs');
3
4
  var common = require('./common');
4
5
  var config = require('./config');
5
6
  var Debug = require('./debug');
package/lib/jsonapi.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { DocWithData, ResourceObject } from 'jsonapi-typescript';
2
2
  export { DocWithData } from 'jsonapi-typescript';
3
- import { q as Resource, r as ResourceCreate, R as ResourceType, s as ResourceUpdate, p as ResourceId } from './api-BYcswOJ0.cjs';
3
+ import { b as Resource, c as ResourceCreate, a as ResourceType, d as ResourceUpdate, R as ResourceId } from './api-Bq9emZm-.cjs';
4
4
  import './client.cjs';
5
- import './interceptor-5MISI1yn.cjs';
5
+ import './interceptor-D65i25Y7.cjs';
6
6
  import './types.cjs';
7
7
 
8
8
  declare const denormalize: <R extends Resource>(response: DocWithData) => R | R[];
package/lib/jsonapi.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { DocWithData, ResourceObject } from 'jsonapi-typescript';
2
2
  export { DocWithData } from 'jsonapi-typescript';
3
- import { q as Resource, r as ResourceCreate, R as ResourceType, s as ResourceUpdate, p as ResourceId } from './api-Cknm0QL_.js';
3
+ import { b as Resource, c as ResourceCreate, a as ResourceType, d as ResourceUpdate, R as ResourceId } from './api-C5qyxFpD.js';
4
4
  import './client.js';
5
- import './interceptor-5MISI1yn.js';
5
+ import './interceptor-D65i25Y7.js';
6
6
  import './types.js';
7
7
 
8
8
  declare const denormalize: <R extends Resource>(response: DocWithData) => R | R[];
package/lib/jsonapi.js CHANGED
@@ -1,3 +1,4 @@
1
+ import './chunk-AQ5VUG5P.js';
1
2
  import { isResourceType, isResourceId } from './common';
2
3
  import config from './config';
3
4
  import Debug from './debug';
package/lib/model.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- export { D as Address, E as AddressCreate, G as AddressSort, F as AddressUpdate, H as Adjustment, I as AdjustmentCreate, K as AdjustmentSort, J as AdjustmentUpdate, N as AdyenGateway, O as AdyenGatewayCreate, S as AdyenGatewaySort, P as AdyenGatewayUpdate, T as AdyenPayment, U as AdyenPaymentCreate, W as AdyenPaymentSort, V as AdyenPaymentUpdate, X as Application, Y as ApplicationSort, Z as Attachment, _ as AttachmentCreate, a0 as AttachmentSort, $ as AttachmentUpdate, a1 as Authorization, a3 as AuthorizationSort, a2 as AuthorizationUpdate, a4 as AvalaraAccount, a5 as AvalaraAccountCreate, a7 as AvalaraAccountSort, a6 as AvalaraAccountUpdate, a8 as AxerveGateway, a9 as AxerveGatewayCreate, ab as AxerveGatewaySort, aa as AxerveGatewayUpdate, ac as AxervePayment, ad as AxervePaymentCreate, af as AxervePaymentSort, ae as AxervePaymentUpdate, ag as BingGeocoder, ah as BingGeocoderCreate, aj as BingGeocoderSort, ai as BingGeocoderUpdate, ak as BraintreeGateway, al as BraintreeGatewayCreate, an as BraintreeGatewaySort, am as BraintreeGatewayUpdate, ao as BraintreePayment, ap as BraintreePaymentCreate, ar as BraintreePaymentSort, aq as BraintreePaymentUpdate, as as Bundle, at as BundleCreate, av as BundleSort, au as BundleUpdate, aw as BuyXPayYPromotion, ax as BuyXPayYPromotionCreate, az as BuyXPayYPromotionSort, ay as BuyXPayYPromotionUpdate, aA as Capture, aC as CaptureSort, aB as CaptureUpdate, aD as CarrierAccount, aE as CarrierAccountCreate, aG as CarrierAccountSort, aF as CarrierAccountUpdate, aH as CheckoutComGateway, aI as CheckoutComGatewayCreate, aK as CheckoutComGatewaySort, aJ as CheckoutComGatewayUpdate, aL as CheckoutComPayment, aM as CheckoutComPaymentCreate, aO as CheckoutComPaymentSort, aN as CheckoutComPaymentUpdate, aP as Cleanup, aQ as CleanupCreate, aS as CleanupSort, aR as CleanupUpdate, a$ as Coupon, aT as CouponCodesPromotionRule, aU as CouponCodesPromotionRuleCreate, aW as CouponCodesPromotionRuleSort, aV as CouponCodesPromotionRuleUpdate, b0 as CouponCreate, aX as CouponRecipient, aY as CouponRecipientCreate, a_ as CouponRecipientSort, aZ as CouponRecipientUpdate, b2 as CouponSort, b1 as CouponUpdate, b3 as CustomPromotionRule, b4 as CustomPromotionRuleCreate, b6 as CustomPromotionRuleSort, b5 as CustomPromotionRuleUpdate, br as Customer, b7 as CustomerAddress, b8 as CustomerAddressCreate, ba as CustomerAddressSort, b9 as CustomerAddressUpdate, bs as CustomerCreate, bb as CustomerGroup, bc as CustomerGroupCreate, be as CustomerGroupSort, bd as CustomerGroupUpdate, bf as CustomerPasswordReset, bg as CustomerPasswordResetCreate, bi as CustomerPasswordResetSort, bh as CustomerPasswordResetUpdate, bj as CustomerPaymentSource, bk as CustomerPaymentSourceCreate, bm as CustomerPaymentSourceSort, bl as CustomerPaymentSourceUpdate, bu as CustomerSort, bn as CustomerSubscription, bo as CustomerSubscriptionCreate, bq as CustomerSubscriptionSort, bp as CustomerSubscriptionUpdate, bt as CustomerUpdate, bv as DeliveryLeadTime, bw as DeliveryLeadTimeCreate, by as DeliveryLeadTimeSort, bx as DeliveryLeadTimeUpdate, bB as DiscountEngine, bz as DiscountEngineItem, bA as DiscountEngineItemSort, bC as DiscountEngineSort, bD as EasypostPickup, bE as EasypostPickupCreate, bG as EasypostPickupSort, bF as EasypostPickupUpdate, bJ as Event, bH as EventCallback, bI as EventCallbackSort, bL as EventSort, bK as EventUpdate, bM as Export, bN as ExportCreate, bP as ExportSort, bO as ExportUpdate, bQ as ExternalGateway, bR as ExternalGatewayCreate, bT as ExternalGatewaySort, bS as ExternalGatewayUpdate, bU as ExternalPayment, bV as ExternalPaymentCreate, bX as ExternalPaymentSort, bW as ExternalPaymentUpdate, bY as ExternalPromotion, bZ as ExternalPromotionCreate, b$ as ExternalPromotionSort, b_ as ExternalPromotionUpdate, c0 as ExternalTaxCalculator, c1 as ExternalTaxCalculatorCreate, c3 as ExternalTaxCalculatorSort, c2 as ExternalTaxCalculatorUpdate, c4 as FixedAmountPromotion, c5 as FixedAmountPromotionCreate, c7 as FixedAmountPromotionSort, c6 as FixedAmountPromotionUpdate, c8 as FixedPricePromotion, c9 as FixedPricePromotionCreate, cb as FixedPricePromotionSort, ca as FixedPricePromotionUpdate, cc as FlexPromotion, cd as FlexPromotionCreate, cf as FlexPromotionSort, ce as FlexPromotionUpdate, cg as FreeGiftPromotion, ch as FreeGiftPromotionCreate, cj as FreeGiftPromotionSort, ci as FreeGiftPromotionUpdate, ck as FreeShippingPromotion, cl as FreeShippingPromotionCreate, cn as FreeShippingPromotionSort, cm as FreeShippingPromotionUpdate, co as Geocoder, cp as GeocoderSort, cu as GiftCard, cv as GiftCardCreate, cq as GiftCardRecipient, cr as GiftCardRecipientCreate, ct as GiftCardRecipientSort, cs as GiftCardRecipientUpdate, cx as GiftCardSort, cw as GiftCardUpdate, cy as GoogleGeocoder, cz as GoogleGeocoderCreate, cB as GoogleGeocoderSort, cA as GoogleGeocoderUpdate, cC as Import, cD as ImportCreate, cF as ImportSort, cE as ImportUpdate, cG as InStockSubscription, cH as InStockSubscriptionCreate, cJ as InStockSubscriptionSort, cI as InStockSubscriptionUpdate, cK as InventoryModel, cL as InventoryModelCreate, cN as InventoryModelSort, cM as InventoryModelUpdate, cO as InventoryReturnLocation, cP as InventoryReturnLocationCreate, cR as InventoryReturnLocationSort, cQ as InventoryReturnLocationUpdate, cS as InventoryStockLocation, cT as InventoryStockLocationCreate, cV as InventoryStockLocationSort, cU as InventoryStockLocationUpdate, cW as KlarnaGateway, cX as KlarnaGatewayCreate, cZ as KlarnaGatewaySort, cY as KlarnaGatewayUpdate, c_ as KlarnaPayment, c$ as KlarnaPaymentCreate, d1 as KlarnaPaymentSort, d0 as KlarnaPaymentUpdate, d6 as LineItem, d7 as LineItemCreate, d2 as LineItemOption, d3 as LineItemOptionCreate, d5 as LineItemOptionSort, d4 as LineItemOptionUpdate, d9 as LineItemSort, d8 as LineItemUpdate, da as Link, db as LinkCreate, dd as LinkSort, dc as LinkUpdate, de as ManualGateway, df as ManualGatewayCreate, dh as ManualGatewaySort, dg as ManualGatewayUpdate, di as ManualTaxCalculator, dj as ManualTaxCalculatorCreate, dl as ManualTaxCalculatorSort, dk as ManualTaxCalculatorUpdate, dm as Market, dn as MarketCreate, dq as MarketSort, dp as MarketUpdate, dr as Merchant, ds as MerchantCreate, du as MerchantSort, dt as MerchantUpdate, dv as Notification, dw as NotificationCreate, dy as NotificationSort, dx as NotificationUpdate, dR as Order, dz as OrderAmountPromotionRule, dA as OrderAmountPromotionRuleCreate, dC as OrderAmountPromotionRuleSort, dB as OrderAmountPromotionRuleUpdate, dD as OrderCopy, dE as OrderCopyCreate, dG as OrderCopySort, dF as OrderCopyUpdate, dS as OrderCreate, dH as OrderFactory, dI as OrderFactorySort, dU as OrderSort, dN as OrderSubscription, dO as OrderSubscriptionCreate, dJ as OrderSubscriptionItem, dK as OrderSubscriptionItemCreate, dM as OrderSubscriptionItemSort, dL as OrderSubscriptionItemUpdate, dQ as OrderSubscriptionSort, dP as OrderSubscriptionUpdate, dT as OrderUpdate, dV as Organization, dW as OrganizationSort, dX as Package, dY as PackageCreate, d_ as PackageSort, dZ as PackageUpdate, e3 as Parcel, e4 as ParcelCreate, d$ as ParcelLineItem, e0 as ParcelLineItemCreate, e2 as ParcelLineItemSort, e1 as ParcelLineItemUpdate, e6 as ParcelSort, e5 as ParcelUpdate, e7 as PaymentGateway, e8 as PaymentGatewaySort, e9 as PaymentMethod, ea as PaymentMethodCreate, ec as PaymentMethodSort, eb as PaymentMethodUpdate, ed as PaymentOption, ee as PaymentOptionCreate, eg as PaymentOptionSort, ef as PaymentOptionUpdate, eh as PaypalGateway, ei as PaypalGatewayCreate, ek as PaypalGatewaySort, ej as PaypalGatewayUpdate, el as PaypalPayment, em as PaypalPaymentCreate, eo as PaypalPaymentSort, en as PaypalPaymentUpdate, ep as PercentageDiscountPromotion, eq as PercentageDiscountPromotionCreate, es as PercentageDiscountPromotionSort, er as PercentageDiscountPromotionUpdate, et as Pickup, eu as PickupSort, eN as Price, eO as PriceCreate, ev as PriceFrequencyTier, ew as PriceFrequencyTierCreate, ey as PriceFrequencyTierSort, ex as PriceFrequencyTierUpdate, eD as PriceList, eE as PriceListCreate, ez as PriceListScheduler, eA as PriceListSchedulerCreate, eC as PriceListSchedulerSort, eB as PriceListSchedulerUpdate, eG as PriceListSort, eF as PriceListUpdate, eQ as PriceSort, eH as PriceTier, eI as PriceTierSort, eP as PriceUpdate, eJ as PriceVolumeTier, eK as PriceVolumeTierCreate, eM as PriceVolumeTierSort, eL as PriceVolumeTierUpdate, eT as Promotion, eR as PromotionRule, eS as PromotionRuleSort, eU as PromotionSort, eV as RecurringOrderCopy, eW as RecurringOrderCopyCreate, eY as RecurringOrderCopySort, eX as RecurringOrderCopyUpdate, eZ as Refund, e$ as RefundSort, e_ as RefundUpdate, f0 as ReservedStock, f1 as ReservedStockSort, f2 as ResourceError, f3 as ResourceErrorSort, f8 as Return, f9 as ReturnCreate, f4 as ReturnLineItem, f5 as ReturnLineItemCreate, f7 as ReturnLineItemSort, f6 as ReturnLineItemUpdate, fb as ReturnSort, fa as ReturnUpdate, fc as SatispayGateway, fd as SatispayGatewayCreate, ff as SatispayGatewaySort, fe as SatispayGatewayUpdate, fg as SatispayPayment, fh as SatispayPaymentCreate, fj as SatispayPaymentSort, fi as SatispayPaymentUpdate, fk as Shipment, fl as ShipmentCreate, fn as ShipmentSort, fm as ShipmentUpdate, fo as ShippingCategory, fp as ShippingCategoryCreate, fr as ShippingCategorySort, fq as ShippingCategoryUpdate, fu as ShippingMethod, fv as ShippingMethodCreate, fx as ShippingMethodSort, fs as ShippingMethodTier, ft as ShippingMethodTierSort, fw as ShippingMethodUpdate, fy as ShippingWeightTier, fz as ShippingWeightTierCreate, fB as ShippingWeightTierSort, fA as ShippingWeightTierUpdate, fC as ShippingZone, fD as ShippingZoneCreate, fF as ShippingZoneSort, fE as ShippingZoneUpdate, fW as Sku, fX as SkuCreate, fO as SkuList, fP as SkuListCreate, fG as SkuListItem, fH as SkuListItemCreate, fJ as SkuListItemSort, fI as SkuListItemUpdate, fK as SkuListPromotionRule, fL as SkuListPromotionRuleCreate, fN as SkuListPromotionRuleSort, fM as SkuListPromotionRuleUpdate, fR as SkuListSort, fQ as SkuListUpdate, fS as SkuOption, fT as SkuOptionCreate, fV as SkuOptionSort, fU as SkuOptionUpdate, fZ as SkuSort, fY as SkuUpdate, f_ as StockItem, f$ as StockItemCreate, g1 as StockItemSort, g0 as StockItemUpdate, g2 as StockLineItem, g3 as StockLineItemCreate, g5 as StockLineItemSort, g4 as StockLineItemUpdate, g6 as StockLocation, g7 as StockLocationCreate, g9 as StockLocationSort, g8 as StockLocationUpdate, ga as StockReservation, gb as StockReservationCreate, gd as StockReservationSort, gc as StockReservationUpdate, ge as StockTransfer, gf as StockTransferCreate, gh as StockTransferSort, gg as StockTransferUpdate, gi as Store, gj as StoreCreate, gl as StoreSort, gk as StoreUpdate, gm as StripeGateway, gn as StripeGatewayCreate, gp as StripeGatewaySort, go as StripeGatewayUpdate, gq as StripePayment, gr as StripePaymentCreate, gt as StripePaymentSort, gs as StripePaymentUpdate, gu as StripeTaxAccount, gv as StripeTaxAccountCreate, gx as StripeTaxAccountSort, gw as StripeTaxAccountUpdate, gy as SubscriptionModel, gz as SubscriptionModelCreate, gB as SubscriptionModelSort, gA as SubscriptionModelUpdate, gC as Tag, gD as TagCreate, gF as TagSort, gE as TagUpdate, gG as TalonOneAccount, gH as TalonOneAccountCreate, gJ as TalonOneAccountSort, gI as TalonOneAccountUpdate, gK as TaxCalculator, gL as TaxCalculatorSort, gM as TaxCategory, gN as TaxCategoryCreate, gP as TaxCategorySort, gO as TaxCategoryUpdate, gQ as TaxRule, gR as TaxRuleCreate, gT as TaxRuleSort, gS as TaxRuleUpdate, gU as TaxjarAccount, gV as TaxjarAccountCreate, gX as TaxjarAccountSort, gW as TaxjarAccountUpdate, gY as Transaction, gZ as TransactionSort, g_ as Version, g$ as VersionSort, h0 as VertexAccount, h1 as VertexAccountCreate, h3 as VertexAccountSort, h2 as VertexAccountUpdate, h4 as Void, h6 as VoidSort, h5 as VoidUpdate, h7 as Webhook, h8 as WebhookCreate, ha as WebhookSort, h9 as WebhookUpdate, hb as WireTransfer, hc as WireTransferCreate, he as WireTransferSort, hd as WireTransferUpdate } from './api-BYcswOJ0.cjs';
1
+ export { c1 as Address, c2 as AddressCreate, c4 as AddressSort, c3 as AddressUpdate, c5 as Adjustment, c6 as AdjustmentCreate, c8 as AdjustmentSort, c7 as AdjustmentUpdate, c9 as AdyenGateway, ca as AdyenGatewayCreate, cc as AdyenGatewaySort, cb as AdyenGatewayUpdate, cd as AdyenPayment, ce as AdyenPaymentCreate, cg as AdyenPaymentSort, cf as AdyenPaymentUpdate, ch as Application, ci as ApplicationSort, cj as Attachment, ck as AttachmentCreate, cm as AttachmentSort, cl as AttachmentUpdate, cn as Authorization, cp as AuthorizationSort, co as AuthorizationUpdate, cq as AvalaraAccount, cr as AvalaraAccountCreate, ct as AvalaraAccountSort, cs as AvalaraAccountUpdate, cu as AxerveGateway, cv as AxerveGatewayCreate, cx as AxerveGatewaySort, cw as AxerveGatewayUpdate, cy as AxervePayment, cz as AxervePaymentCreate, cB as AxervePaymentSort, cA as AxervePaymentUpdate, cC as BingGeocoder, cD as BingGeocoderCreate, cF as BingGeocoderSort, cE as BingGeocoderUpdate, cG as BraintreeGateway, cH as BraintreeGatewayCreate, cJ as BraintreeGatewaySort, cI as BraintreeGatewayUpdate, cK as BraintreePayment, cL as BraintreePaymentCreate, cN as BraintreePaymentSort, cM as BraintreePaymentUpdate, cO as Bundle, cP as BundleCreate, cR as BundleSort, cQ as BundleUpdate, cS as BuyXPayYPromotion, cT as BuyXPayYPromotionCreate, cV as BuyXPayYPromotionSort, cU as BuyXPayYPromotionUpdate, cW as Capture, cY as CaptureSort, cX as CaptureUpdate, cZ as CarrierAccount, c_ as CarrierAccountCreate, d0 as CarrierAccountSort, c$ as CarrierAccountUpdate, d1 as CheckoutComGateway, d2 as CheckoutComGatewayCreate, d4 as CheckoutComGatewaySort, d3 as CheckoutComGatewayUpdate, d5 as CheckoutComPayment, d6 as CheckoutComPaymentCreate, d8 as CheckoutComPaymentSort, d7 as CheckoutComPaymentUpdate, d9 as Cleanup, da as CleanupCreate, dc as CleanupSort, db as CleanupUpdate, dl as Coupon, dd as CouponCodesPromotionRule, de as CouponCodesPromotionRuleCreate, dg as CouponCodesPromotionRuleSort, df as CouponCodesPromotionRuleUpdate, dm as CouponCreate, dh as CouponRecipient, di as CouponRecipientCreate, dk as CouponRecipientSort, dj as CouponRecipientUpdate, dp as CouponSort, dn as CouponUpdate, dq as CustomPromotionRule, dr as CustomPromotionRuleCreate, dt as CustomPromotionRuleSort, ds as CustomPromotionRuleUpdate, dO as Customer, du as CustomerAddress, dv as CustomerAddressCreate, dx as CustomerAddressSort, dw as CustomerAddressUpdate, dP as CustomerCreate, dy as CustomerGroup, dz as CustomerGroupCreate, dB as CustomerGroupSort, dA as CustomerGroupUpdate, dC as CustomerPasswordReset, dD as CustomerPasswordResetCreate, dF as CustomerPasswordResetSort, dE as CustomerPasswordResetUpdate, dG as CustomerPaymentSource, dH as CustomerPaymentSourceCreate, dJ as CustomerPaymentSourceSort, dI as CustomerPaymentSourceUpdate, dR as CustomerSort, dK as CustomerSubscription, dL as CustomerSubscriptionCreate, dN as CustomerSubscriptionSort, dM as CustomerSubscriptionUpdate, dQ as CustomerUpdate, dS as DeliveryLeadTime, dT as DeliveryLeadTimeCreate, dV as DeliveryLeadTimeSort, dU as DeliveryLeadTimeUpdate, dY as DiscountEngine, dW as DiscountEngineItem, dX as DiscountEngineItemSort, dZ as DiscountEngineSort, d_ as EasypostPickup, d$ as EasypostPickupCreate, e1 as EasypostPickupSort, e0 as EasypostPickupUpdate, e4 as Event, e2 as EventCallback, e3 as EventCallbackSort, e6 as EventSort, e5 as EventUpdate, e7 as Export, e8 as ExportCreate, ea as ExportSort, e9 as ExportUpdate, eb as ExternalGateway, ec as ExternalGatewayCreate, ee as ExternalGatewaySort, ed as ExternalGatewayUpdate, ef as ExternalPayment, eg as ExternalPaymentCreate, ei as ExternalPaymentSort, eh as ExternalPaymentUpdate, ej as ExternalPromotion, ek as ExternalPromotionCreate, em as ExternalPromotionSort, el as ExternalPromotionUpdate, en as ExternalTaxCalculator, eo as ExternalTaxCalculatorCreate, eq as ExternalTaxCalculatorSort, ep as ExternalTaxCalculatorUpdate, er as FixedAmountPromotion, es as FixedAmountPromotionCreate, eu as FixedAmountPromotionSort, et as FixedAmountPromotionUpdate, ev as FixedPricePromotion, ew as FixedPricePromotionCreate, ey as FixedPricePromotionSort, ex as FixedPricePromotionUpdate, ez as FlexPromotion, eA as FlexPromotionCreate, eC as FlexPromotionSort, eB as FlexPromotionUpdate, eD as FreeGiftPromotion, eE as FreeGiftPromotionCreate, eG as FreeGiftPromotionSort, eF as FreeGiftPromotionUpdate, eH as FreeShippingPromotion, eI as FreeShippingPromotionCreate, eK as FreeShippingPromotionSort, eJ as FreeShippingPromotionUpdate, eL as Geocoder, eM as GeocoderSort, eR as GiftCard, eS as GiftCardCreate, eN as GiftCardRecipient, eO as GiftCardRecipientCreate, eQ as GiftCardRecipientSort, eP as GiftCardRecipientUpdate, eU as GiftCardSort, eT as GiftCardUpdate, eV as GoogleGeocoder, eW as GoogleGeocoderCreate, eY as GoogleGeocoderSort, eX as GoogleGeocoderUpdate, eZ as Import, e_ as ImportCreate, f0 as ImportSort, e$ as ImportUpdate, f1 as InStockSubscription, f2 as InStockSubscriptionCreate, f4 as InStockSubscriptionSort, f3 as InStockSubscriptionUpdate, f5 as InventoryModel, f6 as InventoryModelCreate, f8 as InventoryModelSort, f7 as InventoryModelUpdate, f9 as InventoryReturnLocation, fa as InventoryReturnLocationCreate, fc as InventoryReturnLocationSort, fb as InventoryReturnLocationUpdate, fd as InventoryStockLocation, fe as InventoryStockLocationCreate, fg as InventoryStockLocationSort, ff as InventoryStockLocationUpdate, fh as KlarnaGateway, fi as KlarnaGatewayCreate, fk as KlarnaGatewaySort, fj as KlarnaGatewayUpdate, fl as KlarnaPayment, fm as KlarnaPaymentCreate, fo as KlarnaPaymentSort, fn as KlarnaPaymentUpdate, ft as LineItem, fu as LineItemCreate, fp as LineItemOption, fq as LineItemOptionCreate, fs as LineItemOptionSort, fr as LineItemOptionUpdate, fw as LineItemSort, fv as LineItemUpdate, fx as Link, fy as LinkCreate, fA as LinkSort, fz as LinkUpdate, fB as ManualGateway, fC as ManualGatewayCreate, fE as ManualGatewaySort, fD as ManualGatewayUpdate, fF as ManualTaxCalculator, fG as ManualTaxCalculatorCreate, fI as ManualTaxCalculatorSort, fH as ManualTaxCalculatorUpdate, fJ as Market, fK as MarketCreate, fM as MarketSort, fL as MarketUpdate, fN as Merchant, fO as MerchantCreate, fQ as MerchantSort, fP as MerchantUpdate, fR as Notification, fS as NotificationCreate, fU as NotificationSort, fT as NotificationUpdate, gb as Order, fV as OrderAmountPromotionRule, fW as OrderAmountPromotionRuleCreate, fY as OrderAmountPromotionRuleSort, fX as OrderAmountPromotionRuleUpdate, fZ as OrderCopy, f_ as OrderCopyCreate, g0 as OrderCopySort, f$ as OrderCopyUpdate, gc as OrderCreate, g1 as OrderFactory, g2 as OrderFactorySort, ge as OrderSort, g7 as OrderSubscription, g8 as OrderSubscriptionCreate, g3 as OrderSubscriptionItem, g4 as OrderSubscriptionItemCreate, g6 as OrderSubscriptionItemSort, g5 as OrderSubscriptionItemUpdate, ga as OrderSubscriptionSort, g9 as OrderSubscriptionUpdate, gd as OrderUpdate, gf as Organization, gg as OrganizationSort, gh as Package, gi as PackageCreate, gk as PackageSort, gj as PackageUpdate, gp as Parcel, gq as ParcelCreate, gl as ParcelLineItem, gm as ParcelLineItemCreate, go as ParcelLineItemSort, gn as ParcelLineItemUpdate, gs as ParcelSort, gr as ParcelUpdate, gt as PaymentGateway, gu as PaymentGatewaySort, gv as PaymentMethod, gw as PaymentMethodCreate, gy as PaymentMethodSort, gx as PaymentMethodUpdate, gz as PaymentOption, gA as PaymentOptionCreate, gC as PaymentOptionSort, gB as PaymentOptionUpdate, gD as PaypalGateway, gE as PaypalGatewayCreate, gG as PaypalGatewaySort, gF as PaypalGatewayUpdate, gH as PaypalPayment, gI as PaypalPaymentCreate, gK as PaypalPaymentSort, gJ as PaypalPaymentUpdate, gL as PercentageDiscountPromotion, gM as PercentageDiscountPromotionCreate, gO as PercentageDiscountPromotionSort, gN as PercentageDiscountPromotionUpdate, gP as Pickup, gQ as PickupSort, h7 as Price, h8 as PriceCreate, gR as PriceFrequencyTier, gS as PriceFrequencyTierCreate, gU as PriceFrequencyTierSort, gT as PriceFrequencyTierUpdate, gZ as PriceList, g_ as PriceListCreate, gV as PriceListScheduler, gW as PriceListSchedulerCreate, gY as PriceListSchedulerSort, gX as PriceListSchedulerUpdate, h0 as PriceListSort, g$ as PriceListUpdate, ha as PriceSort, h1 as PriceTier, h2 as PriceTierSort, h9 as PriceUpdate, h3 as PriceVolumeTier, h4 as PriceVolumeTierCreate, h6 as PriceVolumeTierSort, h5 as PriceVolumeTierUpdate, hd as Promotion, hb as PromotionRule, hc as PromotionRuleSort, he as PromotionSort, hf as RecurringOrderCopy, hg as RecurringOrderCopyCreate, hi as RecurringOrderCopySort, hh as RecurringOrderCopyUpdate, hj as Refund, hl as RefundSort, hk as RefundUpdate, hm as ReservedStock, hn as ReservedStockSort, ho as ResourceError, hp as ResourceErrorSort, hu as Return, hv as ReturnCreate, hq as ReturnLineItem, hr as ReturnLineItemCreate, ht as ReturnLineItemSort, hs as ReturnLineItemUpdate, hx as ReturnSort, hw as ReturnUpdate, hy as SatispayGateway, hz as SatispayGatewayCreate, hB as SatispayGatewaySort, hA as SatispayGatewayUpdate, hC as SatispayPayment, hD as SatispayPaymentCreate, hF as SatispayPaymentSort, hE as SatispayPaymentUpdate, hG as Shipment, hH as ShipmentCreate, hJ as ShipmentSort, hI as ShipmentUpdate, hK as ShippingCategory, hL as ShippingCategoryCreate, hN as ShippingCategorySort, hM as ShippingCategoryUpdate, hQ as ShippingMethod, hR as ShippingMethodCreate, hT as ShippingMethodSort, hO as ShippingMethodTier, hP as ShippingMethodTierSort, hS as ShippingMethodUpdate, hU as ShippingWeightTier, hV as ShippingWeightTierCreate, hX as ShippingWeightTierSort, hW as ShippingWeightTierUpdate, hY as ShippingZone, hZ as ShippingZoneCreate, h$ as ShippingZoneSort, h_ as ShippingZoneUpdate, ih as Sku, ii as SkuCreate, i8 as SkuList, i9 as SkuListCreate, i0 as SkuListItem, i1 as SkuListItemCreate, i3 as SkuListItemSort, i2 as SkuListItemUpdate, i4 as SkuListPromotionRule, i5 as SkuListPromotionRuleCreate, i7 as SkuListPromotionRuleSort, i6 as SkuListPromotionRuleUpdate, ib as SkuListSort, ia as SkuListUpdate, ic as SkuOption, id as SkuOptionCreate, ig as SkuOptionSort, ie as SkuOptionUpdate, ik as SkuSort, ij as SkuUpdate, il as StockItem, im as StockItemCreate, ip as StockItemSort, io as StockItemUpdate, iq as StockLineItem, ir as StockLineItemCreate, it as StockLineItemSort, is as StockLineItemUpdate, iu as StockLocation, iv as StockLocationCreate, ix as StockLocationSort, iw as StockLocationUpdate, iy as StockReservation, iz as StockReservationCreate, iB as StockReservationSort, iA as StockReservationUpdate, iC as StockTransfer, iD as StockTransferCreate, iF as StockTransferSort, iE as StockTransferUpdate, iG as Store, iH as StoreCreate, iJ as StoreSort, iI as StoreUpdate, iK as StripeGateway, iL as StripeGatewayCreate, iN as StripeGatewaySort, iM as StripeGatewayUpdate, iO as StripePayment, iP as StripePaymentCreate, iR as StripePaymentSort, iQ as StripePaymentUpdate, iS as StripeTaxAccount, iT as StripeTaxAccountCreate, iV as StripeTaxAccountSort, iU as StripeTaxAccountUpdate, iW as SubscriptionModel, iX as SubscriptionModelCreate, iZ as SubscriptionModelSort, iY as SubscriptionModelUpdate, i_ as Tag, i$ as TagCreate, j1 as TagSort, j0 as TagUpdate, j2 as TalonOneAccount, j3 as TalonOneAccountCreate, j5 as TalonOneAccountSort, j4 as TalonOneAccountUpdate, j6 as TaxCalculator, j7 as TaxCalculatorSort, j8 as TaxCategory, j9 as TaxCategoryCreate, jb as TaxCategorySort, ja as TaxCategoryUpdate, jc as TaxRule, jd as TaxRuleCreate, jf as TaxRuleSort, je as TaxRuleUpdate, jg as TaxjarAccount, jh as TaxjarAccountCreate, jj as TaxjarAccountSort, ji as TaxjarAccountUpdate, jk as Transaction, jl as TransactionSort, jm as Version, jn as VersionSort, jo as VertexAccount, jp as VertexAccountCreate, jr as VertexAccountSort, jq as VertexAccountUpdate, js as Void, ju as VoidSort, jt as VoidUpdate, jv as Webhook, jw as WebhookCreate, jy as WebhookSort, jx as WebhookUpdate, jz as WireTransfer, jA as WireTransferCreate, jC as WireTransferSort, jB as WireTransferUpdate } from './api-Bq9emZm-.cjs';
2
2
  import './client.cjs';
3
- import './interceptor-5MISI1yn.cjs';
3
+ import './interceptor-D65i25Y7.cjs';
4
4
  import './types.cjs';