@digital8/lighting-illusions-ts-sdk 0.0.2350 → 0.0.2352

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 (467) hide show
  1. package/.openapi-generator/FILES +136 -44
  2. package/README.md +98 -29
  3. package/dist/apis/AdminsApi.d.ts +149 -0
  4. package/dist/apis/AdminsApi.js +565 -0
  5. package/dist/apis/AuthApi.d.ts +92 -0
  6. package/dist/apis/{CouponsApi.js → AuthApi.js} +68 -139
  7. package/dist/apis/CustomersApi.d.ts +102 -0
  8. package/dist/apis/CustomersApi.js +374 -0
  9. package/dist/apis/PermissionsApi.d.ts +67 -0
  10. package/dist/apis/PermissionsApi.js +259 -0
  11. package/dist/apis/RolesApi.d.ts +182 -0
  12. package/dist/apis/RolesApi.js +690 -0
  13. package/dist/apis/index.d.ts +4 -2
  14. package/dist/apis/index.js +4 -2
  15. package/dist/models/AddressFrontendResource.d.ts +1 -1
  16. package/dist/models/AddressFrontendResource.js +3 -1
  17. package/dist/models/AddressResource.d.ts +2 -2
  18. package/dist/models/AddressResource.js +4 -4
  19. package/dist/models/AddressType.d.ts +2 -0
  20. package/dist/models/AddressType.js +3 -1
  21. package/dist/models/AdminListResource.d.ts +52 -0
  22. package/dist/models/AdminListResource.js +63 -0
  23. package/dist/models/AdminListResourceArrayResponse.d.ts +33 -0
  24. package/dist/models/AdminListResourceArrayResponse.js +50 -0
  25. package/dist/models/AdminLiteResource.d.ts +39 -0
  26. package/dist/models/AdminLiteResource.js +56 -0
  27. package/dist/models/AdminLiteResourceArrayResponse.d.ts +33 -0
  28. package/dist/models/AdminLiteResourceArrayResponse.js +50 -0
  29. package/dist/models/AdminLoginResponseResource.d.ts +39 -0
  30. package/dist/models/AdminLoginResponseResource.js +56 -0
  31. package/dist/models/AdminLoginResponseResourceArrayResponse.d.ts +33 -0
  32. package/dist/models/AdminLoginResponseResourceArrayResponse.js +50 -0
  33. package/dist/models/AdminNoteResource.d.ts +3 -3
  34. package/dist/models/AdminNoteResource.js +3 -3
  35. package/dist/models/AdminOrderResource.d.ts +6 -5
  36. package/dist/models/AdminOrderResource.js +6 -5
  37. package/dist/models/AdminResource.d.ts +64 -0
  38. package/dist/models/AdminResource.js +69 -0
  39. package/dist/models/AdminResourceArrayResponse.d.ts +33 -0
  40. package/dist/models/AdminResourceArrayResponse.js +50 -0
  41. package/dist/models/AdminUserLiteResource.d.ts +1 -1
  42. package/dist/models/AdminUserLiteResource.js +3 -1
  43. package/dist/models/AttachAdminsToRoleRequest.d.ts +32 -0
  44. package/dist/models/AttachAdminsToRoleRequest.js +51 -0
  45. package/dist/models/AttachPermissionsToRoleRequest.d.ts +32 -0
  46. package/dist/models/AttachPermissionsToRoleRequest.js +51 -0
  47. package/dist/models/AttachRolesToAdminRequest.d.ts +32 -0
  48. package/dist/models/AttachRolesToAdminRequest.js +51 -0
  49. package/dist/models/CartCouponResource.d.ts +50 -0
  50. package/dist/models/{AppliedCouponResource.js → CartCouponResource.js} +13 -13
  51. package/dist/models/CartCouponResourceArrayResponse.d.ts +33 -0
  52. package/dist/models/CartCouponResourceArrayResponse.js +50 -0
  53. package/dist/models/CartListResource.d.ts +0 -6
  54. package/dist/models/CartListResource.js +0 -4
  55. package/dist/models/CartResource.d.ts +3 -3
  56. package/dist/models/CartResource.js +3 -3
  57. package/dist/models/CategoryAutomationFieldType.d.ts +0 -2
  58. package/dist/models/CategoryAutomationFieldType.js +1 -3
  59. package/dist/models/CheckEmailFrontendResource.d.ts +38 -0
  60. package/dist/models/CheckEmailFrontendResource.js +53 -0
  61. package/dist/models/CheckEmailFrontendResourceArrayResponse.d.ts +33 -0
  62. package/dist/models/CheckEmailFrontendResourceArrayResponse.js +50 -0
  63. package/dist/models/CreateAdminUserRequest.d.ts +56 -0
  64. package/dist/models/CreateAdminUserRequest.js +65 -0
  65. package/dist/models/CreateCustomerAddressRequest.d.ts +90 -0
  66. package/dist/models/CreateCustomerAddressRequest.js +83 -0
  67. package/dist/models/CreateCustomerRequest.d.ts +24 -6
  68. package/dist/models/CreateCustomerRequest.js +12 -6
  69. package/dist/models/CreatePageComponentRequest.d.ts +4 -4
  70. package/dist/models/CreatePageComponentRequest.js +4 -4
  71. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +0 -2
  72. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +1 -3
  73. package/dist/models/CreateRoleRequest.d.ts +38 -0
  74. package/dist/models/CreateRoleRequest.js +55 -0
  75. package/dist/models/CreateSupplierRequest.d.ts +0 -6
  76. package/dist/models/CreateSupplierRequest.js +0 -2
  77. package/dist/models/CustomerAuthResponseResource.d.ts +39 -0
  78. package/dist/models/CustomerAuthResponseResource.js +56 -0
  79. package/dist/models/CustomerAuthResponseResourceArrayResponse.d.ts +33 -0
  80. package/dist/models/CustomerAuthResponseResourceArrayResponse.js +50 -0
  81. package/dist/models/CustomerFrontendResource.d.ts +70 -0
  82. package/dist/models/CustomerFrontendResource.js +75 -0
  83. package/dist/models/CustomerFrontendResourceArrayResponse.d.ts +33 -0
  84. package/dist/models/CustomerFrontendResourceArrayResponse.js +50 -0
  85. package/dist/models/CustomerListResource.d.ts +27 -8
  86. package/dist/models/CustomerListResource.js +24 -13
  87. package/dist/models/CustomerResource.d.ts +43 -10
  88. package/dist/models/CustomerResource.js +33 -16
  89. package/dist/models/CustomerSocialLinkableResource.d.ts +38 -0
  90. package/dist/models/CustomerSocialLinkableResource.js +55 -0
  91. package/dist/models/CustomerSocialLinkableResourceArrayResponse.d.ts +33 -0
  92. package/dist/models/CustomerSocialLinkableResourceArrayResponse.js +50 -0
  93. package/dist/models/CustomerType.d.ts +25 -0
  94. package/dist/models/CustomerType.js +51 -0
  95. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  96. package/dist/models/ExternalApiLogResource.js +1 -3
  97. package/dist/models/ForgotPasswordAdminRequest.d.ts +32 -0
  98. package/dist/models/ForgotPasswordAdminRequest.js +51 -0
  99. package/dist/models/FrontendCartResource.d.ts +0 -18
  100. package/dist/models/FrontendCartResource.js +0 -12
  101. package/dist/models/FrontendOrderResource.d.ts +3 -3
  102. package/dist/models/FrontendOrderResource.js +3 -3
  103. package/dist/models/LoginAdminRequest.d.ts +38 -0
  104. package/dist/models/LoginAdminRequest.js +55 -0
  105. package/dist/models/NetsuiteSyncLiteResource.d.ts +44 -0
  106. package/dist/models/NetsuiteSyncLiteResource.js +59 -0
  107. package/dist/models/NetsuiteSyncLiteResourceArrayResponse.d.ts +33 -0
  108. package/dist/models/NetsuiteSyncLiteResourceArrayResponse.js +50 -0
  109. package/dist/models/OrderFulfillmentResource.d.ts +2 -2
  110. package/dist/models/OrderFulfillmentResource.js +6 -2
  111. package/dist/models/OrderStatusWithCountResource.d.ts +0 -12
  112. package/dist/models/OrderStatusWithCountResource.js +0 -8
  113. package/dist/models/PaginatedAdminListResourceResponse.d.ts +40 -0
  114. package/dist/models/PaginatedAdminListResourceResponse.js +57 -0
  115. package/dist/models/PaginatedAdminLiteResourceResponse.d.ts +40 -0
  116. package/dist/models/PaginatedAdminLiteResourceResponse.js +57 -0
  117. package/dist/models/PaginatedPermissionListResourceResponse.d.ts +40 -0
  118. package/dist/models/PaginatedPermissionListResourceResponse.js +57 -0
  119. package/dist/models/PaginatedPermissionLiteResourceResponse.d.ts +40 -0
  120. package/dist/models/PaginatedPermissionLiteResourceResponse.js +57 -0
  121. package/dist/models/PaginatedRoleListResourceResponse.d.ts +40 -0
  122. package/dist/models/PaginatedRoleListResourceResponse.js +57 -0
  123. package/dist/models/PaginatedRoleLiteResourceResponse.d.ts +40 -0
  124. package/dist/models/PaginatedRoleLiteResourceResponse.js +57 -0
  125. package/dist/models/PermissionListResource.d.ts +44 -0
  126. package/dist/models/PermissionListResource.js +55 -0
  127. package/dist/models/PermissionListResourceArrayResponse.d.ts +33 -0
  128. package/dist/models/PermissionListResourceArrayResponse.js +50 -0
  129. package/dist/models/PermissionLiteResource.d.ts +38 -0
  130. package/dist/models/PermissionLiteResource.js +53 -0
  131. package/dist/models/PermissionLiteResourceArrayResponse.d.ts +33 -0
  132. package/dist/models/PermissionLiteResourceArrayResponse.js +50 -0
  133. package/dist/models/PermissionResource.d.ts +56 -0
  134. package/dist/models/PermissionResource.js +61 -0
  135. package/dist/models/PermissionResourceArrayResponse.d.ts +33 -0
  136. package/dist/models/PermissionResourceArrayResponse.js +50 -0
  137. package/dist/models/ProductClassResource.d.ts +2 -2
  138. package/dist/models/ResetPasswordAdminRequest.d.ts +44 -0
  139. package/dist/models/ResetPasswordAdminRequest.js +59 -0
  140. package/dist/models/RoleListResource.d.ts +74 -0
  141. package/dist/models/RoleListResource.js +73 -0
  142. package/dist/models/RoleListResourceArrayResponse.d.ts +33 -0
  143. package/dist/models/RoleListResourceArrayResponse.js +50 -0
  144. package/dist/models/RoleLiteResource.d.ts +44 -0
  145. package/dist/models/RoleLiteResource.js +57 -0
  146. package/dist/models/RoleLiteResourceArrayResponse.d.ts +33 -0
  147. package/dist/models/RoleLiteResourceArrayResponse.js +50 -0
  148. package/dist/models/RoleResource.d.ts +82 -0
  149. package/dist/models/RoleResource.js +79 -0
  150. package/dist/models/RoleResourceArrayResponse.d.ts +33 -0
  151. package/dist/models/RoleResourceArrayResponse.js +50 -0
  152. package/dist/models/SearchAdminUsersRequest.d.ts +112 -0
  153. package/dist/models/SearchAdminUsersRequest.js +88 -0
  154. package/dist/models/SearchAllAdminUsersRequest.d.ts +88 -0
  155. package/dist/models/SearchAllAdminUsersRequest.js +80 -0
  156. package/dist/models/SearchAllCustomersRequest.d.ts +103 -0
  157. package/dist/models/{SearchAllCouponsRequest.js → SearchAllCustomersRequest.js} +27 -25
  158. package/dist/models/SearchAllOrdersRequest.d.ts +0 -6
  159. package/dist/models/SearchAllOrdersRequest.js +0 -2
  160. package/dist/models/SearchAllPermissionsRequest.d.ts +85 -0
  161. package/dist/models/{SearchAllProductClassesRequest.js → SearchAllPermissionsRequest.js} +20 -17
  162. package/dist/models/SearchAllRolesRequest.d.ts +92 -0
  163. package/dist/models/SearchAllRolesRequest.js +80 -0
  164. package/dist/models/SearchCartsRequest.d.ts +0 -6
  165. package/dist/models/SearchCartsRequest.js +0 -2
  166. package/dist/models/SearchCustomersRequest.d.ts +31 -3
  167. package/dist/models/SearchCustomersRequest.js +15 -3
  168. package/dist/models/SearchOrdersRequest.d.ts +0 -12
  169. package/dist/models/SearchOrdersRequest.js +0 -4
  170. package/dist/models/SearchPermissionsRequest.d.ts +97 -0
  171. package/dist/models/SearchPermissionsRequest.js +81 -0
  172. package/dist/models/SearchRolesRequest.d.ts +104 -0
  173. package/dist/models/SearchRolesRequest.js +84 -0
  174. package/dist/models/SignUpType.d.ts +29 -0
  175. package/dist/models/SignUpType.js +55 -0
  176. package/dist/models/SocialProvider.d.ts +26 -0
  177. package/dist/models/SocialProvider.js +52 -0
  178. package/dist/models/StoreFrontendResource.d.ts +2 -2
  179. package/dist/models/StoreFrontendResource.js +6 -2
  180. package/dist/models/StoreListResource.d.ts +1 -1
  181. package/dist/models/StoreListResource.js +3 -1
  182. package/dist/models/StoreResource.d.ts +2 -2
  183. package/dist/models/StoreResource.js +6 -2
  184. package/dist/models/SupplierFrontendResource.d.ts +0 -6
  185. package/dist/models/SupplierFrontendResource.js +0 -4
  186. package/dist/models/SupplierResource.d.ts +0 -6
  187. package/dist/models/SupplierResource.js +0 -4
  188. package/dist/models/UpdateAdminUserRequest.d.ts +56 -0
  189. package/dist/models/UpdateAdminUserRequest.js +63 -0
  190. package/dist/models/UpdateCustomerAddressRequest.d.ts +90 -0
  191. package/dist/models/UpdateCustomerAddressRequest.js +83 -0
  192. package/dist/models/UpdateCustomerRequest.d.ts +68 -0
  193. package/dist/models/UpdateCustomerRequest.js +67 -0
  194. package/dist/models/UpdatePageComponentRequest.d.ts +4 -4
  195. package/dist/models/UpdatePageComponentRequest.js +4 -4
  196. package/dist/models/UpdateRoleRequest.d.ts +38 -0
  197. package/dist/models/UpdateRoleRequest.js +55 -0
  198. package/dist/models/UpdateSupplierRequest.d.ts +0 -6
  199. package/dist/models/UpdateSupplierRequest.js +0 -2
  200. package/dist/models/UserLiteResource.d.ts +62 -0
  201. package/dist/models/UserLiteResource.js +69 -0
  202. package/dist/models/UserLiteResourceArrayResponse.d.ts +33 -0
  203. package/dist/models/UserLiteResourceArrayResponse.js +50 -0
  204. package/dist/models/UserType.d.ts +25 -0
  205. package/dist/models/UserType.js +51 -0
  206. package/dist/models/index.d.ts +64 -20
  207. package/dist/models/index.js +64 -20
  208. package/docs/AdminListResource.md +40 -0
  209. package/docs/{AppliedCouponResourceArrayResponse.md → AdminListResourceArrayResponse.md} +5 -5
  210. package/docs/{CreateCouponRequestCouponablesInner.md → AdminLiteResource.md} +6 -6
  211. package/docs/AdminLiteResourceArrayResponse.md +34 -0
  212. package/docs/AdminLoginResponseResource.md +36 -0
  213. package/docs/AdminLoginResponseResourceArrayResponse.md +34 -0
  214. package/docs/AdminNoteResource.md +1 -1
  215. package/docs/AdminOrderResource.md +2 -2
  216. package/docs/AdminResource.md +44 -0
  217. package/docs/{CouponResourceArrayResponse.md → AdminResourceArrayResponse.md} +5 -5
  218. package/docs/AdminsApi.md +545 -0
  219. package/docs/AttachAdminsToRoleRequest.md +34 -0
  220. package/docs/AttachPermissionsToRoleRequest.md +34 -0
  221. package/docs/AttachRolesToAdminRequest.md +34 -0
  222. package/docs/AuthApi.md +322 -0
  223. package/docs/{AppliedCouponResource.md → CartCouponResource.md} +4 -4
  224. package/docs/{CouponListResourceArrayResponse.md → CartCouponResourceArrayResponse.md} +5 -5
  225. package/docs/CartListResource.md +0 -2
  226. package/docs/CartResource.md +1 -1
  227. package/docs/CheckEmailFrontendResource.md +36 -0
  228. package/docs/CheckEmailFrontendResourceArrayResponse.md +34 -0
  229. package/docs/CreateAdminUserRequest.md +42 -0
  230. package/docs/CreateCustomerAddressRequest.md +50 -0
  231. package/docs/CreateCustomerRequest.md +10 -4
  232. package/docs/CreatePageComponentRequest.md +2 -2
  233. package/docs/CreateRoleRequest.md +36 -0
  234. package/docs/CreateSupplierRequest.md +0 -2
  235. package/docs/CustomerAuthResponseResource.md +36 -0
  236. package/docs/CustomerAuthResponseResourceArrayResponse.md +34 -0
  237. package/docs/{CouponListResource.md → CustomerFrontendResource.md} +12 -22
  238. package/docs/CustomerFrontendResourceArrayResponse.md +34 -0
  239. package/docs/CustomerListResource.md +14 -8
  240. package/docs/CustomerResource.md +19 -9
  241. package/docs/CustomerSocialLinkableResource.md +36 -0
  242. package/docs/CustomerSocialLinkableResourceArrayResponse.md +34 -0
  243. package/docs/CustomerType.md +32 -0
  244. package/docs/CustomersApi.md +411 -0
  245. package/docs/ForgotPasswordAdminRequest.md +34 -0
  246. package/docs/FrontendCartResource.md +0 -6
  247. package/docs/FrontendOrderResource.md +1 -1
  248. package/docs/LoginAdminRequest.md +36 -0
  249. package/docs/NetsuiteSyncLiteResource.md +38 -0
  250. package/docs/{ProductClassLiteResourceArrayResponse.md → NetsuiteSyncLiteResourceArrayResponse.md} +5 -5
  251. package/docs/OrderStatusWithCountResource.md +0 -4
  252. package/docs/{PaginatedCouponListResourceResponse.md → PaginatedAdminListResourceResponse.md} +5 -5
  253. package/docs/{PaginatedProductClassLiteResourceResponse.md → PaginatedAdminLiteResourceResponse.md} +5 -5
  254. package/docs/PaginatedPermissionListResourceResponse.md +36 -0
  255. package/docs/PaginatedPermissionLiteResourceResponse.md +36 -0
  256. package/docs/{PaginatedCouponResourceResponse.md → PaginatedRoleListResourceResponse.md} +5 -5
  257. package/docs/PaginatedRoleLiteResourceResponse.md +36 -0
  258. package/docs/{ProductClassLiteResource.md → PermissionListResource.md} +6 -6
  259. package/docs/PermissionListResourceArrayResponse.md +34 -0
  260. package/docs/{CouponLiteResource.md → PermissionLiteResource.md} +4 -6
  261. package/docs/PermissionLiteResourceArrayResponse.md +34 -0
  262. package/docs/PermissionResource.md +42 -0
  263. package/docs/{CouponLiteResourceArrayResponse.md → PermissionResourceArrayResponse.md} +5 -5
  264. package/docs/PermissionsApi.md +206 -0
  265. package/docs/ProductClassResource.md +1 -1
  266. package/docs/ResetPasswordAdminRequest.md +38 -0
  267. package/docs/RoleListResource.md +48 -0
  268. package/docs/RoleListResourceArrayResponse.md +34 -0
  269. package/docs/RoleLiteResource.md +38 -0
  270. package/docs/RoleLiteResourceArrayResponse.md +34 -0
  271. package/docs/RoleResource.md +50 -0
  272. package/docs/RoleResourceArrayResponse.md +34 -0
  273. package/docs/RolesApi.md +683 -0
  274. package/docs/{SearchCouponsRequest.md → SearchAdminUsersRequest.md} +10 -18
  275. package/docs/{SearchAllProductClassesRequest.md → SearchAllAdminUsersRequest.md} +6 -4
  276. package/docs/{SearchAllCouponsRequest.md → SearchAllCustomersRequest.md} +8 -8
  277. package/docs/SearchAllOrdersRequest.md +0 -2
  278. package/docs/SearchAllPermissionsRequest.md +46 -0
  279. package/docs/SearchAllRolesRequest.md +48 -0
  280. package/docs/SearchCartsRequest.md +0 -2
  281. package/docs/SearchCustomersRequest.md +8 -0
  282. package/docs/SearchOrdersRequest.md +0 -4
  283. package/docs/SearchPermissionsRequest.md +50 -0
  284. package/docs/SearchRolesRequest.md +52 -0
  285. package/docs/{CouponType.md → SignUpType.md} +4 -4
  286. package/docs/SocialProvider.md +32 -0
  287. package/docs/SupplierFrontendResource.md +0 -2
  288. package/docs/SupplierResource.md +0 -2
  289. package/docs/UpdateAdminUserRequest.md +42 -0
  290. package/docs/UpdateCustomerAddressRequest.md +50 -0
  291. package/docs/UpdateCustomerRequest.md +46 -0
  292. package/docs/UpdatePageComponentRequest.md +2 -2
  293. package/docs/UpdateRoleRequest.md +36 -0
  294. package/docs/UpdateSupplierRequest.md +0 -2
  295. package/docs/UserLiteResource.md +44 -0
  296. package/docs/UserLiteResourceArrayResponse.md +34 -0
  297. package/docs/UserType.md +32 -0
  298. package/package.json +1 -1
  299. package/src/apis/AdminsApi.ts +461 -0
  300. package/src/apis/AuthApi.ts +258 -0
  301. package/src/apis/CustomersApi.ts +354 -0
  302. package/src/apis/PermissionsApi.ts +184 -0
  303. package/src/apis/RolesApi.ts +577 -0
  304. package/src/apis/index.ts +4 -2
  305. package/src/models/AddressFrontendResource.ts +3 -2
  306. package/src/models/AddressResource.ts +5 -5
  307. package/src/models/AddressType.ts +3 -1
  308. package/src/models/AdminListResource.ts +107 -0
  309. package/src/models/AdminListResourceArrayResponse.ts +73 -0
  310. package/src/models/AdminLiteResource.ts +83 -0
  311. package/src/models/AdminLiteResourceArrayResponse.ts +73 -0
  312. package/src/models/AdminLoginResponseResource.ts +83 -0
  313. package/src/models/AdminLoginResponseResourceArrayResponse.ts +73 -0
  314. package/src/models/AdminNoteResource.ts +10 -10
  315. package/src/models/AdminOrderResource.ts +22 -15
  316. package/src/models/AdminResource.ts +124 -0
  317. package/src/models/AdminResourceArrayResponse.ts +73 -0
  318. package/src/models/AdminUserLiteResource.ts +3 -2
  319. package/src/models/AttachAdminsToRoleRequest.ts +66 -0
  320. package/src/models/AttachPermissionsToRoleRequest.ts +66 -0
  321. package/src/models/AttachRolesToAdminRequest.ts +66 -0
  322. package/src/models/{AppliedCouponResource.ts → CartCouponResource.ts} +14 -14
  323. package/src/models/CartCouponResourceArrayResponse.ts +73 -0
  324. package/src/models/CartListResource.ts +0 -9
  325. package/src/models/CartResource.ts +10 -10
  326. package/src/models/CategoryAutomationFieldType.ts +1 -3
  327. package/src/models/CheckEmailFrontendResource.ts +74 -0
  328. package/src/models/CheckEmailFrontendResourceArrayResponse.ts +73 -0
  329. package/src/models/CreateAdminUserRequest.ts +101 -0
  330. package/src/models/CreateCustomerAddressRequest.ts +146 -0
  331. package/src/models/CreateCustomerRequest.ts +35 -11
  332. package/src/models/CreatePageComponentRequest.ts +8 -8
  333. package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +1 -3
  334. package/src/models/CreateRoleRequest.ts +75 -0
  335. package/src/models/CreateSupplierRequest.ts +0 -8
  336. package/src/models/CustomerAuthResponseResource.ts +83 -0
  337. package/src/models/CustomerAuthResponseResourceArrayResponse.ts +73 -0
  338. package/src/models/CustomerFrontendResource.ts +134 -0
  339. package/src/models/CustomerFrontendResourceArrayResponse.ts +73 -0
  340. package/src/models/CustomerListResource.ts +53 -20
  341. package/src/models/CustomerResource.ts +92 -29
  342. package/src/models/CustomerSocialLinkableResource.ts +75 -0
  343. package/src/models/CustomerSocialLinkableResourceArrayResponse.ts +73 -0
  344. package/src/models/CustomerType.ts +53 -0
  345. package/src/models/ExternalApiLogResource.ts +2 -3
  346. package/src/models/ForgotPasswordAdminRequest.ts +66 -0
  347. package/src/models/FrontendCartResource.ts +0 -27
  348. package/src/models/FrontendOrderResource.ts +11 -11
  349. package/src/models/LoginAdminRequest.ts +75 -0
  350. package/src/models/NetsuiteSyncLiteResource.ts +84 -0
  351. package/src/models/NetsuiteSyncLiteResourceArrayResponse.ts +73 -0
  352. package/src/models/OrderFulfillmentResource.ts +6 -4
  353. package/src/models/OrderStatusWithCountResource.ts +0 -18
  354. package/src/models/PaginatedAdminListResourceResponse.ts +90 -0
  355. package/src/models/PaginatedAdminLiteResourceResponse.ts +90 -0
  356. package/src/models/PaginatedPermissionListResourceResponse.ts +90 -0
  357. package/src/models/PaginatedPermissionLiteResourceResponse.ts +90 -0
  358. package/src/models/PaginatedRoleListResourceResponse.ts +90 -0
  359. package/src/models/PaginatedRoleLiteResourceResponse.ts +90 -0
  360. package/src/models/PermissionListResource.ts +82 -0
  361. package/src/models/PermissionListResourceArrayResponse.ts +73 -0
  362. package/src/models/PermissionLiteResource.ts +74 -0
  363. package/src/models/PermissionLiteResourceArrayResponse.ts +73 -0
  364. package/src/models/PermissionResource.ts +99 -0
  365. package/src/models/PermissionResourceArrayResponse.ts +73 -0
  366. package/src/models/ProductClassResource.ts +2 -2
  367. package/src/models/ResetPasswordAdminRequest.ts +84 -0
  368. package/src/models/RoleListResource.ts +126 -0
  369. package/src/models/RoleListResourceArrayResponse.ts +73 -0
  370. package/src/models/RoleLiteResource.ts +83 -0
  371. package/src/models/RoleLiteResourceArrayResponse.ts +73 -0
  372. package/src/models/RoleResource.ts +150 -0
  373. package/src/models/RoleResourceArrayResponse.ts +73 -0
  374. package/src/models/SearchAdminUsersRequest.ts +169 -0
  375. package/src/models/SearchAllAdminUsersRequest.ts +137 -0
  376. package/src/models/SearchAllCustomersRequest.ts +156 -0
  377. package/src/models/SearchAllOrdersRequest.ts +0 -8
  378. package/src/models/SearchAllPermissionsRequest.ts +134 -0
  379. package/src/models/SearchAllRolesRequest.ts +143 -0
  380. package/src/models/SearchCartsRequest.ts +0 -8
  381. package/src/models/SearchCustomersRequest.ts +39 -3
  382. package/src/models/SearchOrdersRequest.ts +0 -16
  383. package/src/models/SearchPermissionsRequest.ts +150 -0
  384. package/src/models/SearchRolesRequest.ts +159 -0
  385. package/src/models/SignUpType.ts +57 -0
  386. package/src/models/SocialProvider.ts +54 -0
  387. package/src/models/StoreFrontendResource.ts +6 -4
  388. package/src/models/StoreListResource.ts +3 -2
  389. package/src/models/StoreResource.ts +6 -4
  390. package/src/models/SupplierFrontendResource.ts +0 -9
  391. package/src/models/SupplierResource.ts +0 -9
  392. package/src/models/UpdateAdminUserRequest.ts +100 -0
  393. package/src/models/UpdateCustomerAddressRequest.ts +146 -0
  394. package/src/models/UpdateCustomerRequest.ts +116 -0
  395. package/src/models/UpdatePageComponentRequest.ts +8 -8
  396. package/src/models/UpdateRoleRequest.ts +75 -0
  397. package/src/models/UpdateSupplierRequest.ts +0 -8
  398. package/src/models/UserLiteResource.ts +110 -0
  399. package/src/models/UserLiteResourceArrayResponse.ts +73 -0
  400. package/src/models/UserType.ts +53 -0
  401. package/src/models/index.ts +64 -20
  402. package/dist/apis/CouponsApi.d.ts +0 -116
  403. package/dist/apis/ProductClassApi.d.ts +0 -34
  404. package/dist/apis/ProductClassApi.js +0 -139
  405. package/dist/models/AppliedCouponResource.d.ts +0 -50
  406. package/dist/models/AppliedCouponResourceArrayResponse.d.ts +0 -33
  407. package/dist/models/AppliedCouponResourceArrayResponse.js +0 -50
  408. package/dist/models/CouponListResource.d.ts +0 -99
  409. package/dist/models/CouponListResource.js +0 -90
  410. package/dist/models/CouponListResourceArrayResponse.d.ts +0 -33
  411. package/dist/models/CouponListResourceArrayResponse.js +0 -50
  412. package/dist/models/CouponLiteResource.d.ts +0 -44
  413. package/dist/models/CouponLiteResource.js +0 -57
  414. package/dist/models/CouponLiteResourceArrayResponse.d.ts +0 -33
  415. package/dist/models/CouponLiteResourceArrayResponse.js +0 -50
  416. package/dist/models/CouponResource.d.ts +0 -163
  417. package/dist/models/CouponResource.js +0 -134
  418. package/dist/models/CouponResourceArrayResponse.d.ts +0 -33
  419. package/dist/models/CouponResourceArrayResponse.js +0 -50
  420. package/dist/models/CouponType.d.ts +0 -26
  421. package/dist/models/CouponType.js +0 -52
  422. package/dist/models/CreateCouponRequest.d.ts +0 -134
  423. package/dist/models/CreateCouponRequest.js +0 -114
  424. package/dist/models/CreateCouponRequestCouponablesInner.d.ts +0 -48
  425. package/dist/models/CreateCouponRequestCouponablesInner.js +0 -61
  426. package/dist/models/PaginatedCouponListResourceResponse.d.ts +0 -40
  427. package/dist/models/PaginatedCouponListResourceResponse.js +0 -57
  428. package/dist/models/PaginatedCouponResourceResponse.d.ts +0 -40
  429. package/dist/models/PaginatedCouponResourceResponse.js +0 -57
  430. package/dist/models/PaginatedProductClassLiteResourceResponse.d.ts +0 -40
  431. package/dist/models/PaginatedProductClassLiteResourceResponse.js +0 -57
  432. package/dist/models/ProductClassLiteResource.d.ts +0 -44
  433. package/dist/models/ProductClassLiteResource.js +0 -57
  434. package/dist/models/ProductClassLiteResourceArrayResponse.d.ts +0 -33
  435. package/dist/models/ProductClassLiteResourceArrayResponse.js +0 -50
  436. package/dist/models/SearchAllCouponsRequest.d.ts +0 -101
  437. package/dist/models/SearchAllProductClassesRequest.d.ts +0 -78
  438. package/dist/models/SearchCouponsRequest.d.ts +0 -137
  439. package/dist/models/SearchCouponsRequest.js +0 -97
  440. package/dist/models/UpdateCouponRequest.d.ts +0 -128
  441. package/dist/models/UpdateCouponRequest.js +0 -110
  442. package/docs/CouponResource.md +0 -76
  443. package/docs/CouponsApi.md +0 -407
  444. package/docs/CreateCouponRequest.md +0 -62
  445. package/docs/ProductClassApi.md +0 -74
  446. package/docs/UpdateCouponRequest.md +0 -60
  447. package/src/apis/CouponsApi.ts +0 -345
  448. package/src/apis/ProductClassApi.ts +0 -76
  449. package/src/models/AppliedCouponResourceArrayResponse.ts +0 -73
  450. package/src/models/CouponListResource.ts +0 -170
  451. package/src/models/CouponListResourceArrayResponse.ts +0 -73
  452. package/src/models/CouponLiteResource.ts +0 -83
  453. package/src/models/CouponLiteResourceArrayResponse.ts +0 -73
  454. package/src/models/CouponResource.ts +0 -288
  455. package/src/models/CouponResourceArrayResponse.ts +0 -73
  456. package/src/models/CouponType.ts +0 -54
  457. package/src/models/CreateCouponRequest.ts +0 -216
  458. package/src/models/CreateCouponRequestCouponablesInner.ts +0 -86
  459. package/src/models/PaginatedCouponListResourceResponse.ts +0 -90
  460. package/src/models/PaginatedCouponResourceResponse.ts +0 -90
  461. package/src/models/PaginatedProductClassLiteResourceResponse.ts +0 -90
  462. package/src/models/ProductClassLiteResource.ts +0 -83
  463. package/src/models/ProductClassLiteResourceArrayResponse.ts +0 -73
  464. package/src/models/SearchAllCouponsRequest.ts +0 -154
  465. package/src/models/SearchAllProductClassesRequest.ts +0 -125
  466. package/src/models/SearchCouponsRequest.ts +0 -202
  467. package/src/models/UpdateCouponRequest.ts +0 -207
@@ -4,12 +4,216 @@ All URIs are relative to *http://localhost/api*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
7
+ | [**destroyCustomer**](CustomersApi.md#destroycustomer) | **DELETE** /admin-api/customers/{customer}/delete | Auto-generated: destroyCustomer |
8
+ | [**destroyCustomerAddress**](CustomersApi.md#destroycustomeraddress) | **DELETE** /admin-api/customers/{customer}/addresses/{address} | Auto-generated: destroyCustomerAddress |
9
+ | [**getAllCustomer**](CustomersApi.md#getallcustomer) | **POST** /admin-api/customers/all | Auto-generated: getAllCustomer |
7
10
  | [**indexCustomer**](CustomersApi.md#indexcustomer) | **POST** /admin-api/customers/list | Auto-generated: indexCustomer |
8
11
  | [**showCustomer**](CustomersApi.md#showcustomer) | **GET** /admin-api/customers/{customer} | Auto-generated: showCustomer |
9
12
  | [**storeCustomer**](CustomersApi.md#storecustomer) | **POST** /admin-api/customers/create | Auto-generated: storeCustomer |
13
+ | [**storeCustomerAddress**](CustomersApi.md#storecustomeraddress) | **POST** /admin-api/customers/{customer}/addresses | Auto-generated: storeCustomerAddress |
14
+ | [**updateCustomer**](CustomersApi.md#updatecustomeroperation) | **PUT** /admin-api/customers/{customer}/update | Auto-generated: updateCustomer |
15
+ | [**updateCustomerAddress**](CustomersApi.md#updatecustomeraddressoperation) | **PUT** /admin-api/customers/{customer}/addresses/{address} | Auto-generated: updateCustomerAddress |
10
16
 
11
17
 
12
18
 
19
+ ## destroyCustomer
20
+
21
+ > GenericResponse destroyCustomer(customer)
22
+
23
+ Auto-generated: destroyCustomer
24
+
25
+ ### Example
26
+
27
+ ```ts
28
+ import {
29
+ Configuration,
30
+ CustomersApi,
31
+ } from '@digital8/lighting-illusions-ts-sdk';
32
+ import type { DestroyCustomerRequest } from '@digital8/lighting-illusions-ts-sdk';
33
+
34
+ async function example() {
35
+ console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
36
+ const api = new CustomersApi();
37
+
38
+ const body = {
39
+ // number | The id of the customer
40
+ customer: 56,
41
+ } satisfies DestroyCustomerRequest;
42
+
43
+ try {
44
+ const data = await api.destroyCustomer(body);
45
+ console.log(data);
46
+ } catch (error) {
47
+ console.error(error);
48
+ }
49
+ }
50
+
51
+ // Run the test
52
+ example().catch(console.error);
53
+ ```
54
+
55
+ ### Parameters
56
+
57
+
58
+ | Name | Type | Description | Notes |
59
+ |------------- | ------------- | ------------- | -------------|
60
+ | **customer** | `number` | The id of the customer | [Defaults to `undefined`] |
61
+
62
+ ### Return type
63
+
64
+ [**GenericResponse**](GenericResponse.md)
65
+
66
+ ### Authorization
67
+
68
+ No authorization required
69
+
70
+ ### HTTP request headers
71
+
72
+ - **Content-Type**: Not defined
73
+ - **Accept**: `application/json`
74
+
75
+
76
+ ### HTTP response details
77
+ | Status code | Description | Response headers |
78
+ |-------------|-------------|------------------|
79
+ | **200** | Generic JSON success | - |
80
+
81
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
82
+
83
+
84
+ ## destroyCustomerAddress
85
+
86
+ > GenericResponse destroyCustomerAddress(customer, address)
87
+
88
+ Auto-generated: destroyCustomerAddress
89
+
90
+ ### Example
91
+
92
+ ```ts
93
+ import {
94
+ Configuration,
95
+ CustomersApi,
96
+ } from '@digital8/lighting-illusions-ts-sdk';
97
+ import type { DestroyCustomerAddressRequest } from '@digital8/lighting-illusions-ts-sdk';
98
+
99
+ async function example() {
100
+ console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
101
+ const api = new CustomersApi();
102
+
103
+ const body = {
104
+ // number | The id of the customer
105
+ customer: 56,
106
+ // number | The id of the address
107
+ address: 56,
108
+ } satisfies DestroyCustomerAddressRequest;
109
+
110
+ try {
111
+ const data = await api.destroyCustomerAddress(body);
112
+ console.log(data);
113
+ } catch (error) {
114
+ console.error(error);
115
+ }
116
+ }
117
+
118
+ // Run the test
119
+ example().catch(console.error);
120
+ ```
121
+
122
+ ### Parameters
123
+
124
+
125
+ | Name | Type | Description | Notes |
126
+ |------------- | ------------- | ------------- | -------------|
127
+ | **customer** | `number` | The id of the customer | [Defaults to `undefined`] |
128
+ | **address** | `number` | The id of the address | [Defaults to `undefined`] |
129
+
130
+ ### Return type
131
+
132
+ [**GenericResponse**](GenericResponse.md)
133
+
134
+ ### Authorization
135
+
136
+ No authorization required
137
+
138
+ ### HTTP request headers
139
+
140
+ - **Content-Type**: Not defined
141
+ - **Accept**: `application/json`
142
+
143
+
144
+ ### HTTP response details
145
+ | Status code | Description | Response headers |
146
+ |-------------|-------------|------------------|
147
+ | **200** | \\JsonResponse<array{message: string}> | - |
148
+
149
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
150
+
151
+
152
+ ## getAllCustomer
153
+
154
+ > CustomerLiteResourceArrayResponse getAllCustomer(searchAllCustomersRequest)
155
+
156
+ Auto-generated: getAllCustomer
157
+
158
+ ### Example
159
+
160
+ ```ts
161
+ import {
162
+ Configuration,
163
+ CustomersApi,
164
+ } from '@digital8/lighting-illusions-ts-sdk';
165
+ import type { GetAllCustomerRequest } from '@digital8/lighting-illusions-ts-sdk';
166
+
167
+ async function example() {
168
+ console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
169
+ const api = new CustomersApi();
170
+
171
+ const body = {
172
+ // SearchAllCustomersRequest (optional)
173
+ searchAllCustomersRequest: ...,
174
+ } satisfies GetAllCustomerRequest;
175
+
176
+ try {
177
+ const data = await api.getAllCustomer(body);
178
+ console.log(data);
179
+ } catch (error) {
180
+ console.error(error);
181
+ }
182
+ }
183
+
184
+ // Run the test
185
+ example().catch(console.error);
186
+ ```
187
+
188
+ ### Parameters
189
+
190
+
191
+ | Name | Type | Description | Notes |
192
+ |------------- | ------------- | ------------- | -------------|
193
+ | **searchAllCustomersRequest** | [SearchAllCustomersRequest](SearchAllCustomersRequest.md) | | [Optional] |
194
+
195
+ ### Return type
196
+
197
+ [**CustomerLiteResourceArrayResponse**](CustomerLiteResourceArrayResponse.md)
198
+
199
+ ### Authorization
200
+
201
+ No authorization required
202
+
203
+ ### HTTP request headers
204
+
205
+ - **Content-Type**: `application/json`
206
+ - **Accept**: `application/json`
207
+
208
+
209
+ ### HTTP response details
210
+ | Status code | Description | Response headers |
211
+ |-------------|-------------|------------------|
212
+ | **200** | Successful resource response | - |
213
+
214
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
215
+
216
+
13
217
  ## indexCustomer
14
218
 
15
219
  > PaginatedCustomerListResourceResponse indexCustomer(searchCustomersRequest)
@@ -204,3 +408,210 @@ No authorization required
204
408
 
205
409
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
206
410
 
411
+
412
+ ## storeCustomerAddress
413
+
414
+ > AddressResource storeCustomerAddress(customer, createCustomerAddressRequest)
415
+
416
+ Auto-generated: storeCustomerAddress
417
+
418
+ ### Example
419
+
420
+ ```ts
421
+ import {
422
+ Configuration,
423
+ CustomersApi,
424
+ } from '@digital8/lighting-illusions-ts-sdk';
425
+ import type { StoreCustomerAddressRequest } from '@digital8/lighting-illusions-ts-sdk';
426
+
427
+ async function example() {
428
+ console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
429
+ const api = new CustomersApi();
430
+
431
+ const body = {
432
+ // number | The id of the customer
433
+ customer: 56,
434
+ // CreateCustomerAddressRequest (optional)
435
+ createCustomerAddressRequest: ...,
436
+ } satisfies StoreCustomerAddressRequest;
437
+
438
+ try {
439
+ const data = await api.storeCustomerAddress(body);
440
+ console.log(data);
441
+ } catch (error) {
442
+ console.error(error);
443
+ }
444
+ }
445
+
446
+ // Run the test
447
+ example().catch(console.error);
448
+ ```
449
+
450
+ ### Parameters
451
+
452
+
453
+ | Name | Type | Description | Notes |
454
+ |------------- | ------------- | ------------- | -------------|
455
+ | **customer** | `number` | The id of the customer | [Defaults to `undefined`] |
456
+ | **createCustomerAddressRequest** | [CreateCustomerAddressRequest](CreateCustomerAddressRequest.md) | | [Optional] |
457
+
458
+ ### Return type
459
+
460
+ [**AddressResource**](AddressResource.md)
461
+
462
+ ### Authorization
463
+
464
+ No authorization required
465
+
466
+ ### HTTP request headers
467
+
468
+ - **Content-Type**: `application/json`
469
+ - **Accept**: `application/json`
470
+
471
+
472
+ ### HTTP response details
473
+ | Status code | Description | Response headers |
474
+ |-------------|-------------|------------------|
475
+ | **200** | Successful resource response | - |
476
+
477
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
478
+
479
+
480
+ ## updateCustomer
481
+
482
+ > CustomerResource updateCustomer(customer, updateCustomerRequest)
483
+
484
+ Auto-generated: updateCustomer
485
+
486
+ ### Example
487
+
488
+ ```ts
489
+ import {
490
+ Configuration,
491
+ CustomersApi,
492
+ } from '@digital8/lighting-illusions-ts-sdk';
493
+ import type { UpdateCustomerOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
494
+
495
+ async function example() {
496
+ console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
497
+ const api = new CustomersApi();
498
+
499
+ const body = {
500
+ // number | The id of the customer
501
+ customer: 56,
502
+ // UpdateCustomerRequest (optional)
503
+ updateCustomerRequest: ...,
504
+ } satisfies UpdateCustomerOperationRequest;
505
+
506
+ try {
507
+ const data = await api.updateCustomer(body);
508
+ console.log(data);
509
+ } catch (error) {
510
+ console.error(error);
511
+ }
512
+ }
513
+
514
+ // Run the test
515
+ example().catch(console.error);
516
+ ```
517
+
518
+ ### Parameters
519
+
520
+
521
+ | Name | Type | Description | Notes |
522
+ |------------- | ------------- | ------------- | -------------|
523
+ | **customer** | `number` | The id of the customer | [Defaults to `undefined`] |
524
+ | **updateCustomerRequest** | [UpdateCustomerRequest](UpdateCustomerRequest.md) | | [Optional] |
525
+
526
+ ### Return type
527
+
528
+ [**CustomerResource**](CustomerResource.md)
529
+
530
+ ### Authorization
531
+
532
+ No authorization required
533
+
534
+ ### HTTP request headers
535
+
536
+ - **Content-Type**: `application/json`
537
+ - **Accept**: `application/json`
538
+
539
+
540
+ ### HTTP response details
541
+ | Status code | Description | Response headers |
542
+ |-------------|-------------|------------------|
543
+ | **200** | Successful resource response | - |
544
+
545
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
546
+
547
+
548
+ ## updateCustomerAddress
549
+
550
+ > AddressResource updateCustomerAddress(customer, address, updateCustomerAddressRequest)
551
+
552
+ Auto-generated: updateCustomerAddress
553
+
554
+ ### Example
555
+
556
+ ```ts
557
+ import {
558
+ Configuration,
559
+ CustomersApi,
560
+ } from '@digital8/lighting-illusions-ts-sdk';
561
+ import type { UpdateCustomerAddressOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
562
+
563
+ async function example() {
564
+ console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
565
+ const api = new CustomersApi();
566
+
567
+ const body = {
568
+ // number | The id of the customer
569
+ customer: 56,
570
+ // number | The id of the address
571
+ address: 56,
572
+ // UpdateCustomerAddressRequest (optional)
573
+ updateCustomerAddressRequest: ...,
574
+ } satisfies UpdateCustomerAddressOperationRequest;
575
+
576
+ try {
577
+ const data = await api.updateCustomerAddress(body);
578
+ console.log(data);
579
+ } catch (error) {
580
+ console.error(error);
581
+ }
582
+ }
583
+
584
+ // Run the test
585
+ example().catch(console.error);
586
+ ```
587
+
588
+ ### Parameters
589
+
590
+
591
+ | Name | Type | Description | Notes |
592
+ |------------- | ------------- | ------------- | -------------|
593
+ | **customer** | `number` | The id of the customer | [Defaults to `undefined`] |
594
+ | **address** | `number` | The id of the address | [Defaults to `undefined`] |
595
+ | **updateCustomerAddressRequest** | [UpdateCustomerAddressRequest](UpdateCustomerAddressRequest.md) | | [Optional] |
596
+
597
+ ### Return type
598
+
599
+ [**AddressResource**](AddressResource.md)
600
+
601
+ ### Authorization
602
+
603
+ No authorization required
604
+
605
+ ### HTTP request headers
606
+
607
+ - **Content-Type**: `application/json`
608
+ - **Accept**: `application/json`
609
+
610
+
611
+ ### HTTP response details
612
+ | Status code | Description | Response headers |
613
+ |-------------|-------------|------------------|
614
+ | **200** | Successful resource response | - |
615
+
616
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
617
+
@@ -0,0 +1,34 @@
1
+
2
+ # ForgotPasswordAdminRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `email` | string
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { ForgotPasswordAdminRequest } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "email": null,
19
+ } satisfies ForgotPasswordAdminRequest
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 ForgotPasswordAdminRequest
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
+
@@ -18,14 +18,11 @@ Name | Type
18
18
  `lineItems` | [Array<FrontendLineItemResource>](FrontendLineItemResource.md)
19
19
  `coupons` | [Array<FrontendCartResourceCouponsInner>](FrontendCartResourceCouponsInner.md)
20
20
  `subtotal` | number
21
- `subtotalAfterDiscounts` | number
22
21
  `promotionalDiscount` | number
23
22
  `couponSubtotalDiscount` | number
24
23
  `couponShippingDiscount` | number
25
24
  `shipping` | number
26
25
  `transitInsurance` | number
27
- `deliveryShippingQuote` | number
28
- `transitInsuranceQuote` | number
29
26
  `gst` | number
30
27
  `grandTotal` | number
31
28
 
@@ -48,14 +45,11 @@ const example = {
48
45
  "lineItems": null,
49
46
  "coupons": null,
50
47
  "subtotal": null,
51
- "subtotalAfterDiscounts": null,
52
48
  "promotionalDiscount": null,
53
49
  "couponSubtotalDiscount": null,
54
50
  "couponShippingDiscount": null,
55
51
  "shipping": null,
56
52
  "transitInsurance": null,
57
- "deliveryShippingQuote": null,
58
- "transitInsuranceQuote": null,
59
53
  "gst": null,
60
54
  "grandTotal": null,
61
55
  } satisfies FrontendCartResource
@@ -19,7 +19,7 @@ Name | Type
19
19
  `shippingAddress` | [AddressResource](AddressResource.md)
20
20
  `billingAddress` | [AddressResource](AddressResource.md)
21
21
  `lineItems` | [Array<FrontendLineItemResource>](FrontendLineItemResource.md)
22
- `coupons` | [Array<FrontendCartResourceCouponsInner>](FrontendCartResourceCouponsInner.md)
22
+ `coupons` | [Array<CartCouponLiteResource>](CartCouponLiteResource.md)
23
23
  `subtotal` | number
24
24
  `promotionalDiscount` | number
25
25
  `couponSubtotalDiscount` | number
@@ -0,0 +1,36 @@
1
+
2
+ # LoginAdminRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `email` | string
10
+ `password` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { LoginAdminRequest } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "email": null,
20
+ "password": null,
21
+ } satisfies LoginAdminRequest
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as LoginAdminRequest
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,38 @@
1
+
2
+ # NetsuiteSyncLiteResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `netsuiteId` | string
11
+ `syncStatus` | string
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { NetsuiteSyncLiteResource } from '@digital8/lighting-illusions-ts-sdk'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "id": null,
21
+ "netsuiteId": null,
22
+ "syncStatus": null,
23
+ } satisfies NetsuiteSyncLiteResource
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 NetsuiteSyncLiteResource
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,22 +1,22 @@
1
1
 
2
- # ProductClassLiteResourceArrayResponse
2
+ # NetsuiteSyncLiteResourceArrayResponse
3
3
 
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type
8
8
  ------------ | -------------
9
- `data` | [Array<ProductClassLiteResource>](ProductClassLiteResource.md)
9
+ `data` | [Array<NetsuiteSyncLiteResource>](NetsuiteSyncLiteResource.md)
10
10
 
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import type { ProductClassLiteResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
14
+ import type { NetsuiteSyncLiteResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
15
 
16
16
  // TODO: Update the object below with actual values
17
17
  const example = {
18
18
  "data": null,
19
- } satisfies ProductClassLiteResourceArrayResponse
19
+ } satisfies NetsuiteSyncLiteResourceArrayResponse
20
20
 
21
21
  console.log(example)
22
22
 
@@ -25,7 +25,7 @@ const exampleJSON: string = JSON.stringify(example)
25
25
  console.log(exampleJSON)
26
26
 
27
27
  // Parse the JSON string back to an object
28
- const exampleParsed = JSON.parse(exampleJSON) as ProductClassLiteResourceArrayResponse
28
+ const exampleParsed = JSON.parse(exampleJSON) as NetsuiteSyncLiteResourceArrayResponse
29
29
  console.log(exampleParsed)
30
30
  ```
31
31
 
@@ -8,8 +8,6 @@ Name | Type
8
8
  ------------ | -------------
9
9
  `id` | number
10
10
  `name` | string
11
- `shortName` | string
12
- `displayOrder` | number
13
11
  `isOrderNetsuiteSyncable` | boolean
14
12
  `ordersCount` | number
15
13
 
@@ -22,8 +20,6 @@ import type { OrderStatusWithCountResource } from '@digital8/lighting-illusions-
22
20
  const example = {
23
21
  "id": null,
24
22
  "name": null,
25
- "shortName": null,
26
- "displayOrder": null,
27
23
  "isOrderNetsuiteSyncable": null,
28
24
  "ordersCount": null,
29
25
  } satisfies OrderStatusWithCountResource
@@ -1,24 +1,24 @@
1
1
 
2
- # PaginatedCouponListResourceResponse
2
+ # PaginatedAdminListResourceResponse
3
3
 
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type
8
8
  ------------ | -------------
9
- `data` | [Array<CouponListResource>](CouponListResource.md)
9
+ `data` | [Array<AdminListResource>](AdminListResource.md)
10
10
  `meta` | [PagingMetadata](PagingMetadata.md)
11
11
 
12
12
  ## Example
13
13
 
14
14
  ```typescript
15
- import type { PaginatedCouponListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+ import type { PaginatedAdminListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
16
 
17
17
  // TODO: Update the object below with actual values
18
18
  const example = {
19
19
  "data": null,
20
20
  "meta": null,
21
- } satisfies PaginatedCouponListResourceResponse
21
+ } satisfies PaginatedAdminListResourceResponse
22
22
 
23
23
  console.log(example)
24
24
 
@@ -27,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example)
27
27
  console.log(exampleJSON)
28
28
 
29
29
  // Parse the JSON string back to an object
30
- const exampleParsed = JSON.parse(exampleJSON) as PaginatedCouponListResourceResponse
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedAdminListResourceResponse
31
31
  console.log(exampleParsed)
32
32
  ```
33
33