@digital8/lighting-illusions-ts-sdk 0.0.2382 → 0.0.2384

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 (1309) hide show
  1. package/.openapi-generator/FILES +83 -666
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +28 -967
  4. package/dist/apis/AdminApi.d.ts +1 -20
  5. package/dist/apis/AdminApi.js +57 -112
  6. package/dist/apis/AdminsApi.d.ts +109 -0
  7. package/dist/apis/AdminsApi.js +453 -0
  8. package/dist/apis/AssetApi.d.ts +1 -22
  9. package/dist/apis/AssetApi.js +63 -120
  10. package/dist/apis/AttributeApi.d.ts +1 -90
  11. package/dist/apis/AttributeApi.js +273 -515
  12. package/dist/apis/AuthApi.d.ts +67 -0
  13. package/dist/apis/AuthApi.js +299 -0
  14. package/dist/apis/BlogCategoryApi.d.ts +1 -32
  15. package/dist/apis/BlogCategoryApi.js +93 -178
  16. package/dist/apis/CartsApi.d.ts +1 -59
  17. package/dist/apis/CartsApi.js +207 -373
  18. package/dist/apis/CouponsApi.d.ts +85 -0
  19. package/dist/apis/CouponsApi.js +355 -0
  20. package/dist/apis/CustomersApi.d.ts +70 -14
  21. package/dist/apis/CustomersApi.js +323 -76
  22. package/dist/apis/DefinitionApi.d.ts +1 -32
  23. package/dist/apis/DefinitionApi.js +93 -178
  24. package/dist/apis/DocumentApi.d.ts +1 -48
  25. package/dist/apis/DocumentApi.js +143 -271
  26. package/dist/apis/ExternalApiLogApi.d.ts +1 -12
  27. package/dist/apis/ExternalApiLogApi.js +29 -58
  28. package/dist/apis/FrontendComponentApi.d.ts +1 -6
  29. package/dist/apis/FrontendComponentApi.js +15 -29
  30. package/dist/apis/GoogleCategoryApi.d.ts +1 -6
  31. package/dist/apis/GoogleCategoryApi.js +15 -29
  32. package/dist/apis/LabelApi.d.ts +1 -31
  33. package/dist/apis/LabelApi.js +93 -177
  34. package/dist/apis/MenuApi.d.ts +1 -32
  35. package/dist/apis/MenuApi.js +93 -178
  36. package/dist/apis/MenuItemsApi.d.ts +1 -37
  37. package/dist/apis/MenuItemsApi.js +107 -206
  38. package/dist/apis/OrdersApi.d.ts +1 -70
  39. package/dist/apis/OrdersApi.js +233 -428
  40. package/dist/apis/OverlayTemplateApi.d.ts +1 -66
  41. package/dist/apis/OverlayTemplateApi.js +215 -397
  42. package/dist/apis/PageApi.d.ts +1 -32
  43. package/dist/apis/PageApi.js +93 -178
  44. package/dist/apis/PageComponentApi.d.ts +1 -26
  45. package/dist/apis/PageComponentApi.js +79 -149
  46. package/dist/apis/PermissionsApi.d.ts +51 -0
  47. package/dist/apis/PermissionsApi.js +216 -0
  48. package/dist/apis/ProductApi.d.ts +1 -116
  49. package/dist/apis/ProductApi.js +383 -705
  50. package/dist/apis/ProductCategoryApi.d.ts +1 -67
  51. package/dist/apis/ProductCategoryApi.js +209 -392
  52. package/dist/apis/ProductClassApi.d.ts +1 -6
  53. package/dist/apis/ProductClassApi.js +15 -29
  54. package/dist/apis/ProductRangeApi.d.ts +1 -80
  55. package/dist/apis/ProductRangeApi.js +273 -496
  56. package/dist/apis/ProductRegistrationApi.d.ts +1 -29
  57. package/dist/apis/ProductRegistrationApi.js +81 -154
  58. package/dist/apis/ProductTypeApi.d.ts +1 -45
  59. package/dist/apis/ProductTypeApi.js +149 -274
  60. package/dist/apis/RedirectApi.d.ts +1 -6
  61. package/dist/apis/RedirectApi.js +15 -29
  62. package/dist/apis/ReviewApi.d.ts +1 -48
  63. package/dist/apis/ReviewApi.js +135 -263
  64. package/dist/apis/RolesApi.d.ts +133 -0
  65. package/dist/apis/RolesApi.js +551 -0
  66. package/dist/apis/SiteApi.d.ts +1 -48
  67. package/dist/apis/SiteApi.js +141 -269
  68. package/dist/apis/StoreApi.d.ts +1 -56
  69. package/dist/apis/StoreApi.js +189 -343
  70. package/dist/apis/SupplierApi.d.ts +1 -50
  71. package/dist/apis/SupplierApi.js +174 -313
  72. package/dist/apis/TagApi.d.ts +1 -41
  73. package/dist/apis/TagApi.js +131 -243
  74. package/dist/apis/TransactionsApi.d.ts +1 -18
  75. package/dist/apis/TransactionsApi.js +47 -91
  76. package/dist/apis/index.d.ts +5 -0
  77. package/dist/apis/index.js +5 -0
  78. package/dist/models/AddressFrontendResource.d.ts +1 -1
  79. package/dist/models/AddressFrontendResource.js +1 -3
  80. package/dist/models/AddressResource.d.ts +1 -1
  81. package/dist/models/AddressResource.js +3 -1
  82. package/dist/models/AddressType.d.ts +2 -0
  83. package/dist/models/AddressType.js +3 -1
  84. package/dist/models/AdminListResource.d.ts +52 -0
  85. package/dist/models/AdminListResource.js +64 -0
  86. package/dist/models/AdminListResourceArrayResponse.d.ts +33 -0
  87. package/dist/models/AdminListResourceArrayResponse.js +50 -0
  88. package/dist/models/AdminLiteResource.d.ts +39 -0
  89. package/dist/models/AdminLiteResource.js +56 -0
  90. package/dist/models/AdminLiteResourceArrayResponse.d.ts +33 -0
  91. package/dist/models/AdminLiteResourceArrayResponse.js +50 -0
  92. package/dist/models/AdminLoginResponseResource.d.ts +39 -0
  93. package/dist/models/AdminLoginResponseResource.js +56 -0
  94. package/dist/models/AdminLoginResponseResourceArrayResponse.d.ts +33 -0
  95. package/dist/models/AdminLoginResponseResourceArrayResponse.js +50 -0
  96. package/dist/models/AdminNoteResource.d.ts +3 -3
  97. package/dist/models/AdminNoteResource.js +6 -5
  98. package/dist/models/AdminOrderResource.d.ts +3 -3
  99. package/dist/models/AdminOrderResource.js +7 -6
  100. package/dist/models/AdminResource.d.ts +64 -0
  101. package/dist/models/AdminResource.js +70 -0
  102. package/dist/models/AdminResourceArrayResponse.d.ts +33 -0
  103. package/dist/models/AdminResourceArrayResponse.js +50 -0
  104. package/dist/models/AdminUserLiteResource.d.ts +1 -1
  105. package/dist/models/AdminUserLiteResource.js +3 -1
  106. package/dist/models/AttachAdminsToRoleRequest.d.ts +32 -0
  107. package/dist/models/AttachAdminsToRoleRequest.js +51 -0
  108. package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +1 -1
  109. package/dist/models/AttachPermissionsToRoleRequest.d.ts +32 -0
  110. package/dist/models/AttachPermissionsToRoleRequest.js +51 -0
  111. package/dist/models/AttachRolesToAdminRequest.d.ts +32 -0
  112. package/dist/models/AttachRolesToAdminRequest.js +51 -0
  113. package/dist/models/BlogFrontendDetailResource.js +2 -1
  114. package/dist/models/BlogFrontendResource.js +2 -1
  115. package/dist/models/CartListResource.js +4 -3
  116. package/dist/models/CartResource.d.ts +3 -3
  117. package/dist/models/CartResource.js +8 -7
  118. package/dist/models/CheckEmailFrontendResource.d.ts +32 -0
  119. package/dist/models/CheckEmailFrontendResource.js +51 -0
  120. package/dist/models/CheckEmailFrontendResourceArrayResponse.d.ts +33 -0
  121. package/dist/models/CheckEmailFrontendResourceArrayResponse.js +50 -0
  122. package/dist/models/CouponListResource.d.ts +99 -0
  123. package/dist/models/CouponListResource.js +91 -0
  124. package/dist/models/CouponListResourceArrayResponse.d.ts +33 -0
  125. package/dist/models/CouponListResourceArrayResponse.js +50 -0
  126. package/dist/models/CouponLiteResource.d.ts +44 -0
  127. package/dist/models/CouponLiteResource.js +57 -0
  128. package/dist/models/CouponLiteResourceArrayResponse.d.ts +33 -0
  129. package/dist/models/CouponLiteResourceArrayResponse.js +50 -0
  130. package/dist/models/CouponResource.d.ts +163 -0
  131. package/dist/models/CouponResource.js +135 -0
  132. package/dist/models/CouponResourceArrayResponse.d.ts +33 -0
  133. package/dist/models/CouponResourceArrayResponse.js +50 -0
  134. package/dist/models/CouponType.d.ts +26 -0
  135. package/dist/models/CouponType.js +52 -0
  136. package/dist/models/CreateAdminUserRequest.d.ts +56 -0
  137. package/dist/models/CreateAdminUserRequest.js +65 -0
  138. package/dist/models/CreateAssetForAssetableRequest.d.ts +1 -1
  139. package/dist/models/CreateAttributeRequest.d.ts +1 -1
  140. package/dist/models/CreateCartRequest.d.ts +2 -2
  141. package/dist/models/CreateCouponRequest.d.ts +126 -0
  142. package/dist/models/CreateCouponRequest.js +107 -0
  143. package/dist/models/CreateCouponRequestCouponablesInner.d.ts +48 -0
  144. package/dist/models/CreateCouponRequestCouponablesInner.js +61 -0
  145. package/dist/models/CreateCustomerAddressRequest.d.ts +90 -0
  146. package/dist/models/CreateCustomerAddressRequest.js +83 -0
  147. package/dist/models/CreateCustomerRequest.d.ts +24 -6
  148. package/dist/models/CreateCustomerRequest.js +12 -6
  149. package/dist/models/CreateLabelRequest.js +3 -2
  150. package/dist/models/CreateMenuItemRequest.d.ts +1 -1
  151. package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +1 -1
  152. package/dist/models/CreateMenuRequest.d.ts +1 -1
  153. package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +1 -1
  154. package/dist/models/CreatePageRequest.d.ts +1 -1
  155. package/dist/models/CreatePageRequest.js +2 -1
  156. package/dist/models/CreateProductCategoryRequest.d.ts +1 -1
  157. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +2 -2
  158. package/dist/models/CreateProductChildRequest.js +2 -2
  159. package/dist/models/CreateReviewRequest.js +1 -1
  160. package/dist/models/CreateRoleRequest.d.ts +38 -0
  161. package/dist/models/CreateRoleRequest.js +55 -0
  162. package/dist/models/CreateSiteNotificationRequest.js +2 -2
  163. package/dist/models/CreateStoreRequestSpecialDatesInner.js +4 -3
  164. package/dist/models/CreateTagRequest.d.ts +1 -1
  165. package/dist/models/CreateTransactionRequest.d.ts +1 -1
  166. package/dist/models/CustomerAuthResponseResource.d.ts +39 -0
  167. package/dist/models/CustomerAuthResponseResource.js +56 -0
  168. package/dist/models/CustomerAuthResponseResourceArrayResponse.d.ts +33 -0
  169. package/dist/models/CustomerAuthResponseResourceArrayResponse.js +50 -0
  170. package/dist/models/CustomerFrontendResource.d.ts +70 -0
  171. package/dist/models/CustomerFrontendResource.js +75 -0
  172. package/dist/models/CustomerFrontendResourceArrayResponse.d.ts +33 -0
  173. package/dist/models/CustomerFrontendResourceArrayResponse.js +50 -0
  174. package/dist/models/CustomerListResource.d.ts +27 -8
  175. package/dist/models/CustomerListResource.js +25 -13
  176. package/dist/models/CustomerResource.d.ts +45 -11
  177. package/dist/models/CustomerResource.js +37 -16
  178. package/dist/models/CustomerSocialLinkableResource.d.ts +38 -0
  179. package/dist/models/CustomerSocialLinkableResource.js +55 -0
  180. package/dist/models/CustomerSocialLinkableResourceArrayResponse.d.ts +33 -0
  181. package/dist/models/CustomerSocialLinkableResourceArrayResponse.js +50 -0
  182. package/dist/models/CustomerSocialProviderLiteResource.d.ts +50 -0
  183. package/dist/models/CustomerSocialProviderLiteResource.js +61 -0
  184. package/dist/models/CustomerSocialProviderLiteResourceArrayResponse.d.ts +33 -0
  185. package/dist/models/CustomerSocialProviderLiteResourceArrayResponse.js +50 -0
  186. package/dist/models/CustomerType.d.ts +25 -0
  187. package/dist/models/CustomerType.js +51 -0
  188. package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +1 -1
  189. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  190. package/dist/models/ExternalApiLogResource.js +3 -1
  191. package/dist/models/ForgotPasswordAdminRequest.d.ts +32 -0
  192. package/dist/models/ForgotPasswordAdminRequest.js +51 -0
  193. package/dist/models/FrontendOrderResource.js +1 -1
  194. package/dist/models/GetUniqueEndpointsRequest.d.ts +1 -1
  195. package/dist/models/LabelListResource.js +3 -2
  196. package/dist/models/LabelResource.js +3 -2
  197. package/dist/models/LoginAdminRequest.d.ts +38 -0
  198. package/dist/models/LoginAdminRequest.js +55 -0
  199. package/dist/models/NetsuiteSyncLiteResource.d.ts +44 -0
  200. package/dist/models/NetsuiteSyncLiteResource.js +59 -0
  201. package/dist/models/NetsuiteSyncLiteResourceArrayResponse.d.ts +33 -0
  202. package/dist/models/NetsuiteSyncLiteResourceArrayResponse.js +50 -0
  203. package/dist/models/OrderFulfillmentResource.d.ts +1 -1
  204. package/dist/models/OrderFulfillmentResource.js +7 -4
  205. package/dist/models/OrderListResource.js +3 -2
  206. package/dist/models/OrderLiteResource.js +1 -1
  207. package/dist/models/PageComponentResource.js +3 -2
  208. package/dist/models/PageFrontendDetailResource.js +2 -1
  209. package/dist/models/PageListResource.js +2 -1
  210. package/dist/models/PageResource.js +2 -1
  211. package/dist/models/PaginatedAdminListResourceResponse.d.ts +40 -0
  212. package/dist/models/PaginatedAdminListResourceResponse.js +57 -0
  213. package/dist/models/PaginatedAdminLiteResourceResponse.d.ts +40 -0
  214. package/dist/models/PaginatedAdminLiteResourceResponse.js +57 -0
  215. package/dist/models/PaginatedCouponListResourceResponse.d.ts +40 -0
  216. package/dist/models/PaginatedCouponListResourceResponse.js +57 -0
  217. package/dist/models/PaginatedCouponResourceResponse.d.ts +40 -0
  218. package/dist/models/PaginatedCouponResourceResponse.js +57 -0
  219. package/dist/models/PaginatedPermissionListResourceResponse.d.ts +40 -0
  220. package/dist/models/PaginatedPermissionListResourceResponse.js +57 -0
  221. package/dist/models/PaginatedPermissionLiteResourceResponse.d.ts +40 -0
  222. package/dist/models/PaginatedPermissionLiteResourceResponse.js +57 -0
  223. package/dist/models/PaginatedRoleListResourceResponse.d.ts +40 -0
  224. package/dist/models/PaginatedRoleListResourceResponse.js +57 -0
  225. package/dist/models/PaginatedRoleLiteResourceResponse.d.ts +40 -0
  226. package/dist/models/PaginatedRoleLiteResourceResponse.js +57 -0
  227. package/dist/models/PermissionListResource.d.ts +44 -0
  228. package/dist/models/PermissionListResource.js +56 -0
  229. package/dist/models/PermissionListResourceArrayResponse.d.ts +33 -0
  230. package/dist/models/PermissionListResourceArrayResponse.js +50 -0
  231. package/dist/models/PermissionLiteResource.d.ts +38 -0
  232. package/dist/models/PermissionLiteResource.js +53 -0
  233. package/dist/models/PermissionLiteResourceArrayResponse.d.ts +33 -0
  234. package/dist/models/PermissionLiteResourceArrayResponse.js +50 -0
  235. package/dist/models/PermissionResource.d.ts +56 -0
  236. package/dist/models/PermissionResource.js +62 -0
  237. package/dist/models/PermissionResourceArrayResponse.d.ts +33 -0
  238. package/dist/models/PermissionResourceArrayResponse.js +50 -0
  239. package/dist/models/PreviewAutomationRulesRequest.d.ts +1 -1
  240. package/dist/models/ProductRegistrationListResource.js +3 -2
  241. package/dist/models/ProductRegistrationLiteResource.js +1 -1
  242. package/dist/models/ProductRegistrationResource.js +4 -3
  243. package/dist/models/ResetPasswordAdminRequest.d.ts +44 -0
  244. package/dist/models/ResetPasswordAdminRequest.js +59 -0
  245. package/dist/models/ReviewListResource.js +4 -3
  246. package/dist/models/ReviewPublicResource.js +1 -1
  247. package/dist/models/ReviewResource.js +5 -4
  248. package/dist/models/RoleListResource.d.ts +74 -0
  249. package/dist/models/RoleListResource.js +74 -0
  250. package/dist/models/RoleListResourceArrayResponse.d.ts +33 -0
  251. package/dist/models/RoleListResourceArrayResponse.js +50 -0
  252. package/dist/models/RoleLiteResource.d.ts +44 -0
  253. package/dist/models/RoleLiteResource.js +57 -0
  254. package/dist/models/RoleLiteResourceArrayResponse.d.ts +33 -0
  255. package/dist/models/RoleLiteResourceArrayResponse.js +50 -0
  256. package/dist/models/RoleResource.d.ts +82 -0
  257. package/dist/models/RoleResource.js +80 -0
  258. package/dist/models/RoleResourceArrayResponse.d.ts +33 -0
  259. package/dist/models/RoleResourceArrayResponse.js +50 -0
  260. package/dist/models/SearchAdminNotesRequest.d.ts +2 -2
  261. package/dist/models/SearchAdminUsersRequest.d.ts +112 -0
  262. package/dist/models/SearchAdminUsersRequest.js +88 -0
  263. package/dist/models/SearchAllAdminUsersRequest.d.ts +88 -0
  264. package/dist/models/SearchAllAdminUsersRequest.js +80 -0
  265. package/dist/models/SearchAllAttributeValuesRequest.d.ts +3 -3
  266. package/dist/models/SearchAllAttributesRequest.d.ts +3 -3
  267. package/dist/models/SearchAllBlogCategoriesRequest.d.ts +2 -2
  268. package/dist/models/SearchAllCouponsRequest.d.ts +101 -0
  269. package/dist/models/SearchAllCouponsRequest.js +85 -0
  270. package/dist/models/SearchAllCustomersRequest.d.ts +103 -0
  271. package/dist/models/SearchAllCustomersRequest.js +89 -0
  272. package/dist/models/SearchAllDefinitionsRequest.d.ts +2 -2
  273. package/dist/models/SearchAllDocumentsRequest.d.ts +3 -3
  274. package/dist/models/SearchAllFrontendComponentsRequest.d.ts +3 -3
  275. package/dist/models/SearchAllMenuItemsRequest.d.ts +2 -2
  276. package/dist/models/SearchAllMenusRequest.d.ts +2 -2
  277. package/dist/models/SearchAllOrdersRequest.d.ts +2 -2
  278. package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +3 -3
  279. package/dist/models/SearchAllPageComponentsRequest.d.ts +2 -2
  280. package/dist/models/SearchAllPagesRequest.d.ts +2 -2
  281. package/dist/models/SearchAllPermissionsRequest.d.ts +85 -0
  282. package/dist/models/SearchAllPermissionsRequest.js +77 -0
  283. package/dist/models/SearchAllProductCategoriesRequest.d.ts +3 -3
  284. package/dist/models/SearchAllProductChildrenRequest.d.ts +3 -3
  285. package/dist/models/SearchAllProductClassesRequest.d.ts +2 -2
  286. package/dist/models/SearchAllProductRangesRequest.d.ts +2 -2
  287. package/dist/models/SearchAllProductRegistrationsRequest.d.ts +2 -2
  288. package/dist/models/SearchAllProductTypesRequest.d.ts +3 -3
  289. package/dist/models/SearchAllProductsRequest.d.ts +3 -3
  290. package/dist/models/SearchAllRolesRequest.d.ts +94 -0
  291. package/dist/models/SearchAllRolesRequest.js +82 -0
  292. package/dist/models/SearchAllStoresRequest.d.ts +2 -2
  293. package/dist/models/SearchAllSuppliersRequest.d.ts +3 -3
  294. package/dist/models/SearchAttributeValuesRequest.d.ts +3 -3
  295. package/dist/models/SearchAttributesRequest.d.ts +3 -3
  296. package/dist/models/SearchBlogCategoriesRequest.d.ts +2 -2
  297. package/dist/models/SearchCartsRequest.d.ts +8 -2
  298. package/dist/models/SearchCartsRequest.js +8 -6
  299. package/dist/models/SearchCouponsRequest.d.ts +137 -0
  300. package/dist/models/SearchCouponsRequest.js +97 -0
  301. package/dist/models/SearchCustomersRequest.d.ts +33 -5
  302. package/dist/models/SearchCustomersRequest.js +15 -3
  303. package/dist/models/SearchDefinitionsRequest.d.ts +2 -2
  304. package/dist/models/SearchDocumentsRequest.d.ts +3 -3
  305. package/dist/models/SearchExternalApiLogsRequest.d.ts +2 -2
  306. package/dist/models/SearchExternalApiLogsRequest.js +2 -2
  307. package/dist/models/SearchGoogleCategoriesRequest.d.ts +2 -2
  308. package/dist/models/SearchLabelsRequest.d.ts +3 -3
  309. package/dist/models/SearchLinkablesRequest.d.ts +1 -1
  310. package/dist/models/SearchMenusRequest.d.ts +2 -2
  311. package/dist/models/SearchModelAttributesRequest.d.ts +3 -3
  312. package/dist/models/SearchOrderFulfillmentsRequest.d.ts +2 -2
  313. package/dist/models/SearchOrderFulfillmentsRequest.js +4 -4
  314. package/dist/models/SearchOrdersRequest.d.ts +8 -2
  315. package/dist/models/SearchOrdersRequest.js +8 -6
  316. package/dist/models/SearchOverlayTemplatesRequest.d.ts +3 -3
  317. package/dist/models/SearchPagesRequest.d.ts +3 -3
  318. package/dist/models/SearchPermissionsRequest.d.ts +97 -0
  319. package/dist/models/SearchPermissionsRequest.js +81 -0
  320. package/dist/models/SearchProductCategoriesRequest.d.ts +3 -3
  321. package/dist/models/SearchProductChildAttributesRequest.d.ts +2 -2
  322. package/dist/models/SearchProductChildrenRequest.d.ts +4 -4
  323. package/dist/models/SearchProductRangesRequest.d.ts +2 -2
  324. package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +2 -2
  325. package/dist/models/SearchProductRegistrationsRequest.d.ts +3 -3
  326. package/dist/models/SearchProductRegistrationsRequest.js +4 -4
  327. package/dist/models/SearchProductTypesRequest.d.ts +3 -3
  328. package/dist/models/SearchProductsRequest.d.ts +3 -3
  329. package/dist/models/SearchRedirectsRequest.d.ts +3 -3
  330. package/dist/models/SearchReviewsRequest.d.ts +2 -2
  331. package/dist/models/SearchRolesRequest.d.ts +106 -0
  332. package/dist/models/SearchRolesRequest.js +86 -0
  333. package/dist/models/SearchSiteNotificationsRequest.d.ts +2 -2
  334. package/dist/models/SearchSitesRequest.d.ts +2 -2
  335. package/dist/models/SearchStoresRequest.d.ts +2 -2
  336. package/dist/models/SearchSuppliersRequest.d.ts +3 -3
  337. package/dist/models/SearchTagsRequest.d.ts +3 -3
  338. package/dist/models/SearchTransactionsRequest.d.ts +3 -3
  339. package/dist/models/SearchTransactionsRequest.js +2 -2
  340. package/dist/models/SignUpType.d.ts +29 -0
  341. package/dist/models/SignUpType.js +55 -0
  342. package/dist/models/SocialProvider.d.ts +26 -0
  343. package/dist/models/SocialProvider.js +52 -0
  344. package/dist/models/StoreFrontendResource.d.ts +1 -1
  345. package/dist/models/StoreFrontendResource.js +1 -3
  346. package/dist/models/StoreListResource.d.ts +1 -1
  347. package/dist/models/StoreListResource.js +1 -3
  348. package/dist/models/StoreResource.d.ts +1 -1
  349. package/dist/models/StoreResource.js +1 -3
  350. package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
  351. package/dist/models/StoreSpecialDateFrontendResource.js +1 -3
  352. package/dist/models/StoreSpecialDateRequest.js +4 -3
  353. package/dist/models/TransactionListResource.js +2 -1
  354. package/dist/models/TransactionLiteResource.js +2 -1
  355. package/dist/models/TransactionResource.js +2 -1
  356. package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +1 -1
  357. package/dist/models/UpdateAdminUserRequest.d.ts +56 -0
  358. package/dist/models/UpdateAdminUserRequest.js +63 -0
  359. package/dist/models/UpdateAttributeProductTypeRequest.d.ts +1 -1
  360. package/dist/models/UpdateAttributeRequest.d.ts +1 -1
  361. package/dist/models/UpdateCartRequest.d.ts +2 -2
  362. package/dist/models/UpdateCouponRequest.d.ts +120 -0
  363. package/dist/models/UpdateCouponRequest.js +103 -0
  364. package/dist/models/UpdateCustomerAddressRequest.d.ts +90 -0
  365. package/dist/models/UpdateCustomerAddressRequest.js +83 -0
  366. package/dist/models/UpdateCustomerRequest.d.ts +68 -0
  367. package/dist/models/UpdateCustomerRequest.js +67 -0
  368. package/dist/models/UpdateLabelRequest.js +3 -2
  369. package/dist/models/UpdateMenuItemRequest.d.ts +1 -1
  370. package/dist/models/UpdateMenuRequest.d.ts +1 -1
  371. package/dist/models/UpdateOrderRequest.d.ts +2 -2
  372. package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +1 -1
  373. package/dist/models/UpdatePageRequest.js +2 -1
  374. package/dist/models/UpdateProductCategoryRequest.d.ts +1 -1
  375. package/dist/models/UpdateProductChildRequest.js +2 -2
  376. package/dist/models/UpdateProductTypeAttributeRequest.d.ts +1 -1
  377. package/dist/models/UpdateReviewRequest.js +1 -1
  378. package/dist/models/UpdateRoleRequest.d.ts +38 -0
  379. package/dist/models/UpdateRoleRequest.js +55 -0
  380. package/dist/models/UpdateSiteNotificationRequest.js +2 -2
  381. package/dist/models/UpdateSiteRequest.d.ts +2 -10
  382. package/dist/models/UpdateSiteRequest.js +0 -8
  383. package/dist/models/UpdateStoreRequestSpecialDatesInner.js +3 -2
  384. package/dist/models/UpdateTagRequest.d.ts +1 -1
  385. package/dist/models/UserLiteResource.d.ts +62 -0
  386. package/dist/models/UserLiteResource.js +69 -0
  387. package/dist/models/UserLiteResourceArrayResponse.d.ts +33 -0
  388. package/dist/models/UserLiteResourceArrayResponse.js +50 -0
  389. package/dist/models/UserType.d.ts +25 -0
  390. package/dist/models/UserType.js +51 -0
  391. package/dist/models/index.d.ts +78 -0
  392. package/dist/models/index.js +78 -0
  393. package/dist/runtime.js +1 -19
  394. package/package.json +2 -2
  395. package/src/apis/AdminApi.ts +24 -59
  396. package/src/apis/AdminsApi.ts +384 -0
  397. package/src/apis/AssetApi.ts +28 -67
  398. package/src/apis/AttributeApi.ts +104 -279
  399. package/src/apis/AuthApi.ts +211 -0
  400. package/src/apis/BlogCategoryApi.ts +39 -98
  401. package/src/apis/CartsApi.ts +75 -188
  402. package/src/apis/CouponsApi.ts +286 -0
  403. package/src/apis/CustomersApi.ts +307 -42
  404. package/src/apis/DefinitionApi.ts +39 -98
  405. package/src/apis/DocumentApi.ts +57 -148
  406. package/src/apis/ExternalApiLogApi.ts +16 -35
  407. package/src/apis/FrontendComponentApi.ts +10 -17
  408. package/src/apis/GoogleCategoryApi.ts +10 -17
  409. package/src/apis/LabelApi.ts +38 -95
  410. package/src/apis/MenuApi.ts +39 -98
  411. package/src/apis/MenuItemsApi.ts +44 -113
  412. package/src/apis/OrdersApi.ts +86 -221
  413. package/src/apis/OverlayTemplateApi.ts +80 -207
  414. package/src/apis/PageApi.ts +39 -98
  415. package/src/apis/PageComponentApi.ts +33 -80
  416. package/src/apis/PermissionsApi.ts +155 -0
  417. package/src/apis/ProductApi.ts +138 -365
  418. package/src/apis/ProductCategoryApi.ts +79 -208
  419. package/src/apis/ProductClassApi.ts +10 -17
  420. package/src/apis/ProductRangeApi.ts +97 -252
  421. package/src/apis/ProductRegistrationApi.ts +36 -89
  422. package/src/apis/ProductTypeApi.ts +56 -141
  423. package/src/apis/RedirectApi.ts +10 -17
  424. package/src/apis/ReviewApi.ts +55 -146
  425. package/src/apis/RolesApi.ts +482 -0
  426. package/src/apis/SiteApi.ts +57 -148
  427. package/src/apis/StoreApi.ts +70 -177
  428. package/src/apis/SupplierApi.ts +60 -155
  429. package/src/apis/TagApi.ts +51 -128
  430. package/src/apis/TransactionsApi.ts +23 -54
  431. package/src/apis/index.ts +5 -0
  432. package/src/models/AddressFrontendResource.ts +2 -3
  433. package/src/models/AddressResource.ts +3 -2
  434. package/src/models/AddressType.ts +3 -1
  435. package/src/models/AdminListResource.ts +107 -0
  436. package/src/models/AdminListResourceArrayResponse.ts +73 -0
  437. package/src/models/AdminLiteResource.ts +83 -0
  438. package/src/models/AdminLiteResourceArrayResponse.ts +73 -0
  439. package/src/models/AdminLoginResponseResource.ts +83 -0
  440. package/src/models/AdminLoginResponseResourceArrayResponse.ts +73 -0
  441. package/src/models/AdminNoteResource.ts +12 -12
  442. package/src/models/AdminOrderResource.ts +14 -14
  443. package/src/models/AdminResource.ts +124 -0
  444. package/src/models/AdminResourceArrayResponse.ts +73 -0
  445. package/src/models/AdminUserLiteResource.ts +3 -2
  446. package/src/models/AttachAdminsToRoleRequest.ts +66 -0
  447. package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +1 -1
  448. package/src/models/AttachPermissionsToRoleRequest.ts +66 -0
  449. package/src/models/AttachRolesToAdminRequest.ts +66 -0
  450. package/src/models/BlogFrontendDetailResource.ts +1 -1
  451. package/src/models/BlogFrontendResource.ts +1 -1
  452. package/src/models/CartListResource.ts +3 -3
  453. package/src/models/CartResource.ts +14 -14
  454. package/src/models/CheckEmailFrontendResource.ts +66 -0
  455. package/src/models/CheckEmailFrontendResourceArrayResponse.ts +73 -0
  456. package/src/models/CouponListResource.ts +170 -0
  457. package/src/models/CouponListResourceArrayResponse.ts +73 -0
  458. package/src/models/CouponLiteResource.ts +83 -0
  459. package/src/models/CouponLiteResourceArrayResponse.ts +73 -0
  460. package/src/models/CouponResource.ts +288 -0
  461. package/src/models/CouponResourceArrayResponse.ts +73 -0
  462. package/src/models/CouponType.ts +54 -0
  463. package/src/models/CreateAdminUserRequest.ts +101 -0
  464. package/src/models/CreateAssetForAssetableRequest.ts +1 -1
  465. package/src/models/CreateAttributeRequest.ts +1 -1
  466. package/src/models/CreateCartRequest.ts +2 -2
  467. package/src/models/CreateCouponRequest.ts +207 -0
  468. package/src/models/CreateCouponRequestCouponablesInner.ts +86 -0
  469. package/src/models/CreateCustomerAddressRequest.ts +146 -0
  470. package/src/models/CreateCustomerRequest.ts +35 -11
  471. package/src/models/CreateLabelRequest.ts +2 -2
  472. package/src/models/CreateMenuItemRequest.ts +1 -1
  473. package/src/models/CreateMenuItemRequestMenuItemLink.ts +1 -1
  474. package/src/models/CreateMenuRequest.ts +1 -1
  475. package/src/models/CreateOverlayTemplateAssetRequest.ts +1 -1
  476. package/src/models/CreatePageRequest.ts +2 -2
  477. package/src/models/CreateProductCategoryRequest.ts +1 -1
  478. package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +2 -2
  479. package/src/models/CreateProductChildRequest.ts +2 -2
  480. package/src/models/CreateReviewRequest.ts +1 -1
  481. package/src/models/CreateRoleRequest.ts +75 -0
  482. package/src/models/CreateSiteNotificationRequest.ts +2 -2
  483. package/src/models/CreateStoreRequestSpecialDatesInner.ts +3 -3
  484. package/src/models/CreateTagRequest.ts +1 -1
  485. package/src/models/CreateTransactionRequest.ts +1 -1
  486. package/src/models/CustomerAuthResponseResource.ts +83 -0
  487. package/src/models/CustomerAuthResponseResourceArrayResponse.ts +73 -0
  488. package/src/models/CustomerFrontendResource.ts +134 -0
  489. package/src/models/CustomerFrontendResourceArrayResponse.ts +73 -0
  490. package/src/models/CustomerListResource.ts +53 -20
  491. package/src/models/CustomerResource.ts +101 -30
  492. package/src/models/CustomerSocialLinkableResource.ts +75 -0
  493. package/src/models/CustomerSocialLinkableResourceArrayResponse.ts +73 -0
  494. package/src/models/CustomerSocialProviderLiteResource.ts +92 -0
  495. package/src/models/CustomerSocialProviderLiteResourceArrayResponse.ts +73 -0
  496. package/src/models/CustomerType.ts +53 -0
  497. package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +1 -1
  498. package/src/models/ExternalApiLogResource.ts +3 -2
  499. package/src/models/ForgotPasswordAdminRequest.ts +66 -0
  500. package/src/models/FrontendOrderResource.ts +1 -1
  501. package/src/models/GetUniqueEndpointsRequest.ts +1 -1
  502. package/src/models/LabelListResource.ts +2 -2
  503. package/src/models/LabelResource.ts +2 -2
  504. package/src/models/LoginAdminRequest.ts +75 -0
  505. package/src/models/NetsuiteSyncLiteResource.ts +84 -0
  506. package/src/models/NetsuiteSyncLiteResourceArrayResponse.ts +73 -0
  507. package/src/models/OrderFulfillmentResource.ts +6 -5
  508. package/src/models/OrderListResource.ts +2 -2
  509. package/src/models/OrderLiteResource.ts +1 -1
  510. package/src/models/PageComponentResource.ts +2 -2
  511. package/src/models/PageFrontendDetailResource.ts +1 -1
  512. package/src/models/PageListResource.ts +1 -1
  513. package/src/models/PageResource.ts +1 -1
  514. package/src/models/PaginatedAdminListResourceResponse.ts +90 -0
  515. package/src/models/PaginatedAdminLiteResourceResponse.ts +90 -0
  516. package/src/models/PaginatedCouponListResourceResponse.ts +90 -0
  517. package/src/models/PaginatedCouponResourceResponse.ts +90 -0
  518. package/src/models/PaginatedPermissionListResourceResponse.ts +90 -0
  519. package/src/models/PaginatedPermissionLiteResourceResponse.ts +90 -0
  520. package/src/models/PaginatedRoleListResourceResponse.ts +90 -0
  521. package/src/models/PaginatedRoleLiteResourceResponse.ts +90 -0
  522. package/src/models/PermissionListResource.ts +82 -0
  523. package/src/models/PermissionListResourceArrayResponse.ts +73 -0
  524. package/src/models/PermissionLiteResource.ts +74 -0
  525. package/src/models/PermissionLiteResourceArrayResponse.ts +73 -0
  526. package/src/models/PermissionResource.ts +99 -0
  527. package/src/models/PermissionResourceArrayResponse.ts +73 -0
  528. package/src/models/PreviewAutomationRulesRequest.ts +1 -1
  529. package/src/models/ProductRegistrationListResource.ts +2 -2
  530. package/src/models/ProductRegistrationLiteResource.ts +1 -1
  531. package/src/models/ProductRegistrationResource.ts +3 -3
  532. package/src/models/ResetPasswordAdminRequest.ts +84 -0
  533. package/src/models/ReviewListResource.ts +3 -3
  534. package/src/models/ReviewPublicResource.ts +1 -1
  535. package/src/models/ReviewResource.ts +4 -4
  536. package/src/models/RoleListResource.ts +126 -0
  537. package/src/models/RoleListResourceArrayResponse.ts +73 -0
  538. package/src/models/RoleLiteResource.ts +83 -0
  539. package/src/models/RoleLiteResourceArrayResponse.ts +73 -0
  540. package/src/models/RoleResource.ts +150 -0
  541. package/src/models/RoleResourceArrayResponse.ts +73 -0
  542. package/src/models/SearchAdminNotesRequest.ts +2 -2
  543. package/src/models/SearchAdminUsersRequest.ts +169 -0
  544. package/src/models/SearchAllAdminUsersRequest.ts +137 -0
  545. package/src/models/SearchAllAttributeValuesRequest.ts +3 -3
  546. package/src/models/SearchAllAttributesRequest.ts +3 -3
  547. package/src/models/SearchAllBlogCategoriesRequest.ts +2 -2
  548. package/src/models/SearchAllCouponsRequest.ts +154 -0
  549. package/src/models/SearchAllCustomersRequest.ts +157 -0
  550. package/src/models/SearchAllDefinitionsRequest.ts +2 -2
  551. package/src/models/SearchAllDocumentsRequest.ts +3 -3
  552. package/src/models/SearchAllFrontendComponentsRequest.ts +3 -3
  553. package/src/models/SearchAllMenuItemsRequest.ts +2 -2
  554. package/src/models/SearchAllMenusRequest.ts +2 -2
  555. package/src/models/SearchAllOrdersRequest.ts +2 -2
  556. package/src/models/SearchAllOverlayTemplatesRequest.ts +3 -3
  557. package/src/models/SearchAllPageComponentsRequest.ts +2 -2
  558. package/src/models/SearchAllPagesRequest.ts +2 -2
  559. package/src/models/SearchAllPermissionsRequest.ts +134 -0
  560. package/src/models/SearchAllProductCategoriesRequest.ts +3 -3
  561. package/src/models/SearchAllProductChildrenRequest.ts +3 -3
  562. package/src/models/SearchAllProductClassesRequest.ts +2 -2
  563. package/src/models/SearchAllProductRangesRequest.ts +2 -2
  564. package/src/models/SearchAllProductRegistrationsRequest.ts +2 -2
  565. package/src/models/SearchAllProductTypesRequest.ts +3 -3
  566. package/src/models/SearchAllProductsRequest.ts +3 -3
  567. package/src/models/SearchAllRolesRequest.ts +145 -0
  568. package/src/models/SearchAllStoresRequest.ts +2 -2
  569. package/src/models/SearchAllSuppliersRequest.ts +3 -3
  570. package/src/models/SearchAttributeValuesRequest.ts +3 -3
  571. package/src/models/SearchAttributesRequest.ts +3 -3
  572. package/src/models/SearchBlogCategoriesRequest.ts +2 -2
  573. package/src/models/SearchCartsRequest.ts +16 -8
  574. package/src/models/SearchCouponsRequest.ts +202 -0
  575. package/src/models/SearchCustomersRequest.ts +41 -5
  576. package/src/models/SearchDefinitionsRequest.ts +2 -2
  577. package/src/models/SearchDocumentsRequest.ts +3 -3
  578. package/src/models/SearchExternalApiLogsRequest.ts +4 -4
  579. package/src/models/SearchGoogleCategoriesRequest.ts +2 -2
  580. package/src/models/SearchLabelsRequest.ts +3 -3
  581. package/src/models/SearchLinkablesRequest.ts +1 -1
  582. package/src/models/SearchMenusRequest.ts +2 -2
  583. package/src/models/SearchModelAttributesRequest.ts +3 -3
  584. package/src/models/SearchOrderFulfillmentsRequest.ts +6 -6
  585. package/src/models/SearchOrdersRequest.ts +16 -8
  586. package/src/models/SearchOverlayTemplatesRequest.ts +3 -3
  587. package/src/models/SearchPagesRequest.ts +3 -3
  588. package/src/models/SearchPermissionsRequest.ts +150 -0
  589. package/src/models/SearchProductCategoriesRequest.ts +3 -3
  590. package/src/models/SearchProductChildAttributesRequest.ts +2 -2
  591. package/src/models/SearchProductChildrenRequest.ts +4 -4
  592. package/src/models/SearchProductRangesRequest.ts +2 -2
  593. package/src/models/SearchProductRegistrationAssetsRequest.ts +2 -2
  594. package/src/models/SearchProductRegistrationsRequest.ts +7 -7
  595. package/src/models/SearchProductTypesRequest.ts +3 -3
  596. package/src/models/SearchProductsRequest.ts +3 -3
  597. package/src/models/SearchRedirectsRequest.ts +3 -3
  598. package/src/models/SearchReviewsRequest.ts +2 -2
  599. package/src/models/SearchRolesRequest.ts +161 -0
  600. package/src/models/SearchSiteNotificationsRequest.ts +2 -2
  601. package/src/models/SearchSitesRequest.ts +2 -2
  602. package/src/models/SearchStoresRequest.ts +2 -2
  603. package/src/models/SearchSuppliersRequest.ts +3 -3
  604. package/src/models/SearchTagsRequest.ts +3 -3
  605. package/src/models/SearchTransactionsRequest.ts +5 -5
  606. package/src/models/SignUpType.ts +57 -0
  607. package/src/models/SocialProvider.ts +54 -0
  608. package/src/models/StoreFrontendResource.ts +2 -3
  609. package/src/models/StoreListResource.ts +2 -3
  610. package/src/models/StoreResource.ts +2 -3
  611. package/src/models/StoreSpecialDateFrontendResource.ts +3 -4
  612. package/src/models/StoreSpecialDateRequest.ts +3 -3
  613. package/src/models/TransactionListResource.ts +1 -1
  614. package/src/models/TransactionLiteResource.ts +1 -1
  615. package/src/models/TransactionResource.ts +1 -1
  616. package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +1 -1
  617. package/src/models/UpdateAdminUserRequest.ts +100 -0
  618. package/src/models/UpdateAttributeProductTypeRequest.ts +1 -1
  619. package/src/models/UpdateAttributeRequest.ts +1 -1
  620. package/src/models/UpdateCartRequest.ts +2 -2
  621. package/src/models/UpdateCouponRequest.ts +198 -0
  622. package/src/models/UpdateCustomerAddressRequest.ts +146 -0
  623. package/src/models/UpdateCustomerRequest.ts +116 -0
  624. package/src/models/UpdateLabelRequest.ts +2 -2
  625. package/src/models/UpdateMenuItemRequest.ts +1 -1
  626. package/src/models/UpdateMenuRequest.ts +1 -1
  627. package/src/models/UpdateOrderRequest.ts +2 -2
  628. package/src/models/UpdateOverlayTemplateAssetRequest.ts +1 -1
  629. package/src/models/UpdatePageRequest.ts +1 -1
  630. package/src/models/UpdateProductCategoryRequest.ts +1 -1
  631. package/src/models/UpdateProductChildRequest.ts +2 -2
  632. package/src/models/UpdateProductTypeAttributeRequest.ts +1 -1
  633. package/src/models/UpdateReviewRequest.ts +1 -1
  634. package/src/models/UpdateRoleRequest.ts +75 -0
  635. package/src/models/UpdateSiteNotificationRequest.ts +2 -2
  636. package/src/models/UpdateSiteRequest.ts +2 -13
  637. package/src/models/UpdateStoreRequestSpecialDatesInner.ts +2 -2
  638. package/src/models/UpdateTagRequest.ts +1 -1
  639. package/src/models/UserLiteResource.ts +110 -0
  640. package/src/models/UserLiteResourceArrayResponse.ts +73 -0
  641. package/src/models/UserType.ts +53 -0
  642. package/src/models/index.ts +78 -0
  643. package/src/runtime.ts +2 -19
  644. package/docs/AddressFrontendResource.md +0 -48
  645. package/docs/AddressFrontendResourceArrayResponse.md +0 -34
  646. package/docs/AddressResource.md +0 -56
  647. package/docs/AddressResourceArrayResponse.md +0 -34
  648. package/docs/AddressType.md +0 -32
  649. package/docs/AdminApi.md +0 -272
  650. package/docs/AdminNoteResource.md +0 -42
  651. package/docs/AdminNoteResourceArrayResponse.md +0 -34
  652. package/docs/AdminOrderLineItemResource.md +0 -64
  653. package/docs/AdminOrderLineItemResourceArrayResponse.md +0 -34
  654. package/docs/AdminOrderResource.md +0 -120
  655. package/docs/AdminOrderResourceArrayResponse.md +0 -34
  656. package/docs/AdminUserLiteResource.md +0 -40
  657. package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
  658. package/docs/AppliedCouponResource.md +0 -40
  659. package/docs/AppliedCouponResourceArrayResponse.md +0 -34
  660. package/docs/AssetApi.md +0 -275
  661. package/docs/AssetFileForUploadResource.md +0 -40
  662. package/docs/AssetFileForUploadResourceArrayResponse.md +0 -34
  663. package/docs/AssetFrontendResource.md +0 -52
  664. package/docs/AssetFrontendResourceArrayResponse.md +0 -34
  665. package/docs/AssetLiteResource.md +0 -48
  666. package/docs/AssetLiteResourceArrayResponse.md +0 -34
  667. package/docs/AssetResource.md +0 -56
  668. package/docs/AssetResourceArrayResponse.md +0 -34
  669. package/docs/AssetWithOverlayLinkResource.md +0 -58
  670. package/docs/AssetWithOverlayLinkResourceArrayResponse.md +0 -34
  671. package/docs/AttachAttributesToProductRangeRequest.md +0 -34
  672. package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
  673. package/docs/AttachCouponRequest.md +0 -34
  674. package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
  675. package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
  676. package/docs/AttachDocumentsToProductChildRequest.md +0 -34
  677. package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
  678. package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
  679. package/docs/AttachLineItemRequest.md +0 -38
  680. package/docs/AttachProductChildrenRequest.md +0 -34
  681. package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
  682. package/docs/AttachProductsToProductCategoryRequest.md +0 -34
  683. package/docs/AttachStoresToSupplierRequest.md +0 -34
  684. package/docs/AttachSuppliersToStoreRequest.md +0 -34
  685. package/docs/AttributeApi.md +0 -1151
  686. package/docs/AttributeFieldType.md +0 -32
  687. package/docs/AttributeListResource.md +0 -42
  688. package/docs/AttributeListResourceArrayResponse.md +0 -34
  689. package/docs/AttributeLiteResource.md +0 -38
  690. package/docs/AttributeLiteResourceArrayResponse.md +0 -34
  691. package/docs/AttributeProductTypeRelationResource.md +0 -50
  692. package/docs/AttributeProductTypeRelationResourceArrayResponse.md +0 -34
  693. package/docs/AttributeResource.md +0 -48
  694. package/docs/AttributeResourceArrayResponse.md +0 -34
  695. package/docs/AttributeType.md +0 -32
  696. package/docs/AttributeValueResource.md +0 -36
  697. package/docs/AttributeValueResourceArrayResponse.md +0 -34
  698. package/docs/BlogCategoryApi.md +0 -407
  699. package/docs/BlogCategoryListResource.md +0 -40
  700. package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
  701. package/docs/BlogCategoryLiteResource.md +0 -38
  702. package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
  703. package/docs/BlogCategoryResource.md +0 -42
  704. package/docs/BlogCategoryResourceArrayResponse.md +0 -34
  705. package/docs/BlogFrontendDetailResource.md +0 -52
  706. package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
  707. package/docs/BlogFrontendResource.md +0 -48
  708. package/docs/BlogFrontendResourceArrayResponse.md +0 -34
  709. package/docs/BlogResource.md +0 -44
  710. package/docs/BlogResourceArrayResponse.md +0 -34
  711. package/docs/CartCouponLiteResource.md +0 -42
  712. package/docs/CartCouponLiteResourceArrayResponse.md +0 -34
  713. package/docs/CartListResource.md +0 -54
  714. package/docs/CartListResourceArrayResponse.md +0 -34
  715. package/docs/CartOrderSource.md +0 -32
  716. package/docs/CartResource.md +0 -100
  717. package/docs/CartResourceArrayResponse.md +0 -34
  718. package/docs/CartStatus.md +0 -32
  719. package/docs/CartsApi.md +0 -821
  720. package/docs/CategoryAutomationComparisonType.md +0 -32
  721. package/docs/CategoryAutomationConditionType.md +0 -32
  722. package/docs/CategoryAutomationFieldType.md +0 -32
  723. package/docs/CategoryAutomationRuleResource.md +0 -46
  724. package/docs/CategoryAutomationRuleResourceArrayResponse.md +0 -34
  725. package/docs/CategoryFrontendResource.md +0 -46
  726. package/docs/CategoryFrontendResourceArrayResponse.md +0 -34
  727. package/docs/CategoryWithChildrenFrontendResource.md +0 -36
  728. package/docs/CategoryWithChildrenFrontendResourceArrayResponse.md +0 -34
  729. package/docs/CouponDiscountType.md +0 -32
  730. package/docs/CreateAssetFileRequest.md +0 -36
  731. package/docs/CreateAssetForAssetableRequest.md +0 -52
  732. package/docs/CreateAttributeRequest.md +0 -42
  733. package/docs/CreateAttributeValueRequest.md +0 -36
  734. package/docs/CreateBlogCategoryRequest.md +0 -40
  735. package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
  736. package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
  737. package/docs/CreateCartRequest.md +0 -72
  738. package/docs/CreateCartRequestItemsInner.md +0 -38
  739. package/docs/CreateCartRequestShippingAddress.md +0 -48
  740. package/docs/CreateCustomerRequest.md +0 -42
  741. package/docs/CreateDefinitionRequest.md +0 -36
  742. package/docs/CreateDocumentFileRequest.md +0 -36
  743. package/docs/CreateDocumentRequest.md +0 -38
  744. package/docs/CreateLabelRequest.md +0 -48
  745. package/docs/CreateMenuItemRequest.md +0 -52
  746. package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
  747. package/docs/CreateMenuRequest.md +0 -38
  748. package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
  749. package/docs/CreateOverlayTemplateRequest.md +0 -36
  750. package/docs/CreatePageComponentRequest.md +0 -50
  751. package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
  752. package/docs/CreatePageRequest.md +0 -48
  753. package/docs/CreatePageRequestBlog.md +0 -40
  754. package/docs/CreateProductCategoryRequest.md +0 -66
  755. package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
  756. package/docs/CreateProductChildRequest.md +0 -72
  757. package/docs/CreateProductChildRequestAssetsInner.md +0 -48
  758. package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
  759. package/docs/CreateProductChildRequestSitesInner.md +0 -58
  760. package/docs/CreateProductRangeRequest.md +0 -40
  761. package/docs/CreateProductRangeRequestSitesInner.md +0 -54
  762. package/docs/CreateProductRequest.md +0 -50
  763. package/docs/CreateProductRequestCategoriesInner.md +0 -36
  764. package/docs/CreateProductTypeRequest.md +0 -34
  765. package/docs/CreateReviewImportFileRequest.md +0 -36
  766. package/docs/CreateReviewRequest.md +0 -50
  767. package/docs/CreateSiteNotificationRequest.md +0 -44
  768. package/docs/CreateStoreRequest.md +0 -60
  769. package/docs/CreateStoreRequestAddress.md +0 -48
  770. package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
  771. package/docs/CreateSupplierRequest.md +0 -56
  772. package/docs/CreateTagRequest.md +0 -48
  773. package/docs/CreateTransactionRequest.md +0 -48
  774. package/docs/CustomerListResource.md +0 -44
  775. package/docs/CustomerListResourceArrayResponse.md +0 -34
  776. package/docs/CustomerLiteResource.md +0 -40
  777. package/docs/CustomerLiteResourceArrayResponse.md +0 -34
  778. package/docs/CustomerResource.md +0 -46
  779. package/docs/CustomerResourceArrayResponse.md +0 -34
  780. package/docs/CustomerReviewableItemFrontendResource.md +0 -40
  781. package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
  782. package/docs/CustomersApi.md +0 -206
  783. package/docs/DefinitionApi.md +0 -407
  784. package/docs/DefinitionListResource.md +0 -36
  785. package/docs/DefinitionListResourceArrayResponse.md +0 -34
  786. package/docs/DefinitionResource.md +0 -38
  787. package/docs/DefinitionResourceArrayResponse.md +0 -34
  788. package/docs/DeleteAttributeValueRequest.md +0 -34
  789. package/docs/DescriptionResource.md +0 -40
  790. package/docs/DescriptionResourceArrayResponse.md +0 -34
  791. package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
  792. package/docs/DetachCouponRequest.md +0 -34
  793. package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
  794. package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
  795. package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
  796. package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
  797. package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
  798. package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
  799. package/docs/DetachStoresFromSupplierRequest.md +0 -34
  800. package/docs/DetachSuppliersFromStoreRequest.md +0 -34
  801. package/docs/DiscountResource.md +0 -46
  802. package/docs/DiscountResourceArrayResponse.md +0 -34
  803. package/docs/DiscountType.md +0 -32
  804. package/docs/DiscountValueType.md +0 -32
  805. package/docs/DocumentApi.md +0 -611
  806. package/docs/DocumentFileForUploadResource.md +0 -40
  807. package/docs/DocumentFileForUploadResourceArrayResponse.md +0 -34
  808. package/docs/DocumentFrontendResource.md +0 -38
  809. package/docs/DocumentFrontendResourceArrayResponse.md +0 -34
  810. package/docs/DocumentLiteResource.md +0 -38
  811. package/docs/DocumentLiteResourceArrayResponse.md +0 -34
  812. package/docs/DocumentResource.md +0 -48
  813. package/docs/DocumentResourceArrayResponse.md +0 -34
  814. package/docs/ExternalApiLogApi.md +0 -140
  815. package/docs/ExternalApiLogListResource.md +0 -42
  816. package/docs/ExternalApiLogListResourceArrayResponse.md +0 -34
  817. package/docs/ExternalApiLogResource.md +0 -54
  818. package/docs/ExternalApiLogResourceArrayResponse.md +0 -34
  819. package/docs/ExternalApiProvider.md +0 -32
  820. package/docs/ExternalApiSyncStatus.md +0 -32
  821. package/docs/FrontendCartResource.md +0 -76
  822. package/docs/FrontendCartResourceArrayResponse.md +0 -34
  823. package/docs/FrontendCartResourceCouponsInner.md +0 -42
  824. package/docs/FrontendComponentApi.md +0 -74
  825. package/docs/FrontendComponentLiteResource.md +0 -38
  826. package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
  827. package/docs/FrontendComponentResource.md +0 -40
  828. package/docs/FrontendComponentResourceArrayResponse.md +0 -34
  829. package/docs/FrontendLineItemResource.md +0 -50
  830. package/docs/FrontendLineItemResourceArrayResponse.md +0 -34
  831. package/docs/FrontendOrderResource.md +0 -80
  832. package/docs/FrontendOrderResourceArrayResponse.md +0 -34
  833. package/docs/GenericResponse.md +0 -34
  834. package/docs/GetUniqueEndpointsRequest.md +0 -34
  835. package/docs/GlobalSearchCategoryResource.md +0 -38
  836. package/docs/GlobalSearchCategoryResourceArrayResponse.md +0 -34
  837. package/docs/GlobalSearchProductResource.md +0 -56
  838. package/docs/GlobalSearchProductResourceArrayResponse.md +0 -34
  839. package/docs/GlobalSearchRangeResource.md +0 -42
  840. package/docs/GlobalSearchRangeResourceArrayResponse.md +0 -34
  841. package/docs/GlobalSearchResponseResource.md +0 -38
  842. package/docs/GlobalSearchResponseResourceArrayResponse.md +0 -34
  843. package/docs/GoogleCategoryApi.md +0 -74
  844. package/docs/GoogleCategoryResource.md +0 -36
  845. package/docs/GoogleCategoryResourceArrayResponse.md +0 -34
  846. package/docs/ImportReviewsRequest.md +0 -34
  847. package/docs/LabelApi.md +0 -407
  848. package/docs/LabelListResource.md +0 -50
  849. package/docs/LabelListResourceArrayResponse.md +0 -34
  850. package/docs/LabelLiteResource.md +0 -42
  851. package/docs/LabelLiteResourceArrayResponse.md +0 -34
  852. package/docs/LabelResource.md +0 -50
  853. package/docs/LabelResourceArrayResponse.md +0 -34
  854. package/docs/LiAddressResource.md +0 -52
  855. package/docs/LiAddressResourceArrayResponse.md +0 -34
  856. package/docs/LiAdminUserLiteResource.md +0 -40
  857. package/docs/LiAdminUserLiteResourceArrayResponse.md +0 -34
  858. package/docs/LineItemDiscountResource.md +0 -40
  859. package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
  860. package/docs/LineItemListResource.md +0 -52
  861. package/docs/LineItemListResourceArrayResponse.md +0 -34
  862. package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
  863. package/docs/MenuApi.md +0 -407
  864. package/docs/MenuIdRequest.md +0 -34
  865. package/docs/MenuItemHierarchyResource.md +0 -50
  866. package/docs/MenuItemHierarchyResourceArrayResponse.md +0 -34
  867. package/docs/MenuItemLinkResource.md +0 -46
  868. package/docs/MenuItemLinkResourceArrayResponse.md +0 -34
  869. package/docs/MenuItemLiteResource.md +0 -44
  870. package/docs/MenuItemLiteResourceArrayResponse.md +0 -34
  871. package/docs/MenuItemResource.md +0 -58
  872. package/docs/MenuItemResourceArrayResponse.md +0 -34
  873. package/docs/MenuItemType.md +0 -32
  874. package/docs/MenuItemsApi.md +0 -473
  875. package/docs/MenuListResource.md +0 -44
  876. package/docs/MenuListResourceArrayResponse.md +0 -34
  877. package/docs/MenuPosition.md +0 -32
  878. package/docs/MenuResource.md +0 -44
  879. package/docs/MenuResourceArrayResponse.md +0 -34
  880. package/docs/ModelAttributeFrontendResource.md +0 -36
  881. package/docs/ModelAttributeFrontendResourceArrayResponse.md +0 -34
  882. package/docs/ModelAttributeListResource.md +0 -44
  883. package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
  884. package/docs/ModelAttributeResource.md +0 -42
  885. package/docs/ModelAttributeResourceArrayResponse.md +0 -34
  886. package/docs/OmnisendSyncLiteResource.md +0 -38
  887. package/docs/OmnisendSyncLiteResourceArrayResponse.md +0 -34
  888. package/docs/OrderFulfillmentLineItemResource.md +0 -38
  889. package/docs/OrderFulfillmentLineItemResourceArrayResponse.md +0 -34
  890. package/docs/OrderFulfillmentResource.md +0 -54
  891. package/docs/OrderFulfillmentResourceArrayResponse.md +0 -34
  892. package/docs/OrderListResource.md +0 -58
  893. package/docs/OrderListResourceArrayResponse.md +0 -34
  894. package/docs/OrderLiteResource.md +0 -44
  895. package/docs/OrderLiteResourceArrayResponse.md +0 -34
  896. package/docs/OrderOmnisendEvent.md +0 -32
  897. package/docs/OrderStatusId.md +0 -32
  898. package/docs/OrderStatusLiteResource.md +0 -38
  899. package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
  900. package/docs/OrderStatusWithCountResource.md +0 -44
  901. package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
  902. package/docs/OrdersApi.md +0 -945
  903. package/docs/OverlayTemplateApi.md +0 -884
  904. package/docs/OverlayTemplateAssetFrontendResource.md +0 -44
  905. package/docs/OverlayTemplateAssetFrontendResourceArrayResponse.md +0 -34
  906. package/docs/OverlayTemplateAssetPosition.md +0 -32
  907. package/docs/OverlayTemplateAssetResource.md +0 -44
  908. package/docs/OverlayTemplateAssetResourceArrayResponse.md +0 -34
  909. package/docs/OverlayTemplateListResource.md +0 -38
  910. package/docs/OverlayTemplateListResourceArrayResponse.md +0 -34
  911. package/docs/OverlayTemplateLiteResource.md +0 -38
  912. package/docs/OverlayTemplateLiteResourceArrayResponse.md +0 -34
  913. package/docs/OverlayTemplateResource.md +0 -42
  914. package/docs/OverlayTemplateResourceArrayResponse.md +0 -34
  915. package/docs/PageApi.md +0 -407
  916. package/docs/PageComponentApi.md +0 -341
  917. package/docs/PageComponentLiteResource.md +0 -38
  918. package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
  919. package/docs/PageComponentRelationResource.md +0 -44
  920. package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
  921. package/docs/PageComponentResource.md +0 -54
  922. package/docs/PageComponentResourceArrayResponse.md +0 -34
  923. package/docs/PageFrontendDetailResource.md +0 -44
  924. package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
  925. package/docs/PageListResource.md +0 -56
  926. package/docs/PageListResourceArrayResponse.md +0 -34
  927. package/docs/PageLiteResource.md +0 -36
  928. package/docs/PageLiteResourceArrayResponse.md +0 -34
  929. package/docs/PageResource.md +0 -52
  930. package/docs/PageResourceArrayResponse.md +0 -34
  931. package/docs/PageType.md +0 -32
  932. package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
  933. package/docs/PaginatedAttributeListResourceResponse.md +0 -36
  934. package/docs/PaginatedAttributeLiteResourceResponse.md +0 -36
  935. package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +0 -36
  936. package/docs/PaginatedAttributeResourceResponse.md +0 -36
  937. package/docs/PaginatedAttributeValueResourceResponse.md +0 -36
  938. package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
  939. package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
  940. package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
  941. package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
  942. package/docs/PaginatedCartListResourceResponse.md +0 -36
  943. package/docs/PaginatedCategoryFrontendResourceResponse.md +0 -36
  944. package/docs/PaginatedCustomerListResourceResponse.md +0 -36
  945. package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
  946. package/docs/PaginatedDefinitionListResourceResponse.md +0 -36
  947. package/docs/PaginatedDefinitionResourceResponse.md +0 -36
  948. package/docs/PaginatedDocumentResourceResponse.md +0 -36
  949. package/docs/PaginatedExternalApiLogListResourceResponse.md +0 -36
  950. package/docs/PaginatedExternalApiLogResourceResponse.md +0 -36
  951. package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
  952. package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
  953. package/docs/PaginatedGoogleCategoryResourceResponse.md +0 -36
  954. package/docs/PaginatedLabelListResourceResponse.md +0 -36
  955. package/docs/PaginatedMenuListResourceResponse.md +0 -36
  956. package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
  957. package/docs/PaginatedOrderFulfillmentResourceResponse.md +0 -36
  958. package/docs/PaginatedOrderListResourceResponse.md +0 -36
  959. package/docs/PaginatedOverlayTemplateListResourceResponse.md +0 -36
  960. package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +0 -36
  961. package/docs/PaginatedOverlayTemplateResourceResponse.md +0 -36
  962. package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
  963. package/docs/PaginatedPageListResourceResponse.md +0 -36
  964. package/docs/PaginatedPageLiteResourceResponse.md +0 -36
  965. package/docs/PaginatedPageResourceResponse.md +0 -36
  966. package/docs/PaginatedProductCategoryListResourceResponse.md +0 -36
  967. package/docs/PaginatedProductCategoryResourceResponse.md +0 -36
  968. package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
  969. package/docs/PaginatedProductChildListResourceResponse.md +0 -36
  970. package/docs/PaginatedProductChildLiteResourceResponse.md +0 -36
  971. package/docs/PaginatedProductChildOverlayRelationResourceResponse.md +0 -36
  972. package/docs/PaginatedProductChildRelationResourceResponse.md +0 -36
  973. package/docs/PaginatedProductChildResourceResponse.md +0 -36
  974. package/docs/PaginatedProductClassLiteResourceResponse.md +0 -36
  975. package/docs/PaginatedProductListResourceResponse.md +0 -36
  976. package/docs/PaginatedProductLiteResourceResponse.md +0 -36
  977. package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
  978. package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
  979. package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
  980. package/docs/PaginatedProductRangeResourceResponse.md +0 -36
  981. package/docs/PaginatedProductRangeSearchResultResourceResponse.md +0 -36
  982. package/docs/PaginatedProductRegistrationAssetResourceResponse.md +0 -36
  983. package/docs/PaginatedProductRegistrationListResourceResponse.md +0 -36
  984. package/docs/PaginatedProductRegistrationResourceResponse.md +0 -36
  985. package/docs/PaginatedProductResourceResponse.md +0 -36
  986. package/docs/PaginatedProductSearchResultResourceResponse.md +0 -36
  987. package/docs/PaginatedProductTypeListResourceResponse.md +0 -36
  988. package/docs/PaginatedProductTypeLiteResourceResponse.md +0 -36
  989. package/docs/PaginatedProductTypeResourceResponse.md +0 -36
  990. package/docs/PaginatedRedirectListResourceResponse.md +0 -36
  991. package/docs/PaginatedReviewListResourceResponse.md +0 -36
  992. package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
  993. package/docs/PaginatedReviewResourceResponse.md +0 -36
  994. package/docs/PaginatedSiteListResourceResponse.md +0 -36
  995. package/docs/PaginatedSiteLiteResourceResponse.md +0 -36
  996. package/docs/PaginatedSiteNotificationListResourceResponse.md +0 -36
  997. package/docs/PaginatedSiteNotificationResourceResponse.md +0 -36
  998. package/docs/PaginatedSiteResourceResponse.md +0 -36
  999. package/docs/PaginatedStoreListResourceResponse.md +0 -36
  1000. package/docs/PaginatedSupplierFrontendResourceResponse.md +0 -36
  1001. package/docs/PaginatedSupplierListResourceResponse.md +0 -36
  1002. package/docs/PaginatedSupplierLiteResourceResponse.md +0 -36
  1003. package/docs/PaginatedSupplierResourceResponse.md +0 -36
  1004. package/docs/PaginatedTagListResourceResponse.md +0 -36
  1005. package/docs/PaginatedTagLiteResourceResponse.md +0 -36
  1006. package/docs/PaginatedTagResourceResponse.md +0 -36
  1007. package/docs/PaginatedTransactionListResourceResponse.md +0 -36
  1008. package/docs/PaginatedTransactionResourceResponse.md +0 -36
  1009. package/docs/PagingMetadata.md +0 -46
  1010. package/docs/PaymentMethod.md +0 -32
  1011. package/docs/PaymentSource.md +0 -32
  1012. package/docs/PaymentStatus.md +0 -32
  1013. package/docs/PreviewAutomationRulesRequest.md +0 -38
  1014. package/docs/PreviewAutomationRulesResource.md +0 -38
  1015. package/docs/PreviewAutomationRulesResourceArrayResponse.md +0 -34
  1016. package/docs/ProductAggregationResource.md +0 -40
  1017. package/docs/ProductAggregationResourceArrayResponse.md +0 -34
  1018. package/docs/ProductApi.md +0 -1562
  1019. package/docs/ProductAvailability.md +0 -32
  1020. package/docs/ProductCategoryApi.md +0 -881
  1021. package/docs/ProductCategoryHierarchyResource.md +0 -44
  1022. package/docs/ProductCategoryHierarchyResourceArrayResponse.md +0 -34
  1023. package/docs/ProductCategoryListResource.md +0 -50
  1024. package/docs/ProductCategoryListResourceArrayResponse.md +0 -34
  1025. package/docs/ProductCategoryLiteResource.md +0 -40
  1026. package/docs/ProductCategoryLiteResourceArrayResponse.md +0 -34
  1027. package/docs/ProductCategoryResource.md +0 -66
  1028. package/docs/ProductCategoryResourceArrayResponse.md +0 -34
  1029. package/docs/ProductChildAttributeGroupedResource.md +0 -40
  1030. package/docs/ProductChildAttributeGroupedResourceArrayResponse.md +0 -34
  1031. package/docs/ProductChildAttributeResource.md +0 -48
  1032. package/docs/ProductChildAttributeResourceArrayResponse.md +0 -34
  1033. package/docs/ProductChildFrontendResource.md +0 -48
  1034. package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
  1035. package/docs/ProductChildLineItemLiteResource.md +0 -58
  1036. package/docs/ProductChildLineItemLiteResourceArrayResponse.md +0 -34
  1037. package/docs/ProductChildListResource.md +0 -56
  1038. package/docs/ProductChildListResourceArrayResponse.md +0 -34
  1039. package/docs/ProductChildLiteResource.md +0 -50
  1040. package/docs/ProductChildLiteResourceArrayResponse.md +0 -34
  1041. package/docs/ProductChildOverlayRelationResource.md +0 -56
  1042. package/docs/ProductChildOverlayRelationResourceArrayResponse.md +0 -34
  1043. package/docs/ProductChildRelationResource.md +0 -46
  1044. package/docs/ProductChildRelationResourceArrayResponse.md +0 -34
  1045. package/docs/ProductChildResource.md +0 -96
  1046. package/docs/ProductChildResourceArrayResponse.md +0 -34
  1047. package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
  1048. package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
  1049. package/docs/ProductChildSiteDetailLiteResource.md +0 -48
  1050. package/docs/ProductChildSiteDetailLiteResourceArrayResponse.md +0 -34
  1051. package/docs/ProductChildSiteDetailResource.md +0 -66
  1052. package/docs/ProductChildSiteDetailResourceArrayResponse.md +0 -34
  1053. package/docs/ProductClassApi.md +0 -74
  1054. package/docs/ProductClassLiteResource.md +0 -38
  1055. package/docs/ProductClassLiteResourceArrayResponse.md +0 -34
  1056. package/docs/ProductClassResource.md +0 -40
  1057. package/docs/ProductClassResourceArrayResponse.md +0 -34
  1058. package/docs/ProductCompareResource.md +0 -70
  1059. package/docs/ProductCompareResourceArrayResponse.md +0 -34
  1060. package/docs/ProductListResource.md +0 -36
  1061. package/docs/ProductListResourceArrayResponse.md +0 -34
  1062. package/docs/ProductLiteResource.md +0 -36
  1063. package/docs/ProductLiteResourceArrayResponse.md +0 -34
  1064. package/docs/ProductRangeAggregationResource.md +0 -38
  1065. package/docs/ProductRangeAggregationResourceArrayResponse.md +0 -34
  1066. package/docs/ProductRangeApi.md +0 -1097
  1067. package/docs/ProductRangeFrontendListResource.md +0 -44
  1068. package/docs/ProductRangeFrontendListResourceArrayResponse.md +0 -34
  1069. package/docs/ProductRangeFrontendResource.md +0 -64
  1070. package/docs/ProductRangeFrontendResourceArrayResponse.md +0 -34
  1071. package/docs/ProductRangeListResource.md +0 -44
  1072. package/docs/ProductRangeListResourceArrayResponse.md +0 -34
  1073. package/docs/ProductRangeLiteResource.md +0 -36
  1074. package/docs/ProductRangeLiteResourceArrayResponse.md +0 -34
  1075. package/docs/ProductRangeResource.md +0 -52
  1076. package/docs/ProductRangeResourceArrayResponse.md +0 -34
  1077. package/docs/ProductRangeSearchResponseResource.md +0 -38
  1078. package/docs/ProductRangeSearchResponseResourceArrayResponse.md +0 -34
  1079. package/docs/ProductRangeSearchResponseResourceMeta.md +0 -40
  1080. package/docs/ProductRangeSearchResultResource.md +0 -50
  1081. package/docs/ProductRangeSearchResultResourceArrayResponse.md +0 -34
  1082. package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
  1083. package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
  1084. package/docs/ProductRangeSiteDetailLiteResource.md +0 -40
  1085. package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +0 -34
  1086. package/docs/ProductRangeSiteDetailResource.md +0 -56
  1087. package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
  1088. package/docs/ProductRangeSortBy.md +0 -32
  1089. package/docs/ProductRating.md +0 -32
  1090. package/docs/ProductRegistrationApi.md +0 -344
  1091. package/docs/ProductRegistrationAssetResource.md +0 -38
  1092. package/docs/ProductRegistrationAssetResourceArrayResponse.md +0 -34
  1093. package/docs/ProductRegistrationAssetType.md +0 -32
  1094. package/docs/ProductRegistrationCustomerLiteResource.md +0 -40
  1095. package/docs/ProductRegistrationCustomerLiteResourceArrayResponse.md +0 -34
  1096. package/docs/ProductRegistrationCustomerResource.md +0 -44
  1097. package/docs/ProductRegistrationCustomerResourceArrayResponse.md +0 -34
  1098. package/docs/ProductRegistrationListResource.md +0 -42
  1099. package/docs/ProductRegistrationListResourceArrayResponse.md +0 -34
  1100. package/docs/ProductRegistrationLiteResource.md +0 -36
  1101. package/docs/ProductRegistrationLiteResourceArrayResponse.md +0 -34
  1102. package/docs/ProductRegistrationProductChildResource.md +0 -40
  1103. package/docs/ProductRegistrationProductChildResourceArrayResponse.md +0 -34
  1104. package/docs/ProductRegistrationResource.md +0 -52
  1105. package/docs/ProductRegistrationResourceArrayResponse.md +0 -34
  1106. package/docs/ProductResource.md +0 -58
  1107. package/docs/ProductResourceArrayResponse.md +0 -34
  1108. package/docs/ProductReviewsResource.md +0 -44
  1109. package/docs/ProductReviewsResourceArrayResponse.md +0 -34
  1110. package/docs/ProductSearchResponseResource.md +0 -40
  1111. package/docs/ProductSearchResponseResourceArrayResponse.md +0 -34
  1112. package/docs/ProductSearchResponseResourceMeta.md +0 -40
  1113. package/docs/ProductSearchResponseResourcePriceInfo.md +0 -40
  1114. package/docs/ProductSearchResultResource.md +0 -70
  1115. package/docs/ProductSearchResultResourceArrayResponse.md +0 -34
  1116. package/docs/ProductSortBy.md +0 -32
  1117. package/docs/ProductTypeApi.md +0 -614
  1118. package/docs/ProductTypeListResource.md +0 -40
  1119. package/docs/ProductTypeListResourceArrayResponse.md +0 -34
  1120. package/docs/ProductTypeLiteResource.md +0 -38
  1121. package/docs/ProductTypeLiteResourceArrayResponse.md +0 -34
  1122. package/docs/ProductTypeResource.md +0 -48
  1123. package/docs/ProductTypeResourceArrayResponse.md +0 -34
  1124. package/docs/RedirectApi.md +0 -74
  1125. package/docs/RedirectFrontendResource.md +0 -44
  1126. package/docs/RedirectFrontendResourceArrayResponse.md +0 -34
  1127. package/docs/RedirectListResource.md +0 -46
  1128. package/docs/RedirectListResourceArrayResponse.md +0 -34
  1129. package/docs/RefundTransactionRequest.md +0 -36
  1130. package/docs/ReviewApi.md +0 -605
  1131. package/docs/ReviewExportDownloadUrlResource.md +0 -34
  1132. package/docs/ReviewExportDownloadUrlResourceArrayResponse.md +0 -34
  1133. package/docs/ReviewImportFailureResource.md +0 -38
  1134. package/docs/ReviewImportFailureResourceArrayResponse.md +0 -34
  1135. package/docs/ReviewImportResultResource.md +0 -38
  1136. package/docs/ReviewImportResultResourceArrayResponse.md +0 -34
  1137. package/docs/ReviewImportUploadUrlResource.md +0 -38
  1138. package/docs/ReviewImportUploadUrlResourceArrayResponse.md +0 -34
  1139. package/docs/ReviewListResource.md +0 -54
  1140. package/docs/ReviewListResourceArrayResponse.md +0 -34
  1141. package/docs/ReviewLiteResource.md +0 -38
  1142. package/docs/ReviewLiteResourceArrayResponse.md +0 -34
  1143. package/docs/ReviewPublicResource.md +0 -46
  1144. package/docs/ReviewPublicResourceArrayResponse.md +0 -34
  1145. package/docs/ReviewResource.md +0 -64
  1146. package/docs/ReviewResourceArrayResponse.md +0 -34
  1147. package/docs/SEOResource.md +0 -40
  1148. package/docs/SEOResourceArrayResponse.md +0 -34
  1149. package/docs/SearchAdminNotesRequest.md +0 -52
  1150. package/docs/SearchAllAttributeValuesRequest.md +0 -46
  1151. package/docs/SearchAllAttributesRequest.md +0 -50
  1152. package/docs/SearchAllBlogCategoriesRequest.md +0 -46
  1153. package/docs/SearchAllDefinitionsRequest.md +0 -44
  1154. package/docs/SearchAllDocumentsRequest.md +0 -46
  1155. package/docs/SearchAllFrontendComponentsRequest.md +0 -48
  1156. package/docs/SearchAllMenuItemsRequest.md +0 -48
  1157. package/docs/SearchAllMenusRequest.md +0 -48
  1158. package/docs/SearchAllOrdersRequest.md +0 -54
  1159. package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
  1160. package/docs/SearchAllPageComponentsRequest.md +0 -48
  1161. package/docs/SearchAllPagesRequest.md +0 -50
  1162. package/docs/SearchAllProductCategoriesRequest.md +0 -54
  1163. package/docs/SearchAllProductChildrenRequest.md +0 -70
  1164. package/docs/SearchAllProductClassesRequest.md +0 -44
  1165. package/docs/SearchAllProductRangesRequest.md +0 -50
  1166. package/docs/SearchAllProductRegistrationsRequest.md +0 -46
  1167. package/docs/SearchAllProductTypesRequest.md +0 -44
  1168. package/docs/SearchAllProductsRequest.md +0 -54
  1169. package/docs/SearchAllStoresRequest.md +0 -48
  1170. package/docs/SearchAllSuppliersRequest.md +0 -44
  1171. package/docs/SearchAttributeValuesRequest.md +0 -50
  1172. package/docs/SearchAttributesRequest.md +0 -54
  1173. package/docs/SearchBlogCategoriesRequest.md +0 -50
  1174. package/docs/SearchCartsRequest.md +0 -66
  1175. package/docs/SearchCustomersRequest.md +0 -50
  1176. package/docs/SearchDefinitionsRequest.md +0 -48
  1177. package/docs/SearchDocumentsRequest.md +0 -50
  1178. package/docs/SearchExternalApiLogsRequest.md +0 -70
  1179. package/docs/SearchGoogleCategoriesRequest.md +0 -48
  1180. package/docs/SearchLabelsRequest.md +0 -50
  1181. package/docs/SearchLinkablesRequest.md +0 -38
  1182. package/docs/SearchMenusRequest.md +0 -52
  1183. package/docs/SearchModelAttributesRequest.md +0 -54
  1184. package/docs/SearchOrderFulfillmentsRequest.md +0 -58
  1185. package/docs/SearchOrdersRequest.md +0 -70
  1186. package/docs/SearchOverlayTemplatesRequest.md +0 -50
  1187. package/docs/SearchPagesRequest.md +0 -54
  1188. package/docs/SearchProductCategoriesRequest.md +0 -62
  1189. package/docs/SearchProductChildAttributesRequest.md +0 -50
  1190. package/docs/SearchProductChildrenRequest.md +0 -74
  1191. package/docs/SearchProductRangesRequest.md +0 -54
  1192. package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
  1193. package/docs/SearchProductRegistrationsRequest.md +0 -58
  1194. package/docs/SearchProductTypesRequest.md +0 -48
  1195. package/docs/SearchProductsRequest.md +0 -58
  1196. package/docs/SearchRedirectsRequest.md +0 -56
  1197. package/docs/SearchReviewsRequest.md +0 -54
  1198. package/docs/SearchSiteNotificationsRequest.md +0 -50
  1199. package/docs/SearchSitesRequest.md +0 -48
  1200. package/docs/SearchStoresRequest.md +0 -52
  1201. package/docs/SearchSuppliersRequest.md +0 -48
  1202. package/docs/SearchTagsRequest.md +0 -52
  1203. package/docs/SearchTransactionsRequest.md +0 -60
  1204. package/docs/ShippingType.md +0 -32
  1205. package/docs/ShowProductChildAssetsRequest.md +0 -34
  1206. package/docs/SiteApi.md +0 -608
  1207. package/docs/SiteConfigResource.md +0 -58
  1208. package/docs/SiteConfigResourceArrayResponse.md +0 -34
  1209. package/docs/SiteIdRequest.md +0 -34
  1210. package/docs/SiteListResource.md +0 -40
  1211. package/docs/SiteListResourceArrayResponse.md +0 -34
  1212. package/docs/SiteLiteResource.md +0 -40
  1213. package/docs/SiteLiteResourceArrayResponse.md +0 -34
  1214. package/docs/SiteNotificationListResource.md +0 -52
  1215. package/docs/SiteNotificationListResourceArrayResponse.md +0 -34
  1216. package/docs/SiteNotificationResource.md +0 -46
  1217. package/docs/SiteNotificationResourceArrayResponse.md +0 -34
  1218. package/docs/SitePaymentConfigResource.md +0 -56
  1219. package/docs/SitePaymentConfigResourceArrayResponse.md +0 -34
  1220. package/docs/SiteResource.md +0 -44
  1221. package/docs/SiteResourceArrayResponse.md +0 -34
  1222. package/docs/SkuSearchProductChildRequest.md +0 -36
  1223. package/docs/StoreApi.md +0 -755
  1224. package/docs/StoreFrontendResource.md +0 -58
  1225. package/docs/StoreFrontendResourceArrayResponse.md +0 -34
  1226. package/docs/StoreListResource.md +0 -56
  1227. package/docs/StoreListResourceArrayResponse.md +0 -34
  1228. package/docs/StoreLiteResource.md +0 -38
  1229. package/docs/StoreLiteResourceArrayResponse.md +0 -34
  1230. package/docs/StoreResource.md +0 -62
  1231. package/docs/StoreResourceArrayResponse.md +0 -34
  1232. package/docs/StoreSpecialDateFrontendResource.md +0 -46
  1233. package/docs/StoreSpecialDateFrontendResourceArrayResponse.md +0 -34
  1234. package/docs/StoreSpecialDateRequest.md +0 -44
  1235. package/docs/StoreSpecialDateResource.md +0 -46
  1236. package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
  1237. package/docs/StoreStockType.md +0 -32
  1238. package/docs/StoreTransactionResource.md +0 -36
  1239. package/docs/StoreTransactionResourceArrayResponse.md +0 -34
  1240. package/docs/SupplierApi.md +0 -677
  1241. package/docs/SupplierFrontendResource.md +0 -50
  1242. package/docs/SupplierFrontendResourceArrayResponse.md +0 -34
  1243. package/docs/SupplierListResource.md +0 -42
  1244. package/docs/SupplierListResourceArrayResponse.md +0 -34
  1245. package/docs/SupplierLiteResource.md +0 -36
  1246. package/docs/SupplierLiteResourceArrayResponse.md +0 -34
  1247. package/docs/SupplierResource.md +0 -50
  1248. package/docs/SupplierResourceArrayResponse.md +0 -34
  1249. package/docs/TagApi.md +0 -545
  1250. package/docs/TagFrontendResource.md +0 -44
  1251. package/docs/TagFrontendResourceArrayResponse.md +0 -34
  1252. package/docs/TagListResource.md +0 -42
  1253. package/docs/TagListResourceArrayResponse.md +0 -34
  1254. package/docs/TagLiteResource.md +0 -36
  1255. package/docs/TagLiteResourceArrayResponse.md +0 -34
  1256. package/docs/TagResource.md +0 -46
  1257. package/docs/TagResourceArrayResponse.md +0 -34
  1258. package/docs/TagType.md +0 -32
  1259. package/docs/Thumbnail.md +0 -36
  1260. package/docs/TransactionListResource.md +0 -62
  1261. package/docs/TransactionListResourceArrayResponse.md +0 -34
  1262. package/docs/TransactionLiteResource.md +0 -56
  1263. package/docs/TransactionLiteResourceArrayResponse.md +0 -34
  1264. package/docs/TransactionResource.md +0 -66
  1265. package/docs/TransactionResourceArrayResponse.md +0 -34
  1266. package/docs/TransactionType.md +0 -32
  1267. package/docs/TransactionsApi.md +0 -209
  1268. package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
  1269. package/docs/UpdateAssetForAssetableRequest.md +0 -48
  1270. package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
  1271. package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
  1272. package/docs/UpdateAttributeProductTypeRequest.md +0 -36
  1273. package/docs/UpdateAttributeRequest.md +0 -42
  1274. package/docs/UpdateAttributeValueRequest.md +0 -34
  1275. package/docs/UpdateBlogCategoryRequest.md +0 -40
  1276. package/docs/UpdateCartRequest.md +0 -66
  1277. package/docs/UpdateDefinitionRequest.md +0 -36
  1278. package/docs/UpdateDocumentRequest.md +0 -38
  1279. package/docs/UpdateLabelRequest.md +0 -48
  1280. package/docs/UpdateLineItemRequest.md +0 -36
  1281. package/docs/UpdateMenuItemRequest.md +0 -52
  1282. package/docs/UpdateMenuRequest.md +0 -40
  1283. package/docs/UpdateMenuRequestMenuItemOrderInner.md +0 -38
  1284. package/docs/UpdateModelAttributeRequest.md +0 -36
  1285. package/docs/UpdateOrderRequest.md +0 -60
  1286. package/docs/UpdateOverlayTemplateAssetRequest.md +0 -50
  1287. package/docs/UpdateOverlayTemplateRequest.md +0 -36
  1288. package/docs/UpdatePageComponentRequest.md +0 -46
  1289. package/docs/UpdatePageRequest.md +0 -46
  1290. package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
  1291. package/docs/UpdateProductCategoryRequest.md +0 -66
  1292. package/docs/UpdateProductChildRequest.md +0 -66
  1293. package/docs/UpdateProductChildRequestAssetsInner.md +0 -44
  1294. package/docs/UpdateProductRangeRequest.md +0 -42
  1295. package/docs/UpdateProductRangeRequestAttributesInner.md +0 -36
  1296. package/docs/UpdateProductRequest.md +0 -50
  1297. package/docs/UpdateProductTypeAttributeRequest.md +0 -36
  1298. package/docs/UpdateProductTypeRequest.md +0 -42
  1299. package/docs/UpdateReviewRequest.md +0 -46
  1300. package/docs/UpdateSiteNotificationRequest.md +0 -42
  1301. package/docs/UpdateSiteRequest.md +0 -78
  1302. package/docs/UpdateStoreRequest.md +0 -60
  1303. package/docs/UpdateStoreRequestSpecialDatesInner.md +0 -42
  1304. package/docs/UpdateSupplierRequest.md +0 -56
  1305. package/docs/UpdateTagRequest.md +0 -46
  1306. package/docs/WishlistCheckResource.md +0 -34
  1307. package/docs/WishlistCheckResourceArrayResponse.md +0 -34
  1308. package/docs/WishlistToggleResource.md +0 -36
  1309. package/docs/WishlistToggleResourceArrayResponse.md +0 -34
@@ -1,1097 +0,0 @@
1
- # ProductRangeApi
2
-
3
- All URIs are relative to *http://localhost/api*
4
-
5
- | Method | HTTP request | Description |
6
- |------------- | ------------- | -------------|
7
- | [**attachAccessoriesProductRange**](ProductRangeApi.md#attachaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange |
8
- | [**attachAttributesProductRange**](ProductRangeApi.md#attachattributesproductrange) | **POST** /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange |
9
- | [**attachDocumentsProductRange**](ProductRangeApi.md#attachdocumentsproductrange) | **POST** /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange |
10
- | [**attachProductChildrenProductRange**](ProductRangeApi.md#attachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange |
11
- | [**destroyProductRange**](ProductRangeApi.md#destroyproductrange) | **DELETE** /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange |
12
- | [**detachAccessoriesProductRange**](ProductRangeApi.md#detachaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange |
13
- | [**detachAttributesProductRange**](ProductRangeApi.md#detachattributesproductrange) | **POST** /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange |
14
- | [**detachDocumentsProductRange**](ProductRangeApi.md#detachdocumentsproductrange) | **POST** /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange |
15
- | [**detachProductChildrenProductRange**](ProductRangeApi.md#detachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange |
16
- | [**getAllProductRange**](ProductRangeApi.md#getallproductrange) | **POST** /admin-api/product-range/all | Auto-generated: getAllProductRange |
17
- | [**indexProductRange**](ProductRangeApi.md#indexproductrange) | **POST** /admin-api/product-range/list | Auto-generated: indexProductRange |
18
- | [**listAccessoriesProductRange**](ProductRangeApi.md#listaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange |
19
- | [**listProductsProductRange**](ProductRangeApi.md#listproductsproductrange) | **POST** /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange |
20
- | [**showProductRange**](ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange |
21
- | [**storeProductRange**](ProductRangeApi.md#storeproductrange) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange |
22
- | [**updateProductRange**](ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange |
23
-
24
-
25
-
26
- ## attachAccessoriesProductRange
27
-
28
- > ProductRangeResource attachAccessoriesProductRange(productRange, attachProductChildrenToProductRangeRequest)
29
-
30
- Auto-generated: attachAccessoriesProductRange
31
-
32
- ### Example
33
-
34
- ```ts
35
- import {
36
- Configuration,
37
- ProductRangeApi,
38
- } from '@digital8/lighting-illusions-ts-sdk';
39
- import type { AttachAccessoriesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
40
-
41
- async function example() {
42
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
43
- const api = new ProductRangeApi();
44
-
45
- const body = {
46
- // number | The id of the productRange
47
- productRange: 56,
48
- // AttachProductChildrenToProductRangeRequest (optional)
49
- attachProductChildrenToProductRangeRequest: ...,
50
- } satisfies AttachAccessoriesProductRangeRequest;
51
-
52
- try {
53
- const data = await api.attachAccessoriesProductRange(body);
54
- console.log(data);
55
- } catch (error) {
56
- console.error(error);
57
- }
58
- }
59
-
60
- // Run the test
61
- example().catch(console.error);
62
- ```
63
-
64
- ### Parameters
65
-
66
-
67
- | Name | Type | Description | Notes |
68
- |------------- | ------------- | ------------- | -------------|
69
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
70
- | **attachProductChildrenToProductRangeRequest** | [AttachProductChildrenToProductRangeRequest](AttachProductChildrenToProductRangeRequest.md) | | [Optional] |
71
-
72
- ### Return type
73
-
74
- [**ProductRangeResource**](ProductRangeResource.md)
75
-
76
- ### Authorization
77
-
78
- No authorization required
79
-
80
- ### HTTP request headers
81
-
82
- - **Content-Type**: `application/json`
83
- - **Accept**: `application/json`
84
-
85
-
86
- ### HTTP response details
87
- | Status code | Description | Response headers |
88
- |-------------|-------------|------------------|
89
- | **200** | Successful resource response | - |
90
-
91
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
92
-
93
-
94
- ## attachAttributesProductRange
95
-
96
- > ProductRangeResource attachAttributesProductRange(productRange, attachAttributesToProductRangeRequest)
97
-
98
- Auto-generated: attachAttributesProductRange
99
-
100
- ### Example
101
-
102
- ```ts
103
- import {
104
- Configuration,
105
- ProductRangeApi,
106
- } from '@digital8/lighting-illusions-ts-sdk';
107
- import type { AttachAttributesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
108
-
109
- async function example() {
110
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
111
- const api = new ProductRangeApi();
112
-
113
- const body = {
114
- // number | The id of the productRange
115
- productRange: 56,
116
- // AttachAttributesToProductRangeRequest (optional)
117
- attachAttributesToProductRangeRequest: ...,
118
- } satisfies AttachAttributesProductRangeRequest;
119
-
120
- try {
121
- const data = await api.attachAttributesProductRange(body);
122
- console.log(data);
123
- } catch (error) {
124
- console.error(error);
125
- }
126
- }
127
-
128
- // Run the test
129
- example().catch(console.error);
130
- ```
131
-
132
- ### Parameters
133
-
134
-
135
- | Name | Type | Description | Notes |
136
- |------------- | ------------- | ------------- | -------------|
137
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
138
- | **attachAttributesToProductRangeRequest** | [AttachAttributesToProductRangeRequest](AttachAttributesToProductRangeRequest.md) | | [Optional] |
139
-
140
- ### Return type
141
-
142
- [**ProductRangeResource**](ProductRangeResource.md)
143
-
144
- ### Authorization
145
-
146
- No authorization required
147
-
148
- ### HTTP request headers
149
-
150
- - **Content-Type**: `application/json`
151
- - **Accept**: `application/json`
152
-
153
-
154
- ### HTTP response details
155
- | Status code | Description | Response headers |
156
- |-------------|-------------|------------------|
157
- | **200** | Successful resource response | - |
158
-
159
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
160
-
161
-
162
- ## attachDocumentsProductRange
163
-
164
- > ProductRangeResource attachDocumentsProductRange(productRange, attachDocumentsToProductRangeRequest)
165
-
166
- Auto-generated: attachDocumentsProductRange
167
-
168
- ### Example
169
-
170
- ```ts
171
- import {
172
- Configuration,
173
- ProductRangeApi,
174
- } from '@digital8/lighting-illusions-ts-sdk';
175
- import type { AttachDocumentsProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
176
-
177
- async function example() {
178
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
179
- const api = new ProductRangeApi();
180
-
181
- const body = {
182
- // number | The id of the productRange
183
- productRange: 56,
184
- // AttachDocumentsToProductRangeRequest (optional)
185
- attachDocumentsToProductRangeRequest: ...,
186
- } satisfies AttachDocumentsProductRangeRequest;
187
-
188
- try {
189
- const data = await api.attachDocumentsProductRange(body);
190
- console.log(data);
191
- } catch (error) {
192
- console.error(error);
193
- }
194
- }
195
-
196
- // Run the test
197
- example().catch(console.error);
198
- ```
199
-
200
- ### Parameters
201
-
202
-
203
- | Name | Type | Description | Notes |
204
- |------------- | ------------- | ------------- | -------------|
205
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
206
- | **attachDocumentsToProductRangeRequest** | [AttachDocumentsToProductRangeRequest](AttachDocumentsToProductRangeRequest.md) | | [Optional] |
207
-
208
- ### Return type
209
-
210
- [**ProductRangeResource**](ProductRangeResource.md)
211
-
212
- ### Authorization
213
-
214
- No authorization required
215
-
216
- ### HTTP request headers
217
-
218
- - **Content-Type**: `application/json`
219
- - **Accept**: `application/json`
220
-
221
-
222
- ### HTTP response details
223
- | Status code | Description | Response headers |
224
- |-------------|-------------|------------------|
225
- | **200** | Successful resource response | - |
226
-
227
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
228
-
229
-
230
- ## attachProductChildrenProductRange
231
-
232
- > ProductRangeResource attachProductChildrenProductRange(productRange, attachProductChildrenToProductRangeRequest)
233
-
234
- Auto-generated: attachProductChildrenProductRange
235
-
236
- ### Example
237
-
238
- ```ts
239
- import {
240
- Configuration,
241
- ProductRangeApi,
242
- } from '@digital8/lighting-illusions-ts-sdk';
243
- import type { AttachProductChildrenProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
244
-
245
- async function example() {
246
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
247
- const api = new ProductRangeApi();
248
-
249
- const body = {
250
- // number | The id of the productRange
251
- productRange: 56,
252
- // AttachProductChildrenToProductRangeRequest (optional)
253
- attachProductChildrenToProductRangeRequest: ...,
254
- } satisfies AttachProductChildrenProductRangeRequest;
255
-
256
- try {
257
- const data = await api.attachProductChildrenProductRange(body);
258
- console.log(data);
259
- } catch (error) {
260
- console.error(error);
261
- }
262
- }
263
-
264
- // Run the test
265
- example().catch(console.error);
266
- ```
267
-
268
- ### Parameters
269
-
270
-
271
- | Name | Type | Description | Notes |
272
- |------------- | ------------- | ------------- | -------------|
273
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
274
- | **attachProductChildrenToProductRangeRequest** | [AttachProductChildrenToProductRangeRequest](AttachProductChildrenToProductRangeRequest.md) | | [Optional] |
275
-
276
- ### Return type
277
-
278
- [**ProductRangeResource**](ProductRangeResource.md)
279
-
280
- ### Authorization
281
-
282
- No authorization required
283
-
284
- ### HTTP request headers
285
-
286
- - **Content-Type**: `application/json`
287
- - **Accept**: `application/json`
288
-
289
-
290
- ### HTTP response details
291
- | Status code | Description | Response headers |
292
- |-------------|-------------|------------------|
293
- | **200** | Successful resource response | - |
294
-
295
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
296
-
297
-
298
- ## destroyProductRange
299
-
300
- > GenericResponse destroyProductRange(productRange)
301
-
302
- Auto-generated: destroyProductRange
303
-
304
- ### Example
305
-
306
- ```ts
307
- import {
308
- Configuration,
309
- ProductRangeApi,
310
- } from '@digital8/lighting-illusions-ts-sdk';
311
- import type { DestroyProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
312
-
313
- async function example() {
314
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
315
- const api = new ProductRangeApi();
316
-
317
- const body = {
318
- // number | The id of the productRange
319
- productRange: 56,
320
- } satisfies DestroyProductRangeRequest;
321
-
322
- try {
323
- const data = await api.destroyProductRange(body);
324
- console.log(data);
325
- } catch (error) {
326
- console.error(error);
327
- }
328
- }
329
-
330
- // Run the test
331
- example().catch(console.error);
332
- ```
333
-
334
- ### Parameters
335
-
336
-
337
- | Name | Type | Description | Notes |
338
- |------------- | ------------- | ------------- | -------------|
339
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
340
-
341
- ### Return type
342
-
343
- [**GenericResponse**](GenericResponse.md)
344
-
345
- ### Authorization
346
-
347
- No authorization required
348
-
349
- ### HTTP request headers
350
-
351
- - **Content-Type**: Not defined
352
- - **Accept**: `application/json`
353
-
354
-
355
- ### HTTP response details
356
- | Status code | Description | Response headers |
357
- |-------------|-------------|------------------|
358
- | **200** | \\JsonResponse | - |
359
-
360
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
361
-
362
-
363
- ## detachAccessoriesProductRange
364
-
365
- > ProductRangeResource detachAccessoriesProductRange(productRange, detachProductChildrenFromProductRangeRequest)
366
-
367
- Auto-generated: detachAccessoriesProductRange
368
-
369
- ### Example
370
-
371
- ```ts
372
- import {
373
- Configuration,
374
- ProductRangeApi,
375
- } from '@digital8/lighting-illusions-ts-sdk';
376
- import type { DetachAccessoriesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
377
-
378
- async function example() {
379
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
380
- const api = new ProductRangeApi();
381
-
382
- const body = {
383
- // number | The id of the productRange
384
- productRange: 56,
385
- // DetachProductChildrenFromProductRangeRequest (optional)
386
- detachProductChildrenFromProductRangeRequest: ...,
387
- } satisfies DetachAccessoriesProductRangeRequest;
388
-
389
- try {
390
- const data = await api.detachAccessoriesProductRange(body);
391
- console.log(data);
392
- } catch (error) {
393
- console.error(error);
394
- }
395
- }
396
-
397
- // Run the test
398
- example().catch(console.error);
399
- ```
400
-
401
- ### Parameters
402
-
403
-
404
- | Name | Type | Description | Notes |
405
- |------------- | ------------- | ------------- | -------------|
406
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
407
- | **detachProductChildrenFromProductRangeRequest** | [DetachProductChildrenFromProductRangeRequest](DetachProductChildrenFromProductRangeRequest.md) | | [Optional] |
408
-
409
- ### Return type
410
-
411
- [**ProductRangeResource**](ProductRangeResource.md)
412
-
413
- ### Authorization
414
-
415
- No authorization required
416
-
417
- ### HTTP request headers
418
-
419
- - **Content-Type**: `application/json`
420
- - **Accept**: `application/json`
421
-
422
-
423
- ### HTTP response details
424
- | Status code | Description | Response headers |
425
- |-------------|-------------|------------------|
426
- | **200** | Successful resource response | - |
427
-
428
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
429
-
430
-
431
- ## detachAttributesProductRange
432
-
433
- > ProductRangeResource detachAttributesProductRange(productRange, detachAttributesFromProductRangeRequest)
434
-
435
- Auto-generated: detachAttributesProductRange
436
-
437
- ### Example
438
-
439
- ```ts
440
- import {
441
- Configuration,
442
- ProductRangeApi,
443
- } from '@digital8/lighting-illusions-ts-sdk';
444
- import type { DetachAttributesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
445
-
446
- async function example() {
447
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
448
- const api = new ProductRangeApi();
449
-
450
- const body = {
451
- // number | The id of the productRange
452
- productRange: 56,
453
- // DetachAttributesFromProductRangeRequest (optional)
454
- detachAttributesFromProductRangeRequest: ...,
455
- } satisfies DetachAttributesProductRangeRequest;
456
-
457
- try {
458
- const data = await api.detachAttributesProductRange(body);
459
- console.log(data);
460
- } catch (error) {
461
- console.error(error);
462
- }
463
- }
464
-
465
- // Run the test
466
- example().catch(console.error);
467
- ```
468
-
469
- ### Parameters
470
-
471
-
472
- | Name | Type | Description | Notes |
473
- |------------- | ------------- | ------------- | -------------|
474
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
475
- | **detachAttributesFromProductRangeRequest** | [DetachAttributesFromProductRangeRequest](DetachAttributesFromProductRangeRequest.md) | | [Optional] |
476
-
477
- ### Return type
478
-
479
- [**ProductRangeResource**](ProductRangeResource.md)
480
-
481
- ### Authorization
482
-
483
- No authorization required
484
-
485
- ### HTTP request headers
486
-
487
- - **Content-Type**: `application/json`
488
- - **Accept**: `application/json`
489
-
490
-
491
- ### HTTP response details
492
- | Status code | Description | Response headers |
493
- |-------------|-------------|------------------|
494
- | **200** | Successful resource response | - |
495
-
496
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
497
-
498
-
499
- ## detachDocumentsProductRange
500
-
501
- > ProductRangeResource detachDocumentsProductRange(productRange, detachDocumentsFromProductRangeRequest)
502
-
503
- Auto-generated: detachDocumentsProductRange
504
-
505
- ### Example
506
-
507
- ```ts
508
- import {
509
- Configuration,
510
- ProductRangeApi,
511
- } from '@digital8/lighting-illusions-ts-sdk';
512
- import type { DetachDocumentsProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
513
-
514
- async function example() {
515
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
516
- const api = new ProductRangeApi();
517
-
518
- const body = {
519
- // number | The id of the productRange
520
- productRange: 56,
521
- // DetachDocumentsFromProductRangeRequest (optional)
522
- detachDocumentsFromProductRangeRequest: ...,
523
- } satisfies DetachDocumentsProductRangeRequest;
524
-
525
- try {
526
- const data = await api.detachDocumentsProductRange(body);
527
- console.log(data);
528
- } catch (error) {
529
- console.error(error);
530
- }
531
- }
532
-
533
- // Run the test
534
- example().catch(console.error);
535
- ```
536
-
537
- ### Parameters
538
-
539
-
540
- | Name | Type | Description | Notes |
541
- |------------- | ------------- | ------------- | -------------|
542
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
543
- | **detachDocumentsFromProductRangeRequest** | [DetachDocumentsFromProductRangeRequest](DetachDocumentsFromProductRangeRequest.md) | | [Optional] |
544
-
545
- ### Return type
546
-
547
- [**ProductRangeResource**](ProductRangeResource.md)
548
-
549
- ### Authorization
550
-
551
- No authorization required
552
-
553
- ### HTTP request headers
554
-
555
- - **Content-Type**: `application/json`
556
- - **Accept**: `application/json`
557
-
558
-
559
- ### HTTP response details
560
- | Status code | Description | Response headers |
561
- |-------------|-------------|------------------|
562
- | **200** | Successful resource response | - |
563
-
564
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
565
-
566
-
567
- ## detachProductChildrenProductRange
568
-
569
- > ProductRangeResource detachProductChildrenProductRange(productRange, detachProductChildrenFromProductRangeRequest)
570
-
571
- Auto-generated: detachProductChildrenProductRange
572
-
573
- ### Example
574
-
575
- ```ts
576
- import {
577
- Configuration,
578
- ProductRangeApi,
579
- } from '@digital8/lighting-illusions-ts-sdk';
580
- import type { DetachProductChildrenProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
581
-
582
- async function example() {
583
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
584
- const api = new ProductRangeApi();
585
-
586
- const body = {
587
- // number | The id of the productRange
588
- productRange: 56,
589
- // DetachProductChildrenFromProductRangeRequest (optional)
590
- detachProductChildrenFromProductRangeRequest: ...,
591
- } satisfies DetachProductChildrenProductRangeRequest;
592
-
593
- try {
594
- const data = await api.detachProductChildrenProductRange(body);
595
- console.log(data);
596
- } catch (error) {
597
- console.error(error);
598
- }
599
- }
600
-
601
- // Run the test
602
- example().catch(console.error);
603
- ```
604
-
605
- ### Parameters
606
-
607
-
608
- | Name | Type | Description | Notes |
609
- |------------- | ------------- | ------------- | -------------|
610
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
611
- | **detachProductChildrenFromProductRangeRequest** | [DetachProductChildrenFromProductRangeRequest](DetachProductChildrenFromProductRangeRequest.md) | | [Optional] |
612
-
613
- ### Return type
614
-
615
- [**ProductRangeResource**](ProductRangeResource.md)
616
-
617
- ### Authorization
618
-
619
- No authorization required
620
-
621
- ### HTTP request headers
622
-
623
- - **Content-Type**: `application/json`
624
- - **Accept**: `application/json`
625
-
626
-
627
- ### HTTP response details
628
- | Status code | Description | Response headers |
629
- |-------------|-------------|------------------|
630
- | **200** | Successful resource response | - |
631
-
632
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
633
-
634
-
635
- ## getAllProductRange
636
-
637
- > ProductRangeLiteResourceArrayResponse getAllProductRange(searchAllProductRangesRequest)
638
-
639
- Auto-generated: getAllProductRange
640
-
641
- ### Example
642
-
643
- ```ts
644
- import {
645
- Configuration,
646
- ProductRangeApi,
647
- } from '@digital8/lighting-illusions-ts-sdk';
648
- import type { GetAllProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
649
-
650
- async function example() {
651
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
652
- const api = new ProductRangeApi();
653
-
654
- const body = {
655
- // SearchAllProductRangesRequest (optional)
656
- searchAllProductRangesRequest: ...,
657
- } satisfies GetAllProductRangeRequest;
658
-
659
- try {
660
- const data = await api.getAllProductRange(body);
661
- console.log(data);
662
- } catch (error) {
663
- console.error(error);
664
- }
665
- }
666
-
667
- // Run the test
668
- example().catch(console.error);
669
- ```
670
-
671
- ### Parameters
672
-
673
-
674
- | Name | Type | Description | Notes |
675
- |------------- | ------------- | ------------- | -------------|
676
- | **searchAllProductRangesRequest** | [SearchAllProductRangesRequest](SearchAllProductRangesRequest.md) | | [Optional] |
677
-
678
- ### Return type
679
-
680
- [**ProductRangeLiteResourceArrayResponse**](ProductRangeLiteResourceArrayResponse.md)
681
-
682
- ### Authorization
683
-
684
- No authorization required
685
-
686
- ### HTTP request headers
687
-
688
- - **Content-Type**: `application/json`
689
- - **Accept**: `application/json`
690
-
691
-
692
- ### HTTP response details
693
- | Status code | Description | Response headers |
694
- |-------------|-------------|------------------|
695
- | **200** | Successful resource response | - |
696
-
697
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
698
-
699
-
700
- ## indexProductRange
701
-
702
- > PaginatedProductRangeListResourceResponse indexProductRange(searchProductRangesRequest)
703
-
704
- Auto-generated: indexProductRange
705
-
706
- ### Example
707
-
708
- ```ts
709
- import {
710
- Configuration,
711
- ProductRangeApi,
712
- } from '@digital8/lighting-illusions-ts-sdk';
713
- import type { IndexProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
714
-
715
- async function example() {
716
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
717
- const api = new ProductRangeApi();
718
-
719
- const body = {
720
- // SearchProductRangesRequest (optional)
721
- searchProductRangesRequest: ...,
722
- } satisfies IndexProductRangeRequest;
723
-
724
- try {
725
- const data = await api.indexProductRange(body);
726
- console.log(data);
727
- } catch (error) {
728
- console.error(error);
729
- }
730
- }
731
-
732
- // Run the test
733
- example().catch(console.error);
734
- ```
735
-
736
- ### Parameters
737
-
738
-
739
- | Name | Type | Description | Notes |
740
- |------------- | ------------- | ------------- | -------------|
741
- | **searchProductRangesRequest** | [SearchProductRangesRequest](SearchProductRangesRequest.md) | | [Optional] |
742
-
743
- ### Return type
744
-
745
- [**PaginatedProductRangeListResourceResponse**](PaginatedProductRangeListResourceResponse.md)
746
-
747
- ### Authorization
748
-
749
- No authorization required
750
-
751
- ### HTTP request headers
752
-
753
- - **Content-Type**: `application/json`
754
- - **Accept**: `application/json`
755
-
756
-
757
- ### HTTP response details
758
- | Status code | Description | Response headers |
759
- |-------------|-------------|------------------|
760
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductRangeListResource[]>> | - |
761
-
762
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
763
-
764
-
765
- ## listAccessoriesProductRange
766
-
767
- > PaginatedProductChildListResourceResponse listAccessoriesProductRange(productRange, searchProductChildrenRequest)
768
-
769
- Auto-generated: listAccessoriesProductRange
770
-
771
- ### Example
772
-
773
- ```ts
774
- import {
775
- Configuration,
776
- ProductRangeApi,
777
- } from '@digital8/lighting-illusions-ts-sdk';
778
- import type { ListAccessoriesProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
779
-
780
- async function example() {
781
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
782
- const api = new ProductRangeApi();
783
-
784
- const body = {
785
- // number | The id of the productRange
786
- productRange: 56,
787
- // SearchProductChildrenRequest (optional)
788
- searchProductChildrenRequest: ...,
789
- } satisfies ListAccessoriesProductRangeRequest;
790
-
791
- try {
792
- const data = await api.listAccessoriesProductRange(body);
793
- console.log(data);
794
- } catch (error) {
795
- console.error(error);
796
- }
797
- }
798
-
799
- // Run the test
800
- example().catch(console.error);
801
- ```
802
-
803
- ### Parameters
804
-
805
-
806
- | Name | Type | Description | Notes |
807
- |------------- | ------------- | ------------- | -------------|
808
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
809
- | **searchProductChildrenRequest** | [SearchProductChildrenRequest](SearchProductChildrenRequest.md) | | [Optional] |
810
-
811
- ### Return type
812
-
813
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
814
-
815
- ### Authorization
816
-
817
- No authorization required
818
-
819
- ### HTTP request headers
820
-
821
- - **Content-Type**: `application/json`
822
- - **Accept**: `application/json`
823
-
824
-
825
- ### HTTP response details
826
- | Status code | Description | Response headers |
827
- |-------------|-------------|------------------|
828
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
829
-
830
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
831
-
832
-
833
- ## listProductsProductRange
834
-
835
- > PaginatedProductChildListResourceResponse listProductsProductRange(productRange, searchProductChildrenRequest)
836
-
837
- Auto-generated: listProductsProductRange
838
-
839
- ### Example
840
-
841
- ```ts
842
- import {
843
- Configuration,
844
- ProductRangeApi,
845
- } from '@digital8/lighting-illusions-ts-sdk';
846
- import type { ListProductsProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
847
-
848
- async function example() {
849
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
850
- const api = new ProductRangeApi();
851
-
852
- const body = {
853
- // number | The id of the productRange
854
- productRange: 56,
855
- // SearchProductChildrenRequest (optional)
856
- searchProductChildrenRequest: ...,
857
- } satisfies ListProductsProductRangeRequest;
858
-
859
- try {
860
- const data = await api.listProductsProductRange(body);
861
- console.log(data);
862
- } catch (error) {
863
- console.error(error);
864
- }
865
- }
866
-
867
- // Run the test
868
- example().catch(console.error);
869
- ```
870
-
871
- ### Parameters
872
-
873
-
874
- | Name | Type | Description | Notes |
875
- |------------- | ------------- | ------------- | -------------|
876
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
877
- | **searchProductChildrenRequest** | [SearchProductChildrenRequest](SearchProductChildrenRequest.md) | | [Optional] |
878
-
879
- ### Return type
880
-
881
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
882
-
883
- ### Authorization
884
-
885
- No authorization required
886
-
887
- ### HTTP request headers
888
-
889
- - **Content-Type**: `application/json`
890
- - **Accept**: `application/json`
891
-
892
-
893
- ### HTTP response details
894
- | Status code | Description | Response headers |
895
- |-------------|-------------|------------------|
896
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
897
-
898
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
899
-
900
-
901
- ## showProductRange
902
-
903
- > ProductRangeResource showProductRange(productRange)
904
-
905
- Auto-generated: showProductRange
906
-
907
- ### Example
908
-
909
- ```ts
910
- import {
911
- Configuration,
912
- ProductRangeApi,
913
- } from '@digital8/lighting-illusions-ts-sdk';
914
- import type { ShowProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
915
-
916
- async function example() {
917
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
918
- const api = new ProductRangeApi();
919
-
920
- const body = {
921
- // number | The id of the productRange
922
- productRange: 56,
923
- } satisfies ShowProductRangeRequest;
924
-
925
- try {
926
- const data = await api.showProductRange(body);
927
- console.log(data);
928
- } catch (error) {
929
- console.error(error);
930
- }
931
- }
932
-
933
- // Run the test
934
- example().catch(console.error);
935
- ```
936
-
937
- ### Parameters
938
-
939
-
940
- | Name | Type | Description | Notes |
941
- |------------- | ------------- | ------------- | -------------|
942
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
943
-
944
- ### Return type
945
-
946
- [**ProductRangeResource**](ProductRangeResource.md)
947
-
948
- ### Authorization
949
-
950
- No authorization required
951
-
952
- ### HTTP request headers
953
-
954
- - **Content-Type**: Not defined
955
- - **Accept**: `application/json`
956
-
957
-
958
- ### HTTP response details
959
- | Status code | Description | Response headers |
960
- |-------------|-------------|------------------|
961
- | **200** | Successful resource response | - |
962
-
963
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
964
-
965
-
966
- ## storeProductRange
967
-
968
- > ProductRangeResource storeProductRange(createProductRangeRequest)
969
-
970
- Auto-generated: storeProductRange
971
-
972
- ### Example
973
-
974
- ```ts
975
- import {
976
- Configuration,
977
- ProductRangeApi,
978
- } from '@digital8/lighting-illusions-ts-sdk';
979
- import type { StoreProductRangeRequest } from '@digital8/lighting-illusions-ts-sdk';
980
-
981
- async function example() {
982
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
983
- const api = new ProductRangeApi();
984
-
985
- const body = {
986
- // CreateProductRangeRequest (optional)
987
- createProductRangeRequest: ...,
988
- } satisfies StoreProductRangeRequest;
989
-
990
- try {
991
- const data = await api.storeProductRange(body);
992
- console.log(data);
993
- } catch (error) {
994
- console.error(error);
995
- }
996
- }
997
-
998
- // Run the test
999
- example().catch(console.error);
1000
- ```
1001
-
1002
- ### Parameters
1003
-
1004
-
1005
- | Name | Type | Description | Notes |
1006
- |------------- | ------------- | ------------- | -------------|
1007
- | **createProductRangeRequest** | [CreateProductRangeRequest](CreateProductRangeRequest.md) | | [Optional] |
1008
-
1009
- ### Return type
1010
-
1011
- [**ProductRangeResource**](ProductRangeResource.md)
1012
-
1013
- ### Authorization
1014
-
1015
- No authorization required
1016
-
1017
- ### HTTP request headers
1018
-
1019
- - **Content-Type**: `application/json`
1020
- - **Accept**: `application/json`
1021
-
1022
-
1023
- ### HTTP response details
1024
- | Status code | Description | Response headers |
1025
- |-------------|-------------|------------------|
1026
- | **200** | Successful resource response | - |
1027
-
1028
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1029
-
1030
-
1031
- ## updateProductRange
1032
-
1033
- > ProductRangeResource updateProductRange(productRange, updateProductRangeRequest)
1034
-
1035
- Auto-generated: updateProductRange
1036
-
1037
- ### Example
1038
-
1039
- ```ts
1040
- import {
1041
- Configuration,
1042
- ProductRangeApi,
1043
- } from '@digital8/lighting-illusions-ts-sdk';
1044
- import type { UpdateProductRangeOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1045
-
1046
- async function example() {
1047
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1048
- const api = new ProductRangeApi();
1049
-
1050
- const body = {
1051
- // number | The id of the productRange
1052
- productRange: 56,
1053
- // UpdateProductRangeRequest (optional)
1054
- updateProductRangeRequest: ...,
1055
- } satisfies UpdateProductRangeOperationRequest;
1056
-
1057
- try {
1058
- const data = await api.updateProductRange(body);
1059
- console.log(data);
1060
- } catch (error) {
1061
- console.error(error);
1062
- }
1063
- }
1064
-
1065
- // Run the test
1066
- example().catch(console.error);
1067
- ```
1068
-
1069
- ### Parameters
1070
-
1071
-
1072
- | Name | Type | Description | Notes |
1073
- |------------- | ------------- | ------------- | -------------|
1074
- | **productRange** | `number` | The id of the productRange | [Defaults to `undefined`] |
1075
- | **updateProductRangeRequest** | [UpdateProductRangeRequest](UpdateProductRangeRequest.md) | | [Optional] |
1076
-
1077
- ### Return type
1078
-
1079
- [**ProductRangeResource**](ProductRangeResource.md)
1080
-
1081
- ### Authorization
1082
-
1083
- No authorization required
1084
-
1085
- ### HTTP request headers
1086
-
1087
- - **Content-Type**: `application/json`
1088
- - **Accept**: `application/json`
1089
-
1090
-
1091
- ### HTTP response details
1092
- | Status code | Description | Response headers |
1093
- |-------------|-------------|------------------|
1094
- | **200** | Successful resource response | - |
1095
-
1096
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1097
-