@digital8/lighting-illusions-ts-sdk 0.0.2232 → 0.0.2233

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 (501) hide show
  1. package/.openapi-generator/FILES +10 -204
  2. package/README.md +7 -135
  3. package/dist/apis/AdminApi.d.ts +0 -17
  4. package/dist/apis/AdminApi.js +0 -60
  5. package/dist/apis/ProductApi.d.ts +0 -16
  6. package/dist/apis/ProductApi.js +0 -59
  7. package/dist/apis/ProductClassApi.d.ts +34 -0
  8. package/dist/apis/ProductClassApi.js +139 -0
  9. package/dist/apis/SiteApi.d.ts +0 -16
  10. package/dist/apis/SiteApi.js +0 -60
  11. package/dist/apis/index.d.ts +1 -4
  12. package/dist/apis/index.js +1 -4
  13. package/dist/models/AddressResource.d.ts +1 -19
  14. package/dist/models/AddressResource.js +8 -14
  15. package/dist/models/CategoryAutomationFieldType.d.ts +2 -0
  16. package/dist/models/CategoryAutomationFieldType.js +3 -1
  17. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +2 -0
  18. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +3 -1
  19. package/dist/models/CreateStoreRequestAddress.d.ts +0 -6
  20. package/dist/models/CreateStoreRequestAddress.js +0 -2
  21. package/dist/models/CreateSupplierRequest.d.ts +0 -6
  22. package/dist/models/CreateSupplierRequest.js +0 -2
  23. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  24. package/dist/models/ExternalApiLogResource.js +1 -3
  25. package/dist/models/PaginatedProductClassLiteResourceResponse.d.ts +40 -0
  26. package/dist/models/PaginatedProductClassLiteResourceResponse.js +57 -0
  27. package/dist/models/ProductChildResource.d.ts +0 -6
  28. package/dist/models/ProductChildResource.js +0 -4
  29. package/dist/models/ProductChildSiteDetailLiteResource.d.ts +0 -7
  30. package/dist/models/ProductChildSiteDetailLiteResource.js +0 -5
  31. package/dist/models/ProductClassLiteResource.d.ts +44 -0
  32. package/dist/models/ProductClassLiteResource.js +57 -0
  33. package/dist/models/ProductClassLiteResourceArrayResponse.d.ts +33 -0
  34. package/dist/models/ProductClassLiteResourceArrayResponse.js +50 -0
  35. package/dist/models/ProductClassResource.d.ts +2 -2
  36. package/dist/models/SearchProductClassesRequest.d.ts +90 -0
  37. package/dist/models/{SearchCustomersRequest.js → SearchProductClassesRequest.js} +17 -22
  38. package/dist/models/SitePaymentConfigResource.d.ts +0 -6
  39. package/dist/models/SitePaymentConfigResource.js +0 -4
  40. package/dist/models/StoreListResource.d.ts +2 -2
  41. package/dist/models/StoreListResource.js +2 -6
  42. package/dist/models/StoreResource.d.ts +1 -1
  43. package/dist/models/StoreResource.js +3 -1
  44. package/dist/models/SupplierFrontendResource.d.ts +0 -6
  45. package/dist/models/SupplierFrontendResource.js +0 -4
  46. package/dist/models/SupplierResource.d.ts +0 -6
  47. package/dist/models/SupplierResource.js +0 -4
  48. package/dist/models/UpdateSiteRequest.d.ts +0 -6
  49. package/dist/models/UpdateSiteRequest.js +0 -4
  50. package/dist/models/UpdateSupplierRequest.d.ts +0 -6
  51. package/dist/models/UpdateSupplierRequest.js +0 -2
  52. package/dist/models/index.d.ts +4 -98
  53. package/dist/models/index.js +4 -98
  54. package/docs/AddressResource.md +0 -6
  55. package/docs/AdminApi.md +0 -66
  56. package/docs/CreateStoreRequestAddress.md +0 -2
  57. package/docs/CreateSupplierRequest.md +0 -2
  58. package/docs/{PaginatedOrderFulfillmentResourceResponse.md → PaginatedProductClassLiteResourceResponse.md} +5 -5
  59. package/docs/ProductApi.md +0 -66
  60. package/docs/ProductChildResource.md +0 -2
  61. package/docs/ProductChildSiteDetailLiteResource.md +0 -2
  62. package/docs/ProductClassApi.md +74 -0
  63. package/docs/{CartCouponResource.md → ProductClassLiteResource.md} +6 -8
  64. package/docs/{OmnisendSyncLiteResourceArrayResponse.md → ProductClassLiteResourceArrayResponse.md} +5 -5
  65. package/docs/ProductClassResource.md +1 -1
  66. package/docs/{SearchCustomersRequest.md → SearchProductClassesRequest.md} +4 -6
  67. package/docs/SiteApi.md +0 -66
  68. package/docs/SitePaymentConfigResource.md +0 -2
  69. package/docs/SupplierFrontendResource.md +0 -2
  70. package/docs/SupplierResource.md +0 -2
  71. package/docs/UpdateSiteRequest.md +0 -2
  72. package/docs/UpdateSupplierRequest.md +0 -2
  73. package/package.json +1 -1
  74. package/src/apis/AdminApi.ts +0 -54
  75. package/src/apis/ProductApi.ts +0 -49
  76. package/src/apis/ProductClassApi.ts +76 -0
  77. package/src/apis/SiteApi.ts +0 -54
  78. package/src/apis/index.ts +1 -4
  79. package/src/models/AddressResource.ts +9 -33
  80. package/src/models/CategoryAutomationFieldType.ts +3 -1
  81. package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +3 -1
  82. package/src/models/CreateStoreRequestAddress.ts +0 -8
  83. package/src/models/CreateSupplierRequest.ts +0 -8
  84. package/src/models/ExternalApiLogResource.ts +2 -3
  85. package/src/models/PaginatedProductClassLiteResourceResponse.ts +90 -0
  86. package/src/models/ProductChildResource.ts +0 -9
  87. package/src/models/ProductChildSiteDetailLiteResource.ts +0 -16
  88. package/src/models/ProductClassLiteResource.ts +83 -0
  89. package/src/models/ProductClassLiteResourceArrayResponse.ts +73 -0
  90. package/src/models/ProductClassResource.ts +2 -2
  91. package/src/models/{SearchCustomersRequest.ts → SearchProductClassesRequest.ts} +27 -38
  92. package/src/models/SitePaymentConfigResource.ts +0 -9
  93. package/src/models/StoreListResource.ts +4 -6
  94. package/src/models/StoreResource.ts +3 -2
  95. package/src/models/SupplierFrontendResource.ts +0 -9
  96. package/src/models/SupplierResource.ts +0 -9
  97. package/src/models/UpdateSiteRequest.ts +0 -9
  98. package/src/models/UpdateSupplierRequest.ts +0 -8
  99. package/src/models/index.ts +4 -98
  100. package/dist/apis/CartsApi.d.ts +0 -215
  101. package/dist/apis/CartsApi.js +0 -814
  102. package/dist/apis/CustomersApi.d.ts +0 -66
  103. package/dist/apis/CustomersApi.js +0 -258
  104. package/dist/apis/OrdersApi.d.ts +0 -245
  105. package/dist/apis/OrdersApi.js +0 -930
  106. package/dist/apis/TransactionsApi.d.ts +0 -69
  107. package/dist/apis/TransactionsApi.js +0 -262
  108. package/dist/models/AddressType.d.ts +0 -25
  109. package/dist/models/AddressType.js +0 -51
  110. package/dist/models/AdminNoteResource.d.ts +0 -57
  111. package/dist/models/AdminNoteResource.js +0 -64
  112. package/dist/models/AdminNoteResourceArrayResponse.d.ts +0 -33
  113. package/dist/models/AdminNoteResourceArrayResponse.js +0 -50
  114. package/dist/models/AdminOrderLineItemResource.d.ts +0 -124
  115. package/dist/models/AdminOrderLineItemResource.js +0 -113
  116. package/dist/models/AdminOrderLineItemResourceArrayResponse.d.ts +0 -33
  117. package/dist/models/AdminOrderLineItemResourceArrayResponse.js +0 -50
  118. package/dist/models/AdminOrderResource.d.ts +0 -301
  119. package/dist/models/AdminOrderResource.js +0 -224
  120. package/dist/models/AdminOrderResourceArrayResponse.d.ts +0 -33
  121. package/dist/models/AdminOrderResourceArrayResponse.js +0 -50
  122. package/dist/models/AttachCouponRequest.d.ts +0 -32
  123. package/dist/models/AttachCouponRequest.js +0 -51
  124. package/dist/models/AttachLineItemRequest.d.ts +0 -44
  125. package/dist/models/AttachLineItemRequest.js +0 -57
  126. package/dist/models/CartCouponLiteResource.d.ts +0 -56
  127. package/dist/models/CartCouponLiteResource.js +0 -67
  128. package/dist/models/CartCouponLiteResourceArrayResponse.d.ts +0 -33
  129. package/dist/models/CartCouponLiteResourceArrayResponse.js +0 -50
  130. package/dist/models/CartCouponResource.d.ts +0 -50
  131. package/dist/models/CartCouponResource.js +0 -63
  132. package/dist/models/CartCouponResourceArrayResponse.d.ts +0 -33
  133. package/dist/models/CartCouponResourceArrayResponse.js +0 -50
  134. package/dist/models/CartListResource.d.ts +0 -95
  135. package/dist/models/CartListResource.js +0 -86
  136. package/dist/models/CartListResourceArrayResponse.d.ts +0 -33
  137. package/dist/models/CartListResourceArrayResponse.js +0 -50
  138. package/dist/models/CartOrderSource.d.ts +0 -25
  139. package/dist/models/CartOrderSource.js +0 -51
  140. package/dist/models/CartResource.d.ts +0 -235
  141. package/dist/models/CartResource.js +0 -170
  142. package/dist/models/CartResourceArrayResponse.d.ts +0 -33
  143. package/dist/models/CartResourceArrayResponse.js +0 -50
  144. package/dist/models/CartStatus.d.ts +0 -26
  145. package/dist/models/CartStatus.js +0 -52
  146. package/dist/models/CreateCartRequest.d.ts +0 -168
  147. package/dist/models/CreateCartRequest.js +0 -114
  148. package/dist/models/CreateCartRequestItemsInner.d.ts +0 -44
  149. package/dist/models/CreateCartRequestItemsInner.js +0 -57
  150. package/dist/models/CreateCartRequestShippingAddress.d.ts +0 -74
  151. package/dist/models/CreateCartRequestShippingAddress.js +0 -63
  152. package/dist/models/CreateCustomerRequest.d.ts +0 -56
  153. package/dist/models/CreateCustomerRequest.js +0 -65
  154. package/dist/models/CreateTransactionRequest.d.ts +0 -87
  155. package/dist/models/CreateTransactionRequest.js +0 -80
  156. package/dist/models/CustomerListResource.d.ts +0 -63
  157. package/dist/models/CustomerListResource.js +0 -70
  158. package/dist/models/CustomerListResourceArrayResponse.d.ts +0 -33
  159. package/dist/models/CustomerListResourceArrayResponse.js +0 -50
  160. package/dist/models/CustomerResource.d.ts +0 -70
  161. package/dist/models/CustomerResource.js +0 -75
  162. package/dist/models/CustomerResourceArrayResponse.d.ts +0 -33
  163. package/dist/models/CustomerResourceArrayResponse.js +0 -50
  164. package/dist/models/DetachCouponRequest.d.ts +0 -32
  165. package/dist/models/DetachCouponRequest.js +0 -51
  166. package/dist/models/DiscountResource.d.ts +0 -68
  167. package/dist/models/DiscountResource.js +0 -73
  168. package/dist/models/DiscountResourceArrayResponse.d.ts +0 -33
  169. package/dist/models/DiscountResourceArrayResponse.js +0 -50
  170. package/dist/models/DiscountType.d.ts +0 -26
  171. package/dist/models/DiscountType.js +0 -52
  172. package/dist/models/DiscountValueType.d.ts +0 -25
  173. package/dist/models/DiscountValueType.js +0 -51
  174. package/dist/models/FrontendCartResource.d.ts +0 -144
  175. package/dist/models/FrontendCartResource.js +0 -121
  176. package/dist/models/FrontendCartResourceArrayResponse.d.ts +0 -33
  177. package/dist/models/FrontendCartResourceArrayResponse.js +0 -50
  178. package/dist/models/FrontendCartResourceCouponsInner.d.ts +0 -56
  179. package/dist/models/FrontendCartResourceCouponsInner.js +0 -57
  180. package/dist/models/FrontendLineItemResource.d.ts +0 -81
  181. package/dist/models/FrontendLineItemResource.js +0 -82
  182. package/dist/models/FrontendLineItemResourceArrayResponse.d.ts +0 -33
  183. package/dist/models/FrontendLineItemResourceArrayResponse.js +0 -50
  184. package/dist/models/FrontendOrderResource.d.ts +0 -174
  185. package/dist/models/FrontendOrderResource.js +0 -141
  186. package/dist/models/FrontendOrderResourceArrayResponse.d.ts +0 -33
  187. package/dist/models/FrontendOrderResourceArrayResponse.js +0 -50
  188. package/dist/models/LiAddressResource.d.ts +0 -86
  189. package/dist/models/LiAddressResource.js +0 -83
  190. package/dist/models/LiAddressResourceArrayResponse.d.ts +0 -33
  191. package/dist/models/LiAddressResourceArrayResponse.js +0 -50
  192. package/dist/models/LiAdminUserLiteResource.d.ts +0 -50
  193. package/dist/models/LiAdminUserLiteResource.js +0 -61
  194. package/dist/models/LiAdminUserLiteResourceArrayResponse.d.ts +0 -33
  195. package/dist/models/LiAdminUserLiteResourceArrayResponse.js +0 -50
  196. package/dist/models/LineItemDiscountResource.d.ts +0 -50
  197. package/dist/models/LineItemDiscountResource.js +0 -63
  198. package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +0 -33
  199. package/dist/models/LineItemDiscountResourceArrayResponse.js +0 -50
  200. package/dist/models/LineItemListResource.d.ts +0 -89
  201. package/dist/models/LineItemListResource.js +0 -90
  202. package/dist/models/LineItemListResourceArrayResponse.d.ts +0 -33
  203. package/dist/models/LineItemListResourceArrayResponse.js +0 -50
  204. package/dist/models/OmnisendSyncLiteResource.d.ts +0 -44
  205. package/dist/models/OmnisendSyncLiteResource.js +0 -59
  206. package/dist/models/OmnisendSyncLiteResourceArrayResponse.d.ts +0 -33
  207. package/dist/models/OmnisendSyncLiteResourceArrayResponse.js +0 -50
  208. package/dist/models/OrderFulfillmentLineItemResource.d.ts +0 -45
  209. package/dist/models/OrderFulfillmentLineItemResource.js +0 -60
  210. package/dist/models/OrderFulfillmentLineItemResourceArrayResponse.d.ts +0 -33
  211. package/dist/models/OrderFulfillmentLineItemResourceArrayResponse.js +0 -50
  212. package/dist/models/OrderFulfillmentResource.d.ts +0 -93
  213. package/dist/models/OrderFulfillmentResource.js +0 -82
  214. package/dist/models/OrderFulfillmentResourceArrayResponse.d.ts +0 -33
  215. package/dist/models/OrderFulfillmentResourceArrayResponse.js +0 -50
  216. package/dist/models/OrderListResource.d.ts +0 -109
  217. package/dist/models/OrderListResource.js +0 -98
  218. package/dist/models/OrderListResourceArrayResponse.d.ts +0 -33
  219. package/dist/models/OrderListResourceArrayResponse.js +0 -50
  220. package/dist/models/OrderLiteResource.d.ts +0 -62
  221. package/dist/models/OrderLiteResource.js +0 -67
  222. package/dist/models/OrderLiteResourceArrayResponse.d.ts +0 -33
  223. package/dist/models/OrderLiteResourceArrayResponse.js +0 -50
  224. package/dist/models/OrderOmnisendEvent.d.ts +0 -25
  225. package/dist/models/OrderOmnisendEvent.js +0 -51
  226. package/dist/models/OrderStatusId.d.ts +0 -33
  227. package/dist/models/OrderStatusId.js +0 -59
  228. package/dist/models/OrderStatusLiteResource.d.ts +0 -44
  229. package/dist/models/OrderStatusLiteResource.js +0 -59
  230. package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +0 -33
  231. package/dist/models/OrderStatusLiteResourceArrayResponse.js +0 -50
  232. package/dist/models/OrderStatusWithCountResource.d.ts +0 -50
  233. package/dist/models/OrderStatusWithCountResource.js +0 -63
  234. package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +0 -33
  235. package/dist/models/OrderStatusWithCountResourceArrayResponse.js +0 -50
  236. package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +0 -40
  237. package/dist/models/PaginatedAdminNoteResourceResponse.js +0 -57
  238. package/dist/models/PaginatedCartListResourceResponse.d.ts +0 -40
  239. package/dist/models/PaginatedCartListResourceResponse.js +0 -57
  240. package/dist/models/PaginatedCustomerListResourceResponse.d.ts +0 -40
  241. package/dist/models/PaginatedCustomerListResourceResponse.js +0 -57
  242. package/dist/models/PaginatedOrderFulfillmentResourceResponse.d.ts +0 -40
  243. package/dist/models/PaginatedOrderFulfillmentResourceResponse.js +0 -57
  244. package/dist/models/PaginatedOrderListResourceResponse.d.ts +0 -40
  245. package/dist/models/PaginatedOrderListResourceResponse.js +0 -57
  246. package/dist/models/PaginatedTransactionListResourceResponse.d.ts +0 -40
  247. package/dist/models/PaginatedTransactionListResourceResponse.js +0 -57
  248. package/dist/models/PaginatedTransactionResourceResponse.d.ts +0 -40
  249. package/dist/models/PaginatedTransactionResourceResponse.js +0 -57
  250. package/dist/models/PaymentMethod.d.ts +0 -30
  251. package/dist/models/PaymentMethod.js +0 -56
  252. package/dist/models/PaymentSource.d.ts +0 -27
  253. package/dist/models/PaymentSource.js +0 -53
  254. package/dist/models/PaymentStatus.d.ts +0 -25
  255. package/dist/models/PaymentStatus.js +0 -51
  256. package/dist/models/ProductChildLineItemLiteResource.d.ts +0 -106
  257. package/dist/models/ProductChildLineItemLiteResource.js +0 -101
  258. package/dist/models/ProductChildLineItemLiteResourceArrayResponse.d.ts +0 -33
  259. package/dist/models/ProductChildLineItemLiteResourceArrayResponse.js +0 -50
  260. package/dist/models/RefundTransactionRequest.d.ts +0 -38
  261. package/dist/models/RefundTransactionRequest.js +0 -53
  262. package/dist/models/SearchAdminNotesRequest.d.ts +0 -102
  263. package/dist/models/SearchAdminNotesRequest.js +0 -82
  264. package/dist/models/SearchAllOrdersRequest.d.ts +0 -105
  265. package/dist/models/SearchAllOrdersRequest.js +0 -85
  266. package/dist/models/SearchCartsRequest.d.ts +0 -146
  267. package/dist/models/SearchCartsRequest.js +0 -98
  268. package/dist/models/SearchCustomersRequest.d.ts +0 -99
  269. package/dist/models/SearchOrderFulfillmentsRequest.d.ts +0 -120
  270. package/dist/models/SearchOrderFulfillmentsRequest.js +0 -88
  271. package/dist/models/SearchOrdersRequest.d.ts +0 -153
  272. package/dist/models/SearchOrdersRequest.js +0 -101
  273. package/dist/models/SearchTransactionsRequest.d.ts +0 -135
  274. package/dist/models/SearchTransactionsRequest.js +0 -98
  275. package/dist/models/ShippingType.d.ts +0 -29
  276. package/dist/models/ShippingType.js +0 -55
  277. package/dist/models/SkuSearchProductChildRequest.d.ts +0 -38
  278. package/dist/models/SkuSearchProductChildRequest.js +0 -55
  279. package/dist/models/StoreTransactionResource.d.ts +0 -39
  280. package/dist/models/StoreTransactionResource.js +0 -56
  281. package/dist/models/StoreTransactionResourceArrayResponse.d.ts +0 -33
  282. package/dist/models/StoreTransactionResourceArrayResponse.js +0 -50
  283. package/dist/models/TransactionListResource.d.ts +0 -116
  284. package/dist/models/TransactionListResource.js +0 -97
  285. package/dist/models/TransactionListResourceArrayResponse.d.ts +0 -33
  286. package/dist/models/TransactionListResourceArrayResponse.js +0 -50
  287. package/dist/models/TransactionLiteResource.d.ts +0 -98
  288. package/dist/models/TransactionLiteResource.js +0 -89
  289. package/dist/models/TransactionLiteResourceArrayResponse.d.ts +0 -33
  290. package/dist/models/TransactionLiteResourceArrayResponse.js +0 -50
  291. package/dist/models/TransactionResource.d.ts +0 -128
  292. package/dist/models/TransactionResource.js +0 -101
  293. package/dist/models/TransactionResourceArrayResponse.d.ts +0 -33
  294. package/dist/models/TransactionResourceArrayResponse.js +0 -50
  295. package/dist/models/TransactionType.d.ts +0 -25
  296. package/dist/models/TransactionType.js +0 -51
  297. package/dist/models/UpdateCartRequest.d.ts +0 -149
  298. package/dist/models/UpdateCartRequest.js +0 -101
  299. package/dist/models/UpdateLineItemRequest.d.ts +0 -38
  300. package/dist/models/UpdateLineItemRequest.js +0 -53
  301. package/dist/models/UpdateOrderRequest.d.ts +0 -131
  302. package/dist/models/UpdateOrderRequest.js +0 -105
  303. package/docs/AddressType.md +0 -32
  304. package/docs/AdminNoteResource.md +0 -42
  305. package/docs/AdminNoteResourceArrayResponse.md +0 -34
  306. package/docs/AdminOrderLineItemResource.md +0 -64
  307. package/docs/AdminOrderLineItemResourceArrayResponse.md +0 -34
  308. package/docs/AdminOrderResource.md +0 -120
  309. package/docs/AdminOrderResourceArrayResponse.md +0 -34
  310. package/docs/AttachCouponRequest.md +0 -34
  311. package/docs/AttachLineItemRequest.md +0 -38
  312. package/docs/CartCouponLiteResource.md +0 -42
  313. package/docs/CartCouponLiteResourceArrayResponse.md +0 -34
  314. package/docs/CartCouponResourceArrayResponse.md +0 -34
  315. package/docs/CartListResource.md +0 -54
  316. package/docs/CartListResourceArrayResponse.md +0 -34
  317. package/docs/CartOrderSource.md +0 -32
  318. package/docs/CartResource.md +0 -100
  319. package/docs/CartResourceArrayResponse.md +0 -34
  320. package/docs/CartStatus.md +0 -32
  321. package/docs/CartsApi.md +0 -821
  322. package/docs/CreateCartRequest.md +0 -72
  323. package/docs/CreateCartRequestItemsInner.md +0 -38
  324. package/docs/CreateCartRequestShippingAddress.md +0 -48
  325. package/docs/CreateCustomerRequest.md +0 -42
  326. package/docs/CreateTransactionRequest.md +0 -48
  327. package/docs/CustomerListResource.md +0 -44
  328. package/docs/CustomerListResourceArrayResponse.md +0 -34
  329. package/docs/CustomerResource.md +0 -46
  330. package/docs/CustomerResourceArrayResponse.md +0 -34
  331. package/docs/CustomersApi.md +0 -206
  332. package/docs/DetachCouponRequest.md +0 -34
  333. package/docs/DiscountResource.md +0 -46
  334. package/docs/DiscountResourceArrayResponse.md +0 -34
  335. package/docs/DiscountType.md +0 -32
  336. package/docs/DiscountValueType.md +0 -32
  337. package/docs/FrontendCartResource.md +0 -70
  338. package/docs/FrontendCartResourceArrayResponse.md +0 -34
  339. package/docs/FrontendCartResourceCouponsInner.md +0 -42
  340. package/docs/FrontendLineItemResource.md +0 -50
  341. package/docs/FrontendLineItemResourceArrayResponse.md +0 -34
  342. package/docs/FrontendOrderResource.md +0 -80
  343. package/docs/FrontendOrderResourceArrayResponse.md +0 -34
  344. package/docs/LiAddressResource.md +0 -52
  345. package/docs/LiAddressResourceArrayResponse.md +0 -34
  346. package/docs/LiAdminUserLiteResource.md +0 -40
  347. package/docs/LiAdminUserLiteResourceArrayResponse.md +0 -34
  348. package/docs/LineItemDiscountResource.md +0 -40
  349. package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
  350. package/docs/LineItemListResource.md +0 -52
  351. package/docs/LineItemListResourceArrayResponse.md +0 -34
  352. package/docs/OmnisendSyncLiteResource.md +0 -38
  353. package/docs/OrderFulfillmentLineItemResource.md +0 -38
  354. package/docs/OrderFulfillmentLineItemResourceArrayResponse.md +0 -34
  355. package/docs/OrderFulfillmentResource.md +0 -54
  356. package/docs/OrderFulfillmentResourceArrayResponse.md +0 -34
  357. package/docs/OrderListResource.md +0 -58
  358. package/docs/OrderListResourceArrayResponse.md +0 -34
  359. package/docs/OrderLiteResource.md +0 -44
  360. package/docs/OrderLiteResourceArrayResponse.md +0 -34
  361. package/docs/OrderOmnisendEvent.md +0 -32
  362. package/docs/OrderStatusId.md +0 -32
  363. package/docs/OrderStatusLiteResource.md +0 -38
  364. package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
  365. package/docs/OrderStatusWithCountResource.md +0 -40
  366. package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
  367. package/docs/OrdersApi.md +0 -945
  368. package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
  369. package/docs/PaginatedCartListResourceResponse.md +0 -36
  370. package/docs/PaginatedCustomerListResourceResponse.md +0 -36
  371. package/docs/PaginatedOrderListResourceResponse.md +0 -36
  372. package/docs/PaginatedTransactionListResourceResponse.md +0 -36
  373. package/docs/PaginatedTransactionResourceResponse.md +0 -36
  374. package/docs/PaymentMethod.md +0 -32
  375. package/docs/PaymentSource.md +0 -32
  376. package/docs/PaymentStatus.md +0 -32
  377. package/docs/ProductChildLineItemLiteResource.md +0 -58
  378. package/docs/ProductChildLineItemLiteResourceArrayResponse.md +0 -34
  379. package/docs/RefundTransactionRequest.md +0 -36
  380. package/docs/SearchAdminNotesRequest.md +0 -52
  381. package/docs/SearchAllOrdersRequest.md +0 -52
  382. package/docs/SearchCartsRequest.md +0 -66
  383. package/docs/SearchOrderFulfillmentsRequest.md +0 -58
  384. package/docs/SearchOrdersRequest.md +0 -68
  385. package/docs/SearchTransactionsRequest.md +0 -60
  386. package/docs/ShippingType.md +0 -32
  387. package/docs/SkuSearchProductChildRequest.md +0 -36
  388. package/docs/StoreTransactionResource.md +0 -36
  389. package/docs/StoreTransactionResourceArrayResponse.md +0 -34
  390. package/docs/TransactionListResource.md +0 -62
  391. package/docs/TransactionListResourceArrayResponse.md +0 -34
  392. package/docs/TransactionLiteResource.md +0 -56
  393. package/docs/TransactionLiteResourceArrayResponse.md +0 -34
  394. package/docs/TransactionResource.md +0 -66
  395. package/docs/TransactionResourceArrayResponse.md +0 -34
  396. package/docs/TransactionType.md +0 -32
  397. package/docs/TransactionsApi.md +0 -209
  398. package/docs/UpdateCartRequest.md +0 -66
  399. package/docs/UpdateLineItemRequest.md +0 -36
  400. package/docs/UpdateOrderRequest.md +0 -60
  401. package/src/apis/CartsApi.ts +0 -693
  402. package/src/apis/CustomersApi.ts +0 -179
  403. package/src/apis/OrdersApi.ts +0 -789
  404. package/src/apis/TransactionsApi.ts +0 -193
  405. package/src/models/AddressType.ts +0 -53
  406. package/src/models/AdminNoteResource.ts +0 -108
  407. package/src/models/AdminNoteResourceArrayResponse.ts +0 -73
  408. package/src/models/AdminOrderLineItemResource.ts +0 -216
  409. package/src/models/AdminOrderLineItemResourceArrayResponse.ts +0 -73
  410. package/src/models/AdminOrderResource.ts +0 -526
  411. package/src/models/AdminOrderResourceArrayResponse.ts +0 -73
  412. package/src/models/AttachCouponRequest.ts +0 -66
  413. package/src/models/AttachLineItemRequest.ts +0 -83
  414. package/src/models/CartCouponLiteResource.ts +0 -102
  415. package/src/models/CartCouponLiteResourceArrayResponse.ts +0 -73
  416. package/src/models/CartCouponResource.ts +0 -93
  417. package/src/models/CartCouponResourceArrayResponse.ts +0 -73
  418. package/src/models/CartListResource.ts +0 -174
  419. package/src/models/CartListResourceArrayResponse.ts +0 -73
  420. package/src/models/CartOrderSource.ts +0 -53
  421. package/src/models/CartResource.ts +0 -390
  422. package/src/models/CartResourceArrayResponse.ts +0 -73
  423. package/src/models/CartStatus.ts +0 -54
  424. package/src/models/CreateCartRequest.ts +0 -259
  425. package/src/models/CreateCartRequestItemsInner.ts +0 -83
  426. package/src/models/CreateCartRequestShippingAddress.ts +0 -121
  427. package/src/models/CreateCustomerRequest.ts +0 -101
  428. package/src/models/CreateTransactionRequest.ts +0 -139
  429. package/src/models/CustomerListResource.ts +0 -118
  430. package/src/models/CustomerListResourceArrayResponse.ts +0 -73
  431. package/src/models/CustomerResource.ts +0 -134
  432. package/src/models/CustomerResourceArrayResponse.ts +0 -73
  433. package/src/models/DetachCouponRequest.ts +0 -66
  434. package/src/models/DiscountResource.ts +0 -119
  435. package/src/models/DiscountResourceArrayResponse.ts +0 -73
  436. package/src/models/DiscountType.ts +0 -54
  437. package/src/models/DiscountValueType.ts +0 -53
  438. package/src/models/FrontendCartResource.ts +0 -254
  439. package/src/models/FrontendCartResourceArrayResponse.ts +0 -73
  440. package/src/models/FrontendCartResourceCouponsInner.ts +0 -97
  441. package/src/models/FrontendLineItemResource.ts +0 -145
  442. package/src/models/FrontendLineItemResourceArrayResponse.ts +0 -73
  443. package/src/models/FrontendOrderResource.ts +0 -299
  444. package/src/models/FrontendOrderResourceArrayResponse.ts +0 -73
  445. package/src/models/LiAddressResource.ts +0 -145
  446. package/src/models/LiAddressResourceArrayResponse.ts +0 -73
  447. package/src/models/LiAdminUserLiteResource.ts +0 -92
  448. package/src/models/LiAdminUserLiteResourceArrayResponse.ts +0 -73
  449. package/src/models/LineItemDiscountResource.ts +0 -93
  450. package/src/models/LineItemDiscountResourceArrayResponse.ts +0 -73
  451. package/src/models/LineItemListResource.ts +0 -169
  452. package/src/models/LineItemListResourceArrayResponse.ts +0 -73
  453. package/src/models/OmnisendSyncLiteResource.ts +0 -84
  454. package/src/models/OmnisendSyncLiteResourceArrayResponse.ts +0 -73
  455. package/src/models/OrderFulfillmentLineItemResource.ts +0 -92
  456. package/src/models/OrderFulfillmentLineItemResourceArrayResponse.ts +0 -73
  457. package/src/models/OrderFulfillmentResource.ts +0 -159
  458. package/src/models/OrderFulfillmentResourceArrayResponse.ts +0 -73
  459. package/src/models/OrderListResource.ts +0 -207
  460. package/src/models/OrderListResourceArrayResponse.ts +0 -73
  461. package/src/models/OrderLiteResource.ts +0 -109
  462. package/src/models/OrderLiteResourceArrayResponse.ts +0 -73
  463. package/src/models/OrderOmnisendEvent.ts +0 -53
  464. package/src/models/OrderStatusId.ts +0 -61
  465. package/src/models/OrderStatusLiteResource.ts +0 -84
  466. package/src/models/OrderStatusLiteResourceArrayResponse.ts +0 -73
  467. package/src/models/OrderStatusWithCountResource.ts +0 -93
  468. package/src/models/OrderStatusWithCountResourceArrayResponse.ts +0 -73
  469. package/src/models/PaginatedAdminNoteResourceResponse.ts +0 -90
  470. package/src/models/PaginatedCartListResourceResponse.ts +0 -90
  471. package/src/models/PaginatedCustomerListResourceResponse.ts +0 -90
  472. package/src/models/PaginatedOrderFulfillmentResourceResponse.ts +0 -90
  473. package/src/models/PaginatedOrderListResourceResponse.ts +0 -90
  474. package/src/models/PaginatedTransactionListResourceResponse.ts +0 -90
  475. package/src/models/PaginatedTransactionResourceResponse.ts +0 -90
  476. package/src/models/PaymentMethod.ts +0 -58
  477. package/src/models/PaymentSource.ts +0 -55
  478. package/src/models/PaymentStatus.ts +0 -53
  479. package/src/models/ProductChildLineItemLiteResource.ts +0 -189
  480. package/src/models/ProductChildLineItemLiteResourceArrayResponse.ts +0 -73
  481. package/src/models/RefundTransactionRequest.ts +0 -74
  482. package/src/models/SearchAdminNotesRequest.ts +0 -157
  483. package/src/models/SearchAllOrdersRequest.ts +0 -160
  484. package/src/models/SearchCartsRequest.ts +0 -215
  485. package/src/models/SearchOrderFulfillmentsRequest.ts +0 -181
  486. package/src/models/SearchOrdersRequest.ts +0 -224
  487. package/src/models/SearchTransactionsRequest.ts +0 -199
  488. package/src/models/ShippingType.ts +0 -57
  489. package/src/models/SkuSearchProductChildRequest.ts +0 -75
  490. package/src/models/StoreTransactionResource.ts +0 -83
  491. package/src/models/StoreTransactionResourceArrayResponse.ts +0 -73
  492. package/src/models/TransactionListResource.ts +0 -187
  493. package/src/models/TransactionListResourceArrayResponse.ts +0 -73
  494. package/src/models/TransactionLiteResource.ts +0 -162
  495. package/src/models/TransactionLiteResourceArrayResponse.ts +0 -73
  496. package/src/models/TransactionResource.ts +0 -203
  497. package/src/models/TransactionResourceArrayResponse.ts +0 -73
  498. package/src/models/TransactionType.ts +0 -53
  499. package/src/models/UpdateCartRequest.ts +0 -225
  500. package/src/models/UpdateLineItemRequest.ts +0 -74
  501. package/src/models/UpdateOrderRequest.ts +0 -206
@@ -1,72 +0,0 @@
1
-
2
- # CreateCartRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `customerId` | number
10
- `siteId` | number
11
- `token` | string
12
- `sessionToken` | string
13
- `paymentToken` | string
14
- `guestEmail` | string
15
- `source` | string
16
- `items` | [Array<CreateCartRequestItemsInner>](CreateCartRequestItemsInner.md)
17
- `couponCodes` | Array<string>
18
- `shippingType` | string
19
- `shippingSubtotal` | number
20
- `overrideShipping` | boolean
21
- `insuranceAmount` | number
22
- `includeInsurance` | boolean
23
- `overrideInsurance` | boolean
24
- `useAsBillingAddress` | boolean
25
- `shippingAddressId` | number
26
- `billingAddressId` | number
27
- `shippingAddress` | [CreateCartRequestShippingAddress](CreateCartRequestShippingAddress.md)
28
- `billingAddress` | [CreateCartRequestShippingAddress](CreateCartRequestShippingAddress.md)
29
-
30
- ## Example
31
-
32
- ```typescript
33
- import type { CreateCartRequest } from '@digital8/lighting-illusions-ts-sdk'
34
-
35
- // TODO: Update the object below with actual values
36
- const example = {
37
- "customerId": null,
38
- "siteId": null,
39
- "token": null,
40
- "sessionToken": null,
41
- "paymentToken": null,
42
- "guestEmail": null,
43
- "source": null,
44
- "items": null,
45
- "couponCodes": null,
46
- "shippingType": null,
47
- "shippingSubtotal": null,
48
- "overrideShipping": null,
49
- "insuranceAmount": null,
50
- "includeInsurance": null,
51
- "overrideInsurance": null,
52
- "useAsBillingAddress": null,
53
- "shippingAddressId": null,
54
- "billingAddressId": null,
55
- "shippingAddress": null,
56
- "billingAddress": null,
57
- } satisfies CreateCartRequest
58
-
59
- console.log(example)
60
-
61
- // Convert the instance to a JSON string
62
- const exampleJSON: string = JSON.stringify(example)
63
- console.log(exampleJSON)
64
-
65
- // Parse the JSON string back to an object
66
- const exampleParsed = JSON.parse(exampleJSON) as CreateCartRequest
67
- console.log(exampleParsed)
68
- ```
69
-
70
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
71
-
72
-
@@ -1,38 +0,0 @@
1
-
2
- # CreateCartRequestItemsInner
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `productChildId` | number
10
- `quantity` | number
11
- `productPrice` | number
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import type { CreateCartRequestItemsInner } from '@digital8/lighting-illusions-ts-sdk'
17
-
18
- // TODO: Update the object below with actual values
19
- const example = {
20
- "productChildId": null,
21
- "quantity": null,
22
- "productPrice": null,
23
- } satisfies CreateCartRequestItemsInner
24
-
25
- console.log(example)
26
-
27
- // Convert the instance to a JSON string
28
- const exampleJSON: string = JSON.stringify(example)
29
- console.log(exampleJSON)
30
-
31
- // Parse the JSON string back to an object
32
- const exampleParsed = JSON.parse(exampleJSON) as CreateCartRequestItemsInner
33
- console.log(exampleParsed)
34
- ```
35
-
36
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
-
38
-
@@ -1,48 +0,0 @@
1
-
2
- # CreateCartRequestShippingAddress
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `addresseeName` | string
10
- `company` | string
11
- `line1` | string
12
- `line2` | string
13
- `suburb` | string
14
- `state` | string
15
- `postcode` | string
16
- `country` | string
17
-
18
- ## Example
19
-
20
- ```typescript
21
- import type { CreateCartRequestShippingAddress } from '@digital8/lighting-illusions-ts-sdk'
22
-
23
- // TODO: Update the object below with actual values
24
- const example = {
25
- "addresseeName": null,
26
- "company": null,
27
- "line1": null,
28
- "line2": null,
29
- "suburb": null,
30
- "state": null,
31
- "postcode": null,
32
- "country": null,
33
- } satisfies CreateCartRequestShippingAddress
34
-
35
- console.log(example)
36
-
37
- // Convert the instance to a JSON string
38
- const exampleJSON: string = JSON.stringify(example)
39
- console.log(exampleJSON)
40
-
41
- // Parse the JSON string back to an object
42
- const exampleParsed = JSON.parse(exampleJSON) as CreateCartRequestShippingAddress
43
- console.log(exampleParsed)
44
- ```
45
-
46
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
47
-
48
-
@@ -1,42 +0,0 @@
1
-
2
- # CreateCustomerRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `siteId` | number
10
- `firstName` | string
11
- `lastName` | string
12
- `email` | string
13
- `phone` | string
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import type { CreateCustomerRequest } from '@digital8/lighting-illusions-ts-sdk'
19
-
20
- // TODO: Update the object below with actual values
21
- const example = {
22
- "siteId": null,
23
- "firstName": null,
24
- "lastName": null,
25
- "email": null,
26
- "phone": null,
27
- } satisfies CreateCustomerRequest
28
-
29
- console.log(example)
30
-
31
- // Convert the instance to a JSON string
32
- const exampleJSON: string = JSON.stringify(example)
33
- console.log(exampleJSON)
34
-
35
- // Parse the JSON string back to an object
36
- const exampleParsed = JSON.parse(exampleJSON) as CreateCustomerRequest
37
- console.log(exampleParsed)
38
- ```
39
-
40
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
-
42
-
@@ -1,48 +0,0 @@
1
-
2
- # CreateTransactionRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `cartId` | number
10
- `orderId` | number
11
- `amount` | number
12
- `surcharge` | number
13
- `paymentMethod` | string
14
- `description` | string
15
- `nonce` | string
16
- `deviceData` | string
17
-
18
- ## Example
19
-
20
- ```typescript
21
- import type { CreateTransactionRequest } from '@digital8/lighting-illusions-ts-sdk'
22
-
23
- // TODO: Update the object below with actual values
24
- const example = {
25
- "cartId": null,
26
- "orderId": null,
27
- "amount": null,
28
- "surcharge": null,
29
- "paymentMethod": null,
30
- "description": null,
31
- "nonce": null,
32
- "deviceData": null,
33
- } satisfies CreateTransactionRequest
34
-
35
- console.log(example)
36
-
37
- // Convert the instance to a JSON string
38
- const exampleJSON: string = JSON.stringify(example)
39
- console.log(exampleJSON)
40
-
41
- // Parse the JSON string back to an object
42
- const exampleParsed = JSON.parse(exampleJSON) as CreateTransactionRequest
43
- console.log(exampleParsed)
44
- ```
45
-
46
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
47
-
48
-
@@ -1,44 +0,0 @@
1
-
2
- # CustomerListResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `id` | number
10
- `firstName` | string
11
- `lastName` | string
12
- `email` | string
13
- `phone` | string
14
- `site` | [SiteLiteResource](SiteLiteResource.md)
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import type { CustomerListResource } from '@digital8/lighting-illusions-ts-sdk'
20
-
21
- // TODO: Update the object below with actual values
22
- const example = {
23
- "id": null,
24
- "firstName": null,
25
- "lastName": null,
26
- "email": null,
27
- "phone": null,
28
- "site": null,
29
- } satisfies CustomerListResource
30
-
31
- console.log(example)
32
-
33
- // Convert the instance to a JSON string
34
- const exampleJSON: string = JSON.stringify(example)
35
- console.log(exampleJSON)
36
-
37
- // Parse the JSON string back to an object
38
- const exampleParsed = JSON.parse(exampleJSON) as CustomerListResource
39
- console.log(exampleParsed)
40
- ```
41
-
42
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
43
-
44
-
@@ -1,34 +0,0 @@
1
-
2
- # CustomerListResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<CustomerListResource>](CustomerListResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { CustomerListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies CustomerListResourceArrayResponse
20
-
21
- console.log(example)
22
-
23
- // Convert the instance to a JSON string
24
- const exampleJSON: string = JSON.stringify(example)
25
- console.log(exampleJSON)
26
-
27
- // Parse the JSON string back to an object
28
- const exampleParsed = JSON.parse(exampleJSON) as CustomerListResourceArrayResponse
29
- console.log(exampleParsed)
30
- ```
31
-
32
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
-
34
-
@@ -1,46 +0,0 @@
1
-
2
- # CustomerResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `id` | number
10
- `firstName` | string
11
- `lastName` | string
12
- `email` | string
13
- `phone` | string
14
- `site` | [SiteLiteResource](SiteLiteResource.md)
15
- `addresses` | [Array<LiAddressResource>](LiAddressResource.md)
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import type { CustomerResource } from '@digital8/lighting-illusions-ts-sdk'
21
-
22
- // TODO: Update the object below with actual values
23
- const example = {
24
- "id": null,
25
- "firstName": null,
26
- "lastName": null,
27
- "email": null,
28
- "phone": null,
29
- "site": null,
30
- "addresses": null,
31
- } satisfies CustomerResource
32
-
33
- console.log(example)
34
-
35
- // Convert the instance to a JSON string
36
- const exampleJSON: string = JSON.stringify(example)
37
- console.log(exampleJSON)
38
-
39
- // Parse the JSON string back to an object
40
- const exampleParsed = JSON.parse(exampleJSON) as CustomerResource
41
- console.log(exampleParsed)
42
- ```
43
-
44
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
-
46
-
@@ -1,34 +0,0 @@
1
-
2
- # CustomerResourceArrayResponse
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `data` | [Array<CustomerResource>](CustomerResource.md)
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { CustomerResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "data": null,
19
- } satisfies CustomerResourceArrayResponse
20
-
21
- console.log(example)
22
-
23
- // Convert the instance to a JSON string
24
- const exampleJSON: string = JSON.stringify(example)
25
- console.log(exampleJSON)
26
-
27
- // Parse the JSON string back to an object
28
- const exampleParsed = JSON.parse(exampleJSON) as CustomerResourceArrayResponse
29
- console.log(exampleParsed)
30
- ```
31
-
32
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
-
34
-
@@ -1,206 +0,0 @@
1
- # CustomersApi
2
-
3
- All URIs are relative to *http://localhost/api*
4
-
5
- | Method | HTTP request | Description |
6
- |------------- | ------------- | -------------|
7
- | [**indexCustomer**](CustomersApi.md#indexcustomer) | **POST** /admin-api/customers/list | Auto-generated: indexCustomer |
8
- | [**showCustomer**](CustomersApi.md#showcustomer) | **GET** /admin-api/customers/{customer} | Auto-generated: showCustomer |
9
- | [**storeCustomer**](CustomersApi.md#storecustomer) | **POST** /admin-api/customers/create | Auto-generated: storeCustomer |
10
-
11
-
12
-
13
- ## indexCustomer
14
-
15
- > PaginatedCustomerListResourceResponse indexCustomer(searchCustomersRequest)
16
-
17
- Auto-generated: indexCustomer
18
-
19
- ### Example
20
-
21
- ```ts
22
- import {
23
- Configuration,
24
- CustomersApi,
25
- } from '@digital8/lighting-illusions-ts-sdk';
26
- import type { IndexCustomerRequest } from '@digital8/lighting-illusions-ts-sdk';
27
-
28
- async function example() {
29
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
30
- const api = new CustomersApi();
31
-
32
- const body = {
33
- // SearchCustomersRequest (optional)
34
- searchCustomersRequest: ...,
35
- } satisfies IndexCustomerRequest;
36
-
37
- try {
38
- const data = await api.indexCustomer(body);
39
- console.log(data);
40
- } catch (error) {
41
- console.error(error);
42
- }
43
- }
44
-
45
- // Run the test
46
- example().catch(console.error);
47
- ```
48
-
49
- ### Parameters
50
-
51
-
52
- | Name | Type | Description | Notes |
53
- |------------- | ------------- | ------------- | -------------|
54
- | **searchCustomersRequest** | [SearchCustomersRequest](SearchCustomersRequest.md) | | [Optional] |
55
-
56
- ### Return type
57
-
58
- [**PaginatedCustomerListResourceResponse**](PaginatedCustomerListResourceResponse.md)
59
-
60
- ### Authorization
61
-
62
- No authorization required
63
-
64
- ### HTTP request headers
65
-
66
- - **Content-Type**: `application/json`
67
- - **Accept**: `application/json`
68
-
69
-
70
- ### HTTP response details
71
- | Status code | Description | Response headers |
72
- |-------------|-------------|------------------|
73
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\CustomerListResource[]>> | - |
74
-
75
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
76
-
77
-
78
- ## showCustomer
79
-
80
- > CustomerResource showCustomer(customer)
81
-
82
- Auto-generated: showCustomer
83
-
84
- ### Example
85
-
86
- ```ts
87
- import {
88
- Configuration,
89
- CustomersApi,
90
- } from '@digital8/lighting-illusions-ts-sdk';
91
- import type { ShowCustomerRequest } from '@digital8/lighting-illusions-ts-sdk';
92
-
93
- async function example() {
94
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
95
- const api = new CustomersApi();
96
-
97
- const body = {
98
- // number | The id of the customer
99
- customer: 56,
100
- } satisfies ShowCustomerRequest;
101
-
102
- try {
103
- const data = await api.showCustomer(body);
104
- console.log(data);
105
- } catch (error) {
106
- console.error(error);
107
- }
108
- }
109
-
110
- // Run the test
111
- example().catch(console.error);
112
- ```
113
-
114
- ### Parameters
115
-
116
-
117
- | Name | Type | Description | Notes |
118
- |------------- | ------------- | ------------- | -------------|
119
- | **customer** | `number` | The id of the customer | [Defaults to `undefined`] |
120
-
121
- ### Return type
122
-
123
- [**CustomerResource**](CustomerResource.md)
124
-
125
- ### Authorization
126
-
127
- No authorization required
128
-
129
- ### HTTP request headers
130
-
131
- - **Content-Type**: Not defined
132
- - **Accept**: `application/json`
133
-
134
-
135
- ### HTTP response details
136
- | Status code | Description | Response headers |
137
- |-------------|-------------|------------------|
138
- | **200** | Successful resource response | - |
139
-
140
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
141
-
142
-
143
- ## storeCustomer
144
-
145
- > CustomerResource storeCustomer(createCustomerRequest)
146
-
147
- Auto-generated: storeCustomer
148
-
149
- ### Example
150
-
151
- ```ts
152
- import {
153
- Configuration,
154
- CustomersApi,
155
- } from '@digital8/lighting-illusions-ts-sdk';
156
- import type { StoreCustomerRequest } from '@digital8/lighting-illusions-ts-sdk';
157
-
158
- async function example() {
159
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
160
- const api = new CustomersApi();
161
-
162
- const body = {
163
- // CreateCustomerRequest (optional)
164
- createCustomerRequest: ...,
165
- } satisfies StoreCustomerRequest;
166
-
167
- try {
168
- const data = await api.storeCustomer(body);
169
- console.log(data);
170
- } catch (error) {
171
- console.error(error);
172
- }
173
- }
174
-
175
- // Run the test
176
- example().catch(console.error);
177
- ```
178
-
179
- ### Parameters
180
-
181
-
182
- | Name | Type | Description | Notes |
183
- |------------- | ------------- | ------------- | -------------|
184
- | **createCustomerRequest** | [CreateCustomerRequest](CreateCustomerRequest.md) | | [Optional] |
185
-
186
- ### Return type
187
-
188
- [**CustomerResource**](CustomerResource.md)
189
-
190
- ### Authorization
191
-
192
- No authorization required
193
-
194
- ### HTTP request headers
195
-
196
- - **Content-Type**: `application/json`
197
- - **Accept**: `application/json`
198
-
199
-
200
- ### HTTP response details
201
- | Status code | Description | Response headers |
202
- |-------------|-------------|------------------|
203
- | **200** | Successful resource response | - |
204
-
205
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
206
-
@@ -1,34 +0,0 @@
1
-
2
- # DetachCouponRequest
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `couponIds` | Array<number>
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import type { DetachCouponRequest } from '@digital8/lighting-illusions-ts-sdk'
15
-
16
- // TODO: Update the object below with actual values
17
- const example = {
18
- "couponIds": null,
19
- } satisfies DetachCouponRequest
20
-
21
- console.log(example)
22
-
23
- // Convert the instance to a JSON string
24
- const exampleJSON: string = JSON.stringify(example)
25
- console.log(exampleJSON)
26
-
27
- // Parse the JSON string back to an object
28
- const exampleParsed = JSON.parse(exampleJSON) as DetachCouponRequest
29
- console.log(exampleParsed)
30
- ```
31
-
32
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
-
34
-
@@ -1,46 +0,0 @@
1
-
2
- # DiscountResource
3
-
4
-
5
- ## Properties
6
-
7
- Name | Type
8
- ------------ | -------------
9
- `id` | number
10
- `discountType` | string
11
- `discountValueType` | string
12
- `discountValue` | number
13
- `itemId` | number
14
- `name` | string
15
- `couponCode` | string
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import type { DiscountResource } from '@digital8/lighting-illusions-ts-sdk'
21
-
22
- // TODO: Update the object below with actual values
23
- const example = {
24
- "id": null,
25
- "discountType": null,
26
- "discountValueType": null,
27
- "discountValue": null,
28
- "itemId": null,
29
- "name": null,
30
- "couponCode": null,
31
- } satisfies DiscountResource
32
-
33
- console.log(example)
34
-
35
- // Convert the instance to a JSON string
36
- const exampleJSON: string = JSON.stringify(example)
37
- console.log(exampleJSON)
38
-
39
- // Parse the JSON string back to an object
40
- const exampleParsed = JSON.parse(exampleJSON) as DiscountResource
41
- console.log(exampleParsed)
42
- ```
43
-
44
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
-
46
-