@commercelayer/sdk 7.0.0-beta.16 → 7.0.0-beta.18

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 (579) hide show
  1. package/lib/{api-Cxxi3g4i.d.cts → api-CRmSToGa.d.cts} +1 -1
  2. package/lib/{api-CsxHP9zh.d.ts → api-CUXmETkx.d.ts} +1 -1
  3. package/lib/api.cjs +7460 -792
  4. package/lib/api.d.cts +1 -1
  5. package/lib/api.d.ts +1 -1
  6. package/lib/api.js +7331 -132
  7. package/lib/client.cjs +253 -78
  8. package/lib/client.js +252 -72
  9. package/lib/commercelayer.cjs +778 -34
  10. package/lib/commercelayer.d.cts +1 -2
  11. package/lib/commercelayer.d.ts +1 -2
  12. package/lib/commercelayer.js +777 -29
  13. package/lib/common.cjs +143 -7
  14. package/lib/common.d.cts +1 -1
  15. package/lib/common.d.ts +1 -1
  16. package/lib/common.js +141 -5
  17. package/lib/config.cjs +2 -3
  18. package/lib/config.js +2 -3
  19. package/lib/debug.cjs +12 -6
  20. package/lib/debug.js +12 -6
  21. package/lib/enum.cjs +9 -10
  22. package/lib/enum.d.cts +1 -1
  23. package/lib/enum.d.ts +1 -1
  24. package/lib/enum.js +9 -10
  25. package/lib/error.cjs +75 -26
  26. package/lib/error.js +74 -25
  27. package/lib/fetch.cjs +85 -33
  28. package/lib/fetch.js +87 -31
  29. package/lib/index.cjs +8104 -23
  30. package/lib/index.d.cts +2 -2
  31. package/lib/index.d.ts +2 -2
  32. package/lib/index.js +7977 -4
  33. package/lib/jsonapi.cjs +188 -21
  34. package/lib/jsonapi.d.cts +1 -1
  35. package/lib/jsonapi.d.ts +1 -1
  36. package/lib/jsonapi.js +186 -14
  37. package/lib/model.d.cts +1 -1
  38. package/lib/model.d.ts +1 -1
  39. package/lib/query.cjs +75 -17
  40. package/lib/query.d.cts +1 -1
  41. package/lib/query.d.ts +1 -1
  42. package/lib/query.js +77 -15
  43. package/lib/resource.cjs +660 -71
  44. package/lib/resource.d.cts +1 -1
  45. package/lib/resource.d.ts +1 -1
  46. package/lib/resource.js +646 -51
  47. package/lib/resources/addresses.cjs +794 -6
  48. package/lib/resources/addresses.d.cts +1 -1
  49. package/lib/resources/addresses.d.ts +1 -1
  50. package/lib/resources/addresses.js +794 -6
  51. package/lib/resources/adjustments.cjs +794 -6
  52. package/lib/resources/adjustments.d.cts +1 -1
  53. package/lib/resources/adjustments.d.ts +1 -1
  54. package/lib/resources/adjustments.js +794 -6
  55. package/lib/resources/adyen_gateways.cjs +794 -6
  56. package/lib/resources/adyen_gateways.d.cts +1 -1
  57. package/lib/resources/adyen_gateways.d.ts +1 -1
  58. package/lib/resources/adyen_gateways.js +794 -6
  59. package/lib/resources/adyen_payments.cjs +794 -6
  60. package/lib/resources/adyen_payments.d.cts +1 -1
  61. package/lib/resources/adyen_payments.d.ts +1 -1
  62. package/lib/resources/adyen_payments.js +794 -6
  63. package/lib/resources/applications.cjs +786 -6
  64. package/lib/resources/applications.d.cts +1 -1
  65. package/lib/resources/applications.d.ts +1 -1
  66. package/lib/resources/applications.js +786 -6
  67. package/lib/resources/attachments.cjs +794 -6
  68. package/lib/resources/attachments.d.cts +1 -1
  69. package/lib/resources/attachments.d.ts +1 -1
  70. package/lib/resources/attachments.js +794 -6
  71. package/lib/resources/authorizations.cjs +794 -6
  72. package/lib/resources/authorizations.d.cts +1 -1
  73. package/lib/resources/authorizations.d.ts +1 -1
  74. package/lib/resources/authorizations.js +794 -6
  75. package/lib/resources/avalara_accounts.cjs +794 -6
  76. package/lib/resources/avalara_accounts.d.cts +1 -1
  77. package/lib/resources/avalara_accounts.d.ts +1 -1
  78. package/lib/resources/avalara_accounts.js +794 -6
  79. package/lib/resources/axerve_gateways.cjs +794 -6
  80. package/lib/resources/axerve_gateways.d.cts +1 -1
  81. package/lib/resources/axerve_gateways.d.ts +1 -1
  82. package/lib/resources/axerve_gateways.js +794 -6
  83. package/lib/resources/axerve_payments.cjs +794 -6
  84. package/lib/resources/axerve_payments.d.cts +1 -1
  85. package/lib/resources/axerve_payments.d.ts +1 -1
  86. package/lib/resources/axerve_payments.js +794 -6
  87. package/lib/resources/bing_geocoders.cjs +794 -6
  88. package/lib/resources/bing_geocoders.d.cts +1 -1
  89. package/lib/resources/bing_geocoders.d.ts +1 -1
  90. package/lib/resources/bing_geocoders.js +794 -6
  91. package/lib/resources/braintree_gateways.cjs +794 -6
  92. package/lib/resources/braintree_gateways.d.cts +1 -1
  93. package/lib/resources/braintree_gateways.d.ts +1 -1
  94. package/lib/resources/braintree_gateways.js +794 -6
  95. package/lib/resources/braintree_payments.cjs +794 -6
  96. package/lib/resources/braintree_payments.d.cts +1 -1
  97. package/lib/resources/braintree_payments.d.ts +1 -1
  98. package/lib/resources/braintree_payments.js +794 -6
  99. package/lib/resources/bundles.cjs +794 -6
  100. package/lib/resources/bundles.d.cts +1 -1
  101. package/lib/resources/bundles.d.ts +1 -1
  102. package/lib/resources/bundles.js +794 -6
  103. package/lib/resources/buy_x_pay_y_promotions.cjs +794 -6
  104. package/lib/resources/buy_x_pay_y_promotions.d.cts +1 -1
  105. package/lib/resources/buy_x_pay_y_promotions.d.ts +1 -1
  106. package/lib/resources/buy_x_pay_y_promotions.js +794 -6
  107. package/lib/resources/captures.cjs +794 -6
  108. package/lib/resources/captures.d.cts +1 -1
  109. package/lib/resources/captures.d.ts +1 -1
  110. package/lib/resources/captures.js +794 -6
  111. package/lib/resources/carrier_accounts.cjs +794 -6
  112. package/lib/resources/carrier_accounts.d.cts +1 -1
  113. package/lib/resources/carrier_accounts.d.ts +1 -1
  114. package/lib/resources/carrier_accounts.js +794 -6
  115. package/lib/resources/checkout_com_gateways.cjs +794 -6
  116. package/lib/resources/checkout_com_gateways.d.cts +1 -1
  117. package/lib/resources/checkout_com_gateways.d.ts +1 -1
  118. package/lib/resources/checkout_com_gateways.js +794 -6
  119. package/lib/resources/checkout_com_payments.cjs +794 -6
  120. package/lib/resources/checkout_com_payments.d.cts +1 -1
  121. package/lib/resources/checkout_com_payments.d.ts +1 -1
  122. package/lib/resources/checkout_com_payments.js +794 -6
  123. package/lib/resources/cleanups.cjs +794 -6
  124. package/lib/resources/cleanups.d.cts +1 -1
  125. package/lib/resources/cleanups.d.ts +1 -1
  126. package/lib/resources/cleanups.js +794 -6
  127. package/lib/resources/coupon_codes_promotion_rules.cjs +794 -6
  128. package/lib/resources/coupon_codes_promotion_rules.d.cts +1 -1
  129. package/lib/resources/coupon_codes_promotion_rules.d.ts +1 -1
  130. package/lib/resources/coupon_codes_promotion_rules.js +794 -6
  131. package/lib/resources/coupon_recipients.cjs +794 -6
  132. package/lib/resources/coupon_recipients.d.cts +1 -1
  133. package/lib/resources/coupon_recipients.d.ts +1 -1
  134. package/lib/resources/coupon_recipients.js +794 -6
  135. package/lib/resources/coupons.cjs +794 -6
  136. package/lib/resources/coupons.d.cts +1 -1
  137. package/lib/resources/coupons.d.ts +1 -1
  138. package/lib/resources/coupons.js +794 -6
  139. package/lib/resources/custom_promotion_rules.cjs +794 -6
  140. package/lib/resources/custom_promotion_rules.d.cts +1 -1
  141. package/lib/resources/custom_promotion_rules.d.ts +1 -1
  142. package/lib/resources/custom_promotion_rules.js +794 -6
  143. package/lib/resources/customer_addresses.cjs +794 -6
  144. package/lib/resources/customer_addresses.d.cts +1 -1
  145. package/lib/resources/customer_addresses.d.ts +1 -1
  146. package/lib/resources/customer_addresses.js +794 -6
  147. package/lib/resources/customer_groups.cjs +794 -6
  148. package/lib/resources/customer_groups.d.cts +1 -1
  149. package/lib/resources/customer_groups.d.ts +1 -1
  150. package/lib/resources/customer_groups.js +794 -6
  151. package/lib/resources/customer_password_resets.cjs +794 -6
  152. package/lib/resources/customer_password_resets.d.cts +1 -1
  153. package/lib/resources/customer_password_resets.d.ts +1 -1
  154. package/lib/resources/customer_password_resets.js +794 -6
  155. package/lib/resources/customer_payment_sources.cjs +794 -6
  156. package/lib/resources/customer_payment_sources.d.cts +1 -1
  157. package/lib/resources/customer_payment_sources.d.ts +1 -1
  158. package/lib/resources/customer_payment_sources.js +794 -6
  159. package/lib/resources/customer_subscriptions.cjs +794 -6
  160. package/lib/resources/customer_subscriptions.d.cts +1 -1
  161. package/lib/resources/customer_subscriptions.d.ts +1 -1
  162. package/lib/resources/customer_subscriptions.js +794 -6
  163. package/lib/resources/customers.cjs +794 -6
  164. package/lib/resources/customers.d.cts +1 -1
  165. package/lib/resources/customers.d.ts +1 -1
  166. package/lib/resources/customers.js +794 -6
  167. package/lib/resources/delivery_lead_times.cjs +794 -6
  168. package/lib/resources/delivery_lead_times.d.cts +1 -1
  169. package/lib/resources/delivery_lead_times.d.ts +1 -1
  170. package/lib/resources/delivery_lead_times.js +794 -6
  171. package/lib/resources/discount_engine_items.cjs +794 -6
  172. package/lib/resources/discount_engine_items.d.cts +1 -1
  173. package/lib/resources/discount_engine_items.d.ts +1 -1
  174. package/lib/resources/discount_engine_items.js +794 -6
  175. package/lib/resources/discount_engines.cjs +794 -6
  176. package/lib/resources/discount_engines.d.cts +1 -1
  177. package/lib/resources/discount_engines.d.ts +1 -1
  178. package/lib/resources/discount_engines.js +794 -6
  179. package/lib/resources/easypost_pickups.cjs +794 -6
  180. package/lib/resources/easypost_pickups.d.cts +1 -1
  181. package/lib/resources/easypost_pickups.d.ts +1 -1
  182. package/lib/resources/easypost_pickups.js +794 -6
  183. package/lib/resources/event_callbacks.cjs +794 -6
  184. package/lib/resources/event_callbacks.d.cts +1 -1
  185. package/lib/resources/event_callbacks.d.ts +1 -1
  186. package/lib/resources/event_callbacks.js +794 -6
  187. package/lib/resources/events.cjs +794 -6
  188. package/lib/resources/events.d.cts +1 -1
  189. package/lib/resources/events.d.ts +1 -1
  190. package/lib/resources/events.js +794 -6
  191. package/lib/resources/exports.cjs +794 -6
  192. package/lib/resources/exports.d.cts +1 -1
  193. package/lib/resources/exports.d.ts +1 -1
  194. package/lib/resources/exports.js +794 -6
  195. package/lib/resources/external_gateways.cjs +794 -6
  196. package/lib/resources/external_gateways.d.cts +1 -1
  197. package/lib/resources/external_gateways.d.ts +1 -1
  198. package/lib/resources/external_gateways.js +794 -6
  199. package/lib/resources/external_payments.cjs +794 -6
  200. package/lib/resources/external_payments.d.cts +1 -1
  201. package/lib/resources/external_payments.d.ts +1 -1
  202. package/lib/resources/external_payments.js +794 -6
  203. package/lib/resources/external_promotions.cjs +794 -6
  204. package/lib/resources/external_promotions.d.cts +1 -1
  205. package/lib/resources/external_promotions.d.ts +1 -1
  206. package/lib/resources/external_promotions.js +794 -6
  207. package/lib/resources/external_tax_calculators.cjs +794 -6
  208. package/lib/resources/external_tax_calculators.d.cts +1 -1
  209. package/lib/resources/external_tax_calculators.d.ts +1 -1
  210. package/lib/resources/external_tax_calculators.js +794 -6
  211. package/lib/resources/fixed_amount_promotions.cjs +794 -6
  212. package/lib/resources/fixed_amount_promotions.d.cts +1 -1
  213. package/lib/resources/fixed_amount_promotions.d.ts +1 -1
  214. package/lib/resources/fixed_amount_promotions.js +794 -6
  215. package/lib/resources/fixed_price_promotions.cjs +794 -6
  216. package/lib/resources/fixed_price_promotions.d.cts +1 -1
  217. package/lib/resources/fixed_price_promotions.d.ts +1 -1
  218. package/lib/resources/fixed_price_promotions.js +794 -6
  219. package/lib/resources/flex_promotions.cjs +794 -6
  220. package/lib/resources/flex_promotions.d.cts +1 -1
  221. package/lib/resources/flex_promotions.d.ts +1 -1
  222. package/lib/resources/flex_promotions.js +794 -6
  223. package/lib/resources/free_gift_promotions.cjs +794 -6
  224. package/lib/resources/free_gift_promotions.d.cts +1 -1
  225. package/lib/resources/free_gift_promotions.d.ts +1 -1
  226. package/lib/resources/free_gift_promotions.js +794 -6
  227. package/lib/resources/free_shipping_promotions.cjs +794 -6
  228. package/lib/resources/free_shipping_promotions.d.cts +1 -1
  229. package/lib/resources/free_shipping_promotions.d.ts +1 -1
  230. package/lib/resources/free_shipping_promotions.js +794 -6
  231. package/lib/resources/geocoders.cjs +794 -6
  232. package/lib/resources/geocoders.d.cts +1 -1
  233. package/lib/resources/geocoders.d.ts +1 -1
  234. package/lib/resources/geocoders.js +794 -6
  235. package/lib/resources/gift_card_recipients.cjs +794 -6
  236. package/lib/resources/gift_card_recipients.d.cts +1 -1
  237. package/lib/resources/gift_card_recipients.d.ts +1 -1
  238. package/lib/resources/gift_card_recipients.js +794 -6
  239. package/lib/resources/gift_cards.cjs +794 -6
  240. package/lib/resources/gift_cards.d.cts +1 -1
  241. package/lib/resources/gift_cards.d.ts +1 -1
  242. package/lib/resources/gift_cards.js +794 -6
  243. package/lib/resources/google_geocoders.cjs +794 -6
  244. package/lib/resources/google_geocoders.d.cts +1 -1
  245. package/lib/resources/google_geocoders.d.ts +1 -1
  246. package/lib/resources/google_geocoders.js +794 -6
  247. package/lib/resources/imports.cjs +794 -6
  248. package/lib/resources/imports.d.cts +1 -1
  249. package/lib/resources/imports.d.ts +1 -1
  250. package/lib/resources/imports.js +794 -6
  251. package/lib/resources/in_stock_subscriptions.cjs +794 -6
  252. package/lib/resources/in_stock_subscriptions.d.cts +1 -1
  253. package/lib/resources/in_stock_subscriptions.d.ts +1 -1
  254. package/lib/resources/in_stock_subscriptions.js +794 -6
  255. package/lib/resources/inventory_models.cjs +794 -6
  256. package/lib/resources/inventory_models.d.cts +1 -1
  257. package/lib/resources/inventory_models.d.ts +1 -1
  258. package/lib/resources/inventory_models.js +794 -6
  259. package/lib/resources/inventory_return_locations.cjs +794 -6
  260. package/lib/resources/inventory_return_locations.d.cts +1 -1
  261. package/lib/resources/inventory_return_locations.d.ts +1 -1
  262. package/lib/resources/inventory_return_locations.js +794 -6
  263. package/lib/resources/inventory_stock_locations.cjs +794 -6
  264. package/lib/resources/inventory_stock_locations.d.cts +1 -1
  265. package/lib/resources/inventory_stock_locations.d.ts +1 -1
  266. package/lib/resources/inventory_stock_locations.js +794 -6
  267. package/lib/resources/klarna_gateways.cjs +794 -6
  268. package/lib/resources/klarna_gateways.d.cts +1 -1
  269. package/lib/resources/klarna_gateways.d.ts +1 -1
  270. package/lib/resources/klarna_gateways.js +794 -6
  271. package/lib/resources/klarna_payments.cjs +794 -6
  272. package/lib/resources/klarna_payments.d.cts +1 -1
  273. package/lib/resources/klarna_payments.d.ts +1 -1
  274. package/lib/resources/klarna_payments.js +794 -6
  275. package/lib/resources/line_item_options.cjs +794 -6
  276. package/lib/resources/line_item_options.d.cts +1 -1
  277. package/lib/resources/line_item_options.d.ts +1 -1
  278. package/lib/resources/line_item_options.js +794 -6
  279. package/lib/resources/line_items.cjs +794 -6
  280. package/lib/resources/line_items.d.cts +1 -1
  281. package/lib/resources/line_items.d.ts +1 -1
  282. package/lib/resources/line_items.js +794 -6
  283. package/lib/resources/links.cjs +794 -6
  284. package/lib/resources/links.d.cts +1 -1
  285. package/lib/resources/links.d.ts +1 -1
  286. package/lib/resources/links.js +794 -6
  287. package/lib/resources/manual_gateways.cjs +794 -6
  288. package/lib/resources/manual_gateways.d.cts +1 -1
  289. package/lib/resources/manual_gateways.d.ts +1 -1
  290. package/lib/resources/manual_gateways.js +794 -6
  291. package/lib/resources/manual_tax_calculators.cjs +794 -6
  292. package/lib/resources/manual_tax_calculators.d.cts +1 -1
  293. package/lib/resources/manual_tax_calculators.d.ts +1 -1
  294. package/lib/resources/manual_tax_calculators.js +794 -6
  295. package/lib/resources/markets.cjs +794 -6
  296. package/lib/resources/markets.d.cts +1 -1
  297. package/lib/resources/markets.d.ts +1 -1
  298. package/lib/resources/markets.js +794 -6
  299. package/lib/resources/merchants.cjs +794 -6
  300. package/lib/resources/merchants.d.cts +1 -1
  301. package/lib/resources/merchants.d.ts +1 -1
  302. package/lib/resources/merchants.js +794 -6
  303. package/lib/resources/notifications.cjs +794 -6
  304. package/lib/resources/notifications.d.cts +1 -1
  305. package/lib/resources/notifications.d.ts +1 -1
  306. package/lib/resources/notifications.js +794 -6
  307. package/lib/resources/order_amount_promotion_rules.cjs +794 -6
  308. package/lib/resources/order_amount_promotion_rules.d.cts +1 -1
  309. package/lib/resources/order_amount_promotion_rules.d.ts +1 -1
  310. package/lib/resources/order_amount_promotion_rules.js +794 -6
  311. package/lib/resources/order_copies.cjs +794 -6
  312. package/lib/resources/order_copies.d.cts +1 -1
  313. package/lib/resources/order_copies.d.ts +1 -1
  314. package/lib/resources/order_copies.js +794 -6
  315. package/lib/resources/order_factories.cjs +794 -6
  316. package/lib/resources/order_factories.d.cts +1 -1
  317. package/lib/resources/order_factories.d.ts +1 -1
  318. package/lib/resources/order_factories.js +794 -6
  319. package/lib/resources/order_subscription_items.cjs +794 -6
  320. package/lib/resources/order_subscription_items.d.cts +1 -1
  321. package/lib/resources/order_subscription_items.d.ts +1 -1
  322. package/lib/resources/order_subscription_items.js +794 -6
  323. package/lib/resources/order_subscriptions.cjs +794 -6
  324. package/lib/resources/order_subscriptions.d.cts +1 -1
  325. package/lib/resources/order_subscriptions.d.ts +1 -1
  326. package/lib/resources/order_subscriptions.js +794 -6
  327. package/lib/resources/orders.cjs +794 -6
  328. package/lib/resources/orders.d.cts +1 -1
  329. package/lib/resources/orders.d.ts +1 -1
  330. package/lib/resources/orders.js +794 -6
  331. package/lib/resources/organizations.cjs +786 -6
  332. package/lib/resources/organizations.d.cts +1 -1
  333. package/lib/resources/organizations.d.ts +1 -1
  334. package/lib/resources/organizations.js +786 -6
  335. package/lib/resources/packages.cjs +794 -6
  336. package/lib/resources/packages.d.cts +1 -1
  337. package/lib/resources/packages.d.ts +1 -1
  338. package/lib/resources/packages.js +794 -6
  339. package/lib/resources/parcel_line_items.cjs +794 -6
  340. package/lib/resources/parcel_line_items.d.cts +1 -1
  341. package/lib/resources/parcel_line_items.d.ts +1 -1
  342. package/lib/resources/parcel_line_items.js +794 -6
  343. package/lib/resources/parcels.cjs +794 -6
  344. package/lib/resources/parcels.d.cts +1 -1
  345. package/lib/resources/parcels.d.ts +1 -1
  346. package/lib/resources/parcels.js +794 -6
  347. package/lib/resources/payment_gateways.cjs +794 -6
  348. package/lib/resources/payment_gateways.d.cts +1 -1
  349. package/lib/resources/payment_gateways.d.ts +1 -1
  350. package/lib/resources/payment_gateways.js +794 -6
  351. package/lib/resources/payment_methods.cjs +794 -6
  352. package/lib/resources/payment_methods.d.cts +1 -1
  353. package/lib/resources/payment_methods.d.ts +1 -1
  354. package/lib/resources/payment_methods.js +794 -6
  355. package/lib/resources/payment_options.cjs +794 -6
  356. package/lib/resources/payment_options.d.cts +1 -1
  357. package/lib/resources/payment_options.d.ts +1 -1
  358. package/lib/resources/payment_options.js +794 -6
  359. package/lib/resources/paypal_gateways.cjs +794 -6
  360. package/lib/resources/paypal_gateways.d.cts +1 -1
  361. package/lib/resources/paypal_gateways.d.ts +1 -1
  362. package/lib/resources/paypal_gateways.js +794 -6
  363. package/lib/resources/paypal_payments.cjs +794 -6
  364. package/lib/resources/paypal_payments.d.cts +1 -1
  365. package/lib/resources/paypal_payments.d.ts +1 -1
  366. package/lib/resources/paypal_payments.js +794 -6
  367. package/lib/resources/percentage_discount_promotions.cjs +794 -6
  368. package/lib/resources/percentage_discount_promotions.d.cts +1 -1
  369. package/lib/resources/percentage_discount_promotions.d.ts +1 -1
  370. package/lib/resources/percentage_discount_promotions.js +794 -6
  371. package/lib/resources/pickups.cjs +794 -6
  372. package/lib/resources/pickups.d.cts +1 -1
  373. package/lib/resources/pickups.d.ts +1 -1
  374. package/lib/resources/pickups.js +794 -6
  375. package/lib/resources/price_frequency_tiers.cjs +794 -6
  376. package/lib/resources/price_frequency_tiers.d.cts +1 -1
  377. package/lib/resources/price_frequency_tiers.d.ts +1 -1
  378. package/lib/resources/price_frequency_tiers.js +794 -6
  379. package/lib/resources/price_list_schedulers.cjs +794 -6
  380. package/lib/resources/price_list_schedulers.d.cts +1 -1
  381. package/lib/resources/price_list_schedulers.d.ts +1 -1
  382. package/lib/resources/price_list_schedulers.js +794 -6
  383. package/lib/resources/price_lists.cjs +794 -6
  384. package/lib/resources/price_lists.d.cts +1 -1
  385. package/lib/resources/price_lists.d.ts +1 -1
  386. package/lib/resources/price_lists.js +794 -6
  387. package/lib/resources/price_tiers.cjs +794 -6
  388. package/lib/resources/price_tiers.d.cts +1 -1
  389. package/lib/resources/price_tiers.d.ts +1 -1
  390. package/lib/resources/price_tiers.js +794 -6
  391. package/lib/resources/price_volume_tiers.cjs +794 -6
  392. package/lib/resources/price_volume_tiers.d.cts +1 -1
  393. package/lib/resources/price_volume_tiers.d.ts +1 -1
  394. package/lib/resources/price_volume_tiers.js +794 -6
  395. package/lib/resources/prices.cjs +794 -6
  396. package/lib/resources/prices.d.cts +1 -1
  397. package/lib/resources/prices.d.ts +1 -1
  398. package/lib/resources/prices.js +794 -6
  399. package/lib/resources/promotion_rules.cjs +794 -6
  400. package/lib/resources/promotion_rules.d.cts +1 -1
  401. package/lib/resources/promotion_rules.d.ts +1 -1
  402. package/lib/resources/promotion_rules.js +794 -6
  403. package/lib/resources/promotions.cjs +794 -6
  404. package/lib/resources/promotions.d.cts +1 -1
  405. package/lib/resources/promotions.d.ts +1 -1
  406. package/lib/resources/promotions.js +794 -6
  407. package/lib/resources/recurring_order_copies.cjs +794 -6
  408. package/lib/resources/recurring_order_copies.d.cts +1 -1
  409. package/lib/resources/recurring_order_copies.d.ts +1 -1
  410. package/lib/resources/recurring_order_copies.js +794 -6
  411. package/lib/resources/refunds.cjs +794 -6
  412. package/lib/resources/refunds.d.cts +1 -1
  413. package/lib/resources/refunds.d.ts +1 -1
  414. package/lib/resources/refunds.js +794 -6
  415. package/lib/resources/reserved_stocks.cjs +794 -6
  416. package/lib/resources/reserved_stocks.d.cts +1 -1
  417. package/lib/resources/reserved_stocks.d.ts +1 -1
  418. package/lib/resources/reserved_stocks.js +794 -6
  419. package/lib/resources/resource_errors.cjs +794 -6
  420. package/lib/resources/resource_errors.d.cts +1 -1
  421. package/lib/resources/resource_errors.d.ts +1 -1
  422. package/lib/resources/resource_errors.js +794 -6
  423. package/lib/resources/return_line_items.cjs +794 -6
  424. package/lib/resources/return_line_items.d.cts +1 -1
  425. package/lib/resources/return_line_items.d.ts +1 -1
  426. package/lib/resources/return_line_items.js +794 -6
  427. package/lib/resources/returns.cjs +794 -6
  428. package/lib/resources/returns.d.cts +1 -1
  429. package/lib/resources/returns.d.ts +1 -1
  430. package/lib/resources/returns.js +794 -6
  431. package/lib/resources/satispay_gateways.cjs +794 -6
  432. package/lib/resources/satispay_gateways.d.cts +1 -1
  433. package/lib/resources/satispay_gateways.d.ts +1 -1
  434. package/lib/resources/satispay_gateways.js +794 -6
  435. package/lib/resources/satispay_payments.cjs +794 -6
  436. package/lib/resources/satispay_payments.d.cts +1 -1
  437. package/lib/resources/satispay_payments.d.ts +1 -1
  438. package/lib/resources/satispay_payments.js +794 -6
  439. package/lib/resources/shipments.cjs +794 -6
  440. package/lib/resources/shipments.d.cts +1 -1
  441. package/lib/resources/shipments.d.ts +1 -1
  442. package/lib/resources/shipments.js +794 -6
  443. package/lib/resources/shipping_categories.cjs +794 -6
  444. package/lib/resources/shipping_categories.d.cts +1 -1
  445. package/lib/resources/shipping_categories.d.ts +1 -1
  446. package/lib/resources/shipping_categories.js +794 -6
  447. package/lib/resources/shipping_method_tiers.cjs +794 -6
  448. package/lib/resources/shipping_method_tiers.d.cts +1 -1
  449. package/lib/resources/shipping_method_tiers.d.ts +1 -1
  450. package/lib/resources/shipping_method_tiers.js +794 -6
  451. package/lib/resources/shipping_methods.cjs +794 -6
  452. package/lib/resources/shipping_methods.d.cts +1 -1
  453. package/lib/resources/shipping_methods.d.ts +1 -1
  454. package/lib/resources/shipping_methods.js +794 -6
  455. package/lib/resources/shipping_weight_tiers.cjs +794 -6
  456. package/lib/resources/shipping_weight_tiers.d.cts +1 -1
  457. package/lib/resources/shipping_weight_tiers.d.ts +1 -1
  458. package/lib/resources/shipping_weight_tiers.js +794 -6
  459. package/lib/resources/shipping_zones.cjs +794 -6
  460. package/lib/resources/shipping_zones.d.cts +1 -1
  461. package/lib/resources/shipping_zones.d.ts +1 -1
  462. package/lib/resources/shipping_zones.js +794 -6
  463. package/lib/resources/sku_list_items.cjs +794 -6
  464. package/lib/resources/sku_list_items.d.cts +1 -1
  465. package/lib/resources/sku_list_items.d.ts +1 -1
  466. package/lib/resources/sku_list_items.js +794 -6
  467. package/lib/resources/sku_list_promotion_rules.cjs +794 -6
  468. package/lib/resources/sku_list_promotion_rules.d.cts +1 -1
  469. package/lib/resources/sku_list_promotion_rules.d.ts +1 -1
  470. package/lib/resources/sku_list_promotion_rules.js +794 -6
  471. package/lib/resources/sku_lists.cjs +794 -6
  472. package/lib/resources/sku_lists.d.cts +1 -1
  473. package/lib/resources/sku_lists.d.ts +1 -1
  474. package/lib/resources/sku_lists.js +794 -6
  475. package/lib/resources/sku_options.cjs +794 -6
  476. package/lib/resources/sku_options.d.cts +1 -1
  477. package/lib/resources/sku_options.d.ts +1 -1
  478. package/lib/resources/sku_options.js +794 -6
  479. package/lib/resources/skus.cjs +794 -6
  480. package/lib/resources/skus.d.cts +1 -1
  481. package/lib/resources/skus.d.ts +1 -1
  482. package/lib/resources/skus.js +794 -6
  483. package/lib/resources/stock_items.cjs +794 -6
  484. package/lib/resources/stock_items.d.cts +1 -1
  485. package/lib/resources/stock_items.d.ts +1 -1
  486. package/lib/resources/stock_items.js +794 -6
  487. package/lib/resources/stock_line_items.cjs +794 -6
  488. package/lib/resources/stock_line_items.d.cts +1 -1
  489. package/lib/resources/stock_line_items.d.ts +1 -1
  490. package/lib/resources/stock_line_items.js +794 -6
  491. package/lib/resources/stock_locations.cjs +794 -6
  492. package/lib/resources/stock_locations.d.cts +1 -1
  493. package/lib/resources/stock_locations.d.ts +1 -1
  494. package/lib/resources/stock_locations.js +794 -6
  495. package/lib/resources/stock_reservations.cjs +794 -6
  496. package/lib/resources/stock_reservations.d.cts +1 -1
  497. package/lib/resources/stock_reservations.d.ts +1 -1
  498. package/lib/resources/stock_reservations.js +794 -6
  499. package/lib/resources/stock_transfers.cjs +794 -6
  500. package/lib/resources/stock_transfers.d.cts +1 -1
  501. package/lib/resources/stock_transfers.d.ts +1 -1
  502. package/lib/resources/stock_transfers.js +794 -6
  503. package/lib/resources/stores.cjs +794 -6
  504. package/lib/resources/stores.d.cts +1 -1
  505. package/lib/resources/stores.d.ts +1 -1
  506. package/lib/resources/stores.js +794 -6
  507. package/lib/resources/stripe_gateways.cjs +794 -6
  508. package/lib/resources/stripe_gateways.d.cts +1 -1
  509. package/lib/resources/stripe_gateways.d.ts +1 -1
  510. package/lib/resources/stripe_gateways.js +794 -6
  511. package/lib/resources/stripe_payments.cjs +794 -6
  512. package/lib/resources/stripe_payments.d.cts +1 -1
  513. package/lib/resources/stripe_payments.d.ts +1 -1
  514. package/lib/resources/stripe_payments.js +794 -6
  515. package/lib/resources/stripe_tax_accounts.cjs +794 -6
  516. package/lib/resources/stripe_tax_accounts.d.cts +1 -1
  517. package/lib/resources/stripe_tax_accounts.d.ts +1 -1
  518. package/lib/resources/stripe_tax_accounts.js +794 -6
  519. package/lib/resources/subscription_models.cjs +794 -6
  520. package/lib/resources/subscription_models.d.cts +1 -1
  521. package/lib/resources/subscription_models.d.ts +1 -1
  522. package/lib/resources/subscription_models.js +794 -6
  523. package/lib/resources/tags.cjs +794 -6
  524. package/lib/resources/tags.d.cts +1 -1
  525. package/lib/resources/tags.d.ts +1 -1
  526. package/lib/resources/tags.js +794 -6
  527. package/lib/resources/talon_one_accounts.cjs +794 -6
  528. package/lib/resources/talon_one_accounts.d.cts +1 -1
  529. package/lib/resources/talon_one_accounts.d.ts +1 -1
  530. package/lib/resources/talon_one_accounts.js +794 -6
  531. package/lib/resources/tax_calculators.cjs +794 -6
  532. package/lib/resources/tax_calculators.d.cts +1 -1
  533. package/lib/resources/tax_calculators.d.ts +1 -1
  534. package/lib/resources/tax_calculators.js +794 -6
  535. package/lib/resources/tax_categories.cjs +794 -6
  536. package/lib/resources/tax_categories.d.cts +1 -1
  537. package/lib/resources/tax_categories.d.ts +1 -1
  538. package/lib/resources/tax_categories.js +794 -6
  539. package/lib/resources/tax_rules.cjs +794 -6
  540. package/lib/resources/tax_rules.d.cts +1 -1
  541. package/lib/resources/tax_rules.d.ts +1 -1
  542. package/lib/resources/tax_rules.js +794 -6
  543. package/lib/resources/taxjar_accounts.cjs +794 -6
  544. package/lib/resources/taxjar_accounts.d.cts +1 -1
  545. package/lib/resources/taxjar_accounts.d.ts +1 -1
  546. package/lib/resources/taxjar_accounts.js +794 -6
  547. package/lib/resources/transactions.cjs +794 -6
  548. package/lib/resources/transactions.d.cts +1 -1
  549. package/lib/resources/transactions.d.ts +1 -1
  550. package/lib/resources/transactions.js +794 -6
  551. package/lib/resources/versions.cjs +794 -6
  552. package/lib/resources/versions.d.cts +1 -1
  553. package/lib/resources/versions.d.ts +1 -1
  554. package/lib/resources/versions.js +794 -6
  555. package/lib/resources/vertex_accounts.cjs +794 -6
  556. package/lib/resources/vertex_accounts.d.cts +1 -1
  557. package/lib/resources/vertex_accounts.d.ts +1 -1
  558. package/lib/resources/vertex_accounts.js +794 -6
  559. package/lib/resources/voids.cjs +794 -6
  560. package/lib/resources/voids.d.cts +1 -1
  561. package/lib/resources/voids.d.ts +1 -1
  562. package/lib/resources/voids.js +794 -6
  563. package/lib/resources/webhooks.cjs +794 -6
  564. package/lib/resources/webhooks.d.cts +1 -1
  565. package/lib/resources/webhooks.d.ts +1 -1
  566. package/lib/resources/webhooks.js +794 -6
  567. package/lib/resources/wire_transfers.cjs +794 -6
  568. package/lib/resources/wire_transfers.d.cts +1 -1
  569. package/lib/resources/wire_transfers.d.ts +1 -1
  570. package/lib/resources/wire_transfers.js +794 -6
  571. package/lib/static.cjs +753 -20
  572. package/lib/static.d.cts +1 -1
  573. package/lib/static.d.ts +1 -1
  574. package/lib/static.js +739 -6
  575. package/lib/util.cjs +5 -6
  576. package/lib/util.js +5 -6
  577. package/package.json +1 -1
  578. package/lib/chunk-AQ5VUG5P.js +0 -12
  579. package/lib/chunk-JE77HYXB.cjs +0 -17
package/lib/error.cjs CHANGED
@@ -1,8 +1,59 @@
1
1
  'use strict';
2
2
 
3
- var chunkJE77HYXB_cjs = require('./chunk-JE77HYXB.cjs');
4
- var fetch = require('./fetch');
3
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
+ }) : x)(function(x) {
6
+ if (typeof require !== "undefined") return require.apply(this, arguments);
7
+ throw Error('Dynamic require of "' + x + '" is not supported');
8
+ });
5
9
 
10
+ // src/debug.ts
11
+ var debuggerFunction = (_pattern, ..._args) => {
12
+ };
13
+ var debuggerFactory = (_namespace) => debuggerFunction;
14
+ try {
15
+ const debugModule = __require("debug");
16
+ if (debugModule && typeof debugModule === "function") debuggerFactory = debugModule;
17
+ } catch (error) {
18
+ }
19
+ var debugPrefix = "clsdk";
20
+ var debug = (namespace) => {
21
+ return debuggerFactory(`${debugPrefix}:${namespace}`);
22
+ };
23
+ var debug_default = debug;
24
+
25
+ // src/fetch.ts
26
+ debug_default("fetch");
27
+ var FetchError = class _FetchError extends Error {
28
+ static isFetchError = (error) => {
29
+ return error instanceof _FetchError;
30
+ };
31
+ #errors;
32
+ #status;
33
+ #statusText;
34
+ #request;
35
+ constructor(status, statusText, body, request) {
36
+ super(statusText);
37
+ this.#status = status;
38
+ this.#statusText = statusText;
39
+ if (body) this.#errors = body.errors;
40
+ if (request) this.#request = request;
41
+ }
42
+ get errors() {
43
+ return this.#errors;
44
+ }
45
+ get status() {
46
+ return this.#status;
47
+ }
48
+ get statusText() {
49
+ return this.#statusText;
50
+ }
51
+ get request() {
52
+ return this.#request;
53
+ }
54
+ };
55
+
56
+ // src/error.ts
6
57
  var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
7
58
  ErrorType2["CLIENT"] = "client";
8
59
  ErrorType2["REQUEST"] = "request";
@@ -13,59 +64,57 @@ var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
13
64
  ErrorType2["TOKEN_REFRESH"] = "token-refresh";
14
65
  return ErrorType2;
15
66
  })(ErrorType || {});
16
- const _SdkError = class _SdkError extends Error {
67
+ var SdkError = class _SdkError extends Error {
68
+ static NAME = "SdkError";
69
+ static isSdkError(error) {
70
+ return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
71
+ }
72
+ type;
73
+ code;
74
+ source;
17
75
  constructor(error) {
18
76
  super(error.message);
19
- chunkJE77HYXB_cjs.__publicField(this, "type");
20
- chunkJE77HYXB_cjs.__publicField(this, "code");
21
- chunkJE77HYXB_cjs.__publicField(this, "source");
22
77
  this.name = _SdkError.NAME;
23
78
  this.type = error.type || "client" /* CLIENT */;
24
79
  }
25
- static isSdkError(error) {
26
- return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
27
- }
28
80
  };
29
- chunkJE77HYXB_cjs.__publicField(_SdkError, "NAME", "SdkError");
30
- let SdkError = _SdkError;
31
- const _ApiError = class _ApiError extends SdkError {
81
+ var ApiError = class _ApiError extends SdkError {
82
+ static NAME = "ApiError";
83
+ static isApiError(error) {
84
+ return SdkError.isSdkError(error) && error.name === _ApiError.NAME && error.type === "response" /* RESPONSE */;
85
+ }
86
+ errors = [];
87
+ status;
88
+ statusText;
32
89
  // constructor(error: SdkError)
33
90
  constructor(error) {
34
91
  super({ ...error, type: "response" /* RESPONSE */ });
35
- chunkJE77HYXB_cjs.__publicField(this, "errors", []);
36
- chunkJE77HYXB_cjs.__publicField(this, "status");
37
- chunkJE77HYXB_cjs.__publicField(this, "statusText");
38
92
  this.name = _ApiError.NAME;
39
93
  }
40
- static isApiError(error) {
41
- return SdkError.isSdkError(error) && error.name === _ApiError.NAME && error.type === "response" /* RESPONSE */;
42
- }
43
94
  first() {
44
95
  return this.errors?.length > 0 ? this.errors[0] : void 0;
45
96
  }
46
97
  };
47
- chunkJE77HYXB_cjs.__publicField(_ApiError, "NAME", "ApiError");
48
- let ApiError = _ApiError;
49
- const isRequestError = (error) => {
98
+ var isRequestError = (error) => {
50
99
  return error instanceof TypeError && error.message !== "fetch failed";
51
100
  };
52
- const isCancelError = (error) => {
101
+ var isCancelError = (error) => {
53
102
  return error instanceof DOMException && error.name === "AbortError";
54
103
  };
55
- const isTimeoutError = (error) => {
104
+ var isTimeoutError = (error) => {
56
105
  return error instanceof DOMException && error.name === "TimeoutError";
57
106
  };
58
- const isExpiredTokenError = (error) => {
107
+ var isExpiredTokenError = (error) => {
59
108
  const invalidTokenCodes = [
60
109
  "INVALID_TOKEN"
61
110
  /*, 'UNAUTHORIZED' */
62
111
  ];
63
112
  return ApiError.isApiError(error) && error.status === 401 && (invalidTokenCodes.includes(error.code || "") || error.errors && error.errors.length > 0 && invalidTokenCodes.includes(error.errors[0].code));
64
113
  };
65
- const handleError = (error) => {
114
+ var handleError = (error) => {
66
115
  if (SdkError.isSdkError(error) || ApiError.isApiError(error)) throw error;
67
116
  let sdkError = new SdkError({ message: error.message });
68
- if (fetch.FetchError.isFetchError(error)) {
117
+ if (FetchError.isFetchError(error)) {
69
118
  const apiError = new ApiError(sdkError);
70
119
  apiError.type = "response" /* RESPONSE */;
71
120
  apiError.status = error.status;
package/lib/error.js CHANGED
@@ -1,6 +1,57 @@
1
- import { __publicField } from './chunk-AQ5VUG5P.js';
2
- import { FetchError } from './fetch';
1
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
+ }) : x)(function(x) {
4
+ if (typeof require !== "undefined") return require.apply(this, arguments);
5
+ throw Error('Dynamic require of "' + x + '" is not supported');
6
+ });
3
7
 
8
+ // src/debug.ts
9
+ var debuggerFunction = (_pattern, ..._args) => {
10
+ };
11
+ var debuggerFactory = (_namespace) => debuggerFunction;
12
+ try {
13
+ const debugModule = __require("debug");
14
+ if (debugModule && typeof debugModule === "function") debuggerFactory = debugModule;
15
+ } catch (error) {
16
+ }
17
+ var debugPrefix = "clsdk";
18
+ var debug = (namespace) => {
19
+ return debuggerFactory(`${debugPrefix}:${namespace}`);
20
+ };
21
+ var debug_default = debug;
22
+
23
+ // src/fetch.ts
24
+ debug_default("fetch");
25
+ var FetchError = class _FetchError extends Error {
26
+ static isFetchError = (error) => {
27
+ return error instanceof _FetchError;
28
+ };
29
+ #errors;
30
+ #status;
31
+ #statusText;
32
+ #request;
33
+ constructor(status, statusText, body, request) {
34
+ super(statusText);
35
+ this.#status = status;
36
+ this.#statusText = statusText;
37
+ if (body) this.#errors = body.errors;
38
+ if (request) this.#request = request;
39
+ }
40
+ get errors() {
41
+ return this.#errors;
42
+ }
43
+ get status() {
44
+ return this.#status;
45
+ }
46
+ get statusText() {
47
+ return this.#statusText;
48
+ }
49
+ get request() {
50
+ return this.#request;
51
+ }
52
+ };
53
+
54
+ // src/error.ts
4
55
  var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
5
56
  ErrorType2["CLIENT"] = "client";
6
57
  ErrorType2["REQUEST"] = "request";
@@ -11,56 +62,54 @@ var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
11
62
  ErrorType2["TOKEN_REFRESH"] = "token-refresh";
12
63
  return ErrorType2;
13
64
  })(ErrorType || {});
14
- const _SdkError = class _SdkError extends Error {
65
+ var SdkError = class _SdkError extends Error {
66
+ static NAME = "SdkError";
67
+ static isSdkError(error) {
68
+ return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
69
+ }
70
+ type;
71
+ code;
72
+ source;
15
73
  constructor(error) {
16
74
  super(error.message);
17
- __publicField(this, "type");
18
- __publicField(this, "code");
19
- __publicField(this, "source");
20
75
  this.name = _SdkError.NAME;
21
76
  this.type = error.type || "client" /* CLIENT */;
22
77
  }
23
- static isSdkError(error) {
24
- return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
25
- }
26
78
  };
27
- __publicField(_SdkError, "NAME", "SdkError");
28
- let SdkError = _SdkError;
29
- const _ApiError = class _ApiError extends SdkError {
79
+ var ApiError = class _ApiError extends SdkError {
80
+ static NAME = "ApiError";
81
+ static isApiError(error) {
82
+ return SdkError.isSdkError(error) && error.name === _ApiError.NAME && error.type === "response" /* RESPONSE */;
83
+ }
84
+ errors = [];
85
+ status;
86
+ statusText;
30
87
  // constructor(error: SdkError)
31
88
  constructor(error) {
32
89
  super({ ...error, type: "response" /* RESPONSE */ });
33
- __publicField(this, "errors", []);
34
- __publicField(this, "status");
35
- __publicField(this, "statusText");
36
90
  this.name = _ApiError.NAME;
37
91
  }
38
- static isApiError(error) {
39
- return SdkError.isSdkError(error) && error.name === _ApiError.NAME && error.type === "response" /* RESPONSE */;
40
- }
41
92
  first() {
42
93
  return this.errors?.length > 0 ? this.errors[0] : void 0;
43
94
  }
44
95
  };
45
- __publicField(_ApiError, "NAME", "ApiError");
46
- let ApiError = _ApiError;
47
- const isRequestError = (error) => {
96
+ var isRequestError = (error) => {
48
97
  return error instanceof TypeError && error.message !== "fetch failed";
49
98
  };
50
- const isCancelError = (error) => {
99
+ var isCancelError = (error) => {
51
100
  return error instanceof DOMException && error.name === "AbortError";
52
101
  };
53
- const isTimeoutError = (error) => {
102
+ var isTimeoutError = (error) => {
54
103
  return error instanceof DOMException && error.name === "TimeoutError";
55
104
  };
56
- const isExpiredTokenError = (error) => {
105
+ var isExpiredTokenError = (error) => {
57
106
  const invalidTokenCodes = [
58
107
  "INVALID_TOKEN"
59
108
  /*, 'UNAUTHORIZED' */
60
109
  ];
61
110
  return ApiError.isApiError(error) && error.status === 401 && (invalidTokenCodes.includes(error.code || "") || error.errors && error.errors.length > 0 && invalidTokenCodes.includes(error.errors[0].code));
62
111
  };
63
- const handleError = (error) => {
112
+ var handleError = (error) => {
64
113
  if (SdkError.isSdkError(error) || ApiError.isApiError(error)) throw error;
65
114
  let sdkError = new SdkError({ message: error.message });
66
115
  if (FetchError.isFetchError(error)) {
package/lib/fetch.cjs CHANGED
@@ -1,50 +1,102 @@
1
1
  'use strict';
2
2
 
3
- var chunkJE77HYXB_cjs = require('./chunk-JE77HYXB.cjs');
4
- var error = require('./error');
5
- var Debug = require('./debug');
3
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
+ }) : x)(function(x) {
6
+ if (typeof require !== "undefined") return require.apply(this, arguments);
7
+ throw Error('Dynamic require of "' + x + '" is not supported');
8
+ });
6
9
 
7
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
10
+ // src/error.ts
11
+ var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
12
+ ErrorType2["CLIENT"] = "client";
13
+ ErrorType2["REQUEST"] = "request";
14
+ ErrorType2["RESPONSE"] = "response";
15
+ ErrorType2["CANCEL"] = "cancel";
16
+ ErrorType2["PARSE"] = "parse";
17
+ ErrorType2["TIMEOUT"] = "timeout";
18
+ ErrorType2["TOKEN_REFRESH"] = "token-refresh";
19
+ return ErrorType2;
20
+ })(ErrorType || {});
21
+ var SdkError = class _SdkError extends Error {
22
+ static NAME = "SdkError";
23
+ static isSdkError(error) {
24
+ return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
25
+ }
26
+ type;
27
+ code;
28
+ source;
29
+ constructor(error) {
30
+ super(error.message);
31
+ this.name = _SdkError.NAME;
32
+ this.type = error.type || "client" /* CLIENT */;
33
+ }
34
+ };
35
+ var ApiError = class _ApiError extends SdkError {
36
+ static NAME = "ApiError";
37
+ static isApiError(error) {
38
+ return SdkError.isSdkError(error) && error.name === _ApiError.NAME && error.type === "response" /* RESPONSE */;
39
+ }
40
+ errors = [];
41
+ status;
42
+ statusText;
43
+ // constructor(error: SdkError)
44
+ constructor(error) {
45
+ super({ ...error, type: "response" /* RESPONSE */ });
46
+ this.name = _ApiError.NAME;
47
+ }
48
+ first() {
49
+ return this.errors?.length > 0 ? this.errors[0] : void 0;
50
+ }
51
+ };
8
52
 
9
- var Debug__default = /*#__PURE__*/_interopDefault(Debug);
53
+ // src/debug.ts
54
+ var debuggerFunction = (_pattern, ..._args) => {
55
+ };
56
+ var debuggerFactory = (_namespace) => debuggerFunction;
57
+ try {
58
+ const debugModule = __require("debug");
59
+ if (debugModule && typeof debugModule === "function") debuggerFactory = debugModule;
60
+ } catch (error) {
61
+ }
62
+ var debugPrefix = "clsdk";
63
+ var debug = (namespace) => {
64
+ return debuggerFactory(`${debugPrefix}:${namespace}`);
65
+ };
66
+ var debug_default = debug;
10
67
 
11
- var _errors, _status, _statusText, _request;
12
- const debug = Debug__default.default("fetch");
13
- const _FetchError = class _FetchError extends Error {
68
+ // src/fetch.ts
69
+ var debug2 = debug_default("fetch");
70
+ var FetchError = class _FetchError extends Error {
71
+ static isFetchError = (error) => {
72
+ return error instanceof _FetchError;
73
+ };
74
+ #errors;
75
+ #status;
76
+ #statusText;
77
+ #request;
14
78
  constructor(status, statusText, body, request) {
15
79
  super(statusText);
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);
80
+ this.#status = status;
81
+ this.#statusText = statusText;
82
+ if (body) this.#errors = body.errors;
83
+ if (request) this.#request = request;
24
84
  }
25
85
  get errors() {
26
- return chunkJE77HYXB_cjs.__privateGet(this, _errors);
86
+ return this.#errors;
27
87
  }
28
88
  get status() {
29
- return chunkJE77HYXB_cjs.__privateGet(this, _status);
89
+ return this.#status;
30
90
  }
31
91
  get statusText() {
32
- return chunkJE77HYXB_cjs.__privateGet(this, _statusText);
92
+ return this.#statusText;
33
93
  }
34
94
  get request() {
35
- return chunkJE77HYXB_cjs.__privateGet(this, _request);
95
+ return this.#request;
36
96
  }
37
97
  };
38
- _errors = new WeakMap();
39
- _status = new WeakMap();
40
- _statusText = new WeakMap();
41
- _request = new WeakMap();
42
- chunkJE77HYXB_cjs.__publicField(_FetchError, "isFetchError", (error) => {
43
- return error instanceof _FetchError;
44
- });
45
- let FetchError = _FetchError;
46
- const fetchURL = async (url, requestOptions, clientOptions) => {
47
- debug("fetch: %s, %O, native[%s]", url, requestOptions || {}, clientOptions?.fetch ? "no" : "yes");
98
+ var fetchURL = async (url, requestOptions, clientOptions) => {
99
+ debug2("fetch: %s, %O, native[%s]", url, requestOptions || {}, clientOptions?.fetch ? "no" : "yes");
48
100
  const interceptors = clientOptions?.interceptors;
49
101
  if (interceptors?.request?.onSuccess) ({ url, options: requestOptions } = await interceptors.request.onSuccess({ url, options: requestOptions }));
50
102
  const fetchClient = clientOptions?.fetch || fetch;
@@ -56,11 +108,11 @@ const fetchURL = async (url, requestOptions, clientOptions) => {
56
108
  if (interceptors?.rawReader?.onFailure) await interceptors.rawReader.onFailure(response);
57
109
  }
58
110
  const responseBody = response.body && response.status !== 204 ? await response.json().then((json) => {
59
- debug("response: %O", json);
111
+ debug2("response: %O", json);
60
112
  return json;
61
113
  }).catch((err) => {
62
- debug("error: %s", err.message);
63
- if (response.ok) throw new error.SdkError({ message: "Error parsing API response body", type: error.ErrorType.PARSE });
114
+ debug2("error: %s", err.message);
115
+ if (response.ok) throw new SdkError({ message: "Error parsing API response body", type: "parse" /* PARSE */ });
64
116
  }) : void 0;
65
117
  if (!response.ok) {
66
118
  let error = new FetchError(response.status, response.statusText, responseBody, requestOptions);
package/lib/fetch.js CHANGED
@@ -1,44 +1,100 @@
1
- import { __publicField, __privateAdd, __privateSet, __privateGet } from './chunk-AQ5VUG5P.js';
2
- import { SdkError, ErrorType } from './error';
3
- import Debug from './debug';
1
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
+ }) : x)(function(x) {
4
+ if (typeof require !== "undefined") return require.apply(this, arguments);
5
+ throw Error('Dynamic require of "' + x + '" is not supported');
6
+ });
4
7
 
5
- var _errors, _status, _statusText, _request;
6
- const debug = Debug("fetch");
7
- const _FetchError = class _FetchError extends Error {
8
+ // src/error.ts
9
+ var ErrorType = /* @__PURE__ */ ((ErrorType2) => {
10
+ ErrorType2["CLIENT"] = "client";
11
+ ErrorType2["REQUEST"] = "request";
12
+ ErrorType2["RESPONSE"] = "response";
13
+ ErrorType2["CANCEL"] = "cancel";
14
+ ErrorType2["PARSE"] = "parse";
15
+ ErrorType2["TIMEOUT"] = "timeout";
16
+ ErrorType2["TOKEN_REFRESH"] = "token-refresh";
17
+ return ErrorType2;
18
+ })(ErrorType || {});
19
+ var SdkError = class _SdkError extends Error {
20
+ static NAME = "SdkError";
21
+ static isSdkError(error) {
22
+ return error && [_SdkError.NAME, ApiError.NAME].includes(error.name) && Object.values(ErrorType).includes(error.type);
23
+ }
24
+ type;
25
+ code;
26
+ source;
27
+ constructor(error) {
28
+ super(error.message);
29
+ this.name = _SdkError.NAME;
30
+ this.type = error.type || "client" /* CLIENT */;
31
+ }
32
+ };
33
+ var ApiError = class _ApiError extends SdkError {
34
+ static NAME = "ApiError";
35
+ static isApiError(error) {
36
+ return SdkError.isSdkError(error) && error.name === _ApiError.NAME && error.type === "response" /* RESPONSE */;
37
+ }
38
+ errors = [];
39
+ status;
40
+ statusText;
41
+ // constructor(error: SdkError)
42
+ constructor(error) {
43
+ super({ ...error, type: "response" /* RESPONSE */ });
44
+ this.name = _ApiError.NAME;
45
+ }
46
+ first() {
47
+ return this.errors?.length > 0 ? this.errors[0] : void 0;
48
+ }
49
+ };
50
+
51
+ // src/debug.ts
52
+ var debuggerFunction = (_pattern, ..._args) => {
53
+ };
54
+ var debuggerFactory = (_namespace) => debuggerFunction;
55
+ try {
56
+ const debugModule = __require("debug");
57
+ if (debugModule && typeof debugModule === "function") debuggerFactory = debugModule;
58
+ } catch (error) {
59
+ }
60
+ var debugPrefix = "clsdk";
61
+ var debug = (namespace) => {
62
+ return debuggerFactory(`${debugPrefix}:${namespace}`);
63
+ };
64
+ var debug_default = debug;
65
+
66
+ // src/fetch.ts
67
+ var debug2 = debug_default("fetch");
68
+ var FetchError = class _FetchError extends Error {
69
+ static isFetchError = (error) => {
70
+ return error instanceof _FetchError;
71
+ };
72
+ #errors;
73
+ #status;
74
+ #statusText;
75
+ #request;
8
76
  constructor(status, statusText, body, request) {
9
77
  super(statusText);
10
- __privateAdd(this, _errors);
11
- __privateAdd(this, _status);
12
- __privateAdd(this, _statusText);
13
- __privateAdd(this, _request);
14
- __privateSet(this, _status, status);
15
- __privateSet(this, _statusText, statusText);
16
- if (body) __privateSet(this, _errors, body.errors);
17
- if (request) __privateSet(this, _request, request);
78
+ this.#status = status;
79
+ this.#statusText = statusText;
80
+ if (body) this.#errors = body.errors;
81
+ if (request) this.#request = request;
18
82
  }
19
83
  get errors() {
20
- return __privateGet(this, _errors);
84
+ return this.#errors;
21
85
  }
22
86
  get status() {
23
- return __privateGet(this, _status);
87
+ return this.#status;
24
88
  }
25
89
  get statusText() {
26
- return __privateGet(this, _statusText);
90
+ return this.#statusText;
27
91
  }
28
92
  get request() {
29
- return __privateGet(this, _request);
93
+ return this.#request;
30
94
  }
31
95
  };
32
- _errors = new WeakMap();
33
- _status = new WeakMap();
34
- _statusText = new WeakMap();
35
- _request = new WeakMap();
36
- __publicField(_FetchError, "isFetchError", (error) => {
37
- return error instanceof _FetchError;
38
- });
39
- let FetchError = _FetchError;
40
- const fetchURL = async (url, requestOptions, clientOptions) => {
41
- debug("fetch: %s, %O, native[%s]", url, requestOptions || {}, clientOptions?.fetch ? "no" : "yes");
96
+ var fetchURL = async (url, requestOptions, clientOptions) => {
97
+ debug2("fetch: %s, %O, native[%s]", url, requestOptions || {}, clientOptions?.fetch ? "no" : "yes");
42
98
  const interceptors = clientOptions?.interceptors;
43
99
  if (interceptors?.request?.onSuccess) ({ url, options: requestOptions } = await interceptors.request.onSuccess({ url, options: requestOptions }));
44
100
  const fetchClient = clientOptions?.fetch || fetch;
@@ -50,11 +106,11 @@ const fetchURL = async (url, requestOptions, clientOptions) => {
50
106
  if (interceptors?.rawReader?.onFailure) await interceptors.rawReader.onFailure(response);
51
107
  }
52
108
  const responseBody = response.body && response.status !== 204 ? await response.json().then((json) => {
53
- debug("response: %O", json);
109
+ debug2("response: %O", json);
54
110
  return json;
55
111
  }).catch((err) => {
56
- debug("error: %s", err.message);
57
- if (response.ok) throw new SdkError({ message: "Error parsing API response body", type: ErrorType.PARSE });
112
+ debug2("error: %s", err.message);
113
+ if (response.ok) throw new SdkError({ message: "Error parsing API response body", type: "parse" /* PARSE */ });
58
114
  }) : void 0;
59
115
  if (!response.ok) {
60
116
  let error = new FetchError(response.status, response.statusText, responseBody, requestOptions);