@digital8/lighting-illusions-ts-sdk 0.0.1982 → 0.0.1983

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 (1753) hide show
  1. package/.openapi-generator/FILES +372 -398
  2. package/README.md +309 -314
  3. package/dist/apis/AdminApi.d.ts +21 -4
  4. package/dist/apis/AdminApi.js +64 -4
  5. package/dist/apis/AssetApi.d.ts +12 -12
  6. package/dist/apis/AssetApi.js +4 -4
  7. package/dist/apis/AttributeApi.d.ts +61 -61
  8. package/dist/apis/AttributeApi.js +21 -21
  9. package/dist/apis/CartsApi.d.ts +215 -0
  10. package/dist/apis/CartsApi.js +814 -0
  11. package/dist/apis/CustomersApi.d.ts +83 -0
  12. package/dist/apis/CustomersApi.js +320 -0
  13. package/dist/apis/DefinitionApi.d.ts +18 -18
  14. package/dist/apis/DefinitionApi.js +6 -6
  15. package/dist/apis/DocumentApi.d.ts +36 -36
  16. package/dist/apis/DocumentApi.js +12 -12
  17. package/dist/apis/ExternalApiLogApi.d.ts +12 -12
  18. package/dist/apis/ExternalApiLogApi.js +4 -4
  19. package/dist/apis/GoogleCategoryApi.d.ts +6 -6
  20. package/dist/apis/GoogleCategoryApi.js +2 -2
  21. package/dist/apis/LabelApi.d.ts +13 -13
  22. package/dist/apis/LabelApi.js +5 -5
  23. package/dist/apis/MenuApi.d.ts +18 -18
  24. package/dist/apis/MenuApi.js +6 -6
  25. package/dist/apis/MenuItemsApi.d.ts +24 -24
  26. package/dist/apis/MenuItemsApi.js +8 -8
  27. package/dist/apis/OrdersApi.d.ts +213 -0
  28. package/dist/apis/OrdersApi.js +811 -0
  29. package/dist/apis/OverlayTemplateApi.d.ts +38 -38
  30. package/dist/apis/OverlayTemplateApi.js +14 -14
  31. package/dist/apis/ProductApi.d.ts +69 -69
  32. package/dist/apis/ProductApi.js +25 -25
  33. package/dist/apis/ProductCategoryApi.d.ts +44 -44
  34. package/dist/apis/ProductCategoryApi.js +16 -16
  35. package/dist/apis/ProductRangeApi.d.ts +59 -59
  36. package/dist/apis/ProductRangeApi.js +23 -23
  37. package/dist/apis/ProductRegistrationApi.d.ts +20 -20
  38. package/dist/apis/ProductRegistrationApi.js +8 -8
  39. package/dist/apis/ProductTypeApi.d.ts +25 -25
  40. package/dist/apis/ProductTypeApi.js +9 -9
  41. package/dist/apis/RedirectApi.d.ts +6 -6
  42. package/dist/apis/RedirectApi.js +2 -2
  43. package/dist/apis/SiteApi.d.ts +35 -19
  44. package/dist/apis/SiteApi.js +67 -7
  45. package/dist/apis/StoreApi.d.ts +37 -37
  46. package/dist/apis/StoreApi.js +13 -13
  47. package/dist/apis/SupplierApi.d.ts +31 -31
  48. package/dist/apis/SupplierApi.js +11 -11
  49. package/dist/apis/TagApi.d.ts +15 -15
  50. package/dist/apis/TagApi.js +7 -7
  51. package/dist/apis/TransactionsApi.d.ts +69 -0
  52. package/dist/apis/TransactionsApi.js +262 -0
  53. package/dist/apis/index.d.ts +4 -5
  54. package/dist/apis/index.js +4 -5
  55. package/dist/models/AddressFrontendResource.d.ts +1 -1
  56. package/dist/models/AddressFrontendResource.js +1 -3
  57. package/dist/models/AddressResource.d.ts +13 -1
  58. package/dist/models/AddressResource.js +5 -3
  59. package/dist/models/AddressType.d.ts +25 -0
  60. package/dist/models/AddressType.js +51 -0
  61. package/dist/models/AdminNoteResource.d.ts +68 -0
  62. package/dist/models/AdminNoteResource.js +71 -0
  63. package/dist/models/AdminNoteResourceArrayResponse.d.ts +33 -0
  64. package/dist/models/AdminNoteResourceArrayResponse.js +50 -0
  65. package/dist/models/AdminOrderResource.d.ts +286 -0
  66. package/dist/models/AdminOrderResource.js +203 -0
  67. package/dist/models/AdminOrderResourceArrayResponse.d.ts +33 -0
  68. package/dist/models/AdminOrderResourceArrayResponse.js +50 -0
  69. package/dist/models/AssetFileForUploadResource.d.ts +2 -2
  70. package/dist/models/AssetFrontendResource.d.ts +0 -12
  71. package/dist/models/AssetFrontendResource.js +0 -6
  72. package/dist/models/AssetLiteResource.d.ts +2 -14
  73. package/dist/models/AssetLiteResource.js +0 -6
  74. package/dist/models/AssetResource.d.ts +2 -14
  75. package/dist/models/AssetResource.js +0 -6
  76. package/dist/models/AssetWithOverlayLinkResource.d.ts +2 -14
  77. package/dist/models/AssetWithOverlayLinkResource.js +0 -6
  78. package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
  79. package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
  80. package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +32 -0
  81. package/dist/models/AttachAccessoriesProductRangeRequest.js +51 -0
  82. package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +38 -0
  83. package/dist/models/AttachAssetsOverlayTemplateRequest.js +53 -0
  84. package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
  85. package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
  86. package/dist/models/AttachAttributesProductRangeRequest.d.ts +33 -0
  87. package/dist/models/AttachAttributesProductRangeRequest.js +52 -0
  88. package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +38 -0
  89. package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +53 -0
  90. package/dist/models/AttachCouponCartRequest.d.ts +32 -0
  91. package/dist/models/AttachCouponCartRequest.js +51 -0
  92. package/dist/models/AttachCouponOrderRequest.d.ts +32 -0
  93. package/dist/models/AttachCouponOrderRequest.js +51 -0
  94. package/dist/models/AttachDocumentablesDocumentRequest.d.ts +33 -0
  95. package/dist/models/AttachDocumentablesDocumentRequest.js +52 -0
  96. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +53 -0
  97. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +66 -0
  98. package/dist/models/AttachDocumentsProductChildRequest.d.ts +33 -0
  99. package/dist/models/AttachDocumentsProductChildRequest.js +52 -0
  100. package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.d.ts +38 -0
  101. package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.js +53 -0
  102. package/dist/models/AttachDocumentsProductRangeRequest.d.ts +33 -0
  103. package/dist/models/AttachDocumentsProductRangeRequest.js +52 -0
  104. package/dist/models/AttachItemCartRequest.d.ts +44 -0
  105. package/dist/models/AttachItemCartRequest.js +57 -0
  106. package/dist/models/AttachItemOrderRequest.d.ts +44 -0
  107. package/dist/models/AttachItemOrderRequest.js +57 -0
  108. package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
  109. package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
  110. package/dist/models/AttachProductsProductCategoryRequest.d.ts +32 -0
  111. package/dist/models/AttachProductsProductCategoryRequest.js +51 -0
  112. package/dist/models/AttachStoresSupplierRequest.d.ts +32 -0
  113. package/dist/models/AttachStoresSupplierRequest.js +51 -0
  114. package/dist/models/AttachSuppliersStoreRequest.d.ts +32 -0
  115. package/dist/models/AttachSuppliersStoreRequest.js +51 -0
  116. package/dist/models/CartCouponResource.d.ts +50 -0
  117. package/dist/models/CartCouponResource.js +63 -0
  118. package/dist/models/CartCouponResourceArrayResponse.d.ts +33 -0
  119. package/dist/models/CartCouponResourceArrayResponse.js +50 -0
  120. package/dist/models/CartListResource.d.ts +137 -0
  121. package/dist/models/CartListResource.js +108 -0
  122. package/dist/models/CartListResourceArrayResponse.d.ts +33 -0
  123. package/dist/models/CartListResourceArrayResponse.js +50 -0
  124. package/dist/models/CartOrderSource.d.ts +29 -0
  125. package/dist/models/CartOrderSource.js +55 -0
  126. package/dist/models/CartResource.d.ts +235 -0
  127. package/dist/models/CartResource.js +170 -0
  128. package/dist/models/CartResourceArrayResponse.d.ts +33 -0
  129. package/dist/models/CartResourceArrayResponse.js +50 -0
  130. package/dist/models/CartStatus.d.ts +26 -0
  131. package/dist/models/CartStatus.js +52 -0
  132. package/dist/models/CustomerListResource.d.ts +70 -0
  133. package/dist/models/CustomerListResource.js +75 -0
  134. package/dist/models/CustomerListResourceArrayResponse.d.ts +33 -0
  135. package/dist/models/CustomerListResourceArrayResponse.js +50 -0
  136. package/dist/models/CustomerResource.d.ts +70 -0
  137. package/dist/models/CustomerResource.js +75 -0
  138. package/dist/models/CustomerResourceArrayResponse.d.ts +33 -0
  139. package/dist/models/CustomerResourceArrayResponse.js +50 -0
  140. package/dist/models/DestroyAttributeValueRequest.d.ts +32 -0
  141. package/dist/models/DestroyAttributeValueRequest.js +49 -0
  142. package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +32 -0
  143. package/dist/models/DetachAccessoriesProductRangeRequest.js +51 -0
  144. package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
  145. package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -0
  146. package/dist/models/DetachAttributesProductRangeRequest.d.ts +32 -0
  147. package/dist/models/DetachAttributesProductRangeRequest.js +51 -0
  148. package/dist/models/DetachCouponCartRequest.d.ts +32 -0
  149. package/dist/models/DetachCouponCartRequest.js +51 -0
  150. package/dist/models/DetachCouponOrderRequest.d.ts +32 -0
  151. package/dist/models/DetachCouponOrderRequest.js +51 -0
  152. package/dist/models/DetachDocumentablesDocumentRequest.d.ts +33 -0
  153. package/dist/models/DetachDocumentablesDocumentRequest.js +52 -0
  154. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +47 -0
  155. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +64 -0
  156. package/dist/models/DetachDocumentsProductChildRequest.d.ts +32 -0
  157. package/dist/models/DetachDocumentsProductChildRequest.js +51 -0
  158. package/dist/models/DetachDocumentsProductRangeRequest.d.ts +32 -0
  159. package/dist/models/DetachDocumentsProductRangeRequest.js +51 -0
  160. package/dist/models/DetachProductsProductCategoryRequest.d.ts +32 -0
  161. package/dist/models/DetachProductsProductCategoryRequest.js +51 -0
  162. package/dist/models/DetachStoresSupplierRequest.d.ts +32 -0
  163. package/dist/models/DetachStoresSupplierRequest.js +51 -0
  164. package/dist/models/DetachSuppliersStoreRequest.d.ts +32 -0
  165. package/dist/models/DetachSuppliersStoreRequest.js +51 -0
  166. package/dist/models/DiscountType.d.ts +26 -0
  167. package/dist/models/DiscountType.js +52 -0
  168. package/dist/models/DiscountValueType.d.ts +25 -0
  169. package/dist/models/DiscountValueType.js +51 -0
  170. package/dist/models/DocumentFileForUploadResource.d.ts +2 -2
  171. package/dist/models/ExternalApiSyncStatus.d.ts +0 -1
  172. package/dist/models/ExternalApiSyncStatus.js +1 -2
  173. package/dist/models/GetAllAdminNoteRequest.d.ts +102 -0
  174. package/dist/models/GetAllAdminNoteRequest.js +82 -0
  175. package/dist/models/GetAllAttributeRequest.d.ts +108 -0
  176. package/dist/models/GetAllAttributeRequest.js +91 -0
  177. package/dist/models/GetAllAttributeValueRequest.d.ts +93 -0
  178. package/dist/models/GetAllAttributeValueRequest.js +84 -0
  179. package/dist/models/GetAllDefinitionRequest.d.ts +80 -0
  180. package/dist/models/GetAllDefinitionRequest.js +76 -0
  181. package/dist/models/GetAllDocumentRequest.d.ts +95 -0
  182. package/dist/models/GetAllDocumentRequest.js +86 -0
  183. package/dist/models/GetAllGoogleCategoryRequest.d.ts +92 -0
  184. package/dist/models/GetAllGoogleCategoryRequest.js +80 -0
  185. package/dist/models/GetAllMenuItemRequest.d.ts +93 -0
  186. package/dist/models/GetAllMenuItemRequest.js +81 -0
  187. package/dist/models/GetAllMenuRequest.d.ts +93 -0
  188. package/dist/models/GetAllMenuRequest.js +81 -0
  189. package/dist/models/GetAllOrderRequest.d.ts +105 -0
  190. package/dist/models/GetAllOrderRequest.js +85 -0
  191. package/dist/models/GetAllOverlayTemplateRequest.d.ts +93 -0
  192. package/dist/models/GetAllOverlayTemplateRequest.js +84 -0
  193. package/dist/models/GetAllProductCategoryRequest.d.ts +121 -0
  194. package/dist/models/GetAllProductCategoryRequest.js +96 -0
  195. package/dist/models/GetAllProductChildRequest.d.ts +171 -0
  196. package/dist/models/GetAllProductChildRequest.js +118 -0
  197. package/dist/models/GetAllProductRangeRequest.d.ts +98 -0
  198. package/dist/models/GetAllProductRangeRequest.js +82 -0
  199. package/dist/models/GetAllProductRegistrationRequest.d.ts +88 -0
  200. package/dist/models/GetAllProductRegistrationRequest.js +80 -0
  201. package/dist/models/GetAllProductRequest.d.ts +119 -0
  202. package/dist/models/GetAllProductRequest.js +94 -0
  203. package/dist/models/GetAllProductTypeRequest.d.ts +88 -0
  204. package/dist/models/GetAllProductTypeRequest.js +83 -0
  205. package/dist/models/GetAllStoreRequest.d.ts +93 -0
  206. package/dist/models/GetAllStoreRequest.js +81 -0
  207. package/dist/models/GetAllSupplierRequest.d.ts +89 -0
  208. package/dist/models/GetAllSupplierRequest.js +84 -0
  209. package/dist/models/GetHierarchyMenuItemRequest.d.ts +32 -0
  210. package/dist/models/GetHierarchyMenuItemRequest.js +51 -0
  211. package/dist/models/GetHierarchyProductCategoryRequest.d.ts +32 -0
  212. package/dist/models/GetHierarchyProductCategoryRequest.js +51 -0
  213. package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +40 -0
  214. package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +57 -0
  215. package/dist/models/IndexAttributeRequest.d.ts +120 -0
  216. package/dist/models/IndexAttributeRequest.js +95 -0
  217. package/dist/models/IndexAttributeValueRequest.d.ts +105 -0
  218. package/dist/models/IndexAttributeValueRequest.js +88 -0
  219. package/dist/models/IndexCartRequest.d.ts +154 -0
  220. package/dist/models/IndexCartRequest.js +105 -0
  221. package/dist/models/IndexCustomerRequest.d.ts +99 -0
  222. package/dist/models/IndexCustomerRequest.js +83 -0
  223. package/dist/models/IndexDefinitionRequest.d.ts +92 -0
  224. package/dist/models/IndexDefinitionRequest.js +80 -0
  225. package/dist/models/IndexDocumentRequest.d.ts +107 -0
  226. package/dist/models/IndexDocumentRequest.js +90 -0
  227. package/dist/models/IndexExternalApiLogRequest.d.ts +161 -0
  228. package/dist/models/IndexExternalApiLogRequest.js +105 -0
  229. package/dist/models/IndexLabelRequest.d.ts +109 -0
  230. package/dist/models/IndexLabelRequest.js +92 -0
  231. package/dist/models/IndexMenuRequest.d.ts +105 -0
  232. package/dist/models/IndexMenuRequest.js +85 -0
  233. package/dist/models/IndexModelAttributeRequest.d.ts +118 -0
  234. package/dist/models/IndexModelAttributeRequest.js +93 -0
  235. package/dist/models/IndexOrderRequest.d.ts +141 -0
  236. package/dist/models/IndexOrderRequest.js +97 -0
  237. package/dist/models/IndexOverlayTemplateRequest.d.ts +105 -0
  238. package/dist/models/IndexOverlayTemplateRequest.js +88 -0
  239. package/dist/models/IndexProductCategoryRequest.d.ts +148 -0
  240. package/dist/models/IndexProductCategoryRequest.js +107 -0
  241. package/dist/models/IndexProductChildRequest.d.ts +193 -0
  242. package/dist/models/IndexProductChildRequest.js +132 -0
  243. package/dist/models/IndexProductRangeRequest.d.ts +110 -0
  244. package/dist/models/IndexProductRangeRequest.js +86 -0
  245. package/dist/models/IndexProductRegistrationRequest.d.ts +131 -0
  246. package/dist/models/IndexProductRegistrationRequest.js +98 -0
  247. package/dist/models/IndexProductRequest.d.ts +130 -0
  248. package/dist/models/IndexProductRequest.js +97 -0
  249. package/dist/models/IndexProductTypeRequest.d.ts +99 -0
  250. package/dist/models/IndexProductTypeRequest.js +86 -0
  251. package/dist/models/IndexRedirectRequest.d.ts +124 -0
  252. package/dist/models/IndexRedirectRequest.js +95 -0
  253. package/dist/models/IndexSiteNotificationRequest.d.ts +99 -0
  254. package/dist/models/IndexSiteNotificationRequest.js +83 -0
  255. package/dist/models/IndexSiteRequest.d.ts +93 -0
  256. package/dist/models/IndexSiteRequest.js +81 -0
  257. package/dist/models/IndexStoreRequest.d.ts +105 -0
  258. package/dist/models/IndexStoreRequest.js +85 -0
  259. package/dist/models/IndexSupplierRequest.d.ts +101 -0
  260. package/dist/models/IndexSupplierRequest.js +88 -0
  261. package/dist/models/IndexTagRequest.d.ts +112 -0
  262. package/dist/models/IndexTagRequest.js +91 -0
  263. package/dist/models/IndexTransactionRequest.d.ts +127 -0
  264. package/dist/models/IndexTransactionRequest.js +91 -0
  265. package/dist/models/LiAddressResource.d.ts +86 -0
  266. package/dist/models/LiAddressResource.js +83 -0
  267. package/dist/models/LiAddressResourceArrayResponse.d.ts +33 -0
  268. package/dist/models/LiAddressResourceArrayResponse.js +50 -0
  269. package/dist/models/LineItemDiscountResource.d.ts +50 -0
  270. package/dist/models/LineItemDiscountResource.js +63 -0
  271. package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +33 -0
  272. package/dist/models/LineItemDiscountResourceArrayResponse.js +50 -0
  273. package/dist/models/LineItemListResource.d.ts +82 -0
  274. package/dist/models/LineItemListResource.js +83 -0
  275. package/dist/models/LineItemListResourceArrayResponse.d.ts +33 -0
  276. package/dist/models/LineItemListResourceArrayResponse.js +50 -0
  277. package/dist/models/ListAssetsProductRegistrationRequest.d.ts +103 -0
  278. package/dist/models/ListAssetsProductRegistrationRequest.js +83 -0
  279. package/dist/models/MenuPosition.d.ts +1 -0
  280. package/dist/models/MenuPosition.js +2 -1
  281. package/dist/models/OrderListResource.d.ts +127 -0
  282. package/dist/models/OrderListResource.js +106 -0
  283. package/dist/models/OrderListResourceArrayResponse.d.ts +33 -0
  284. package/dist/models/OrderListResourceArrayResponse.js +50 -0
  285. package/dist/models/OrderLiteResource.d.ts +62 -0
  286. package/dist/models/OrderLiteResource.js +67 -0
  287. package/dist/models/OrderLiteResourceArrayResponse.d.ts +33 -0
  288. package/dist/models/OrderLiteResourceArrayResponse.js +50 -0
  289. package/dist/models/OrderStatusLiteResource.d.ts +44 -0
  290. package/dist/models/OrderStatusLiteResource.js +59 -0
  291. package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +33 -0
  292. package/dist/models/OrderStatusLiteResourceArrayResponse.js +50 -0
  293. package/dist/models/OrderStatusWithCountResource.d.ts +50 -0
  294. package/dist/models/OrderStatusWithCountResource.js +63 -0
  295. package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +33 -0
  296. package/dist/models/OrderStatusWithCountResourceArrayResponse.js +50 -0
  297. package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +40 -0
  298. package/dist/models/PaginatedAdminNoteResourceResponse.js +57 -0
  299. package/dist/models/PaginatedCartListResourceResponse.d.ts +40 -0
  300. package/dist/models/PaginatedCartListResourceResponse.js +57 -0
  301. package/dist/models/PaginatedCustomerListResourceResponse.d.ts +40 -0
  302. package/dist/models/PaginatedCustomerListResourceResponse.js +57 -0
  303. package/dist/models/PaginatedOrderListResourceResponse.d.ts +40 -0
  304. package/dist/models/PaginatedOrderListResourceResponse.js +57 -0
  305. package/dist/models/PaginatedTransactionResourceResponse.d.ts +40 -0
  306. package/dist/models/PaginatedTransactionResourceResponse.js +57 -0
  307. package/dist/models/PaymentMethod.d.ts +30 -0
  308. package/dist/models/PaymentMethod.js +56 -0
  309. package/dist/models/PaymentSource.d.ts +26 -0
  310. package/dist/models/PaymentSource.js +52 -0
  311. package/dist/models/PaymentStatus.d.ts +25 -0
  312. package/dist/models/PaymentStatus.js +51 -0
  313. package/dist/models/PreviewAutomationRulesProductCategoryRequest.d.ts +53 -0
  314. package/dist/models/PreviewAutomationRulesProductCategoryRequest.js +68 -0
  315. package/dist/models/ProductChildCartLiteResource.d.ts +88 -0
  316. package/dist/models/ProductChildCartLiteResource.js +89 -0
  317. package/dist/models/ProductChildCartLiteResourceArrayResponse.d.ts +33 -0
  318. package/dist/models/ProductChildCartLiteResourceArrayResponse.js +50 -0
  319. package/dist/models/ProductChildLiteResource.d.ts +0 -6
  320. package/dist/models/ProductChildLiteResource.js +0 -4
  321. package/dist/models/ProductChildSiteDetailLiteResource.d.ts +7 -0
  322. package/dist/models/ProductChildSiteDetailLiteResource.js +5 -0
  323. package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +0 -6
  324. package/dist/models/ProductRangeSiteDetailLiteResource.js +0 -4
  325. package/dist/models/ProductResource.d.ts +2 -2
  326. package/dist/models/ProductSearchResultResource.d.ts +2 -2
  327. package/dist/models/RefundTransactionRequest.d.ts +38 -0
  328. package/dist/models/RefundTransactionRequest.js +53 -0
  329. package/dist/models/SearchLinkablesMenuItemRequest.d.ts +54 -0
  330. package/dist/models/SearchLinkablesMenuItemRequest.js +65 -0
  331. package/dist/models/ShippingType.d.ts +28 -0
  332. package/dist/models/ShippingType.js +54 -0
  333. package/dist/models/ShowAssetsProductChildRequest.d.ts +32 -0
  334. package/dist/models/ShowAssetsProductChildRequest.js +49 -0
  335. package/dist/models/ShowAttributesProductChildRequest.d.ts +99 -0
  336. package/dist/models/ShowAttributesProductChildRequest.js +83 -0
  337. package/dist/models/SitePaymentConfigResource.d.ts +6 -0
  338. package/dist/models/SitePaymentConfigResource.js +4 -0
  339. package/dist/models/StoreAssetFileRequest.d.ts +38 -0
  340. package/dist/models/StoreAssetFileRequest.js +55 -0
  341. package/dist/models/StoreAssetForAssetableRequest.d.ts +86 -0
  342. package/dist/models/StoreAssetForAssetableRequest.js +87 -0
  343. package/dist/models/StoreAttributeRequest.d.ts +65 -0
  344. package/dist/models/StoreAttributeRequest.js +74 -0
  345. package/dist/models/StoreAttributeValueRequest.d.ts +38 -0
  346. package/dist/models/StoreAttributeValueRequest.js +55 -0
  347. package/dist/models/StoreCartRequest.d.ts +166 -0
  348. package/dist/models/StoreCartRequest.js +114 -0
  349. package/dist/models/StoreCartRequestCustomer.d.ts +50 -0
  350. package/dist/models/StoreCartRequestCustomer.js +55 -0
  351. package/dist/models/StoreCartRequestItemsInner.d.ts +44 -0
  352. package/dist/models/StoreCartRequestItemsInner.js +57 -0
  353. package/dist/models/StoreCartRequestShippingAddress.d.ts +74 -0
  354. package/dist/models/StoreCartRequestShippingAddress.js +63 -0
  355. package/dist/models/StoreCustomerRequest.d.ts +56 -0
  356. package/dist/models/StoreCustomerRequest.js +65 -0
  357. package/dist/models/StoreDefinitionRequest.d.ts +38 -0
  358. package/dist/models/StoreDefinitionRequest.js +55 -0
  359. package/dist/models/StoreDocumentFileRequest.d.ts +38 -0
  360. package/dist/models/StoreDocumentFileRequest.js +55 -0
  361. package/dist/models/StoreDocumentRequest.d.ts +44 -0
  362. package/dist/models/StoreDocumentRequest.js +57 -0
  363. package/dist/models/StoreFrontendResource.d.ts +1 -1
  364. package/dist/models/StoreFrontendResource.js +3 -1
  365. package/dist/models/StoreLabelRequest.d.ts +74 -0
  366. package/dist/models/StoreLabelRequest.js +71 -0
  367. package/dist/models/StoreListResource.d.ts +1 -13
  368. package/dist/models/StoreListResource.js +5 -15
  369. package/dist/models/StoreMenuItemRequest.d.ts +97 -0
  370. package/dist/models/StoreMenuItemRequest.js +84 -0
  371. package/dist/models/StoreMenuItemRequestMenuItemLink.d.ts +60 -0
  372. package/dist/models/StoreMenuItemRequestMenuItemLink.js +65 -0
  373. package/dist/models/StoreMenuRequest.d.ts +54 -0
  374. package/dist/models/StoreMenuRequest.js +69 -0
  375. package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +87 -0
  376. package/dist/models/StoreOverlayTemplateAssetRequest.js +84 -0
  377. package/dist/models/StoreOverlayTemplateRequest.d.ts +38 -0
  378. package/dist/models/StoreOverlayTemplateRequest.js +55 -0
  379. package/dist/models/StoreProductCategoryRequest.d.ts +127 -0
  380. package/dist/models/StoreProductCategoryRequest.js +96 -0
  381. package/dist/models/StoreProductCategoryRequestAutomationRulesInner.d.ts +87 -0
  382. package/dist/models/StoreProductCategoryRequestAutomationRulesInner.js +89 -0
  383. package/dist/models/StoreProductCategoryRequestDescriptionsInner.d.ts +44 -0
  384. package/dist/models/StoreProductCategoryRequestDescriptionsInner.js +55 -0
  385. package/dist/models/StoreProductCategoryRequestSeoInner.d.ts +44 -0
  386. package/dist/models/StoreProductCategoryRequestSeoInner.js +55 -0
  387. package/dist/models/StoreProductChildRequest.d.ts +149 -0
  388. package/dist/models/StoreProductChildRequest.js +110 -0
  389. package/dist/models/StoreProductChildRequestAssetsInner.d.ts +62 -0
  390. package/dist/models/StoreProductChildRequestAssetsInner.js +69 -0
  391. package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +44 -0
  392. package/dist/models/StoreProductChildRequestAttributeValuesInner.js +55 -0
  393. package/dist/models/StoreProductChildRequestSitesInner.d.ts +104 -0
  394. package/dist/models/StoreProductChildRequestSitesInner.js +89 -0
  395. package/dist/models/StoreProductRangeRequest.d.ts +52 -0
  396. package/dist/models/StoreProductRangeRequest.js +59 -0
  397. package/dist/models/StoreProductRangeRequestSitesInner.d.ts +92 -0
  398. package/dist/models/StoreProductRangeRequestSitesInner.js +75 -0
  399. package/dist/models/StoreProductRequest.d.ts +81 -0
  400. package/dist/models/StoreProductRequest.js +78 -0
  401. package/dist/models/StoreProductRequestCategoriesInner.d.ts +38 -0
  402. package/dist/models/StoreProductRequestCategoriesInner.js +55 -0
  403. package/dist/models/StoreProductTypeRequest.d.ts +32 -0
  404. package/dist/models/StoreProductTypeRequest.js +51 -0
  405. package/dist/models/StoreResource.d.ts +1 -13
  406. package/dist/models/StoreResource.js +7 -17
  407. package/dist/models/StoreSiteNotificationRequest.d.ts +62 -0
  408. package/dist/models/StoreSiteNotificationRequest.js +71 -0
  409. package/dist/models/StoreSpecialDateResource.js +4 -4
  410. package/dist/models/StoreStoreRequest.d.ts +100 -0
  411. package/dist/models/StoreStoreRequest.js +85 -0
  412. package/dist/models/StoreStoreRequestAddress.d.ts +74 -0
  413. package/dist/models/StoreStoreRequestAddress.js +75 -0
  414. package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +62 -0
  415. package/dist/models/StoreStoreRequestSpecialDatesInner.js +61 -0
  416. package/dist/models/StoreStoreSpecialDateRequest.d.ts +62 -0
  417. package/dist/models/StoreStoreSpecialDateRequest.js +61 -0
  418. package/dist/models/StoreSupplierRequest.d.ts +76 -0
  419. package/dist/models/StoreSupplierRequest.js +79 -0
  420. package/dist/models/StoreTagRequest.d.ts +82 -0
  421. package/dist/models/StoreTagRequest.js +79 -0
  422. package/dist/models/StoreTransactionRequest.d.ts +81 -0
  423. package/dist/models/StoreTransactionRequest.js +78 -0
  424. package/dist/models/StoreTransactionResource.d.ts +39 -0
  425. package/dist/models/StoreTransactionResource.js +56 -0
  426. package/dist/models/StoreTransactionResourceArrayResponse.d.ts +33 -0
  427. package/dist/models/StoreTransactionResourceArrayResponse.js +50 -0
  428. package/dist/models/TransactionLiteResource.d.ts +86 -0
  429. package/dist/models/TransactionLiteResource.js +85 -0
  430. package/dist/models/TransactionLiteResourceArrayResponse.d.ts +33 -0
  431. package/dist/models/TransactionLiteResourceArrayResponse.js +50 -0
  432. package/dist/models/TransactionResource.d.ts +128 -0
  433. package/dist/models/TransactionResource.js +101 -0
  434. package/dist/models/TransactionResourceArrayResponse.d.ts +33 -0
  435. package/dist/models/TransactionResourceArrayResponse.js +50 -0
  436. package/dist/models/TransactionType.d.ts +25 -0
  437. package/dist/models/TransactionType.js +51 -0
  438. package/dist/models/UpdateAssetForAssetableRequest.d.ts +0 -12
  439. package/dist/models/UpdateAssetForAssetableRequest.js +0 -4
  440. package/dist/models/UpdateCartRequest.d.ts +141 -0
  441. package/dist/models/UpdateCartRequest.js +101 -0
  442. package/dist/models/UpdateCustomerRequest.d.ts +56 -0
  443. package/dist/models/UpdateCustomerRequest.js +63 -0
  444. package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +33 -0
  445. package/dist/models/UpdateFilterOrderAttributeRequest.js +52 -0
  446. package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +38 -0
  447. package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +55 -0
  448. package/dist/models/UpdateItemCartRequest.d.ts +38 -0
  449. package/dist/models/UpdateItemCartRequest.js +53 -0
  450. package/dist/models/UpdateItemOrderRequest.d.ts +38 -0
  451. package/dist/models/UpdateItemOrderRequest.js +53 -0
  452. package/dist/models/UpdateMenuItemRequest.d.ts +3 -3
  453. package/dist/models/UpdateMenuItemRequest.js +3 -3
  454. package/dist/models/UpdateMenuRequest.d.ts +1 -0
  455. package/dist/models/UpdateMenuRequest.js +2 -1
  456. package/dist/models/UpdateOrderRequest.d.ts +117 -0
  457. package/dist/models/UpdateOrderRequest.js +101 -0
  458. package/dist/models/UpdateOrderRequestBillingAddress.d.ts +74 -0
  459. package/dist/models/UpdateOrderRequestBillingAddress.js +65 -0
  460. package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +2 -14
  461. package/dist/models/UpdateOverlayTemplateAssetRequest.js +6 -6
  462. package/dist/models/UpdateProductCategoryRequest.d.ts +9 -21
  463. package/dist/models/UpdateProductCategoryRequest.js +9 -13
  464. package/dist/models/UpdateProductChildRequest.d.ts +3 -3
  465. package/dist/models/UpdateProductChildRequest.js +3 -3
  466. package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +2 -14
  467. package/dist/models/UpdateProductChildRequestAssetsInner.js +6 -6
  468. package/dist/models/UpdateProductRangeRequest.d.ts +3 -3
  469. package/dist/models/UpdateProductRangeRequest.js +3 -3
  470. package/dist/models/UpdateProductRequest.d.ts +3 -3
  471. package/dist/models/UpdateProductRequest.js +3 -3
  472. package/dist/models/UpdateSiteRequest.d.ts +6 -0
  473. package/dist/models/UpdateSiteRequest.js +4 -0
  474. package/dist/models/UpdateStoreRequest.d.ts +3 -15
  475. package/dist/models/UpdateStoreRequest.js +3 -7
  476. package/dist/models/UpdateSupplierRequest.d.ts +8 -20
  477. package/dist/models/UpdateSupplierRequest.js +12 -12
  478. package/dist/models/WishlistToggleResource.d.ts +2 -2
  479. package/dist/models/index.d.ts +182 -194
  480. package/dist/models/index.js +182 -194
  481. package/docs/AddressResource.md +4 -0
  482. package/docs/AddressType.md +32 -0
  483. package/docs/AdminApi.md +78 -12
  484. package/docs/AdminNoteResource.md +46 -0
  485. package/docs/AdminNoteResourceArrayResponse.md +34 -0
  486. package/docs/AdminOrderResource.md +118 -0
  487. package/docs/AdminOrderResourceArrayResponse.md +34 -0
  488. package/docs/AssetApi.md +14 -14
  489. package/docs/AssetFileForUploadResource.md +1 -1
  490. package/docs/AssetFrontendResource.md +0 -4
  491. package/docs/AssetLiteResource.md +1 -5
  492. package/docs/AssetResource.md +1 -5
  493. package/docs/AssetWithOverlayLinkResource.md +1 -5
  494. package/docs/AttachAccessoriesProductChildRequest.md +34 -0
  495. package/docs/AttachAccessoriesProductRangeRequest.md +34 -0
  496. package/docs/AttachAssetsOverlayTemplateRequest.md +36 -0
  497. package/docs/AttachAttributeProductTypeRequest.md +36 -0
  498. package/docs/AttachAttributesProductRangeRequest.md +34 -0
  499. package/docs/AttachAttributesProductRangeRequestAttributesInner.md +36 -0
  500. package/docs/AttachCouponCartRequest.md +34 -0
  501. package/docs/AttachCouponOrderRequest.md +34 -0
  502. package/docs/AttachDocumentablesDocumentRequest.md +34 -0
  503. package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +38 -0
  504. package/docs/AttachDocumentsProductChildRequest.md +34 -0
  505. package/docs/AttachDocumentsProductChildRequestDocumentsInner.md +36 -0
  506. package/docs/AttachDocumentsProductRangeRequest.md +34 -0
  507. package/docs/AttachItemCartRequest.md +38 -0
  508. package/docs/AttachItemOrderRequest.md +38 -0
  509. package/docs/AttachProductTypeAttributeRequest.md +36 -0
  510. package/docs/AttachProductsProductCategoryRequest.md +34 -0
  511. package/docs/AttachStoresSupplierRequest.md +34 -0
  512. package/docs/AttachSuppliersStoreRequest.md +34 -0
  513. package/docs/AttributeApi.md +74 -74
  514. package/docs/CartCouponResource.md +40 -0
  515. package/docs/CartCouponResourceArrayResponse.md +34 -0
  516. package/docs/CartListResource.md +68 -0
  517. package/docs/CartListResourceArrayResponse.md +34 -0
  518. package/docs/CartOrderSource.md +32 -0
  519. package/docs/CartResource.md +100 -0
  520. package/docs/CartResourceArrayResponse.md +34 -0
  521. package/docs/CartStatus.md +32 -0
  522. package/docs/CartsApi.md +821 -0
  523. package/docs/CustomerListResource.md +46 -0
  524. package/docs/CustomerListResourceArrayResponse.md +34 -0
  525. package/docs/CustomerResource.md +46 -0
  526. package/docs/CustomerResourceArrayResponse.md +34 -0
  527. package/docs/CustomersApi.md +275 -0
  528. package/docs/DefinitionApi.md +21 -21
  529. package/docs/DestroyAttributeValueRequest.md +34 -0
  530. package/docs/DetachAccessoriesProductRangeRequest.md +34 -0
  531. package/docs/DetachAssetableOverlayTemplateRequest.md +38 -0
  532. package/docs/DetachAttributesProductRangeRequest.md +34 -0
  533. package/docs/DetachCouponCartRequest.md +34 -0
  534. package/docs/DetachCouponOrderRequest.md +34 -0
  535. package/docs/DetachDocumentablesDocumentRequest.md +34 -0
  536. package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +36 -0
  537. package/docs/DetachDocumentsProductChildRequest.md +34 -0
  538. package/docs/DetachDocumentsProductRangeRequest.md +34 -0
  539. package/docs/DetachProductsProductCategoryRequest.md +34 -0
  540. package/docs/DetachStoresSupplierRequest.md +34 -0
  541. package/docs/DetachSuppliersStoreRequest.md +34 -0
  542. package/docs/DiscountType.md +32 -0
  543. package/docs/DiscountValueType.md +32 -0
  544. package/docs/DocumentApi.md +42 -42
  545. package/docs/DocumentFileForUploadResource.md +1 -1
  546. package/docs/ExternalApiLogApi.md +14 -14
  547. package/docs/GetAllAdminNoteRequest.md +52 -0
  548. package/docs/GetAllAttributeRequest.md +50 -0
  549. package/docs/GetAllAttributeValueRequest.md +46 -0
  550. package/docs/GetAllDefinitionRequest.md +44 -0
  551. package/docs/GetAllDocumentRequest.md +46 -0
  552. package/docs/GetAllGoogleCategoryRequest.md +48 -0
  553. package/docs/GetAllMenuItemRequest.md +48 -0
  554. package/docs/GetAllMenuRequest.md +48 -0
  555. package/docs/GetAllOrderRequest.md +52 -0
  556. package/docs/GetAllOverlayTemplateRequest.md +46 -0
  557. package/docs/GetAllProductCategoryRequest.md +54 -0
  558. package/docs/GetAllProductChildRequest.md +68 -0
  559. package/docs/GetAllProductRangeRequest.md +50 -0
  560. package/docs/GetAllProductRegistrationRequest.md +46 -0
  561. package/docs/GetAllProductRequest.md +54 -0
  562. package/docs/GetAllProductTypeRequest.md +44 -0
  563. package/docs/GetAllStoreRequest.md +48 -0
  564. package/docs/GetAllSupplierRequest.md +44 -0
  565. package/docs/GetHierarchyMenuItemRequest.md +34 -0
  566. package/docs/GetHierarchyProductCategoryRequest.md +34 -0
  567. package/docs/GetUniqueEndpointsExternalApiLogRequest.md +34 -0
  568. package/docs/GoogleCategoryApi.md +7 -7
  569. package/docs/IndexAttributeRequest.md +54 -0
  570. package/docs/IndexAttributeValueRequest.md +50 -0
  571. package/docs/IndexCartRequest.md +66 -0
  572. package/docs/IndexCustomerRequest.md +50 -0
  573. package/docs/IndexDefinitionRequest.md +48 -0
  574. package/docs/IndexDocumentRequest.md +50 -0
  575. package/docs/IndexExternalApiLogRequest.md +70 -0
  576. package/docs/IndexLabelRequest.md +50 -0
  577. package/docs/IndexMenuRequest.md +52 -0
  578. package/docs/IndexModelAttributeRequest.md +54 -0
  579. package/docs/IndexOrderRequest.md +64 -0
  580. package/docs/IndexOverlayTemplateRequest.md +50 -0
  581. package/docs/IndexProductCategoryRequest.md +62 -0
  582. package/docs/IndexProductChildRequest.md +72 -0
  583. package/docs/IndexProductRangeRequest.md +54 -0
  584. package/docs/IndexProductRegistrationRequest.md +58 -0
  585. package/docs/IndexProductRequest.md +58 -0
  586. package/docs/IndexProductTypeRequest.md +48 -0
  587. package/docs/IndexRedirectRequest.md +56 -0
  588. package/docs/IndexSiteNotificationRequest.md +50 -0
  589. package/docs/IndexSiteRequest.md +48 -0
  590. package/docs/IndexStoreRequest.md +52 -0
  591. package/docs/IndexSupplierRequest.md +48 -0
  592. package/docs/IndexTagRequest.md +52 -0
  593. package/docs/IndexTransactionRequest.md +60 -0
  594. package/docs/LabelApi.md +18 -18
  595. package/docs/LiAddressResource.md +52 -0
  596. package/docs/LiAddressResourceArrayResponse.md +34 -0
  597. package/docs/LineItemDiscountResource.md +40 -0
  598. package/docs/LineItemDiscountResourceArrayResponse.md +34 -0
  599. package/docs/LineItemListResource.md +50 -0
  600. package/docs/LineItemListResourceArrayResponse.md +34 -0
  601. package/docs/ListAssetsProductRegistrationRequest.md +52 -0
  602. package/docs/MenuApi.md +21 -21
  603. package/docs/MenuItemsApi.md +28 -28
  604. package/docs/OrderListResource.md +64 -0
  605. package/docs/OrderListResourceArrayResponse.md +34 -0
  606. package/docs/OrderLiteResource.md +44 -0
  607. package/docs/OrderLiteResourceArrayResponse.md +34 -0
  608. package/docs/OrderStatusLiteResource.md +38 -0
  609. package/docs/OrderStatusLiteResourceArrayResponse.md +34 -0
  610. package/docs/OrderStatusWithCountResource.md +40 -0
  611. package/docs/OrderStatusWithCountResourceArrayResponse.md +34 -0
  612. package/docs/OrdersApi.md +813 -0
  613. package/docs/OverlayTemplateApi.md +46 -46
  614. package/docs/PaginatedAdminNoteResourceResponse.md +36 -0
  615. package/docs/PaginatedCartListResourceResponse.md +36 -0
  616. package/docs/PaginatedCustomerListResourceResponse.md +36 -0
  617. package/docs/PaginatedOrderListResourceResponse.md +36 -0
  618. package/docs/PaginatedTransactionResourceResponse.md +36 -0
  619. package/docs/PaymentMethod.md +32 -0
  620. package/docs/PaymentSource.md +32 -0
  621. package/docs/PaymentStatus.md +32 -0
  622. package/docs/PreviewAutomationRulesProductCategoryRequest.md +38 -0
  623. package/docs/ProductApi.md +89 -89
  624. package/docs/ProductCategoryApi.md +57 -57
  625. package/docs/ProductChildCartLiteResource.md +52 -0
  626. package/docs/ProductChildCartLiteResourceArrayResponse.md +34 -0
  627. package/docs/ProductChildLiteResource.md +0 -2
  628. package/docs/ProductChildSiteDetailLiteResource.md +2 -0
  629. package/docs/ProductRangeApi.md +79 -79
  630. package/docs/ProductRangeSiteDetailLiteResource.md +0 -2
  631. package/docs/ProductRegistrationApi.md +25 -25
  632. package/docs/ProductResource.md +1 -1
  633. package/docs/ProductSearchResultResource.md +1 -1
  634. package/docs/ProductTypeApi.md +32 -32
  635. package/docs/RedirectApi.md +7 -7
  636. package/docs/RefundTransactionRequest.md +36 -0
  637. package/docs/SearchLinkablesMenuItemRequest.md +38 -0
  638. package/docs/ShippingType.md +32 -0
  639. package/docs/ShowAssetsProductChildRequest.md +34 -0
  640. package/docs/ShowAttributesProductChildRequest.md +50 -0
  641. package/docs/SiteApi.md +91 -25
  642. package/docs/SitePaymentConfigResource.md +2 -0
  643. package/docs/StoreApi.md +46 -46
  644. package/docs/StoreAssetFileRequest.md +36 -0
  645. package/docs/StoreAssetForAssetableRequest.md +48 -0
  646. package/docs/StoreAttributeRequest.md +42 -0
  647. package/docs/StoreAttributeValueRequest.md +36 -0
  648. package/docs/StoreCartRequest.md +70 -0
  649. package/docs/StoreCartRequestCustomer.md +40 -0
  650. package/docs/StoreCartRequestItemsInner.md +38 -0
  651. package/docs/StoreCartRequestShippingAddress.md +48 -0
  652. package/docs/StoreCustomerRequest.md +42 -0
  653. package/docs/StoreDefinitionRequest.md +36 -0
  654. package/docs/StoreDocumentFileRequest.md +36 -0
  655. package/docs/StoreDocumentRequest.md +38 -0
  656. package/docs/StoreLabelRequest.md +48 -0
  657. package/docs/StoreListResource.md +0 -4
  658. package/docs/StoreMenuItemRequest.md +52 -0
  659. package/docs/StoreMenuItemRequestMenuItemLink.md +40 -0
  660. package/docs/StoreMenuRequest.md +38 -0
  661. package/docs/StoreOverlayTemplateAssetRequest.md +48 -0
  662. package/docs/StoreOverlayTemplateRequest.md +36 -0
  663. package/docs/StoreProductCategoryRequest.md +62 -0
  664. package/docs/StoreProductCategoryRequestAutomationRulesInner.md +44 -0
  665. package/docs/StoreProductCategoryRequestDescriptionsInner.md +38 -0
  666. package/docs/StoreProductCategoryRequestSeoInner.md +38 -0
  667. package/docs/StoreProductChildRequest.md +72 -0
  668. package/docs/StoreProductChildRequestAssetsInner.md +44 -0
  669. package/docs/StoreProductChildRequestAttributeValuesInner.md +38 -0
  670. package/docs/StoreProductChildRequestSitesInner.md +58 -0
  671. package/docs/StoreProductRangeRequest.md +40 -0
  672. package/docs/StoreProductRangeRequestSitesInner.md +54 -0
  673. package/docs/StoreProductRequest.md +50 -0
  674. package/docs/StoreProductRequestCategoriesInner.md +36 -0
  675. package/docs/StoreProductTypeRequest.md +34 -0
  676. package/docs/StoreResource.md +0 -4
  677. package/docs/StoreSiteNotificationRequest.md +44 -0
  678. package/docs/StoreStoreRequest.md +56 -0
  679. package/docs/StoreStoreRequestAddress.md +48 -0
  680. package/docs/StoreStoreRequestSpecialDatesInner.md +44 -0
  681. package/docs/StoreStoreSpecialDateRequest.md +44 -0
  682. package/docs/StoreSupplierRequest.md +48 -0
  683. package/docs/StoreTagRequest.md +48 -0
  684. package/docs/StoreTransactionRequest.md +46 -0
  685. package/docs/StoreTransactionResource.md +36 -0
  686. package/docs/StoreTransactionResourceArrayResponse.md +34 -0
  687. package/docs/SupplierApi.md +39 -39
  688. package/docs/TagApi.md +22 -22
  689. package/docs/TransactionLiteResource.md +52 -0
  690. package/docs/TransactionLiteResourceArrayResponse.md +34 -0
  691. package/docs/TransactionResource.md +66 -0
  692. package/docs/TransactionResourceArrayResponse.md +34 -0
  693. package/docs/TransactionType.md +32 -0
  694. package/docs/TransactionsApi.md +209 -0
  695. package/docs/UpdateAssetForAssetableRequest.md +0 -4
  696. package/docs/UpdateCartRequest.md +62 -0
  697. package/docs/UpdateCustomerRequest.md +42 -0
  698. package/docs/UpdateFilterOrderAttributeRequest.md +34 -0
  699. package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +36 -0
  700. package/docs/UpdateItemCartRequest.md +36 -0
  701. package/docs/UpdateItemOrderRequest.md +36 -0
  702. package/docs/UpdateMenuItemRequest.md +1 -1
  703. package/docs/UpdateOrderRequest.md +54 -0
  704. package/docs/UpdateOrderRequestBillingAddress.md +48 -0
  705. package/docs/UpdateOverlayTemplateAssetRequest.md +0 -4
  706. package/docs/UpdateProductCategoryRequest.md +3 -7
  707. package/docs/UpdateProductChildRequest.md +1 -1
  708. package/docs/UpdateProductChildRequestAssetsInner.md +0 -4
  709. package/docs/UpdateProductRangeRequest.md +1 -1
  710. package/docs/UpdateProductRequest.md +1 -1
  711. package/docs/UpdateSiteRequest.md +2 -0
  712. package/docs/UpdateStoreRequest.md +1 -5
  713. package/docs/UpdateSupplierRequest.md +2 -6
  714. package/docs/WishlistToggleResource.md +1 -1
  715. package/package.json +1 -1
  716. package/src/apis/AdminApi.ts +64 -10
  717. package/src/apis/AssetApi.ts +22 -22
  718. package/src/apis/AttributeApi.ts +109 -109
  719. package/src/apis/CartsApi.ts +693 -0
  720. package/src/apis/CustomersApi.ts +237 -0
  721. package/src/apis/DefinitionApi.ts +32 -32
  722. package/src/apis/DocumentApi.ts +62 -62
  723. package/src/apis/ExternalApiLogApi.ts +21 -21
  724. package/src/apis/GoogleCategoryApi.ts +11 -11
  725. package/src/apis/LabelApi.ts +23 -23
  726. package/src/apis/MenuApi.ts +32 -32
  727. package/src/apis/MenuItemsApi.ts +41 -41
  728. package/src/apis/OrdersApi.ts +686 -0
  729. package/src/apis/OverlayTemplateApi.ts +68 -68
  730. package/src/apis/ProductApi.ts +120 -120
  731. package/src/apis/ProductCategoryApi.ts +77 -77
  732. package/src/apis/ProductRangeApi.ts +105 -105
  733. package/src/apis/ProductRegistrationApi.ts +40 -40
  734. package/src/apis/ProductTypeApi.ts +44 -44
  735. package/src/apis/RedirectApi.ts +11 -11
  736. package/src/apis/SiteApi.ts +89 -35
  737. package/src/apis/StoreApi.ts +66 -66
  738. package/src/apis/SupplierApi.ts +54 -54
  739. package/src/apis/TagApi.ts +29 -29
  740. package/src/apis/TransactionsApi.ts +193 -0
  741. package/src/apis/index.ts +4 -5
  742. package/src/models/AddressFrontendResource.ts +2 -3
  743. package/src/models/AddressResource.ts +18 -3
  744. package/src/models/AddressType.ts +53 -0
  745. package/src/models/AdminNoteResource.ts +118 -0
  746. package/src/models/AdminNoteResourceArrayResponse.ts +73 -0
  747. package/src/models/AdminOrderResource.ts +450 -0
  748. package/src/models/AdminOrderResourceArrayResponse.ts +73 -0
  749. package/src/models/AssetFileForUploadResource.ts +2 -2
  750. package/src/models/AssetFrontendResource.ts +0 -17
  751. package/src/models/AssetLiteResource.ts +2 -19
  752. package/src/models/AssetResource.ts +2 -19
  753. package/src/models/AssetWithOverlayLinkResource.ts +2 -19
  754. package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
  755. package/src/models/AttachAccessoriesProductRangeRequest.ts +66 -0
  756. package/src/models/AttachAssetsOverlayTemplateRequest.ts +74 -0
  757. package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
  758. package/src/models/AttachAttributesProductRangeRequest.ts +74 -0
  759. package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +74 -0
  760. package/src/models/AttachCouponCartRequest.ts +66 -0
  761. package/src/models/AttachCouponOrderRequest.ts +66 -0
  762. package/src/models/AttachDocumentablesDocumentRequest.ts +74 -0
  763. package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +95 -0
  764. package/src/models/AttachDocumentsProductChildRequest.ts +74 -0
  765. package/src/models/AttachDocumentsProductChildRequestDocumentsInner.ts +74 -0
  766. package/src/models/AttachDocumentsProductRangeRequest.ts +74 -0
  767. package/src/models/AttachItemCartRequest.ts +83 -0
  768. package/src/models/AttachItemOrderRequest.ts +83 -0
  769. package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
  770. package/src/models/AttachProductsProductCategoryRequest.ts +66 -0
  771. package/src/models/AttachStoresSupplierRequest.ts +66 -0
  772. package/src/models/AttachSuppliersStoreRequest.ts +66 -0
  773. package/src/models/CartCouponResource.ts +93 -0
  774. package/src/models/CartCouponResourceArrayResponse.ts +73 -0
  775. package/src/models/CartListResource.ts +234 -0
  776. package/src/models/CartListResourceArrayResponse.ts +73 -0
  777. package/src/models/CartOrderSource.ts +57 -0
  778. package/src/models/CartResource.ts +390 -0
  779. package/src/models/CartResourceArrayResponse.ts +73 -0
  780. package/src/models/CartStatus.ts +54 -0
  781. package/src/models/CustomerListResource.ts +134 -0
  782. package/src/models/CustomerListResourceArrayResponse.ts +73 -0
  783. package/src/models/CustomerResource.ts +134 -0
  784. package/src/models/CustomerResourceArrayResponse.ts +73 -0
  785. package/src/models/DestroyAttributeValueRequest.ts +65 -0
  786. package/src/models/DetachAccessoriesProductRangeRequest.ts +66 -0
  787. package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
  788. package/src/models/DetachAttributesProductRangeRequest.ts +66 -0
  789. package/src/models/DetachCouponCartRequest.ts +66 -0
  790. package/src/models/DetachCouponOrderRequest.ts +66 -0
  791. package/src/models/DetachDocumentablesDocumentRequest.ts +74 -0
  792. package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +87 -0
  793. package/src/models/DetachDocumentsProductChildRequest.ts +66 -0
  794. package/src/models/DetachDocumentsProductRangeRequest.ts +66 -0
  795. package/src/models/DetachProductsProductCategoryRequest.ts +66 -0
  796. package/src/models/DetachStoresSupplierRequest.ts +66 -0
  797. package/src/models/DetachSuppliersStoreRequest.ts +66 -0
  798. package/src/models/DiscountType.ts +54 -0
  799. package/src/models/DiscountValueType.ts +53 -0
  800. package/src/models/DocumentFileForUploadResource.ts +2 -2
  801. package/src/models/ExternalApiSyncStatus.ts +1 -2
  802. package/src/models/GetAllAdminNoteRequest.ts +157 -0
  803. package/src/models/GetAllAttributeRequest.ts +162 -0
  804. package/src/models/GetAllAttributeValueRequest.ts +143 -0
  805. package/src/models/GetAllDefinitionRequest.ts +127 -0
  806. package/src/models/GetAllDocumentRequest.ts +145 -0
  807. package/src/models/GetAllGoogleCategoryRequest.ts +143 -0
  808. package/src/models/GetAllMenuItemRequest.ts +144 -0
  809. package/src/models/GetAllMenuRequest.ts +144 -0
  810. package/src/models/GetAllOrderRequest.ts +160 -0
  811. package/src/models/GetAllOverlayTemplateRequest.ts +143 -0
  812. package/src/models/GetAllProductCategoryRequest.ts +179 -0
  813. package/src/models/GetAllProductChildRequest.ts +243 -0
  814. package/src/models/GetAllProductRangeRequest.ts +151 -0
  815. package/src/models/GetAllProductRegistrationRequest.ts +137 -0
  816. package/src/models/GetAllProductRequest.ts +177 -0
  817. package/src/models/GetAllProductTypeRequest.ts +136 -0
  818. package/src/models/GetAllStoreRequest.ts +144 -0
  819. package/src/models/GetAllSupplierRequest.ts +137 -0
  820. package/src/models/GetHierarchyMenuItemRequest.ts +66 -0
  821. package/src/models/GetHierarchyProductCategoryRequest.ts +66 -0
  822. package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +76 -0
  823. package/src/models/IndexAttributeRequest.ts +178 -0
  824. package/src/models/IndexAttributeValueRequest.ts +159 -0
  825. package/src/models/IndexCartRequest.ts +224 -0
  826. package/src/models/IndexCustomerRequest.ts +152 -0
  827. package/src/models/IndexDefinitionRequest.ts +143 -0
  828. package/src/models/IndexDocumentRequest.ts +161 -0
  829. package/src/models/IndexExternalApiLogRequest.ts +234 -0
  830. package/src/models/IndexLabelRequest.ts +163 -0
  831. package/src/models/IndexMenuRequest.ts +160 -0
  832. package/src/models/IndexModelAttributeRequest.ts +176 -0
  833. package/src/models/IndexOrderRequest.ts +208 -0
  834. package/src/models/IndexOverlayTemplateRequest.ts +159 -0
  835. package/src/models/IndexProductCategoryRequest.ts +214 -0
  836. package/src/models/IndexProductChildRequest.ts +269 -0
  837. package/src/models/IndexProductRangeRequest.ts +167 -0
  838. package/src/models/IndexProductRegistrationRequest.ts +193 -0
  839. package/src/models/IndexProductRequest.ts +192 -0
  840. package/src/models/IndexProductTypeRequest.ts +151 -0
  841. package/src/models/IndexRedirectRequest.ts +184 -0
  842. package/src/models/IndexSiteNotificationRequest.ts +152 -0
  843. package/src/models/IndexSiteRequest.ts +144 -0
  844. package/src/models/IndexStoreRequest.ts +160 -0
  845. package/src/models/IndexSupplierRequest.ts +153 -0
  846. package/src/models/IndexTagRequest.ts +168 -0
  847. package/src/models/IndexTransactionRequest.ts +190 -0
  848. package/src/models/LiAddressResource.ts +145 -0
  849. package/src/models/LiAddressResourceArrayResponse.ts +73 -0
  850. package/src/models/LineItemDiscountResource.ts +93 -0
  851. package/src/models/LineItemDiscountResourceArrayResponse.ts +73 -0
  852. package/src/models/LineItemListResource.ts +152 -0
  853. package/src/models/LineItemListResourceArrayResponse.ts +73 -0
  854. package/src/models/ListAssetsProductRegistrationRequest.ts +158 -0
  855. package/src/models/MenuPosition.ts +2 -1
  856. package/src/models/OrderListResource.ts +232 -0
  857. package/src/models/OrderListResourceArrayResponse.ts +73 -0
  858. package/src/models/OrderLiteResource.ts +109 -0
  859. package/src/models/OrderLiteResourceArrayResponse.ts +73 -0
  860. package/src/models/OrderStatusLiteResource.ts +84 -0
  861. package/src/models/OrderStatusLiteResourceArrayResponse.ts +73 -0
  862. package/src/models/OrderStatusWithCountResource.ts +93 -0
  863. package/src/models/OrderStatusWithCountResourceArrayResponse.ts +73 -0
  864. package/src/models/PaginatedAdminNoteResourceResponse.ts +90 -0
  865. package/src/models/PaginatedCartListResourceResponse.ts +90 -0
  866. package/src/models/PaginatedCustomerListResourceResponse.ts +90 -0
  867. package/src/models/PaginatedOrderListResourceResponse.ts +90 -0
  868. package/src/models/PaginatedTransactionResourceResponse.ts +90 -0
  869. package/src/models/PaymentMethod.ts +58 -0
  870. package/src/models/PaymentSource.ts +54 -0
  871. package/src/models/PaymentStatus.ts +53 -0
  872. package/src/models/PreviewAutomationRulesProductCategoryRequest.ts +103 -0
  873. package/src/models/ProductChildCartLiteResource.ts +162 -0
  874. package/src/models/ProductChildCartLiteResourceArrayResponse.ts +73 -0
  875. package/src/models/ProductChildLiteResource.ts +0 -9
  876. package/src/models/ProductChildSiteDetailLiteResource.ts +16 -0
  877. package/src/models/ProductRangeSiteDetailLiteResource.ts +0 -9
  878. package/src/models/ProductResource.ts +2 -2
  879. package/src/models/ProductSearchResultResource.ts +2 -2
  880. package/src/models/RefundTransactionRequest.ts +74 -0
  881. package/src/models/SearchLinkablesMenuItemRequest.ts +95 -0
  882. package/src/models/ShippingType.ts +56 -0
  883. package/src/models/ShowAssetsProductChildRequest.ts +65 -0
  884. package/src/models/ShowAttributesProductChildRequest.ts +152 -0
  885. package/src/models/SitePaymentConfigResource.ts +9 -0
  886. package/src/models/StoreAssetFileRequest.ts +75 -0
  887. package/src/models/StoreAssetForAssetableRequest.ts +142 -0
  888. package/src/models/StoreAttributeRequest.ts +113 -0
  889. package/src/models/StoreAttributeValueRequest.ts +75 -0
  890. package/src/models/StoreCartRequest.ts +260 -0
  891. package/src/models/StoreCartRequestCustomer.ts +89 -0
  892. package/src/models/StoreCartRequestItemsInner.ts +83 -0
  893. package/src/models/StoreCartRequestShippingAddress.ts +121 -0
  894. package/src/models/StoreCustomerRequest.ts +101 -0
  895. package/src/models/StoreDefinitionRequest.ts +75 -0
  896. package/src/models/StoreDocumentFileRequest.ts +75 -0
  897. package/src/models/StoreDocumentRequest.ts +83 -0
  898. package/src/models/StoreFrontendResource.ts +3 -2
  899. package/src/models/StoreLabelRequest.ts +125 -0
  900. package/src/models/StoreListResource.ts +6 -25
  901. package/src/models/StoreMenuItemRequest.ts +161 -0
  902. package/src/models/StoreMenuItemRequestMenuItemLink.ts +102 -0
  903. package/src/models/StoreMenuRequest.ts +97 -0
  904. package/src/models/StoreOverlayTemplateAssetRequest.ts +141 -0
  905. package/src/models/StoreOverlayTemplateRequest.ts +75 -0
  906. package/src/models/StoreProductCategoryRequest.ts +214 -0
  907. package/src/models/StoreProductCategoryRequestAutomationRulesInner.ts +137 -0
  908. package/src/models/StoreProductCategoryRequestDescriptionsInner.ts +82 -0
  909. package/src/models/StoreProductCategoryRequestSeoInner.ts +82 -0
  910. package/src/models/StoreProductChildRequest.ts +249 -0
  911. package/src/models/StoreProductChildRequestAssetsInner.ts +110 -0
  912. package/src/models/StoreProductChildRequestAttributeValuesInner.ts +82 -0
  913. package/src/models/StoreProductChildRequestSitesInner.ts +169 -0
  914. package/src/models/StoreProductRangeRequest.ts +105 -0
  915. package/src/models/StoreProductRangeRequestSitesInner.ts +148 -0
  916. package/src/models/StoreProductRequest.ts +143 -0
  917. package/src/models/StoreProductRequestCategoriesInner.ts +75 -0
  918. package/src/models/StoreProductTypeRequest.ts +66 -0
  919. package/src/models/StoreResource.ts +8 -27
  920. package/src/models/StoreSiteNotificationRequest.ts +111 -0
  921. package/src/models/StoreSpecialDateResource.ts +4 -4
  922. package/src/models/StoreStoreRequest.ts +174 -0
  923. package/src/models/StoreStoreRequestAddress.ts +127 -0
  924. package/src/models/StoreStoreRequestSpecialDatesInner.ts +106 -0
  925. package/src/models/StoreStoreSpecialDateRequest.ts +106 -0
  926. package/src/models/StoreSupplierRequest.ts +143 -0
  927. package/src/models/StoreTagRequest.ts +136 -0
  928. package/src/models/StoreTransactionRequest.ts +131 -0
  929. package/src/models/StoreTransactionResource.ts +83 -0
  930. package/src/models/StoreTransactionResourceArrayResponse.ts +73 -0
  931. package/src/models/TransactionLiteResource.ts +146 -0
  932. package/src/models/TransactionLiteResourceArrayResponse.ts +73 -0
  933. package/src/models/TransactionResource.ts +203 -0
  934. package/src/models/TransactionResourceArrayResponse.ts +73 -0
  935. package/src/models/TransactionType.ts +53 -0
  936. package/src/models/UpdateAssetForAssetableRequest.ts +0 -16
  937. package/src/models/UpdateCartRequest.ts +219 -0
  938. package/src/models/UpdateCustomerRequest.ts +100 -0
  939. package/src/models/UpdateFilterOrderAttributeRequest.ts +74 -0
  940. package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +75 -0
  941. package/src/models/UpdateItemCartRequest.ts +74 -0
  942. package/src/models/UpdateItemOrderRequest.ts +74 -0
  943. package/src/models/UpdateMenuItemRequest.ts +10 -10
  944. package/src/models/UpdateMenuRequest.ts +2 -1
  945. package/src/models/UpdateOrderRequest.ts +191 -0
  946. package/src/models/UpdateOrderRequestBillingAddress.ts +122 -0
  947. package/src/models/UpdateOverlayTemplateAssetRequest.ts +6 -20
  948. package/src/models/UpdateProductCategoryRequest.ts +30 -46
  949. package/src/models/UpdateProductChildRequest.ts +11 -11
  950. package/src/models/UpdateProductChildRequestAssetsInner.ts +6 -20
  951. package/src/models/UpdateProductRangeRequest.ts +11 -11
  952. package/src/models/UpdateProductRequest.ts +10 -10
  953. package/src/models/UpdateSiteRequest.ts +9 -0
  954. package/src/models/UpdateStoreRequest.ts +11 -27
  955. package/src/models/UpdateSupplierRequest.ts +26 -40
  956. package/src/models/WishlistToggleResource.ts +2 -2
  957. package/src/models/index.ts +182 -194
  958. package/dist/apis/BlogCategoryApi.d.ts +0 -116
  959. package/dist/apis/BlogCategoryApi.js +0 -440
  960. package/dist/apis/FrontendComponentApi.d.ts +0 -34
  961. package/dist/apis/FrontendComponentApi.js +0 -139
  962. package/dist/apis/PageApi.d.ts +0 -116
  963. package/dist/apis/PageApi.js +0 -440
  964. package/dist/apis/PageComponentApi.d.ts +0 -99
  965. package/dist/apis/PageComponentApi.js +0 -380
  966. package/dist/apis/ReviewApi.d.ts +0 -145
  967. package/dist/apis/ReviewApi.js +0 -572
  968. package/dist/models/AdminUserLiteResource.d.ts +0 -50
  969. package/dist/models/AdminUserLiteResource.js +0 -61
  970. package/dist/models/AdminUserLiteResourceArrayResponse.d.ts +0 -33
  971. package/dist/models/AdminUserLiteResourceArrayResponse.js +0 -50
  972. package/dist/models/AttachAttributesToProductRangeRequest.d.ts +0 -33
  973. package/dist/models/AttachAttributesToProductRangeRequest.js +0 -52
  974. package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.d.ts +0 -38
  975. package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.js +0 -53
  976. package/dist/models/AttachDocumentablesToDocumentRequest.d.ts +0 -33
  977. package/dist/models/AttachDocumentablesToDocumentRequest.js +0 -52
  978. package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +0 -53
  979. package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.js +0 -66
  980. package/dist/models/AttachDocumentsToProductChildRequest.d.ts +0 -33
  981. package/dist/models/AttachDocumentsToProductChildRequest.js +0 -52
  982. package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.d.ts +0 -38
  983. package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.js +0 -53
  984. package/dist/models/AttachDocumentsToProductRangeRequest.d.ts +0 -33
  985. package/dist/models/AttachDocumentsToProductRangeRequest.js +0 -52
  986. package/dist/models/AttachProductChildrenRequest.d.ts +0 -32
  987. package/dist/models/AttachProductChildrenRequest.js +0 -51
  988. package/dist/models/AttachProductChildrenToProductRangeRequest.d.ts +0 -32
  989. package/dist/models/AttachProductChildrenToProductRangeRequest.js +0 -51
  990. package/dist/models/AttachProductsToProductCategoryRequest.d.ts +0 -32
  991. package/dist/models/AttachProductsToProductCategoryRequest.js +0 -51
  992. package/dist/models/AttachStoresToSupplierRequest.d.ts +0 -32
  993. package/dist/models/AttachStoresToSupplierRequest.js +0 -51
  994. package/dist/models/AttachSuppliersToStoreRequest.d.ts +0 -32
  995. package/dist/models/AttachSuppliersToStoreRequest.js +0 -51
  996. package/dist/models/BlogCategoryListResource.d.ts +0 -50
  997. package/dist/models/BlogCategoryListResource.js +0 -63
  998. package/dist/models/BlogCategoryListResourceArrayResponse.d.ts +0 -33
  999. package/dist/models/BlogCategoryListResourceArrayResponse.js +0 -50
  1000. package/dist/models/BlogCategoryLiteResource.d.ts +0 -44
  1001. package/dist/models/BlogCategoryLiteResource.js +0 -59
  1002. package/dist/models/BlogCategoryLiteResourceArrayResponse.d.ts +0 -33
  1003. package/dist/models/BlogCategoryLiteResourceArrayResponse.js +0 -50
  1004. package/dist/models/BlogCategoryResource.d.ts +0 -58
  1005. package/dist/models/BlogCategoryResource.js +0 -69
  1006. package/dist/models/BlogCategoryResourceArrayResponse.d.ts +0 -33
  1007. package/dist/models/BlogCategoryResourceArrayResponse.js +0 -50
  1008. package/dist/models/BlogFrontendDetailResource.d.ts +0 -88
  1009. package/dist/models/BlogFrontendDetailResource.js +0 -87
  1010. package/dist/models/BlogFrontendDetailResourceArrayResponse.d.ts +0 -33
  1011. package/dist/models/BlogFrontendDetailResourceArrayResponse.js +0 -50
  1012. package/dist/models/BlogFrontendResource.d.ts +0 -76
  1013. package/dist/models/BlogFrontendResource.js +0 -79
  1014. package/dist/models/BlogFrontendResourceArrayResponse.d.ts +0 -33
  1015. package/dist/models/BlogFrontendResourceArrayResponse.js +0 -50
  1016. package/dist/models/BlogResource.d.ts +0 -64
  1017. package/dist/models/BlogResource.js +0 -71
  1018. package/dist/models/BlogResourceArrayResponse.d.ts +0 -33
  1019. package/dist/models/BlogResourceArrayResponse.js +0 -50
  1020. package/dist/models/CreateAssetFileRequest.d.ts +0 -38
  1021. package/dist/models/CreateAssetFileRequest.js +0 -55
  1022. package/dist/models/CreateAssetForAssetableRequest.d.ts +0 -102
  1023. package/dist/models/CreateAssetForAssetableRequest.js +0 -91
  1024. package/dist/models/CreateAttributeRequest.d.ts +0 -65
  1025. package/dist/models/CreateAttributeRequest.js +0 -74
  1026. package/dist/models/CreateAttributeValueRequest.d.ts +0 -38
  1027. package/dist/models/CreateAttributeValueRequest.js +0 -55
  1028. package/dist/models/CreateBlogCategoryRequest.d.ts +0 -52
  1029. package/dist/models/CreateBlogCategoryRequest.js +0 -65
  1030. package/dist/models/CreateBlogCategoryRequestDescriptionsInner.d.ts +0 -44
  1031. package/dist/models/CreateBlogCategoryRequestDescriptionsInner.js +0 -55
  1032. package/dist/models/CreateBlogCategoryRequestSeoInner.d.ts +0 -44
  1033. package/dist/models/CreateBlogCategoryRequestSeoInner.js +0 -55
  1034. package/dist/models/CreateDefinitionRequest.d.ts +0 -38
  1035. package/dist/models/CreateDefinitionRequest.js +0 -55
  1036. package/dist/models/CreateDocumentFileRequest.d.ts +0 -38
  1037. package/dist/models/CreateDocumentFileRequest.js +0 -55
  1038. package/dist/models/CreateDocumentRequest.d.ts +0 -44
  1039. package/dist/models/CreateDocumentRequest.js +0 -57
  1040. package/dist/models/CreateLabelRequest.d.ts +0 -74
  1041. package/dist/models/CreateLabelRequest.js +0 -71
  1042. package/dist/models/CreateMenuItemRequest.d.ts +0 -97
  1043. package/dist/models/CreateMenuItemRequest.js +0 -84
  1044. package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +0 -59
  1045. package/dist/models/CreateMenuItemRequestMenuItemLink.js +0 -64
  1046. package/dist/models/CreateMenuRequest.d.ts +0 -53
  1047. package/dist/models/CreateMenuRequest.js +0 -68
  1048. package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +0 -99
  1049. package/dist/models/CreateOverlayTemplateAssetRequest.js +0 -84
  1050. package/dist/models/CreateOverlayTemplateRequest.d.ts +0 -38
  1051. package/dist/models/CreateOverlayTemplateRequest.js +0 -55
  1052. package/dist/models/CreatePageComponentRequest.d.ts +0 -81
  1053. package/dist/models/CreatePageComponentRequest.js +0 -72
  1054. package/dist/models/CreatePageComponentRequestRelationsInner.d.ts +0 -44
  1055. package/dist/models/CreatePageComponentRequestRelationsInner.js +0 -53
  1056. package/dist/models/CreatePageRequest.d.ts +0 -85
  1057. package/dist/models/CreatePageRequest.js +0 -84
  1058. package/dist/models/CreatePageRequestBlog.d.ts +0 -51
  1059. package/dist/models/CreatePageRequestBlog.js +0 -56
  1060. package/dist/models/CreateProductCategoryRequest.d.ts +0 -139
  1061. package/dist/models/CreateProductCategoryRequest.js +0 -100
  1062. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +0 -87
  1063. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +0 -89
  1064. package/dist/models/CreateProductChildRequest.d.ts +0 -149
  1065. package/dist/models/CreateProductChildRequest.js +0 -110
  1066. package/dist/models/CreateProductChildRequestAssetsInner.d.ts +0 -74
  1067. package/dist/models/CreateProductChildRequestAssetsInner.js +0 -69
  1068. package/dist/models/CreateProductChildRequestAttributeValuesInner.d.ts +0 -44
  1069. package/dist/models/CreateProductChildRequestAttributeValuesInner.js +0 -55
  1070. package/dist/models/CreateProductChildRequestSitesInner.d.ts +0 -104
  1071. package/dist/models/CreateProductChildRequestSitesInner.js +0 -89
  1072. package/dist/models/CreateProductRangeRequest.d.ts +0 -52
  1073. package/dist/models/CreateProductRangeRequest.js +0 -59
  1074. package/dist/models/CreateProductRangeRequestSitesInner.d.ts +0 -92
  1075. package/dist/models/CreateProductRangeRequestSitesInner.js +0 -75
  1076. package/dist/models/CreateProductRequest.d.ts +0 -81
  1077. package/dist/models/CreateProductRequest.js +0 -78
  1078. package/dist/models/CreateProductRequestCategoriesInner.d.ts +0 -38
  1079. package/dist/models/CreateProductRequestCategoriesInner.js +0 -55
  1080. package/dist/models/CreateProductTypeRequest.d.ts +0 -32
  1081. package/dist/models/CreateProductTypeRequest.js +0 -51
  1082. package/dist/models/CreateReviewRequest.d.ts +0 -80
  1083. package/dist/models/CreateReviewRequest.js +0 -79
  1084. package/dist/models/CreateSiteNotificationRequest.d.ts +0 -62
  1085. package/dist/models/CreateSiteNotificationRequest.js +0 -71
  1086. package/dist/models/CreateStoreRequest.d.ts +0 -112
  1087. package/dist/models/CreateStoreRequest.js +0 -89
  1088. package/dist/models/CreateStoreRequestAddress.d.ts +0 -68
  1089. package/dist/models/CreateStoreRequestAddress.js +0 -73
  1090. package/dist/models/CreateStoreRequestSpecialDatesInner.d.ts +0 -62
  1091. package/dist/models/CreateStoreRequestSpecialDatesInner.js +0 -61
  1092. package/dist/models/CreateSupplierRequest.d.ts +0 -88
  1093. package/dist/models/CreateSupplierRequest.js +0 -79
  1094. package/dist/models/CreateTagRequest.d.ts +0 -82
  1095. package/dist/models/CreateTagRequest.js +0 -79
  1096. package/dist/models/CustomerLiteResource.d.ts +0 -50
  1097. package/dist/models/CustomerLiteResource.js +0 -61
  1098. package/dist/models/CustomerLiteResourceArrayResponse.d.ts +0 -33
  1099. package/dist/models/CustomerLiteResourceArrayResponse.js +0 -50
  1100. package/dist/models/CustomerReviewableItemFrontendResource.d.ts +0 -50
  1101. package/dist/models/CustomerReviewableItemFrontendResource.js +0 -63
  1102. package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.d.ts +0 -33
  1103. package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.js +0 -50
  1104. package/dist/models/DeleteAttributeValueRequest.d.ts +0 -32
  1105. package/dist/models/DeleteAttributeValueRequest.js +0 -49
  1106. package/dist/models/DetachAttributesFromProductRangeRequest.d.ts +0 -32
  1107. package/dist/models/DetachAttributesFromProductRangeRequest.js +0 -51
  1108. package/dist/models/DetachDocumentablesFromDocumentRequest.d.ts +0 -33
  1109. package/dist/models/DetachDocumentablesFromDocumentRequest.js +0 -52
  1110. package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +0 -47
  1111. package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.js +0 -64
  1112. package/dist/models/DetachDocumentsFromProductChildRequest.d.ts +0 -32
  1113. package/dist/models/DetachDocumentsFromProductChildRequest.js +0 -51
  1114. package/dist/models/DetachDocumentsFromProductRangeRequest.d.ts +0 -32
  1115. package/dist/models/DetachDocumentsFromProductRangeRequest.js +0 -51
  1116. package/dist/models/DetachProductChildrenFromProductRangeRequest.d.ts +0 -32
  1117. package/dist/models/DetachProductChildrenFromProductRangeRequest.js +0 -51
  1118. package/dist/models/DetachProductsFromProductCategoryRequest.d.ts +0 -32
  1119. package/dist/models/DetachProductsFromProductCategoryRequest.js +0 -51
  1120. package/dist/models/DetachStoresFromSupplierRequest.d.ts +0 -32
  1121. package/dist/models/DetachStoresFromSupplierRequest.js +0 -51
  1122. package/dist/models/DetachSuppliersFromStoreRequest.d.ts +0 -32
  1123. package/dist/models/DetachSuppliersFromStoreRequest.js +0 -51
  1124. package/dist/models/FrontendComponentLiteResource.d.ts +0 -44
  1125. package/dist/models/FrontendComponentLiteResource.js +0 -59
  1126. package/dist/models/FrontendComponentLiteResourceArrayResponse.d.ts +0 -33
  1127. package/dist/models/FrontendComponentLiteResourceArrayResponse.js +0 -50
  1128. package/dist/models/FrontendComponentResource.d.ts +0 -51
  1129. package/dist/models/FrontendComponentResource.js +0 -64
  1130. package/dist/models/FrontendComponentResourceArrayResponse.d.ts +0 -33
  1131. package/dist/models/FrontendComponentResourceArrayResponse.js +0 -50
  1132. package/dist/models/GetUniqueEndpointsRequest.d.ts +0 -40
  1133. package/dist/models/GetUniqueEndpointsRequest.js +0 -57
  1134. package/dist/models/LinkOverlayTemplateToAssetsRequest.d.ts +0 -38
  1135. package/dist/models/LinkOverlayTemplateToAssetsRequest.js +0 -53
  1136. package/dist/models/MenuIdRequest.d.ts +0 -32
  1137. package/dist/models/MenuIdRequest.js +0 -51
  1138. package/dist/models/PageComponentLiteResource.d.ts +0 -44
  1139. package/dist/models/PageComponentLiteResource.js +0 -59
  1140. package/dist/models/PageComponentLiteResourceArrayResponse.d.ts +0 -33
  1141. package/dist/models/PageComponentLiteResourceArrayResponse.js +0 -50
  1142. package/dist/models/PageComponentRelationResource.d.ts +0 -63
  1143. package/dist/models/PageComponentRelationResource.js +0 -72
  1144. package/dist/models/PageComponentRelationResourceArrayResponse.d.ts +0 -33
  1145. package/dist/models/PageComponentRelationResourceArrayResponse.js +0 -50
  1146. package/dist/models/PageComponentResource.d.ts +0 -94
  1147. package/dist/models/PageComponentResource.js +0 -83
  1148. package/dist/models/PageComponentResourceArrayResponse.d.ts +0 -33
  1149. package/dist/models/PageComponentResourceArrayResponse.js +0 -50
  1150. package/dist/models/PageFrontendDetailResource.d.ts +0 -63
  1151. package/dist/models/PageFrontendDetailResource.js +0 -70
  1152. package/dist/models/PageFrontendDetailResourceArrayResponse.d.ts +0 -33
  1153. package/dist/models/PageFrontendDetailResourceArrayResponse.js +0 -50
  1154. package/dist/models/PageListResource.d.ts +0 -94
  1155. package/dist/models/PageListResource.js +0 -87
  1156. package/dist/models/PageListResourceArrayResponse.d.ts +0 -33
  1157. package/dist/models/PageListResourceArrayResponse.js +0 -50
  1158. package/dist/models/PageLiteResource.d.ts +0 -38
  1159. package/dist/models/PageLiteResource.js +0 -55
  1160. package/dist/models/PageLiteResourceArrayResponse.d.ts +0 -33
  1161. package/dist/models/PageLiteResourceArrayResponse.js +0 -50
  1162. package/dist/models/PageResource.d.ts +0 -89
  1163. package/dist/models/PageResource.js +0 -88
  1164. package/dist/models/PageResourceArrayResponse.d.ts +0 -33
  1165. package/dist/models/PageResourceArrayResponse.js +0 -50
  1166. package/dist/models/PageType.d.ts +0 -26
  1167. package/dist/models/PageType.js +0 -52
  1168. package/dist/models/PaginatedBlogCategoryListResourceResponse.d.ts +0 -40
  1169. package/dist/models/PaginatedBlogCategoryListResourceResponse.js +0 -57
  1170. package/dist/models/PaginatedBlogCategoryLiteResourceResponse.d.ts +0 -40
  1171. package/dist/models/PaginatedBlogCategoryLiteResourceResponse.js +0 -57
  1172. package/dist/models/PaginatedBlogCategoryResourceResponse.d.ts +0 -40
  1173. package/dist/models/PaginatedBlogCategoryResourceResponse.js +0 -57
  1174. package/dist/models/PaginatedBlogFrontendResourceResponse.d.ts +0 -40
  1175. package/dist/models/PaginatedBlogFrontendResourceResponse.js +0 -57
  1176. package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.d.ts +0 -40
  1177. package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.js +0 -57
  1178. package/dist/models/PaginatedFrontendComponentLiteResourceResponse.d.ts +0 -40
  1179. package/dist/models/PaginatedFrontendComponentLiteResourceResponse.js +0 -57
  1180. package/dist/models/PaginatedFrontendComponentResourceResponse.d.ts +0 -40
  1181. package/dist/models/PaginatedFrontendComponentResourceResponse.js +0 -57
  1182. package/dist/models/PaginatedPageComponentLiteResourceResponse.d.ts +0 -40
  1183. package/dist/models/PaginatedPageComponentLiteResourceResponse.js +0 -57
  1184. package/dist/models/PaginatedPageListResourceResponse.d.ts +0 -40
  1185. package/dist/models/PaginatedPageListResourceResponse.js +0 -57
  1186. package/dist/models/PaginatedPageLiteResourceResponse.d.ts +0 -40
  1187. package/dist/models/PaginatedPageLiteResourceResponse.js +0 -57
  1188. package/dist/models/PaginatedPageResourceResponse.d.ts +0 -40
  1189. package/dist/models/PaginatedPageResourceResponse.js +0 -57
  1190. package/dist/models/PaginatedProductChildFrontendResourceResponse.d.ts +0 -40
  1191. package/dist/models/PaginatedProductChildFrontendResourceResponse.js +0 -57
  1192. package/dist/models/PaginatedReviewListResourceResponse.d.ts +0 -40
  1193. package/dist/models/PaginatedReviewListResourceResponse.js +0 -57
  1194. package/dist/models/PaginatedReviewLiteResourceResponse.d.ts +0 -40
  1195. package/dist/models/PaginatedReviewLiteResourceResponse.js +0 -57
  1196. package/dist/models/PaginatedReviewResourceResponse.d.ts +0 -40
  1197. package/dist/models/PaginatedReviewResourceResponse.js +0 -57
  1198. package/dist/models/PreviewAutomationRulesRequest.d.ts +0 -53
  1199. package/dist/models/PreviewAutomationRulesRequest.js +0 -68
  1200. package/dist/models/ProductChildFrontendResource.d.ts +0 -76
  1201. package/dist/models/ProductChildFrontendResource.js +0 -81
  1202. package/dist/models/ProductChildFrontendResourceArrayResponse.d.ts +0 -33
  1203. package/dist/models/ProductChildFrontendResourceArrayResponse.js +0 -50
  1204. package/dist/models/ProductChildSiteDetailFrontendResource.d.ts +0 -69
  1205. package/dist/models/ProductChildSiteDetailFrontendResource.js +0 -74
  1206. package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.d.ts +0 -33
  1207. package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.js +0 -50
  1208. package/dist/models/ProductRangeSiteDetailFrontendResource.d.ts +0 -68
  1209. package/dist/models/ProductRangeSiteDetailFrontendResource.js +0 -73
  1210. package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.d.ts +0 -33
  1211. package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.js +0 -50
  1212. package/dist/models/ProductReviewsResource.d.ts +0 -63
  1213. package/dist/models/ProductReviewsResource.js +0 -70
  1214. package/dist/models/ProductReviewsResourceArrayResponse.d.ts +0 -33
  1215. package/dist/models/ProductReviewsResourceArrayResponse.js +0 -50
  1216. package/dist/models/ReviewListResource.d.ts +0 -94
  1217. package/dist/models/ReviewListResource.js +0 -87
  1218. package/dist/models/ReviewListResourceArrayResponse.d.ts +0 -33
  1219. package/dist/models/ReviewListResourceArrayResponse.js +0 -50
  1220. package/dist/models/ReviewLiteResource.d.ts +0 -44
  1221. package/dist/models/ReviewLiteResource.js +0 -59
  1222. package/dist/models/ReviewLiteResourceArrayResponse.d.ts +0 -33
  1223. package/dist/models/ReviewLiteResourceArrayResponse.js +0 -50
  1224. package/dist/models/ReviewPublicResource.d.ts +0 -68
  1225. package/dist/models/ReviewPublicResource.js +0 -73
  1226. package/dist/models/ReviewPublicResourceArrayResponse.d.ts +0 -33
  1227. package/dist/models/ReviewPublicResourceArrayResponse.js +0 -50
  1228. package/dist/models/ReviewResource.d.ts +0 -126
  1229. package/dist/models/ReviewResource.js +0 -107
  1230. package/dist/models/ReviewResourceArrayResponse.d.ts +0 -33
  1231. package/dist/models/ReviewResourceArrayResponse.js +0 -50
  1232. package/dist/models/SearchAllAttributeValuesRequest.d.ts +0 -93
  1233. package/dist/models/SearchAllAttributeValuesRequest.js +0 -84
  1234. package/dist/models/SearchAllAttributesRequest.d.ts +0 -108
  1235. package/dist/models/SearchAllAttributesRequest.js +0 -91
  1236. package/dist/models/SearchAllBlogCategoriesRequest.d.ts +0 -84
  1237. package/dist/models/SearchAllBlogCategoriesRequest.js +0 -76
  1238. package/dist/models/SearchAllDefinitionsRequest.d.ts +0 -80
  1239. package/dist/models/SearchAllDefinitionsRequest.js +0 -76
  1240. package/dist/models/SearchAllDocumentsRequest.d.ts +0 -95
  1241. package/dist/models/SearchAllDocumentsRequest.js +0 -86
  1242. package/dist/models/SearchAllFrontendComponentsRequest.d.ts +0 -84
  1243. package/dist/models/SearchAllFrontendComponentsRequest.js +0 -76
  1244. package/dist/models/SearchAllMenuItemsRequest.d.ts +0 -93
  1245. package/dist/models/SearchAllMenuItemsRequest.js +0 -81
  1246. package/dist/models/SearchAllMenusRequest.d.ts +0 -93
  1247. package/dist/models/SearchAllMenusRequest.js +0 -81
  1248. package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +0 -93
  1249. package/dist/models/SearchAllOverlayTemplatesRequest.js +0 -84
  1250. package/dist/models/SearchAllPageComponentsRequest.d.ts +0 -90
  1251. package/dist/models/SearchAllPageComponentsRequest.js +0 -78
  1252. package/dist/models/SearchAllPagesRequest.d.ts +0 -99
  1253. package/dist/models/SearchAllPagesRequest.js +0 -83
  1254. package/dist/models/SearchAllProductCategoriesRequest.d.ts +0 -121
  1255. package/dist/models/SearchAllProductCategoriesRequest.js +0 -96
  1256. package/dist/models/SearchAllProductChildrenRequest.d.ts +0 -171
  1257. package/dist/models/SearchAllProductChildrenRequest.js +0 -118
  1258. package/dist/models/SearchAllProductRangesRequest.d.ts +0 -98
  1259. package/dist/models/SearchAllProductRangesRequest.js +0 -82
  1260. package/dist/models/SearchAllProductRegistrationsRequest.d.ts +0 -88
  1261. package/dist/models/SearchAllProductRegistrationsRequest.js +0 -80
  1262. package/dist/models/SearchAllProductTypesRequest.d.ts +0 -88
  1263. package/dist/models/SearchAllProductTypesRequest.js +0 -83
  1264. package/dist/models/SearchAllProductsRequest.d.ts +0 -119
  1265. package/dist/models/SearchAllProductsRequest.js +0 -94
  1266. package/dist/models/SearchAllStoresRequest.d.ts +0 -93
  1267. package/dist/models/SearchAllStoresRequest.js +0 -81
  1268. package/dist/models/SearchAllSuppliersRequest.d.ts +0 -89
  1269. package/dist/models/SearchAllSuppliersRequest.js +0 -84
  1270. package/dist/models/SearchAttributeValuesRequest.d.ts +0 -105
  1271. package/dist/models/SearchAttributeValuesRequest.js +0 -88
  1272. package/dist/models/SearchAttributesRequest.d.ts +0 -120
  1273. package/dist/models/SearchAttributesRequest.js +0 -95
  1274. package/dist/models/SearchBlogCategoriesRequest.d.ts +0 -96
  1275. package/dist/models/SearchBlogCategoriesRequest.js +0 -80
  1276. package/dist/models/SearchDefinitionsRequest.d.ts +0 -92
  1277. package/dist/models/SearchDefinitionsRequest.js +0 -80
  1278. package/dist/models/SearchDocumentsRequest.d.ts +0 -107
  1279. package/dist/models/SearchDocumentsRequest.js +0 -90
  1280. package/dist/models/SearchExternalApiLogsRequest.d.ts +0 -161
  1281. package/dist/models/SearchExternalApiLogsRequest.js +0 -105
  1282. package/dist/models/SearchGoogleCategoriesRequest.d.ts +0 -92
  1283. package/dist/models/SearchGoogleCategoriesRequest.js +0 -80
  1284. package/dist/models/SearchLabelsRequest.d.ts +0 -109
  1285. package/dist/models/SearchLabelsRequest.js +0 -92
  1286. package/dist/models/SearchLinkablesRequest.d.ts +0 -53
  1287. package/dist/models/SearchLinkablesRequest.js +0 -64
  1288. package/dist/models/SearchMenusRequest.d.ts +0 -105
  1289. package/dist/models/SearchMenusRequest.js +0 -85
  1290. package/dist/models/SearchModelAttributesRequest.d.ts +0 -118
  1291. package/dist/models/SearchModelAttributesRequest.js +0 -93
  1292. package/dist/models/SearchOverlayTemplatesRequest.d.ts +0 -105
  1293. package/dist/models/SearchOverlayTemplatesRequest.js +0 -88
  1294. package/dist/models/SearchPagesRequest.d.ts +0 -118
  1295. package/dist/models/SearchPagesRequest.js +0 -93
  1296. package/dist/models/SearchProductCategoriesRequest.d.ts +0 -148
  1297. package/dist/models/SearchProductCategoriesRequest.js +0 -107
  1298. package/dist/models/SearchProductChildAttributesRequest.d.ts +0 -99
  1299. package/dist/models/SearchProductChildAttributesRequest.js +0 -83
  1300. package/dist/models/SearchProductChildrenRequest.d.ts +0 -193
  1301. package/dist/models/SearchProductChildrenRequest.js +0 -132
  1302. package/dist/models/SearchProductRangesRequest.d.ts +0 -110
  1303. package/dist/models/SearchProductRangesRequest.js +0 -86
  1304. package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +0 -103
  1305. package/dist/models/SearchProductRegistrationAssetsRequest.js +0 -83
  1306. package/dist/models/SearchProductRegistrationsRequest.d.ts +0 -131
  1307. package/dist/models/SearchProductRegistrationsRequest.js +0 -98
  1308. package/dist/models/SearchProductTypesRequest.d.ts +0 -99
  1309. package/dist/models/SearchProductTypesRequest.js +0 -86
  1310. package/dist/models/SearchProductsRequest.d.ts +0 -130
  1311. package/dist/models/SearchProductsRequest.js +0 -97
  1312. package/dist/models/SearchRedirectsRequest.d.ts +0 -124
  1313. package/dist/models/SearchRedirectsRequest.js +0 -95
  1314. package/dist/models/SearchReviewsRequest.d.ts +0 -110
  1315. package/dist/models/SearchReviewsRequest.js +0 -86
  1316. package/dist/models/SearchSiteNotificationsRequest.d.ts +0 -99
  1317. package/dist/models/SearchSiteNotificationsRequest.js +0 -83
  1318. package/dist/models/SearchSitesRequest.d.ts +0 -93
  1319. package/dist/models/SearchSitesRequest.js +0 -81
  1320. package/dist/models/SearchStoresRequest.d.ts +0 -105
  1321. package/dist/models/SearchStoresRequest.js +0 -85
  1322. package/dist/models/SearchSuppliersRequest.d.ts +0 -101
  1323. package/dist/models/SearchSuppliersRequest.js +0 -88
  1324. package/dist/models/SearchTagsRequest.d.ts +0 -112
  1325. package/dist/models/SearchTagsRequest.js +0 -91
  1326. package/dist/models/ShowProductChildAssetsRequest.d.ts +0 -32
  1327. package/dist/models/ShowProductChildAssetsRequest.js +0 -49
  1328. package/dist/models/SiteIdRequest.d.ts +0 -32
  1329. package/dist/models/SiteIdRequest.js +0 -51
  1330. package/dist/models/StoreSpecialDateRequest.d.ts +0 -62
  1331. package/dist/models/StoreSpecialDateRequest.js +0 -61
  1332. package/dist/models/StoreStockType.d.ts +0 -25
  1333. package/dist/models/StoreStockType.js +0 -51
  1334. package/dist/models/Thumbnail.d.ts +0 -38
  1335. package/dist/models/Thumbnail.js +0 -51
  1336. package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +0 -51
  1337. package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.js +0 -64
  1338. package/dist/models/UpdateAttributeFilterOrderRequest.d.ts +0 -33
  1339. package/dist/models/UpdateAttributeFilterOrderRequest.js +0 -52
  1340. package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.d.ts +0 -38
  1341. package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.js +0 -55
  1342. package/dist/models/UpdateAttributeProductTypeRequest.d.ts +0 -48
  1343. package/dist/models/UpdateAttributeProductTypeRequest.js +0 -65
  1344. package/dist/models/UpdateBlogCategoryRequest.d.ts +0 -52
  1345. package/dist/models/UpdateBlogCategoryRequest.js +0 -65
  1346. package/dist/models/UpdatePageComponentRequest.d.ts +0 -69
  1347. package/dist/models/UpdatePageComponentRequest.js +0 -64
  1348. package/dist/models/UpdatePageRequest.d.ts +0 -71
  1349. package/dist/models/UpdatePageRequest.js +0 -70
  1350. package/dist/models/UpdatePageRequestComponentOrderInner.d.ts +0 -38
  1351. package/dist/models/UpdatePageRequestComponentOrderInner.js +0 -55
  1352. package/dist/models/UpdateProductTypeAttributeRequest.d.ts +0 -48
  1353. package/dist/models/UpdateProductTypeAttributeRequest.js +0 -65
  1354. package/dist/models/UpdateReviewRequest.d.ts +0 -68
  1355. package/dist/models/UpdateReviewRequest.js +0 -71
  1356. package/docs/AdminUserLiteResource.md +0 -40
  1357. package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
  1358. package/docs/AttachAttributesToProductRangeRequest.md +0 -34
  1359. package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
  1360. package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
  1361. package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
  1362. package/docs/AttachDocumentsToProductChildRequest.md +0 -34
  1363. package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
  1364. package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
  1365. package/docs/AttachProductChildrenRequest.md +0 -34
  1366. package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
  1367. package/docs/AttachProductsToProductCategoryRequest.md +0 -34
  1368. package/docs/AttachStoresToSupplierRequest.md +0 -34
  1369. package/docs/AttachSuppliersToStoreRequest.md +0 -34
  1370. package/docs/BlogCategoryApi.md +0 -407
  1371. package/docs/BlogCategoryListResource.md +0 -40
  1372. package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
  1373. package/docs/BlogCategoryLiteResource.md +0 -38
  1374. package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
  1375. package/docs/BlogCategoryResource.md +0 -42
  1376. package/docs/BlogCategoryResourceArrayResponse.md +0 -34
  1377. package/docs/BlogFrontendDetailResource.md +0 -52
  1378. package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
  1379. package/docs/BlogFrontendResource.md +0 -48
  1380. package/docs/BlogFrontendResourceArrayResponse.md +0 -34
  1381. package/docs/BlogResource.md +0 -44
  1382. package/docs/BlogResourceArrayResponse.md +0 -34
  1383. package/docs/CreateAssetFileRequest.md +0 -36
  1384. package/docs/CreateAssetForAssetableRequest.md +0 -52
  1385. package/docs/CreateAttributeRequest.md +0 -42
  1386. package/docs/CreateAttributeValueRequest.md +0 -36
  1387. package/docs/CreateBlogCategoryRequest.md +0 -40
  1388. package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
  1389. package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
  1390. package/docs/CreateDefinitionRequest.md +0 -36
  1391. package/docs/CreateDocumentFileRequest.md +0 -36
  1392. package/docs/CreateDocumentRequest.md +0 -38
  1393. package/docs/CreateLabelRequest.md +0 -48
  1394. package/docs/CreateMenuItemRequest.md +0 -52
  1395. package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
  1396. package/docs/CreateMenuRequest.md +0 -38
  1397. package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
  1398. package/docs/CreateOverlayTemplateRequest.md +0 -36
  1399. package/docs/CreatePageComponentRequest.md +0 -50
  1400. package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
  1401. package/docs/CreatePageRequest.md +0 -48
  1402. package/docs/CreatePageRequestBlog.md +0 -40
  1403. package/docs/CreateProductCategoryRequest.md +0 -66
  1404. package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
  1405. package/docs/CreateProductChildRequest.md +0 -72
  1406. package/docs/CreateProductChildRequestAssetsInner.md +0 -48
  1407. package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
  1408. package/docs/CreateProductChildRequestSitesInner.md +0 -58
  1409. package/docs/CreateProductRangeRequest.md +0 -40
  1410. package/docs/CreateProductRangeRequestSitesInner.md +0 -54
  1411. package/docs/CreateProductRequest.md +0 -50
  1412. package/docs/CreateProductRequestCategoriesInner.md +0 -36
  1413. package/docs/CreateProductTypeRequest.md +0 -34
  1414. package/docs/CreateReviewRequest.md +0 -50
  1415. package/docs/CreateSiteNotificationRequest.md +0 -44
  1416. package/docs/CreateStoreRequest.md +0 -60
  1417. package/docs/CreateStoreRequestAddress.md +0 -46
  1418. package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
  1419. package/docs/CreateSupplierRequest.md +0 -52
  1420. package/docs/CreateTagRequest.md +0 -48
  1421. package/docs/CustomerLiteResource.md +0 -40
  1422. package/docs/CustomerLiteResourceArrayResponse.md +0 -34
  1423. package/docs/CustomerReviewableItemFrontendResource.md +0 -40
  1424. package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
  1425. package/docs/DeleteAttributeValueRequest.md +0 -34
  1426. package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
  1427. package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
  1428. package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
  1429. package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
  1430. package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
  1431. package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
  1432. package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
  1433. package/docs/DetachStoresFromSupplierRequest.md +0 -34
  1434. package/docs/DetachSuppliersFromStoreRequest.md +0 -34
  1435. package/docs/FrontendComponentApi.md +0 -74
  1436. package/docs/FrontendComponentLiteResource.md +0 -38
  1437. package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
  1438. package/docs/FrontendComponentResource.md +0 -40
  1439. package/docs/FrontendComponentResourceArrayResponse.md +0 -34
  1440. package/docs/GetUniqueEndpointsRequest.md +0 -34
  1441. package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
  1442. package/docs/MenuIdRequest.md +0 -34
  1443. package/docs/PageApi.md +0 -407
  1444. package/docs/PageComponentApi.md +0 -341
  1445. package/docs/PageComponentLiteResource.md +0 -38
  1446. package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
  1447. package/docs/PageComponentRelationResource.md +0 -44
  1448. package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
  1449. package/docs/PageComponentResource.md +0 -54
  1450. package/docs/PageComponentResourceArrayResponse.md +0 -34
  1451. package/docs/PageFrontendDetailResource.md +0 -44
  1452. package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
  1453. package/docs/PageListResource.md +0 -54
  1454. package/docs/PageListResourceArrayResponse.md +0 -34
  1455. package/docs/PageLiteResource.md +0 -36
  1456. package/docs/PageLiteResourceArrayResponse.md +0 -34
  1457. package/docs/PageResource.md +0 -52
  1458. package/docs/PageResourceArrayResponse.md +0 -34
  1459. package/docs/PageType.md +0 -32
  1460. package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
  1461. package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
  1462. package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
  1463. package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
  1464. package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
  1465. package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
  1466. package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
  1467. package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
  1468. package/docs/PaginatedPageListResourceResponse.md +0 -36
  1469. package/docs/PaginatedPageLiteResourceResponse.md +0 -36
  1470. package/docs/PaginatedPageResourceResponse.md +0 -36
  1471. package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
  1472. package/docs/PaginatedReviewListResourceResponse.md +0 -36
  1473. package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
  1474. package/docs/PaginatedReviewResourceResponse.md +0 -36
  1475. package/docs/PreviewAutomationRulesRequest.md +0 -38
  1476. package/docs/ProductChildFrontendResource.md +0 -48
  1477. package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
  1478. package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
  1479. package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
  1480. package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
  1481. package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
  1482. package/docs/ProductReviewsResource.md +0 -44
  1483. package/docs/ProductReviewsResourceArrayResponse.md +0 -34
  1484. package/docs/ReviewApi.md +0 -539
  1485. package/docs/ReviewListResource.md +0 -54
  1486. package/docs/ReviewListResourceArrayResponse.md +0 -34
  1487. package/docs/ReviewLiteResource.md +0 -38
  1488. package/docs/ReviewLiteResourceArrayResponse.md +0 -34
  1489. package/docs/ReviewPublicResource.md +0 -46
  1490. package/docs/ReviewPublicResourceArrayResponse.md +0 -34
  1491. package/docs/ReviewResource.md +0 -64
  1492. package/docs/ReviewResourceArrayResponse.md +0 -34
  1493. package/docs/SearchAllAttributeValuesRequest.md +0 -46
  1494. package/docs/SearchAllAttributesRequest.md +0 -50
  1495. package/docs/SearchAllBlogCategoriesRequest.md +0 -46
  1496. package/docs/SearchAllDefinitionsRequest.md +0 -44
  1497. package/docs/SearchAllDocumentsRequest.md +0 -46
  1498. package/docs/SearchAllFrontendComponentsRequest.md +0 -46
  1499. package/docs/SearchAllMenuItemsRequest.md +0 -48
  1500. package/docs/SearchAllMenusRequest.md +0 -48
  1501. package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
  1502. package/docs/SearchAllPageComponentsRequest.md +0 -48
  1503. package/docs/SearchAllPagesRequest.md +0 -50
  1504. package/docs/SearchAllProductCategoriesRequest.md +0 -54
  1505. package/docs/SearchAllProductChildrenRequest.md +0 -68
  1506. package/docs/SearchAllProductRangesRequest.md +0 -50
  1507. package/docs/SearchAllProductRegistrationsRequest.md +0 -46
  1508. package/docs/SearchAllProductTypesRequest.md +0 -44
  1509. package/docs/SearchAllProductsRequest.md +0 -54
  1510. package/docs/SearchAllStoresRequest.md +0 -48
  1511. package/docs/SearchAllSuppliersRequest.md +0 -44
  1512. package/docs/SearchAttributeValuesRequest.md +0 -50
  1513. package/docs/SearchAttributesRequest.md +0 -54
  1514. package/docs/SearchBlogCategoriesRequest.md +0 -50
  1515. package/docs/SearchDefinitionsRequest.md +0 -48
  1516. package/docs/SearchDocumentsRequest.md +0 -50
  1517. package/docs/SearchExternalApiLogsRequest.md +0 -70
  1518. package/docs/SearchGoogleCategoriesRequest.md +0 -48
  1519. package/docs/SearchLabelsRequest.md +0 -50
  1520. package/docs/SearchLinkablesRequest.md +0 -38
  1521. package/docs/SearchMenusRequest.md +0 -52
  1522. package/docs/SearchModelAttributesRequest.md +0 -54
  1523. package/docs/SearchOverlayTemplatesRequest.md +0 -50
  1524. package/docs/SearchPagesRequest.md +0 -54
  1525. package/docs/SearchProductCategoriesRequest.md +0 -62
  1526. package/docs/SearchProductChildAttributesRequest.md +0 -50
  1527. package/docs/SearchProductChildrenRequest.md +0 -72
  1528. package/docs/SearchProductRangesRequest.md +0 -54
  1529. package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
  1530. package/docs/SearchProductRegistrationsRequest.md +0 -58
  1531. package/docs/SearchProductTypesRequest.md +0 -48
  1532. package/docs/SearchProductsRequest.md +0 -58
  1533. package/docs/SearchRedirectsRequest.md +0 -56
  1534. package/docs/SearchReviewsRequest.md +0 -54
  1535. package/docs/SearchSiteNotificationsRequest.md +0 -50
  1536. package/docs/SearchSitesRequest.md +0 -48
  1537. package/docs/SearchStoresRequest.md +0 -52
  1538. package/docs/SearchSuppliersRequest.md +0 -48
  1539. package/docs/SearchTagsRequest.md +0 -52
  1540. package/docs/ShowProductChildAssetsRequest.md +0 -34
  1541. package/docs/SiteIdRequest.md +0 -34
  1542. package/docs/StoreSpecialDateRequest.md +0 -44
  1543. package/docs/StoreStockType.md +0 -32
  1544. package/docs/Thumbnail.md +0 -36
  1545. package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
  1546. package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
  1547. package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
  1548. package/docs/UpdateAttributeProductTypeRequest.md +0 -36
  1549. package/docs/UpdateBlogCategoryRequest.md +0 -40
  1550. package/docs/UpdatePageComponentRequest.md +0 -46
  1551. package/docs/UpdatePageRequest.md +0 -46
  1552. package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
  1553. package/docs/UpdateProductTypeAttributeRequest.md +0 -36
  1554. package/docs/UpdateReviewRequest.md +0 -46
  1555. package/src/apis/BlogCategoryApi.ts +0 -345
  1556. package/src/apis/FrontendComponentApi.ts +0 -76
  1557. package/src/apis/PageApi.ts +0 -345
  1558. package/src/apis/PageComponentApi.ts +0 -291
  1559. package/src/apis/ReviewApi.ts +0 -453
  1560. package/src/models/AdminUserLiteResource.ts +0 -92
  1561. package/src/models/AdminUserLiteResourceArrayResponse.ts +0 -73
  1562. package/src/models/AttachAttributesToProductRangeRequest.ts +0 -74
  1563. package/src/models/AttachAttributesToProductRangeRequestAttributesInner.ts +0 -74
  1564. package/src/models/AttachDocumentablesToDocumentRequest.ts +0 -74
  1565. package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +0 -95
  1566. package/src/models/AttachDocumentsToProductChildRequest.ts +0 -74
  1567. package/src/models/AttachDocumentsToProductChildRequestDocumentsInner.ts +0 -74
  1568. package/src/models/AttachDocumentsToProductRangeRequest.ts +0 -74
  1569. package/src/models/AttachProductChildrenRequest.ts +0 -66
  1570. package/src/models/AttachProductChildrenToProductRangeRequest.ts +0 -66
  1571. package/src/models/AttachProductsToProductCategoryRequest.ts +0 -66
  1572. package/src/models/AttachStoresToSupplierRequest.ts +0 -66
  1573. package/src/models/AttachSuppliersToStoreRequest.ts +0 -66
  1574. package/src/models/BlogCategoryListResource.ts +0 -93
  1575. package/src/models/BlogCategoryListResourceArrayResponse.ts +0 -73
  1576. package/src/models/BlogCategoryLiteResource.ts +0 -84
  1577. package/src/models/BlogCategoryLiteResourceArrayResponse.ts +0 -73
  1578. package/src/models/BlogCategoryResource.ts +0 -117
  1579. package/src/models/BlogCategoryResourceArrayResponse.ts +0 -73
  1580. package/src/models/BlogFrontendDetailResource.ts +0 -161
  1581. package/src/models/BlogFrontendDetailResourceArrayResponse.ts +0 -73
  1582. package/src/models/BlogFrontendResource.ts +0 -143
  1583. package/src/models/BlogFrontendResourceArrayResponse.ts +0 -73
  1584. package/src/models/BlogResource.ts +0 -125
  1585. package/src/models/BlogResourceArrayResponse.ts +0 -73
  1586. package/src/models/CreateAssetFileRequest.ts +0 -75
  1587. package/src/models/CreateAssetForAssetableRequest.ts +0 -160
  1588. package/src/models/CreateAttributeRequest.ts +0 -113
  1589. package/src/models/CreateAttributeValueRequest.ts +0 -75
  1590. package/src/models/CreateBlogCategoryRequest.ts +0 -108
  1591. package/src/models/CreateBlogCategoryRequestDescriptionsInner.ts +0 -82
  1592. package/src/models/CreateBlogCategoryRequestSeoInner.ts +0 -82
  1593. package/src/models/CreateDefinitionRequest.ts +0 -75
  1594. package/src/models/CreateDocumentFileRequest.ts +0 -75
  1595. package/src/models/CreateDocumentRequest.ts +0 -83
  1596. package/src/models/CreateLabelRequest.ts +0 -125
  1597. package/src/models/CreateMenuItemRequest.ts +0 -161
  1598. package/src/models/CreateMenuItemRequestMenuItemLink.ts +0 -101
  1599. package/src/models/CreateMenuRequest.ts +0 -96
  1600. package/src/models/CreateOverlayTemplateAssetRequest.ts +0 -155
  1601. package/src/models/CreateOverlayTemplateRequest.ts +0 -75
  1602. package/src/models/CreatePageComponentRequest.ts +0 -140
  1603. package/src/models/CreatePageComponentRequestRelationsInner.ts +0 -81
  1604. package/src/models/CreatePageRequest.ts +0 -153
  1605. package/src/models/CreatePageRequestBlog.ts +0 -97
  1606. package/src/models/CreateProductCategoryRequest.ts +0 -230
  1607. package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +0 -137
  1608. package/src/models/CreateProductChildRequest.ts +0 -249
  1609. package/src/models/CreateProductChildRequestAssetsInner.ts +0 -124
  1610. package/src/models/CreateProductChildRequestAttributeValuesInner.ts +0 -82
  1611. package/src/models/CreateProductChildRequestSitesInner.ts +0 -169
  1612. package/src/models/CreateProductRangeRequest.ts +0 -105
  1613. package/src/models/CreateProductRangeRequestSitesInner.ts +0 -148
  1614. package/src/models/CreateProductRequest.ts +0 -143
  1615. package/src/models/CreateProductRequestCategoriesInner.ts +0 -75
  1616. package/src/models/CreateProductTypeRequest.ts +0 -66
  1617. package/src/models/CreateReviewRequest.ts +0 -136
  1618. package/src/models/CreateSiteNotificationRequest.ts +0 -111
  1619. package/src/models/CreateStoreRequest.ts +0 -190
  1620. package/src/models/CreateStoreRequestAddress.ts +0 -119
  1621. package/src/models/CreateStoreRequestSpecialDatesInner.ts +0 -106
  1622. package/src/models/CreateSupplierRequest.ts +0 -157
  1623. package/src/models/CreateTagRequest.ts +0 -136
  1624. package/src/models/CustomerLiteResource.ts +0 -92
  1625. package/src/models/CustomerLiteResourceArrayResponse.ts +0 -73
  1626. package/src/models/CustomerReviewableItemFrontendResource.ts +0 -93
  1627. package/src/models/CustomerReviewableItemFrontendResourceArrayResponse.ts +0 -73
  1628. package/src/models/DeleteAttributeValueRequest.ts +0 -65
  1629. package/src/models/DetachAttributesFromProductRangeRequest.ts +0 -66
  1630. package/src/models/DetachDocumentablesFromDocumentRequest.ts +0 -74
  1631. package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +0 -87
  1632. package/src/models/DetachDocumentsFromProductChildRequest.ts +0 -66
  1633. package/src/models/DetachDocumentsFromProductRangeRequest.ts +0 -66
  1634. package/src/models/DetachProductChildrenFromProductRangeRequest.ts +0 -66
  1635. package/src/models/DetachProductsFromProductCategoryRequest.ts +0 -66
  1636. package/src/models/DetachStoresFromSupplierRequest.ts +0 -66
  1637. package/src/models/DetachSuppliersFromStoreRequest.ts +0 -66
  1638. package/src/models/FrontendComponentLiteResource.ts +0 -84
  1639. package/src/models/FrontendComponentLiteResourceArrayResponse.ts +0 -73
  1640. package/src/models/FrontendComponentResource.ts +0 -101
  1641. package/src/models/FrontendComponentResourceArrayResponse.ts +0 -73
  1642. package/src/models/GetUniqueEndpointsRequest.ts +0 -76
  1643. package/src/models/LinkOverlayTemplateToAssetsRequest.ts +0 -74
  1644. package/src/models/MenuIdRequest.ts +0 -66
  1645. package/src/models/PageComponentLiteResource.ts +0 -84
  1646. package/src/models/PageComponentLiteResourceArrayResponse.ts +0 -73
  1647. package/src/models/PageComponentRelationResource.ts +0 -119
  1648. package/src/models/PageComponentRelationResourceArrayResponse.ts +0 -73
  1649. package/src/models/PageComponentResource.ts +0 -166
  1650. package/src/models/PageComponentResourceArrayResponse.ts +0 -73
  1651. package/src/models/PageFrontendDetailResource.ts +0 -118
  1652. package/src/models/PageFrontendDetailResourceArrayResponse.ts +0 -73
  1653. package/src/models/PageListResource.ts +0 -168
  1654. package/src/models/PageListResourceArrayResponse.ts +0 -73
  1655. package/src/models/PageLiteResource.ts +0 -75
  1656. package/src/models/PageLiteResourceArrayResponse.ts +0 -73
  1657. package/src/models/PageResource.ts +0 -168
  1658. package/src/models/PageResourceArrayResponse.ts +0 -73
  1659. package/src/models/PageType.ts +0 -54
  1660. package/src/models/PaginatedBlogCategoryListResourceResponse.ts +0 -90
  1661. package/src/models/PaginatedBlogCategoryLiteResourceResponse.ts +0 -90
  1662. package/src/models/PaginatedBlogCategoryResourceResponse.ts +0 -90
  1663. package/src/models/PaginatedBlogFrontendResourceResponse.ts +0 -90
  1664. package/src/models/PaginatedCustomerReviewableItemFrontendResourceResponse.ts +0 -90
  1665. package/src/models/PaginatedFrontendComponentLiteResourceResponse.ts +0 -90
  1666. package/src/models/PaginatedFrontendComponentResourceResponse.ts +0 -90
  1667. package/src/models/PaginatedPageComponentLiteResourceResponse.ts +0 -90
  1668. package/src/models/PaginatedPageListResourceResponse.ts +0 -90
  1669. package/src/models/PaginatedPageLiteResourceResponse.ts +0 -90
  1670. package/src/models/PaginatedPageResourceResponse.ts +0 -90
  1671. package/src/models/PaginatedProductChildFrontendResourceResponse.ts +0 -90
  1672. package/src/models/PaginatedReviewListResourceResponse.ts +0 -90
  1673. package/src/models/PaginatedReviewLiteResourceResponse.ts +0 -90
  1674. package/src/models/PaginatedReviewResourceResponse.ts +0 -90
  1675. package/src/models/PreviewAutomationRulesRequest.ts +0 -103
  1676. package/src/models/ProductChildFrontendResource.ts +0 -144
  1677. package/src/models/ProductChildFrontendResourceArrayResponse.ts +0 -73
  1678. package/src/models/ProductChildSiteDetailFrontendResource.ts +0 -127
  1679. package/src/models/ProductChildSiteDetailFrontendResourceArrayResponse.ts +0 -73
  1680. package/src/models/ProductRangeSiteDetailFrontendResource.ts +0 -119
  1681. package/src/models/ProductRangeSiteDetailFrontendResourceArrayResponse.ts +0 -73
  1682. package/src/models/ProductReviewsResource.ts +0 -118
  1683. package/src/models/ProductReviewsResourceArrayResponse.ts +0 -73
  1684. package/src/models/ReviewListResource.ts +0 -168
  1685. package/src/models/ReviewListResourceArrayResponse.ts +0 -73
  1686. package/src/models/ReviewLiteResource.ts +0 -84
  1687. package/src/models/ReviewLiteResourceArrayResponse.ts +0 -73
  1688. package/src/models/ReviewPublicResource.ts +0 -119
  1689. package/src/models/ReviewPublicResourceArrayResponse.ts +0 -73
  1690. package/src/models/ReviewResource.ts +0 -226
  1691. package/src/models/ReviewResourceArrayResponse.ts +0 -73
  1692. package/src/models/SearchAllAttributeValuesRequest.ts +0 -143
  1693. package/src/models/SearchAllAttributesRequest.ts +0 -162
  1694. package/src/models/SearchAllBlogCategoriesRequest.ts +0 -133
  1695. package/src/models/SearchAllDefinitionsRequest.ts +0 -127
  1696. package/src/models/SearchAllDocumentsRequest.ts +0 -145
  1697. package/src/models/SearchAllFrontendComponentsRequest.ts +0 -133
  1698. package/src/models/SearchAllMenuItemsRequest.ts +0 -144
  1699. package/src/models/SearchAllMenusRequest.ts +0 -144
  1700. package/src/models/SearchAllOverlayTemplatesRequest.ts +0 -143
  1701. package/src/models/SearchAllPageComponentsRequest.ts +0 -141
  1702. package/src/models/SearchAllPagesRequest.ts +0 -152
  1703. package/src/models/SearchAllProductCategoriesRequest.ts +0 -179
  1704. package/src/models/SearchAllProductChildrenRequest.ts +0 -243
  1705. package/src/models/SearchAllProductRangesRequest.ts +0 -151
  1706. package/src/models/SearchAllProductRegistrationsRequest.ts +0 -137
  1707. package/src/models/SearchAllProductTypesRequest.ts +0 -136
  1708. package/src/models/SearchAllProductsRequest.ts +0 -177
  1709. package/src/models/SearchAllStoresRequest.ts +0 -144
  1710. package/src/models/SearchAllSuppliersRequest.ts +0 -137
  1711. package/src/models/SearchAttributeValuesRequest.ts +0 -159
  1712. package/src/models/SearchAttributesRequest.ts +0 -178
  1713. package/src/models/SearchBlogCategoriesRequest.ts +0 -149
  1714. package/src/models/SearchDefinitionsRequest.ts +0 -143
  1715. package/src/models/SearchDocumentsRequest.ts +0 -161
  1716. package/src/models/SearchExternalApiLogsRequest.ts +0 -234
  1717. package/src/models/SearchGoogleCategoriesRequest.ts +0 -143
  1718. package/src/models/SearchLabelsRequest.ts +0 -163
  1719. package/src/models/SearchLinkablesRequest.ts +0 -94
  1720. package/src/models/SearchMenusRequest.ts +0 -160
  1721. package/src/models/SearchModelAttributesRequest.ts +0 -176
  1722. package/src/models/SearchOverlayTemplatesRequest.ts +0 -159
  1723. package/src/models/SearchPagesRequest.ts +0 -176
  1724. package/src/models/SearchProductCategoriesRequest.ts +0 -214
  1725. package/src/models/SearchProductChildAttributesRequest.ts +0 -152
  1726. package/src/models/SearchProductChildrenRequest.ts +0 -269
  1727. package/src/models/SearchProductRangesRequest.ts +0 -167
  1728. package/src/models/SearchProductRegistrationAssetsRequest.ts +0 -158
  1729. package/src/models/SearchProductRegistrationsRequest.ts +0 -193
  1730. package/src/models/SearchProductTypesRequest.ts +0 -151
  1731. package/src/models/SearchProductsRequest.ts +0 -192
  1732. package/src/models/SearchRedirectsRequest.ts +0 -184
  1733. package/src/models/SearchReviewsRequest.ts +0 -167
  1734. package/src/models/SearchSiteNotificationsRequest.ts +0 -152
  1735. package/src/models/SearchSitesRequest.ts +0 -144
  1736. package/src/models/SearchStoresRequest.ts +0 -160
  1737. package/src/models/SearchSuppliersRequest.ts +0 -153
  1738. package/src/models/SearchTagsRequest.ts +0 -168
  1739. package/src/models/ShowProductChildAssetsRequest.ts +0 -65
  1740. package/src/models/SiteIdRequest.ts +0 -66
  1741. package/src/models/StoreSpecialDateRequest.ts +0 -106
  1742. package/src/models/StoreStockType.ts +0 -53
  1743. package/src/models/Thumbnail.ts +0 -73
  1744. package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +0 -93
  1745. package/src/models/UpdateAttributeFilterOrderRequest.ts +0 -74
  1746. package/src/models/UpdateAttributeFilterOrderRequestValuesInner.ts +0 -75
  1747. package/src/models/UpdateAttributeProductTypeRequest.ts +0 -88
  1748. package/src/models/UpdateBlogCategoryRequest.ts +0 -108
  1749. package/src/models/UpdatePageComponentRequest.ts +0 -122
  1750. package/src/models/UpdatePageRequest.ts +0 -138
  1751. package/src/models/UpdatePageRequestComponentOrderInner.ts +0 -75
  1752. package/src/models/UpdateProductTypeAttributeRequest.ts +0 -88
  1753. package/src/models/UpdateReviewRequest.ts +0 -118
@@ -4,26 +4,26 @@ All URIs are relative to *http://localhost/api*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
7
- | [**attachAccessoriesProductChild**](ProductApi.md#attachaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild |
7
+ | [**attachAccessoriesProductChild**](ProductApi.md#attachaccessoriesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild |
8
8
  | [**attachCompatibleProductsProductChild**](ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild |
9
- | [**attachDocumentsProductChild**](ProductApi.md#attachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild |
9
+ | [**attachDocumentsProductChild**](ProductApi.md#attachdocumentsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild |
10
10
  | [**destroyProduct**](ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct |
11
11
  | [**destroyProductChild**](ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild |
12
12
  | [**detachAccessoryProductChild**](ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild |
13
13
  | [**detachCompatibleProductProductChild**](ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild |
14
- | [**detachDocumentsProductChild**](ProductApi.md#detachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild |
14
+ | [**detachDocumentsProductChild**](ProductApi.md#detachdocumentsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild |
15
15
  | [**getAccessoriesProductChild**](ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild |
16
- | [**getAllProduct**](ProductApi.md#getallproduct) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
17
- | [**getAllProductChild**](ProductApi.md#getallproductchild) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
16
+ | [**getAllProduct**](ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
17
+ | [**getAllProductChild**](ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
18
18
  | [**getCompatibleProductsProductChild**](ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild |
19
- | [**indexProduct**](ProductApi.md#indexproduct) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
20
- | [**indexProductChild**](ProductApi.md#indexproductchild) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
21
- | [**showAssetsProductChild**](ProductApi.md#showassetsproductchild) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
22
- | [**showAttributesProductChild**](ProductApi.md#showattributesproductchild) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild |
19
+ | [**indexProduct**](ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
20
+ | [**indexProductChild**](ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
21
+ | [**showAssetsProductChild**](ProductApi.md#showassetsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
22
+ | [**showAttributesProductChild**](ProductApi.md#showattributesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild |
23
23
  | [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
24
24
  | [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
25
- | [**storeProduct**](ProductApi.md#storeproduct) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct |
26
- | [**storeProductChild**](ProductApi.md#storeproductchild) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild |
25
+ | [**storeProduct**](ProductApi.md#storeproductoperation) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct |
26
+ | [**storeProductChild**](ProductApi.md#storeproductchildoperation) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild |
27
27
  | [**updateProduct**](ProductApi.md#updateproductoperation) | **PUT** /admin-api/product/parent/{product}/update | Auto-generated: updateProduct |
28
28
  | [**updateProductChild**](ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild |
29
29
 
@@ -31,7 +31,7 @@ All URIs are relative to *http://localhost/api*
31
31
 
32
32
  ## attachAccessoriesProductChild
33
33
 
34
- > PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild, attachProductChildrenRequest)
34
+ > PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild, attachAccessoriesProductChildRequest)
35
35
 
36
36
  Auto-generated: attachAccessoriesProductChild
37
37
 
@@ -42,7 +42,7 @@ import {
42
42
  Configuration,
43
43
  ProductApi,
44
44
  } from '@digital8/lighting-illusions-ts-sdk';
45
- import type { AttachAccessoriesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
45
+ import type { AttachAccessoriesProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
46
46
 
47
47
  async function example() {
48
48
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -51,9 +51,9 @@ async function example() {
51
51
  const body = {
52
52
  // number | The id of the productChild
53
53
  productChild: 56,
54
- // AttachProductChildrenRequest (optional)
55
- attachProductChildrenRequest: ...,
56
- } satisfies AttachAccessoriesProductChildRequest;
54
+ // AttachAccessoriesProductChildRequest (optional)
55
+ attachAccessoriesProductChildRequest: ...,
56
+ } satisfies AttachAccessoriesProductChildOperationRequest;
57
57
 
58
58
  try {
59
59
  const data = await api.attachAccessoriesProductChild(body);
@@ -73,7 +73,7 @@ example().catch(console.error);
73
73
  | Name | Type | Description | Notes |
74
74
  |------------- | ------------- | ------------- | -------------|
75
75
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
76
- | **attachProductChildrenRequest** | [AttachProductChildrenRequest](AttachProductChildrenRequest.md) | | [Optional] |
76
+ | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
77
77
 
78
78
  ### Return type
79
79
 
@@ -99,7 +99,7 @@ No authorization required
99
99
 
100
100
  ## attachCompatibleProductsProductChild
101
101
 
102
- > PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild, attachProductChildrenRequest)
102
+ > PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild, attachAccessoriesProductChildRequest)
103
103
 
104
104
  Auto-generated: attachCompatibleProductsProductChild
105
105
 
@@ -119,8 +119,8 @@ async function example() {
119
119
  const body = {
120
120
  // number | The id of the productChild
121
121
  productChild: 56,
122
- // AttachProductChildrenRequest (optional)
123
- attachProductChildrenRequest: ...,
122
+ // AttachAccessoriesProductChildRequest (optional)
123
+ attachAccessoriesProductChildRequest: ...,
124
124
  } satisfies AttachCompatibleProductsProductChildRequest;
125
125
 
126
126
  try {
@@ -141,7 +141,7 @@ example().catch(console.error);
141
141
  | Name | Type | Description | Notes |
142
142
  |------------- | ------------- | ------------- | -------------|
143
143
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
144
- | **attachProductChildrenRequest** | [AttachProductChildrenRequest](AttachProductChildrenRequest.md) | | [Optional] |
144
+ | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
145
145
 
146
146
  ### Return type
147
147
 
@@ -167,7 +167,7 @@ No authorization required
167
167
 
168
168
  ## attachDocumentsProductChild
169
169
 
170
- > ProductChildResource attachDocumentsProductChild(productChild, attachDocumentsToProductChildRequest)
170
+ > ProductChildResource attachDocumentsProductChild(productChild, attachDocumentsProductChildRequest)
171
171
 
172
172
  Auto-generated: attachDocumentsProductChild
173
173
 
@@ -178,7 +178,7 @@ import {
178
178
  Configuration,
179
179
  ProductApi,
180
180
  } from '@digital8/lighting-illusions-ts-sdk';
181
- import type { AttachDocumentsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
181
+ import type { AttachDocumentsProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
182
182
 
183
183
  async function example() {
184
184
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -187,9 +187,9 @@ async function example() {
187
187
  const body = {
188
188
  // number | The id of the productChild
189
189
  productChild: 56,
190
- // AttachDocumentsToProductChildRequest (optional)
191
- attachDocumentsToProductChildRequest: ...,
192
- } satisfies AttachDocumentsProductChildRequest;
190
+ // AttachDocumentsProductChildRequest (optional)
191
+ attachDocumentsProductChildRequest: ...,
192
+ } satisfies AttachDocumentsProductChildOperationRequest;
193
193
 
194
194
  try {
195
195
  const data = await api.attachDocumentsProductChild(body);
@@ -209,7 +209,7 @@ example().catch(console.error);
209
209
  | Name | Type | Description | Notes |
210
210
  |------------- | ------------- | ------------- | -------------|
211
211
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
212
- | **attachDocumentsToProductChildRequest** | [AttachDocumentsToProductChildRequest](AttachDocumentsToProductChildRequest.md) | | [Optional] |
212
+ | **attachDocumentsProductChildRequest** | [AttachDocumentsProductChildRequest](AttachDocumentsProductChildRequest.md) | | [Optional] |
213
213
 
214
214
  ### Return type
215
215
 
@@ -501,7 +501,7 @@ No authorization required
501
501
 
502
502
  ## detachDocumentsProductChild
503
503
 
504
- > ProductChildResource detachDocumentsProductChild(productChild, detachDocumentsFromProductChildRequest)
504
+ > ProductChildResource detachDocumentsProductChild(productChild, detachDocumentsProductChildRequest)
505
505
 
506
506
  Auto-generated: detachDocumentsProductChild
507
507
 
@@ -512,7 +512,7 @@ import {
512
512
  Configuration,
513
513
  ProductApi,
514
514
  } from '@digital8/lighting-illusions-ts-sdk';
515
- import type { DetachDocumentsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
515
+ import type { DetachDocumentsProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
516
516
 
517
517
  async function example() {
518
518
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -521,9 +521,9 @@ async function example() {
521
521
  const body = {
522
522
  // number | The id of the productChild
523
523
  productChild: 56,
524
- // DetachDocumentsFromProductChildRequest (optional)
525
- detachDocumentsFromProductChildRequest: ...,
526
- } satisfies DetachDocumentsProductChildRequest;
524
+ // DetachDocumentsProductChildRequest (optional)
525
+ detachDocumentsProductChildRequest: ...,
526
+ } satisfies DetachDocumentsProductChildOperationRequest;
527
527
 
528
528
  try {
529
529
  const data = await api.detachDocumentsProductChild(body);
@@ -543,7 +543,7 @@ example().catch(console.error);
543
543
  | Name | Type | Description | Notes |
544
544
  |------------- | ------------- | ------------- | -------------|
545
545
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
546
- | **detachDocumentsFromProductChildRequest** | [DetachDocumentsFromProductChildRequest](DetachDocumentsFromProductChildRequest.md) | | [Optional] |
546
+ | **detachDocumentsProductChildRequest** | [DetachDocumentsProductChildRequest](DetachDocumentsProductChildRequest.md) | | [Optional] |
547
547
 
548
548
  ### Return type
549
549
 
@@ -569,7 +569,7 @@ No authorization required
569
569
 
570
570
  ## getAccessoriesProductChild
571
571
 
572
- > ProductChildListResourceArrayResponse getAccessoriesProductChild(productChild, searchAllProductChildrenRequest)
572
+ > ProductChildListResourceArrayResponse getAccessoriesProductChild(productChild, getAllProductChildRequest)
573
573
 
574
574
  Auto-generated: getAccessoriesProductChild
575
575
 
@@ -589,8 +589,8 @@ async function example() {
589
589
  const body = {
590
590
  // number | The id of the productChild
591
591
  productChild: 56,
592
- // SearchAllProductChildrenRequest (optional)
593
- searchAllProductChildrenRequest: ...,
592
+ // GetAllProductChildRequest (optional)
593
+ getAllProductChildRequest: ...,
594
594
  } satisfies GetAccessoriesProductChildRequest;
595
595
 
596
596
  try {
@@ -611,7 +611,7 @@ example().catch(console.error);
611
611
  | Name | Type | Description | Notes |
612
612
  |------------- | ------------- | ------------- | -------------|
613
613
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
614
- | **searchAllProductChildrenRequest** | [SearchAllProductChildrenRequest](SearchAllProductChildrenRequest.md) | | [Optional] |
614
+ | **getAllProductChildRequest** | [GetAllProductChildRequest](GetAllProductChildRequest.md) | | [Optional] |
615
615
 
616
616
  ### Return type
617
617
 
@@ -637,7 +637,7 @@ No authorization required
637
637
 
638
638
  ## getAllProduct
639
639
 
640
- > ProductLiteResourceArrayResponse getAllProduct(searchAllProductsRequest)
640
+ > ProductLiteResourceArrayResponse getAllProduct(getAllProductRequest)
641
641
 
642
642
  Auto-generated: getAllProduct
643
643
 
@@ -648,16 +648,16 @@ import {
648
648
  Configuration,
649
649
  ProductApi,
650
650
  } from '@digital8/lighting-illusions-ts-sdk';
651
- import type { GetAllProductRequest } from '@digital8/lighting-illusions-ts-sdk';
651
+ import type { GetAllProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
652
652
 
653
653
  async function example() {
654
654
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
655
655
  const api = new ProductApi();
656
656
 
657
657
  const body = {
658
- // SearchAllProductsRequest (optional)
659
- searchAllProductsRequest: ...,
660
- } satisfies GetAllProductRequest;
658
+ // GetAllProductRequest (optional)
659
+ getAllProductRequest: ...,
660
+ } satisfies GetAllProductOperationRequest;
661
661
 
662
662
  try {
663
663
  const data = await api.getAllProduct(body);
@@ -676,7 +676,7 @@ example().catch(console.error);
676
676
 
677
677
  | Name | Type | Description | Notes |
678
678
  |------------- | ------------- | ------------- | -------------|
679
- | **searchAllProductsRequest** | [SearchAllProductsRequest](SearchAllProductsRequest.md) | | [Optional] |
679
+ | **getAllProductRequest** | [GetAllProductRequest](GetAllProductRequest.md) | | [Optional] |
680
680
 
681
681
  ### Return type
682
682
 
@@ -702,7 +702,7 @@ No authorization required
702
702
 
703
703
  ## getAllProductChild
704
704
 
705
- > ProductChildLiteResourceArrayResponse getAllProductChild(searchAllProductChildrenRequest)
705
+ > ProductChildLiteResourceArrayResponse getAllProductChild(getAllProductChildRequest)
706
706
 
707
707
  Auto-generated: getAllProductChild
708
708
 
@@ -713,16 +713,16 @@ import {
713
713
  Configuration,
714
714
  ProductApi,
715
715
  } from '@digital8/lighting-illusions-ts-sdk';
716
- import type { GetAllProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
716
+ import type { GetAllProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
717
717
 
718
718
  async function example() {
719
719
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
720
720
  const api = new ProductApi();
721
721
 
722
722
  const body = {
723
- // SearchAllProductChildrenRequest (optional)
724
- searchAllProductChildrenRequest: ...,
725
- } satisfies GetAllProductChildRequest;
723
+ // GetAllProductChildRequest (optional)
724
+ getAllProductChildRequest: ...,
725
+ } satisfies GetAllProductChildOperationRequest;
726
726
 
727
727
  try {
728
728
  const data = await api.getAllProductChild(body);
@@ -741,7 +741,7 @@ example().catch(console.error);
741
741
 
742
742
  | Name | Type | Description | Notes |
743
743
  |------------- | ------------- | ------------- | -------------|
744
- | **searchAllProductChildrenRequest** | [SearchAllProductChildrenRequest](SearchAllProductChildrenRequest.md) | | [Optional] |
744
+ | **getAllProductChildRequest** | [GetAllProductChildRequest](GetAllProductChildRequest.md) | | [Optional] |
745
745
 
746
746
  ### Return type
747
747
 
@@ -767,7 +767,7 @@ No authorization required
767
767
 
768
768
  ## getCompatibleProductsProductChild
769
769
 
770
- > PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild, searchProductChildrenRequest)
770
+ > PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild, indexProductChildRequest)
771
771
 
772
772
  Auto-generated: getCompatibleProductsProductChild
773
773
 
@@ -787,8 +787,8 @@ async function example() {
787
787
  const body = {
788
788
  // number | The id of the productChild
789
789
  productChild: 56,
790
- // SearchProductChildrenRequest (optional)
791
- searchProductChildrenRequest: ...,
790
+ // IndexProductChildRequest (optional)
791
+ indexProductChildRequest: ...,
792
792
  } satisfies GetCompatibleProductsProductChildRequest;
793
793
 
794
794
  try {
@@ -809,7 +809,7 @@ example().catch(console.error);
809
809
  | Name | Type | Description | Notes |
810
810
  |------------- | ------------- | ------------- | -------------|
811
811
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
812
- | **searchProductChildrenRequest** | [SearchProductChildrenRequest](SearchProductChildrenRequest.md) | | [Optional] |
812
+ | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
813
813
 
814
814
  ### Return type
815
815
 
@@ -835,7 +835,7 @@ No authorization required
835
835
 
836
836
  ## indexProduct
837
837
 
838
- > PaginatedProductListResourceResponse indexProduct(searchProductsRequest)
838
+ > PaginatedProductListResourceResponse indexProduct(indexProductRequest)
839
839
 
840
840
  Auto-generated: indexProduct
841
841
 
@@ -846,16 +846,16 @@ import {
846
846
  Configuration,
847
847
  ProductApi,
848
848
  } from '@digital8/lighting-illusions-ts-sdk';
849
- import type { IndexProductRequest } from '@digital8/lighting-illusions-ts-sdk';
849
+ import type { IndexProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
850
850
 
851
851
  async function example() {
852
852
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
853
853
  const api = new ProductApi();
854
854
 
855
855
  const body = {
856
- // SearchProductsRequest (optional)
857
- searchProductsRequest: ...,
858
- } satisfies IndexProductRequest;
856
+ // IndexProductRequest (optional)
857
+ indexProductRequest: ...,
858
+ } satisfies IndexProductOperationRequest;
859
859
 
860
860
  try {
861
861
  const data = await api.indexProduct(body);
@@ -874,7 +874,7 @@ example().catch(console.error);
874
874
 
875
875
  | Name | Type | Description | Notes |
876
876
  |------------- | ------------- | ------------- | -------------|
877
- | **searchProductsRequest** | [SearchProductsRequest](SearchProductsRequest.md) | | [Optional] |
877
+ | **indexProductRequest** | [IndexProductRequest](IndexProductRequest.md) | | [Optional] |
878
878
 
879
879
  ### Return type
880
880
 
@@ -900,7 +900,7 @@ No authorization required
900
900
 
901
901
  ## indexProductChild
902
902
 
903
- > PaginatedProductChildListResourceResponse indexProductChild(searchProductChildrenRequest)
903
+ > PaginatedProductChildListResourceResponse indexProductChild(indexProductChildRequest)
904
904
 
905
905
  Auto-generated: indexProductChild
906
906
 
@@ -911,16 +911,16 @@ import {
911
911
  Configuration,
912
912
  ProductApi,
913
913
  } from '@digital8/lighting-illusions-ts-sdk';
914
- import type { IndexProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
914
+ import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
915
915
 
916
916
  async function example() {
917
917
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
918
918
  const api = new ProductApi();
919
919
 
920
920
  const body = {
921
- // SearchProductChildrenRequest (optional)
922
- searchProductChildrenRequest: ...,
923
- } satisfies IndexProductChildRequest;
921
+ // IndexProductChildRequest (optional)
922
+ indexProductChildRequest: ...,
923
+ } satisfies IndexProductChildOperationRequest;
924
924
 
925
925
  try {
926
926
  const data = await api.indexProductChild(body);
@@ -939,7 +939,7 @@ example().catch(console.error);
939
939
 
940
940
  | Name | Type | Description | Notes |
941
941
  |------------- | ------------- | ------------- | -------------|
942
- | **searchProductChildrenRequest** | [SearchProductChildrenRequest](SearchProductChildrenRequest.md) | | [Optional] |
942
+ | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
943
943
 
944
944
  ### Return type
945
945
 
@@ -965,7 +965,7 @@ No authorization required
965
965
 
966
966
  ## showAssetsProductChild
967
967
 
968
- > AssetWithOverlayLinkResourceArrayResponse showAssetsProductChild(productChild, showProductChildAssetsRequest)
968
+ > AssetWithOverlayLinkResourceArrayResponse showAssetsProductChild(productChild, showAssetsProductChildRequest)
969
969
 
970
970
  Auto-generated: showAssetsProductChild
971
971
 
@@ -976,7 +976,7 @@ import {
976
976
  Configuration,
977
977
  ProductApi,
978
978
  } from '@digital8/lighting-illusions-ts-sdk';
979
- import type { ShowAssetsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
979
+ import type { ShowAssetsProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
980
980
 
981
981
  async function example() {
982
982
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -985,9 +985,9 @@ async function example() {
985
985
  const body = {
986
986
  // number | The id of the productChild
987
987
  productChild: 56,
988
- // ShowProductChildAssetsRequest (optional)
989
- showProductChildAssetsRequest: ...,
990
- } satisfies ShowAssetsProductChildRequest;
988
+ // ShowAssetsProductChildRequest (optional)
989
+ showAssetsProductChildRequest: ...,
990
+ } satisfies ShowAssetsProductChildOperationRequest;
991
991
 
992
992
  try {
993
993
  const data = await api.showAssetsProductChild(body);
@@ -1007,7 +1007,7 @@ example().catch(console.error);
1007
1007
  | Name | Type | Description | Notes |
1008
1008
  |------------- | ------------- | ------------- | -------------|
1009
1009
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
1010
- | **showProductChildAssetsRequest** | [ShowProductChildAssetsRequest](ShowProductChildAssetsRequest.md) | | [Optional] |
1010
+ | **showAssetsProductChildRequest** | [ShowAssetsProductChildRequest](ShowAssetsProductChildRequest.md) | | [Optional] |
1011
1011
 
1012
1012
  ### Return type
1013
1013
 
@@ -1033,7 +1033,7 @@ No authorization required
1033
1033
 
1034
1034
  ## showAttributesProductChild
1035
1035
 
1036
- > ProductChildAttributeGroupedResource showAttributesProductChild(productChild, searchProductChildAttributesRequest)
1036
+ > ProductChildAttributeGroupedResource showAttributesProductChild(productChild, showAttributesProductChildRequest)
1037
1037
 
1038
1038
  Auto-generated: showAttributesProductChild
1039
1039
 
@@ -1044,7 +1044,7 @@ import {
1044
1044
  Configuration,
1045
1045
  ProductApi,
1046
1046
  } from '@digital8/lighting-illusions-ts-sdk';
1047
- import type { ShowAttributesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
1047
+ import type { ShowAttributesProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1048
1048
 
1049
1049
  async function example() {
1050
1050
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -1053,9 +1053,9 @@ async function example() {
1053
1053
  const body = {
1054
1054
  // number | The id of the productChild
1055
1055
  productChild: 56,
1056
- // SearchProductChildAttributesRequest (optional)
1057
- searchProductChildAttributesRequest: ...,
1058
- } satisfies ShowAttributesProductChildRequest;
1056
+ // ShowAttributesProductChildRequest (optional)
1057
+ showAttributesProductChildRequest: ...,
1058
+ } satisfies ShowAttributesProductChildOperationRequest;
1059
1059
 
1060
1060
  try {
1061
1061
  const data = await api.showAttributesProductChild(body);
@@ -1075,7 +1075,7 @@ example().catch(console.error);
1075
1075
  | Name | Type | Description | Notes |
1076
1076
  |------------- | ------------- | ------------- | -------------|
1077
1077
  | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
1078
- | **searchProductChildAttributesRequest** | [SearchProductChildAttributesRequest](SearchProductChildAttributesRequest.md) | | [Optional] |
1078
+ | **showAttributesProductChildRequest** | [ShowAttributesProductChildRequest](ShowAttributesProductChildRequest.md) | | [Optional] |
1079
1079
 
1080
1080
  ### Return type
1081
1081
 
@@ -1231,7 +1231,7 @@ No authorization required
1231
1231
 
1232
1232
  ## storeProduct
1233
1233
 
1234
- > ProductResource storeProduct(createProductRequest)
1234
+ > ProductResource storeProduct(storeProductRequest)
1235
1235
 
1236
1236
  Auto-generated: storeProduct
1237
1237
 
@@ -1242,16 +1242,16 @@ import {
1242
1242
  Configuration,
1243
1243
  ProductApi,
1244
1244
  } from '@digital8/lighting-illusions-ts-sdk';
1245
- import type { StoreProductRequest } from '@digital8/lighting-illusions-ts-sdk';
1245
+ import type { StoreProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1246
1246
 
1247
1247
  async function example() {
1248
1248
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1249
1249
  const api = new ProductApi();
1250
1250
 
1251
1251
  const body = {
1252
- // CreateProductRequest (optional)
1253
- createProductRequest: ...,
1254
- } satisfies StoreProductRequest;
1252
+ // StoreProductRequest (optional)
1253
+ storeProductRequest: ...,
1254
+ } satisfies StoreProductOperationRequest;
1255
1255
 
1256
1256
  try {
1257
1257
  const data = await api.storeProduct(body);
@@ -1270,7 +1270,7 @@ example().catch(console.error);
1270
1270
 
1271
1271
  | Name | Type | Description | Notes |
1272
1272
  |------------- | ------------- | ------------- | -------------|
1273
- | **createProductRequest** | [CreateProductRequest](CreateProductRequest.md) | | [Optional] |
1273
+ | **storeProductRequest** | [StoreProductRequest](StoreProductRequest.md) | | [Optional] |
1274
1274
 
1275
1275
  ### Return type
1276
1276
 
@@ -1296,7 +1296,7 @@ No authorization required
1296
1296
 
1297
1297
  ## storeProductChild
1298
1298
 
1299
- > ProductChildResource storeProductChild(createProductChildRequest)
1299
+ > ProductChildResource storeProductChild(storeProductChildRequest)
1300
1300
 
1301
1301
  Auto-generated: storeProductChild
1302
1302
 
@@ -1307,16 +1307,16 @@ import {
1307
1307
  Configuration,
1308
1308
  ProductApi,
1309
1309
  } from '@digital8/lighting-illusions-ts-sdk';
1310
- import type { StoreProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
1310
+ import type { StoreProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1311
1311
 
1312
1312
  async function example() {
1313
1313
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1314
1314
  const api = new ProductApi();
1315
1315
 
1316
1316
  const body = {
1317
- // CreateProductChildRequest (optional)
1318
- createProductChildRequest: ...,
1319
- } satisfies StoreProductChildRequest;
1317
+ // StoreProductChildRequest (optional)
1318
+ storeProductChildRequest: ...,
1319
+ } satisfies StoreProductChildOperationRequest;
1320
1320
 
1321
1321
  try {
1322
1322
  const data = await api.storeProductChild(body);
@@ -1335,7 +1335,7 @@ example().catch(console.error);
1335
1335
 
1336
1336
  | Name | Type | Description | Notes |
1337
1337
  |------------- | ------------- | ------------- | -------------|
1338
- | **createProductChildRequest** | [CreateProductChildRequest](CreateProductChildRequest.md) | | [Optional] |
1338
+ | **storeProductChildRequest** | [StoreProductChildRequest](StoreProductChildRequest.md) | | [Optional] |
1339
1339
 
1340
1340
  ### Return type
1341
1341