@digital8/lighting-illusions-ts-sdk 0.0.2234 → 0.0.2236

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 (503) hide show
  1. package/.openapi-generator/FILES +0 -204
  2. package/README.md +2 -135
  3. package/dist/apis/AdminApi.d.ts +0 -17
  4. package/dist/apis/AdminApi.js +0 -60
  5. package/dist/apis/LabelApi.d.ts +2 -3
  6. package/dist/apis/LabelApi.js +1 -2
  7. package/dist/apis/ProductApi.d.ts +0 -16
  8. package/dist/apis/ProductApi.js +0 -59
  9. package/dist/apis/SiteApi.d.ts +0 -16
  10. package/dist/apis/SiteApi.js +0 -60
  11. package/dist/apis/index.d.ts +0 -4
  12. package/dist/apis/index.js +0 -4
  13. package/dist/models/AddressResource.d.ts +2 -20
  14. package/dist/models/AddressResource.js +9 -15
  15. package/dist/models/CreateStoreRequestAddress.d.ts +0 -6
  16. package/dist/models/CreateStoreRequestAddress.js +0 -2
  17. package/dist/models/CreateSupplierRequest.d.ts +0 -6
  18. package/dist/models/CreateSupplierRequest.js +0 -2
  19. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  20. package/dist/models/ExternalApiLogResource.js +1 -3
  21. package/dist/models/LabelListResource.d.ts +4 -4
  22. package/dist/models/LabelListResource.js +4 -4
  23. package/dist/models/LabelResource.d.ts +4 -4
  24. package/dist/models/LabelResource.js +4 -4
  25. package/dist/models/ProductChildResource.d.ts +0 -6
  26. package/dist/models/ProductChildResource.js +0 -4
  27. package/dist/models/ProductChildSiteDetailLiteResource.d.ts +0 -7
  28. package/dist/models/ProductChildSiteDetailLiteResource.js +0 -5
  29. package/dist/models/SearchAllFrontendComponentsRequest.d.ts +0 -15
  30. package/dist/models/SearchAllFrontendComponentsRequest.js +1 -11
  31. package/dist/models/SearchAllProductChildrenRequest.d.ts +0 -6
  32. package/dist/models/SearchAllProductChildrenRequest.js +0 -2
  33. package/dist/models/SearchProductChildrenRequest.d.ts +0 -14
  34. package/dist/models/SearchProductChildrenRequest.js +1 -10
  35. package/dist/models/SitePaymentConfigResource.d.ts +0 -6
  36. package/dist/models/SitePaymentConfigResource.js +0 -4
  37. package/dist/models/StoreListResource.d.ts +1 -1
  38. package/dist/models/StoreListResource.js +1 -3
  39. package/dist/models/StoreSpecialDateResource.d.ts +2 -2
  40. package/dist/models/StoreSpecialDateResource.js +3 -1
  41. package/dist/models/SupplierFrontendResource.d.ts +0 -6
  42. package/dist/models/SupplierFrontendResource.js +0 -4
  43. package/dist/models/SupplierResource.d.ts +0 -6
  44. package/dist/models/SupplierResource.js +0 -4
  45. package/dist/models/UpdateSiteRequest.d.ts +0 -6
  46. package/dist/models/UpdateSiteRequest.js +0 -4
  47. package/dist/models/UpdateSupplierRequest.d.ts +0 -6
  48. package/dist/models/UpdateSupplierRequest.js +0 -2
  49. package/dist/models/index.d.ts +0 -98
  50. package/dist/models/index.js +0 -98
  51. package/docs/AddressResource.md +0 -6
  52. package/docs/AdminApi.md +0 -66
  53. package/docs/CreateStoreRequestAddress.md +0 -2
  54. package/docs/CreateSupplierRequest.md +0 -2
  55. package/docs/LabelApi.md +3 -3
  56. package/docs/LabelListResource.md +2 -2
  57. package/docs/LabelResource.md +2 -2
  58. package/docs/ProductApi.md +0 -66
  59. package/docs/ProductChildResource.md +0 -2
  60. package/docs/ProductChildSiteDetailLiteResource.md +0 -2
  61. package/docs/SearchAllFrontendComponentsRequest.md +0 -2
  62. package/docs/SearchAllProductChildrenRequest.md +0 -2
  63. package/docs/SearchProductChildrenRequest.md +0 -2
  64. package/docs/SiteApi.md +0 -66
  65. package/docs/SitePaymentConfigResource.md +0 -2
  66. package/docs/StoreSpecialDateResource.md +1 -1
  67. package/docs/SupplierFrontendResource.md +0 -2
  68. package/docs/SupplierResource.md +0 -2
  69. package/docs/UpdateSiteRequest.md +0 -2
  70. package/docs/UpdateSupplierRequest.md +0 -2
  71. package/package.json +1 -1
  72. package/src/apis/AdminApi.ts +0 -54
  73. package/src/apis/LabelApi.ts +3 -8
  74. package/src/apis/ProductApi.ts +0 -49
  75. package/src/apis/SiteApi.ts +0 -54
  76. package/src/apis/index.ts +0 -4
  77. package/src/models/AddressResource.ts +10 -34
  78. package/src/models/CreateStoreRequestAddress.ts +0 -8
  79. package/src/models/CreateSupplierRequest.ts +0 -8
  80. package/src/models/ExternalApiLogResource.ts +2 -3
  81. package/src/models/LabelListResource.ts +8 -8
  82. package/src/models/LabelResource.ts +8 -8
  83. package/src/models/ProductChildResource.ts +0 -9
  84. package/src/models/ProductChildSiteDetailLiteResource.ts +0 -16
  85. package/src/models/SearchAllFrontendComponentsRequest.ts +0 -18
  86. package/src/models/SearchAllProductChildrenRequest.ts +0 -8
  87. package/src/models/SearchProductChildrenRequest.ts +0 -17
  88. package/src/models/SitePaymentConfigResource.ts +0 -9
  89. package/src/models/StoreListResource.ts +2 -3
  90. package/src/models/StoreSpecialDateResource.ts +4 -3
  91. package/src/models/SupplierFrontendResource.ts +0 -9
  92. package/src/models/SupplierResource.ts +0 -9
  93. package/src/models/UpdateSiteRequest.ts +0 -9
  94. package/src/models/UpdateSupplierRequest.ts +0 -8
  95. package/src/models/index.ts +0 -98
  96. package/dist/apis/CartsApi.d.ts +0 -215
  97. package/dist/apis/CartsApi.js +0 -814
  98. package/dist/apis/CustomersApi.d.ts +0 -66
  99. package/dist/apis/CustomersApi.js +0 -258
  100. package/dist/apis/OrdersApi.d.ts +0 -245
  101. package/dist/apis/OrdersApi.js +0 -930
  102. package/dist/apis/TransactionsApi.d.ts +0 -69
  103. package/dist/apis/TransactionsApi.js +0 -262
  104. package/dist/models/AddressType.d.ts +0 -25
  105. package/dist/models/AddressType.js +0 -51
  106. package/dist/models/AdminNoteResource.d.ts +0 -57
  107. package/dist/models/AdminNoteResource.js +0 -64
  108. package/dist/models/AdminNoteResourceArrayResponse.d.ts +0 -33
  109. package/dist/models/AdminNoteResourceArrayResponse.js +0 -50
  110. package/dist/models/AdminOrderLineItemResource.d.ts +0 -124
  111. package/dist/models/AdminOrderLineItemResource.js +0 -113
  112. package/dist/models/AdminOrderLineItemResourceArrayResponse.d.ts +0 -33
  113. package/dist/models/AdminOrderLineItemResourceArrayResponse.js +0 -50
  114. package/dist/models/AdminOrderResource.d.ts +0 -301
  115. package/dist/models/AdminOrderResource.js +0 -224
  116. package/dist/models/AdminOrderResourceArrayResponse.d.ts +0 -33
  117. package/dist/models/AdminOrderResourceArrayResponse.js +0 -50
  118. package/dist/models/AttachCouponRequest.d.ts +0 -32
  119. package/dist/models/AttachCouponRequest.js +0 -51
  120. package/dist/models/AttachLineItemRequest.d.ts +0 -44
  121. package/dist/models/AttachLineItemRequest.js +0 -57
  122. package/dist/models/CartCouponLiteResource.d.ts +0 -56
  123. package/dist/models/CartCouponLiteResource.js +0 -67
  124. package/dist/models/CartCouponLiteResourceArrayResponse.d.ts +0 -33
  125. package/dist/models/CartCouponLiteResourceArrayResponse.js +0 -50
  126. package/dist/models/CartCouponResource.d.ts +0 -50
  127. package/dist/models/CartCouponResource.js +0 -63
  128. package/dist/models/CartCouponResourceArrayResponse.d.ts +0 -33
  129. package/dist/models/CartCouponResourceArrayResponse.js +0 -50
  130. package/dist/models/CartListResource.d.ts +0 -95
  131. package/dist/models/CartListResource.js +0 -86
  132. package/dist/models/CartListResourceArrayResponse.d.ts +0 -33
  133. package/dist/models/CartListResourceArrayResponse.js +0 -50
  134. package/dist/models/CartOrderSource.d.ts +0 -25
  135. package/dist/models/CartOrderSource.js +0 -51
  136. package/dist/models/CartResource.d.ts +0 -235
  137. package/dist/models/CartResource.js +0 -170
  138. package/dist/models/CartResourceArrayResponse.d.ts +0 -33
  139. package/dist/models/CartResourceArrayResponse.js +0 -50
  140. package/dist/models/CartStatus.d.ts +0 -26
  141. package/dist/models/CartStatus.js +0 -52
  142. package/dist/models/CreateCartRequest.d.ts +0 -168
  143. package/dist/models/CreateCartRequest.js +0 -114
  144. package/dist/models/CreateCartRequestItemsInner.d.ts +0 -44
  145. package/dist/models/CreateCartRequestItemsInner.js +0 -57
  146. package/dist/models/CreateCartRequestShippingAddress.d.ts +0 -74
  147. package/dist/models/CreateCartRequestShippingAddress.js +0 -63
  148. package/dist/models/CreateCustomerRequest.d.ts +0 -56
  149. package/dist/models/CreateCustomerRequest.js +0 -65
  150. package/dist/models/CreateTransactionRequest.d.ts +0 -87
  151. package/dist/models/CreateTransactionRequest.js +0 -80
  152. package/dist/models/CustomerListResource.d.ts +0 -63
  153. package/dist/models/CustomerListResource.js +0 -70
  154. package/dist/models/CustomerListResourceArrayResponse.d.ts +0 -33
  155. package/dist/models/CustomerListResourceArrayResponse.js +0 -50
  156. package/dist/models/CustomerResource.d.ts +0 -70
  157. package/dist/models/CustomerResource.js +0 -75
  158. package/dist/models/CustomerResourceArrayResponse.d.ts +0 -33
  159. package/dist/models/CustomerResourceArrayResponse.js +0 -50
  160. package/dist/models/DetachCouponRequest.d.ts +0 -32
  161. package/dist/models/DetachCouponRequest.js +0 -51
  162. package/dist/models/DiscountResource.d.ts +0 -68
  163. package/dist/models/DiscountResource.js +0 -73
  164. package/dist/models/DiscountResourceArrayResponse.d.ts +0 -33
  165. package/dist/models/DiscountResourceArrayResponse.js +0 -50
  166. package/dist/models/DiscountType.d.ts +0 -26
  167. package/dist/models/DiscountType.js +0 -52
  168. package/dist/models/DiscountValueType.d.ts +0 -25
  169. package/dist/models/DiscountValueType.js +0 -51
  170. package/dist/models/FrontendCartResource.d.ts +0 -144
  171. package/dist/models/FrontendCartResource.js +0 -121
  172. package/dist/models/FrontendCartResourceArrayResponse.d.ts +0 -33
  173. package/dist/models/FrontendCartResourceArrayResponse.js +0 -50
  174. package/dist/models/FrontendCartResourceCouponsInner.d.ts +0 -56
  175. package/dist/models/FrontendCartResourceCouponsInner.js +0 -57
  176. package/dist/models/FrontendLineItemResource.d.ts +0 -81
  177. package/dist/models/FrontendLineItemResource.js +0 -82
  178. package/dist/models/FrontendLineItemResourceArrayResponse.d.ts +0 -33
  179. package/dist/models/FrontendLineItemResourceArrayResponse.js +0 -50
  180. package/dist/models/FrontendOrderResource.d.ts +0 -174
  181. package/dist/models/FrontendOrderResource.js +0 -141
  182. package/dist/models/FrontendOrderResourceArrayResponse.d.ts +0 -33
  183. package/dist/models/FrontendOrderResourceArrayResponse.js +0 -50
  184. package/dist/models/LiAddressResource.d.ts +0 -86
  185. package/dist/models/LiAddressResource.js +0 -83
  186. package/dist/models/LiAddressResourceArrayResponse.d.ts +0 -33
  187. package/dist/models/LiAddressResourceArrayResponse.js +0 -50
  188. package/dist/models/LiAdminUserLiteResource.d.ts +0 -50
  189. package/dist/models/LiAdminUserLiteResource.js +0 -61
  190. package/dist/models/LiAdminUserLiteResourceArrayResponse.d.ts +0 -33
  191. package/dist/models/LiAdminUserLiteResourceArrayResponse.js +0 -50
  192. package/dist/models/LineItemDiscountResource.d.ts +0 -50
  193. package/dist/models/LineItemDiscountResource.js +0 -63
  194. package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +0 -33
  195. package/dist/models/LineItemDiscountResourceArrayResponse.js +0 -50
  196. package/dist/models/LineItemListResource.d.ts +0 -89
  197. package/dist/models/LineItemListResource.js +0 -90
  198. package/dist/models/LineItemListResourceArrayResponse.d.ts +0 -33
  199. package/dist/models/LineItemListResourceArrayResponse.js +0 -50
  200. package/dist/models/OmnisendSyncLiteResource.d.ts +0 -44
  201. package/dist/models/OmnisendSyncLiteResource.js +0 -59
  202. package/dist/models/OmnisendSyncLiteResourceArrayResponse.d.ts +0 -33
  203. package/dist/models/OmnisendSyncLiteResourceArrayResponse.js +0 -50
  204. package/dist/models/OrderFulfillmentLineItemResource.d.ts +0 -45
  205. package/dist/models/OrderFulfillmentLineItemResource.js +0 -60
  206. package/dist/models/OrderFulfillmentLineItemResourceArrayResponse.d.ts +0 -33
  207. package/dist/models/OrderFulfillmentLineItemResourceArrayResponse.js +0 -50
  208. package/dist/models/OrderFulfillmentResource.d.ts +0 -93
  209. package/dist/models/OrderFulfillmentResource.js +0 -86
  210. package/dist/models/OrderFulfillmentResourceArrayResponse.d.ts +0 -33
  211. package/dist/models/OrderFulfillmentResourceArrayResponse.js +0 -50
  212. package/dist/models/OrderListResource.d.ts +0 -109
  213. package/dist/models/OrderListResource.js +0 -98
  214. package/dist/models/OrderListResourceArrayResponse.d.ts +0 -33
  215. package/dist/models/OrderListResourceArrayResponse.js +0 -50
  216. package/dist/models/OrderLiteResource.d.ts +0 -62
  217. package/dist/models/OrderLiteResource.js +0 -67
  218. package/dist/models/OrderLiteResourceArrayResponse.d.ts +0 -33
  219. package/dist/models/OrderLiteResourceArrayResponse.js +0 -50
  220. package/dist/models/OrderOmnisendEvent.d.ts +0 -25
  221. package/dist/models/OrderOmnisendEvent.js +0 -51
  222. package/dist/models/OrderStatusId.d.ts +0 -33
  223. package/dist/models/OrderStatusId.js +0 -59
  224. package/dist/models/OrderStatusLiteResource.d.ts +0 -44
  225. package/dist/models/OrderStatusLiteResource.js +0 -59
  226. package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +0 -33
  227. package/dist/models/OrderStatusLiteResourceArrayResponse.js +0 -50
  228. package/dist/models/OrderStatusWithCountResource.d.ts +0 -50
  229. package/dist/models/OrderStatusWithCountResource.js +0 -63
  230. package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +0 -33
  231. package/dist/models/OrderStatusWithCountResourceArrayResponse.js +0 -50
  232. package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +0 -40
  233. package/dist/models/PaginatedAdminNoteResourceResponse.js +0 -57
  234. package/dist/models/PaginatedCartListResourceResponse.d.ts +0 -40
  235. package/dist/models/PaginatedCartListResourceResponse.js +0 -57
  236. package/dist/models/PaginatedCustomerListResourceResponse.d.ts +0 -40
  237. package/dist/models/PaginatedCustomerListResourceResponse.js +0 -57
  238. package/dist/models/PaginatedOrderFulfillmentResourceResponse.d.ts +0 -40
  239. package/dist/models/PaginatedOrderFulfillmentResourceResponse.js +0 -57
  240. package/dist/models/PaginatedOrderListResourceResponse.d.ts +0 -40
  241. package/dist/models/PaginatedOrderListResourceResponse.js +0 -57
  242. package/dist/models/PaginatedTransactionListResourceResponse.d.ts +0 -40
  243. package/dist/models/PaginatedTransactionListResourceResponse.js +0 -57
  244. package/dist/models/PaginatedTransactionResourceResponse.d.ts +0 -40
  245. package/dist/models/PaginatedTransactionResourceResponse.js +0 -57
  246. package/dist/models/PaymentMethod.d.ts +0 -30
  247. package/dist/models/PaymentMethod.js +0 -56
  248. package/dist/models/PaymentSource.d.ts +0 -27
  249. package/dist/models/PaymentSource.js +0 -53
  250. package/dist/models/PaymentStatus.d.ts +0 -25
  251. package/dist/models/PaymentStatus.js +0 -51
  252. package/dist/models/ProductChildLineItemLiteResource.d.ts +0 -106
  253. package/dist/models/ProductChildLineItemLiteResource.js +0 -101
  254. package/dist/models/ProductChildLineItemLiteResourceArrayResponse.d.ts +0 -33
  255. package/dist/models/ProductChildLineItemLiteResourceArrayResponse.js +0 -50
  256. package/dist/models/RefundTransactionRequest.d.ts +0 -38
  257. package/dist/models/RefundTransactionRequest.js +0 -53
  258. package/dist/models/SearchAdminNotesRequest.d.ts +0 -102
  259. package/dist/models/SearchAdminNotesRequest.js +0 -82
  260. package/dist/models/SearchAllOrdersRequest.d.ts +0 -105
  261. package/dist/models/SearchAllOrdersRequest.js +0 -85
  262. package/dist/models/SearchCartsRequest.d.ts +0 -146
  263. package/dist/models/SearchCartsRequest.js +0 -98
  264. package/dist/models/SearchCustomersRequest.d.ts +0 -99
  265. package/dist/models/SearchCustomersRequest.js +0 -83
  266. package/dist/models/SearchOrderFulfillmentsRequest.d.ts +0 -120
  267. package/dist/models/SearchOrderFulfillmentsRequest.js +0 -88
  268. package/dist/models/SearchOrdersRequest.d.ts +0 -153
  269. package/dist/models/SearchOrdersRequest.js +0 -101
  270. package/dist/models/SearchTransactionsRequest.d.ts +0 -135
  271. package/dist/models/SearchTransactionsRequest.js +0 -98
  272. package/dist/models/ShippingType.d.ts +0 -29
  273. package/dist/models/ShippingType.js +0 -55
  274. package/dist/models/SkuSearchProductChildRequest.d.ts +0 -38
  275. package/dist/models/SkuSearchProductChildRequest.js +0 -55
  276. package/dist/models/StoreTransactionResource.d.ts +0 -39
  277. package/dist/models/StoreTransactionResource.js +0 -56
  278. package/dist/models/StoreTransactionResourceArrayResponse.d.ts +0 -33
  279. package/dist/models/StoreTransactionResourceArrayResponse.js +0 -50
  280. package/dist/models/TransactionListResource.d.ts +0 -116
  281. package/dist/models/TransactionListResource.js +0 -97
  282. package/dist/models/TransactionListResourceArrayResponse.d.ts +0 -33
  283. package/dist/models/TransactionListResourceArrayResponse.js +0 -50
  284. package/dist/models/TransactionLiteResource.d.ts +0 -98
  285. package/dist/models/TransactionLiteResource.js +0 -89
  286. package/dist/models/TransactionLiteResourceArrayResponse.d.ts +0 -33
  287. package/dist/models/TransactionLiteResourceArrayResponse.js +0 -50
  288. package/dist/models/TransactionResource.d.ts +0 -128
  289. package/dist/models/TransactionResource.js +0 -101
  290. package/dist/models/TransactionResourceArrayResponse.d.ts +0 -33
  291. package/dist/models/TransactionResourceArrayResponse.js +0 -50
  292. package/dist/models/TransactionType.d.ts +0 -25
  293. package/dist/models/TransactionType.js +0 -51
  294. package/dist/models/UpdateCartRequest.d.ts +0 -149
  295. package/dist/models/UpdateCartRequest.js +0 -101
  296. package/dist/models/UpdateLineItemRequest.d.ts +0 -38
  297. package/dist/models/UpdateLineItemRequest.js +0 -53
  298. package/dist/models/UpdateOrderRequest.d.ts +0 -131
  299. package/dist/models/UpdateOrderRequest.js +0 -105
  300. package/docs/AddressType.md +0 -32
  301. package/docs/AdminNoteResource.md +0 -42
  302. package/docs/AdminNoteResourceArrayResponse.md +0 -34
  303. package/docs/AdminOrderLineItemResource.md +0 -64
  304. package/docs/AdminOrderLineItemResourceArrayResponse.md +0 -34
  305. package/docs/AdminOrderResource.md +0 -120
  306. package/docs/AdminOrderResourceArrayResponse.md +0 -34
  307. package/docs/AttachCouponRequest.md +0 -34
  308. package/docs/AttachLineItemRequest.md +0 -38
  309. package/docs/CartCouponLiteResource.md +0 -42
  310. package/docs/CartCouponLiteResourceArrayResponse.md +0 -34
  311. package/docs/CartCouponResource.md +0 -40
  312. package/docs/CartCouponResourceArrayResponse.md +0 -34
  313. package/docs/CartListResource.md +0 -54
  314. package/docs/CartListResourceArrayResponse.md +0 -34
  315. package/docs/CartOrderSource.md +0 -32
  316. package/docs/CartResource.md +0 -100
  317. package/docs/CartResourceArrayResponse.md +0 -34
  318. package/docs/CartStatus.md +0 -32
  319. package/docs/CartsApi.md +0 -821
  320. package/docs/CreateCartRequest.md +0 -72
  321. package/docs/CreateCartRequestItemsInner.md +0 -38
  322. package/docs/CreateCartRequestShippingAddress.md +0 -48
  323. package/docs/CreateCustomerRequest.md +0 -42
  324. package/docs/CreateTransactionRequest.md +0 -48
  325. package/docs/CustomerListResource.md +0 -44
  326. package/docs/CustomerListResourceArrayResponse.md +0 -34
  327. package/docs/CustomerResource.md +0 -46
  328. package/docs/CustomerResourceArrayResponse.md +0 -34
  329. package/docs/CustomersApi.md +0 -206
  330. package/docs/DetachCouponRequest.md +0 -34
  331. package/docs/DiscountResource.md +0 -46
  332. package/docs/DiscountResourceArrayResponse.md +0 -34
  333. package/docs/DiscountType.md +0 -32
  334. package/docs/DiscountValueType.md +0 -32
  335. package/docs/FrontendCartResource.md +0 -70
  336. package/docs/FrontendCartResourceArrayResponse.md +0 -34
  337. package/docs/FrontendCartResourceCouponsInner.md +0 -42
  338. package/docs/FrontendLineItemResource.md +0 -50
  339. package/docs/FrontendLineItemResourceArrayResponse.md +0 -34
  340. package/docs/FrontendOrderResource.md +0 -80
  341. package/docs/FrontendOrderResourceArrayResponse.md +0 -34
  342. package/docs/LiAddressResource.md +0 -52
  343. package/docs/LiAddressResourceArrayResponse.md +0 -34
  344. package/docs/LiAdminUserLiteResource.md +0 -40
  345. package/docs/LiAdminUserLiteResourceArrayResponse.md +0 -34
  346. package/docs/LineItemDiscountResource.md +0 -40
  347. package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
  348. package/docs/LineItemListResource.md +0 -52
  349. package/docs/LineItemListResourceArrayResponse.md +0 -34
  350. package/docs/OmnisendSyncLiteResource.md +0 -38
  351. package/docs/OmnisendSyncLiteResourceArrayResponse.md +0 -34
  352. package/docs/OrderFulfillmentLineItemResource.md +0 -38
  353. package/docs/OrderFulfillmentLineItemResourceArrayResponse.md +0 -34
  354. package/docs/OrderFulfillmentResource.md +0 -54
  355. package/docs/OrderFulfillmentResourceArrayResponse.md +0 -34
  356. package/docs/OrderListResource.md +0 -58
  357. package/docs/OrderListResourceArrayResponse.md +0 -34
  358. package/docs/OrderLiteResource.md +0 -44
  359. package/docs/OrderLiteResourceArrayResponse.md +0 -34
  360. package/docs/OrderOmnisendEvent.md +0 -32
  361. package/docs/OrderStatusId.md +0 -32
  362. package/docs/OrderStatusLiteResource.md +0 -38
  363. package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
  364. package/docs/OrderStatusWithCountResource.md +0 -40
  365. package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
  366. package/docs/OrdersApi.md +0 -945
  367. package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
  368. package/docs/PaginatedCartListResourceResponse.md +0 -36
  369. package/docs/PaginatedCustomerListResourceResponse.md +0 -36
  370. package/docs/PaginatedOrderFulfillmentResourceResponse.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/SearchCustomersRequest.md +0 -50
  384. package/docs/SearchOrderFulfillmentsRequest.md +0 -58
  385. package/docs/SearchOrdersRequest.md +0 -68
  386. package/docs/SearchTransactionsRequest.md +0 -60
  387. package/docs/ShippingType.md +0 -32
  388. package/docs/SkuSearchProductChildRequest.md +0 -36
  389. package/docs/StoreTransactionResource.md +0 -36
  390. package/docs/StoreTransactionResourceArrayResponse.md +0 -34
  391. package/docs/TransactionListResource.md +0 -62
  392. package/docs/TransactionListResourceArrayResponse.md +0 -34
  393. package/docs/TransactionLiteResource.md +0 -56
  394. package/docs/TransactionLiteResourceArrayResponse.md +0 -34
  395. package/docs/TransactionResource.md +0 -66
  396. package/docs/TransactionResourceArrayResponse.md +0 -34
  397. package/docs/TransactionType.md +0 -32
  398. package/docs/TransactionsApi.md +0 -209
  399. package/docs/UpdateCartRequest.md +0 -66
  400. package/docs/UpdateLineItemRequest.md +0 -36
  401. package/docs/UpdateOrderRequest.md +0 -60
  402. package/src/apis/CartsApi.ts +0 -693
  403. package/src/apis/CustomersApi.ts +0 -179
  404. package/src/apis/OrdersApi.ts +0 -789
  405. package/src/apis/TransactionsApi.ts +0 -193
  406. package/src/models/AddressType.ts +0 -53
  407. package/src/models/AdminNoteResource.ts +0 -108
  408. package/src/models/AdminNoteResourceArrayResponse.ts +0 -73
  409. package/src/models/AdminOrderLineItemResource.ts +0 -216
  410. package/src/models/AdminOrderLineItemResourceArrayResponse.ts +0 -73
  411. package/src/models/AdminOrderResource.ts +0 -526
  412. package/src/models/AdminOrderResourceArrayResponse.ts +0 -73
  413. package/src/models/AttachCouponRequest.ts +0 -66
  414. package/src/models/AttachLineItemRequest.ts +0 -83
  415. package/src/models/CartCouponLiteResource.ts +0 -102
  416. package/src/models/CartCouponLiteResourceArrayResponse.ts +0 -73
  417. package/src/models/CartCouponResource.ts +0 -93
  418. package/src/models/CartCouponResourceArrayResponse.ts +0 -73
  419. package/src/models/CartListResource.ts +0 -174
  420. package/src/models/CartListResourceArrayResponse.ts +0 -73
  421. package/src/models/CartOrderSource.ts +0 -53
  422. package/src/models/CartResource.ts +0 -390
  423. package/src/models/CartResourceArrayResponse.ts +0 -73
  424. package/src/models/CartStatus.ts +0 -54
  425. package/src/models/CreateCartRequest.ts +0 -259
  426. package/src/models/CreateCartRequestItemsInner.ts +0 -83
  427. package/src/models/CreateCartRequestShippingAddress.ts +0 -121
  428. package/src/models/CreateCustomerRequest.ts +0 -101
  429. package/src/models/CreateTransactionRequest.ts +0 -139
  430. package/src/models/CustomerListResource.ts +0 -118
  431. package/src/models/CustomerListResourceArrayResponse.ts +0 -73
  432. package/src/models/CustomerResource.ts +0 -134
  433. package/src/models/CustomerResourceArrayResponse.ts +0 -73
  434. package/src/models/DetachCouponRequest.ts +0 -66
  435. package/src/models/DiscountResource.ts +0 -119
  436. package/src/models/DiscountResourceArrayResponse.ts +0 -73
  437. package/src/models/DiscountType.ts +0 -54
  438. package/src/models/DiscountValueType.ts +0 -53
  439. package/src/models/FrontendCartResource.ts +0 -254
  440. package/src/models/FrontendCartResourceArrayResponse.ts +0 -73
  441. package/src/models/FrontendCartResourceCouponsInner.ts +0 -97
  442. package/src/models/FrontendLineItemResource.ts +0 -145
  443. package/src/models/FrontendLineItemResourceArrayResponse.ts +0 -73
  444. package/src/models/FrontendOrderResource.ts +0 -299
  445. package/src/models/FrontendOrderResourceArrayResponse.ts +0 -73
  446. package/src/models/LiAddressResource.ts +0 -145
  447. package/src/models/LiAddressResourceArrayResponse.ts +0 -73
  448. package/src/models/LiAdminUserLiteResource.ts +0 -92
  449. package/src/models/LiAdminUserLiteResourceArrayResponse.ts +0 -73
  450. package/src/models/LineItemDiscountResource.ts +0 -93
  451. package/src/models/LineItemDiscountResourceArrayResponse.ts +0 -73
  452. package/src/models/LineItemListResource.ts +0 -169
  453. package/src/models/LineItemListResourceArrayResponse.ts +0 -73
  454. package/src/models/OmnisendSyncLiteResource.ts +0 -84
  455. package/src/models/OmnisendSyncLiteResourceArrayResponse.ts +0 -73
  456. package/src/models/OrderFulfillmentLineItemResource.ts +0 -92
  457. package/src/models/OrderFulfillmentLineItemResourceArrayResponse.ts +0 -73
  458. package/src/models/OrderFulfillmentResource.ts +0 -161
  459. package/src/models/OrderFulfillmentResourceArrayResponse.ts +0 -73
  460. package/src/models/OrderListResource.ts +0 -207
  461. package/src/models/OrderListResourceArrayResponse.ts +0 -73
  462. package/src/models/OrderLiteResource.ts +0 -109
  463. package/src/models/OrderLiteResourceArrayResponse.ts +0 -73
  464. package/src/models/OrderOmnisendEvent.ts +0 -53
  465. package/src/models/OrderStatusId.ts +0 -61
  466. package/src/models/OrderStatusLiteResource.ts +0 -84
  467. package/src/models/OrderStatusLiteResourceArrayResponse.ts +0 -73
  468. package/src/models/OrderStatusWithCountResource.ts +0 -93
  469. package/src/models/OrderStatusWithCountResourceArrayResponse.ts +0 -73
  470. package/src/models/PaginatedAdminNoteResourceResponse.ts +0 -90
  471. package/src/models/PaginatedCartListResourceResponse.ts +0 -90
  472. package/src/models/PaginatedCustomerListResourceResponse.ts +0 -90
  473. package/src/models/PaginatedOrderFulfillmentResourceResponse.ts +0 -90
  474. package/src/models/PaginatedOrderListResourceResponse.ts +0 -90
  475. package/src/models/PaginatedTransactionListResourceResponse.ts +0 -90
  476. package/src/models/PaginatedTransactionResourceResponse.ts +0 -90
  477. package/src/models/PaymentMethod.ts +0 -58
  478. package/src/models/PaymentSource.ts +0 -55
  479. package/src/models/PaymentStatus.ts +0 -53
  480. package/src/models/ProductChildLineItemLiteResource.ts +0 -189
  481. package/src/models/ProductChildLineItemLiteResourceArrayResponse.ts +0 -73
  482. package/src/models/RefundTransactionRequest.ts +0 -74
  483. package/src/models/SearchAdminNotesRequest.ts +0 -157
  484. package/src/models/SearchAllOrdersRequest.ts +0 -160
  485. package/src/models/SearchCartsRequest.ts +0 -215
  486. package/src/models/SearchCustomersRequest.ts +0 -152
  487. package/src/models/SearchOrderFulfillmentsRequest.ts +0 -181
  488. package/src/models/SearchOrdersRequest.ts +0 -224
  489. package/src/models/SearchTransactionsRequest.ts +0 -199
  490. package/src/models/ShippingType.ts +0 -57
  491. package/src/models/SkuSearchProductChildRequest.ts +0 -75
  492. package/src/models/StoreTransactionResource.ts +0 -83
  493. package/src/models/StoreTransactionResourceArrayResponse.ts +0 -73
  494. package/src/models/TransactionListResource.ts +0 -187
  495. package/src/models/TransactionListResourceArrayResponse.ts +0 -73
  496. package/src/models/TransactionLiteResource.ts +0 -162
  497. package/src/models/TransactionLiteResourceArrayResponse.ts +0 -73
  498. package/src/models/TransactionResource.ts +0 -203
  499. package/src/models/TransactionResourceArrayResponse.ts +0 -73
  500. package/src/models/TransactionType.ts +0 -53
  501. package/src/models/UpdateCartRequest.ts +0 -225
  502. package/src/models/UpdateLineItemRequest.ts +0 -74
  503. 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
-