@digital8/lighting-illusions-ts-sdk 0.0.470 → 0.0.472

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 (763) hide show
  1. package/.openapi-generator/FILES +358 -0
  2. package/README.md +248 -2
  3. package/dist/apis/AttributeApi.d.ts +179 -0
  4. package/dist/apis/AttributeApi.js +735 -0
  5. package/dist/apis/DocumentApi.d.ts +97 -0
  6. package/dist/apis/DocumentApi.js +402 -0
  7. package/dist/apis/ExternalApiLogApi.d.ts +29 -0
  8. package/dist/apis/ExternalApiLogApi.js +125 -0
  9. package/dist/apis/OverlayTemplateApi.d.ts +155 -0
  10. package/dist/apis/OverlayTemplateApi.js +640 -0
  11. package/dist/apis/ProductApi.d.ts +235 -0
  12. package/dist/apis/ProductApi.js +968 -0
  13. package/dist/apis/ProductChildSiteDetailApi.d.ts +42 -0
  14. package/dist/apis/ProductChildSiteDetailApi.js +176 -0
  15. package/dist/apis/ProductTypeApi.d.ts +121 -0
  16. package/dist/apis/ProductTypeApi.js +501 -0
  17. package/dist/apis/SiteApi.d.ts +27 -5
  18. package/dist/apis/SiteApi.js +93 -2
  19. package/dist/apis/SupplierApi.d.ts +14 -3
  20. package/dist/apis/SupplierApi.js +46 -1
  21. package/dist/apis/TagApi.d.ts +109 -0
  22. package/dist/apis/TagApi.js +453 -0
  23. package/dist/apis/index.d.ts +8 -0
  24. package/dist/apis/index.js +8 -0
  25. package/dist/models/AssetFileForUploadResourceArrayResponse.d.ts +33 -0
  26. package/dist/models/AssetFileForUploadResourceArrayResponse.js +50 -0
  27. package/dist/models/AssetLiteResource.d.ts +50 -0
  28. package/dist/models/AssetLiteResource.js +63 -0
  29. package/dist/models/AssetLiteResourceArrayResponse.d.ts +33 -0
  30. package/dist/models/AssetLiteResourceArrayResponse.js +50 -0
  31. package/dist/models/AssetResource.d.ts +19 -6
  32. package/dist/models/AssetResource.js +13 -4
  33. package/dist/models/AssetResourceArrayResponse.d.ts +33 -0
  34. package/dist/models/AssetResourceArrayResponse.js +50 -0
  35. package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
  36. package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
  37. package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +32 -0
  38. package/dist/models/AttachAssetsOverlayTemplateRequest.js +51 -0
  39. package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
  40. package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
  41. package/dist/models/AttachDocumentablesDocumentRequest.d.ts +33 -0
  42. package/dist/models/AttachDocumentablesDocumentRequest.js +52 -0
  43. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +53 -0
  44. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +66 -0
  45. package/dist/models/AttachDocumentsProductChildSiteDetailRequest.d.ts +33 -0
  46. package/dist/models/AttachDocumentsProductChildSiteDetailRequest.js +52 -0
  47. package/dist/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.d.ts +38 -0
  48. package/dist/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.js +53 -0
  49. package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
  50. package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
  51. package/dist/models/AttributeFieldType.d.ts +27 -0
  52. package/dist/models/AttributeFieldType.js +53 -0
  53. package/dist/models/AttributeListResource.d.ts +56 -0
  54. package/dist/models/AttributeListResource.js +67 -0
  55. package/dist/models/AttributeListResourceArrayResponse.d.ts +33 -0
  56. package/dist/models/AttributeListResourceArrayResponse.js +50 -0
  57. package/dist/models/AttributeLiteResource.d.ts +38 -0
  58. package/dist/models/AttributeLiteResource.js +55 -0
  59. package/dist/models/AttributeLiteResourceArrayResponse.d.ts +33 -0
  60. package/dist/models/AttributeLiteResourceArrayResponse.js +50 -0
  61. package/dist/models/AttributeProductTypeRelationResource.d.ts +81 -0
  62. package/dist/models/AttributeProductTypeRelationResource.js +84 -0
  63. package/dist/models/AttributeProductTypeRelationResourceArrayResponse.d.ts +33 -0
  64. package/dist/models/AttributeProductTypeRelationResourceArrayResponse.js +50 -0
  65. package/dist/models/AttributeResource.d.ts +75 -0
  66. package/dist/models/AttributeResource.js +80 -0
  67. package/dist/models/AttributeResourceArrayResponse.d.ts +33 -0
  68. package/dist/models/AttributeResourceArrayResponse.js +50 -0
  69. package/dist/models/AttributeType.d.ts +26 -0
  70. package/dist/models/AttributeType.js +52 -0
  71. package/dist/models/AttributeValueResource.d.ts +38 -0
  72. package/dist/models/AttributeValueResource.js +55 -0
  73. package/dist/models/AttributeValueResourceArrayResponse.d.ts +33 -0
  74. package/dist/models/AttributeValueResourceArrayResponse.js +50 -0
  75. package/dist/models/CouponDiscountType.d.ts +25 -0
  76. package/dist/models/CouponDiscountType.js +51 -0
  77. package/dist/models/DestroyAttributeValueRequest.d.ts +32 -0
  78. package/dist/models/DestroyAttributeValueRequest.js +49 -0
  79. package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
  80. package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -0
  81. package/dist/models/DetachDocumentablesDocumentRequest.d.ts +33 -0
  82. package/dist/models/DetachDocumentablesDocumentRequest.js +52 -0
  83. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +47 -0
  84. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +64 -0
  85. package/dist/models/DetachDocumentsProductChildSiteDetailRequest.d.ts +32 -0
  86. package/dist/models/DetachDocumentsProductChildSiteDetailRequest.js +51 -0
  87. package/dist/models/DocumentFileForUploadResource.d.ts +50 -0
  88. package/dist/models/DocumentFileForUploadResource.js +63 -0
  89. package/dist/models/DocumentFileForUploadResourceArrayResponse.d.ts +33 -0
  90. package/dist/models/DocumentFileForUploadResourceArrayResponse.js +50 -0
  91. package/dist/models/DocumentLiteResource.d.ts +44 -0
  92. package/dist/models/DocumentLiteResource.js +55 -0
  93. package/dist/models/DocumentLiteResourceArrayResponse.d.ts +33 -0
  94. package/dist/models/DocumentLiteResourceArrayResponse.js +50 -0
  95. package/dist/models/DocumentResource.d.ts +75 -0
  96. package/dist/models/DocumentResource.js +70 -0
  97. package/dist/models/DocumentResourceArrayResponse.d.ts +33 -0
  98. package/dist/models/DocumentResourceArrayResponse.js +50 -0
  99. package/dist/models/ExternalApiLogListResource.d.ts +56 -0
  100. package/dist/models/ExternalApiLogListResource.js +63 -0
  101. package/dist/models/ExternalApiLogListResourceArrayResponse.d.ts +33 -0
  102. package/dist/models/ExternalApiLogListResourceArrayResponse.js +50 -0
  103. package/dist/models/ExternalApiLogResource.d.ts +93 -0
  104. package/dist/models/ExternalApiLogResource.js +90 -0
  105. package/dist/models/ExternalApiLogResourceArrayResponse.d.ts +33 -0
  106. package/dist/models/ExternalApiLogResourceArrayResponse.js +50 -0
  107. package/dist/models/ExternalApiProvider.d.ts +25 -0
  108. package/dist/models/ExternalApiProvider.js +51 -0
  109. package/dist/models/ExternalApiSyncStatus.d.ts +27 -0
  110. package/dist/models/ExternalApiSyncStatus.js +53 -0
  111. package/dist/models/GetAllAttributeRequest.d.ts +107 -0
  112. package/dist/models/GetAllAttributeRequest.js +90 -0
  113. package/dist/models/GetAllDocumentRequest.d.ts +62 -0
  114. package/dist/models/GetAllDocumentRequest.js +70 -0
  115. package/dist/models/GetAllOverlayTemplateRequest.d.ts +93 -0
  116. package/dist/models/GetAllOverlayTemplateRequest.js +84 -0
  117. package/dist/models/GetAllProductChildRequest.d.ts +128 -0
  118. package/dist/models/GetAllProductChildRequest.js +103 -0
  119. package/dist/models/GetAllProductRequest.d.ts +119 -0
  120. package/dist/models/GetAllProductRequest.js +94 -0
  121. package/dist/models/GetAllProductTypeRequest.d.ts +88 -0
  122. package/dist/models/GetAllProductTypeRequest.js +83 -0
  123. package/dist/models/GetAllSupplierRequest.d.ts +89 -0
  124. package/dist/models/GetAllSupplierRequest.js +84 -0
  125. package/dist/models/IndexAttributeRequest.d.ts +117 -0
  126. package/dist/models/IndexAttributeRequest.js +92 -0
  127. package/dist/models/IndexDocumentRequest.d.ts +74 -0
  128. package/dist/models/IndexDocumentRequest.js +74 -0
  129. package/dist/models/IndexExternalApiLogRequest.d.ts +131 -0
  130. package/dist/models/IndexExternalApiLogRequest.js +95 -0
  131. package/dist/models/IndexOverlayTemplateRequest.d.ts +105 -0
  132. package/dist/models/IndexOverlayTemplateRequest.js +88 -0
  133. package/dist/models/IndexProductChildRequest.d.ts +140 -0
  134. package/dist/models/IndexProductChildRequest.js +107 -0
  135. package/dist/models/IndexProductRequest.d.ts +130 -0
  136. package/dist/models/IndexProductRequest.js +97 -0
  137. package/dist/models/IndexProductTypeRequest.d.ts +99 -0
  138. package/dist/models/IndexProductTypeRequest.js +86 -0
  139. package/dist/models/IndexSiteNotificationRequest.d.ts +26 -2
  140. package/dist/models/IndexSiteNotificationRequest.js +8 -0
  141. package/dist/models/IndexSiteRequest.d.ts +25 -1
  142. package/dist/models/IndexSiteRequest.js +8 -0
  143. package/dist/models/IndexSupplierRequest.d.ts +32 -1
  144. package/dist/models/IndexSupplierRequest.js +15 -1
  145. package/dist/models/IndexTagRequest.d.ts +112 -0
  146. package/dist/models/IndexTagRequest.js +91 -0
  147. package/dist/models/ModelAttributeResource.d.ts +52 -0
  148. package/dist/models/ModelAttributeResource.js +65 -0
  149. package/dist/models/ModelAttributeResourceArrayResponse.d.ts +33 -0
  150. package/dist/models/ModelAttributeResourceArrayResponse.js +50 -0
  151. package/dist/models/OverlayTemplateAssetPosition.d.ts +30 -0
  152. package/dist/models/OverlayTemplateAssetPosition.js +56 -0
  153. package/dist/models/OverlayTemplateAssetResource.d.ts +63 -0
  154. package/dist/models/OverlayTemplateAssetResource.js +72 -0
  155. package/dist/models/OverlayTemplateAssetResourceArrayResponse.d.ts +33 -0
  156. package/dist/models/OverlayTemplateAssetResourceArrayResponse.js +50 -0
  157. package/dist/models/OverlayTemplateListResource.d.ts +45 -0
  158. package/dist/models/OverlayTemplateListResource.js +60 -0
  159. package/dist/models/OverlayTemplateListResourceArrayResponse.d.ts +33 -0
  160. package/dist/models/OverlayTemplateListResourceArrayResponse.js +50 -0
  161. package/dist/models/OverlayTemplateLiteResource.d.ts +45 -0
  162. package/dist/models/OverlayTemplateLiteResource.js +60 -0
  163. package/dist/models/OverlayTemplateLiteResourceArrayResponse.d.ts +33 -0
  164. package/dist/models/OverlayTemplateLiteResourceArrayResponse.js +50 -0
  165. package/dist/models/OverlayTemplateResource.d.ts +58 -0
  166. package/dist/models/OverlayTemplateResource.js +69 -0
  167. package/dist/models/OverlayTemplateResourceArrayResponse.d.ts +33 -0
  168. package/dist/models/OverlayTemplateResourceArrayResponse.js +50 -0
  169. package/dist/models/PaginatedAttributeListResourceResponse.d.ts +40 -0
  170. package/dist/models/PaginatedAttributeListResourceResponse.js +57 -0
  171. package/dist/models/PaginatedAttributeLiteResourceResponse.d.ts +40 -0
  172. package/dist/models/PaginatedAttributeLiteResourceResponse.js +57 -0
  173. package/dist/models/PaginatedAttributeProductTypeRelationResourceResponse.d.ts +40 -0
  174. package/dist/models/PaginatedAttributeProductTypeRelationResourceResponse.js +57 -0
  175. package/dist/models/PaginatedAttributeResourceResponse.d.ts +40 -0
  176. package/dist/models/PaginatedAttributeResourceResponse.js +57 -0
  177. package/dist/models/PaginatedDocumentResourceResponse.d.ts +40 -0
  178. package/dist/models/PaginatedDocumentResourceResponse.js +57 -0
  179. package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +40 -0
  180. package/dist/models/PaginatedExternalApiLogListResourceResponse.js +57 -0
  181. package/dist/models/PaginatedExternalApiLogResourceResponse.d.ts +40 -0
  182. package/dist/models/PaginatedExternalApiLogResourceResponse.js +57 -0
  183. package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +40 -0
  184. package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +57 -0
  185. package/dist/models/PaginatedOverlayTemplateLiteResourceResponse.d.ts +40 -0
  186. package/dist/models/PaginatedOverlayTemplateLiteResourceResponse.js +57 -0
  187. package/dist/models/PaginatedOverlayTemplateResourceResponse.d.ts +40 -0
  188. package/dist/models/PaginatedOverlayTemplateResourceResponse.js +57 -0
  189. package/dist/models/PaginatedProductChildListResourceResponse.d.ts +40 -0
  190. package/dist/models/PaginatedProductChildListResourceResponse.js +57 -0
  191. package/dist/models/PaginatedProductChildLiteResourceResponse.d.ts +40 -0
  192. package/dist/models/PaginatedProductChildLiteResourceResponse.js +57 -0
  193. package/dist/models/PaginatedProductChildOverlayRelationResourceResponse.d.ts +40 -0
  194. package/dist/models/PaginatedProductChildOverlayRelationResourceResponse.js +57 -0
  195. package/dist/models/PaginatedProductChildRelationResourceResponse.d.ts +40 -0
  196. package/dist/models/PaginatedProductChildRelationResourceResponse.js +57 -0
  197. package/dist/models/PaginatedProductChildResourceResponse.d.ts +40 -0
  198. package/dist/models/PaginatedProductChildResourceResponse.js +57 -0
  199. package/dist/models/PaginatedProductListResourceResponse.d.ts +40 -0
  200. package/dist/models/PaginatedProductListResourceResponse.js +57 -0
  201. package/dist/models/PaginatedProductLiteResourceResponse.d.ts +40 -0
  202. package/dist/models/PaginatedProductLiteResourceResponse.js +57 -0
  203. package/dist/models/PaginatedProductResourceResponse.d.ts +40 -0
  204. package/dist/models/PaginatedProductResourceResponse.js +57 -0
  205. package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +40 -0
  206. package/dist/models/PaginatedProductTypeListResourceResponse.js +57 -0
  207. package/dist/models/PaginatedProductTypeLiteResourceResponse.d.ts +40 -0
  208. package/dist/models/PaginatedProductTypeLiteResourceResponse.js +57 -0
  209. package/dist/models/PaginatedProductTypeResourceResponse.d.ts +40 -0
  210. package/dist/models/PaginatedProductTypeResourceResponse.js +57 -0
  211. package/dist/models/PaginatedSiteListResourceResponse.d.ts +40 -0
  212. package/dist/models/PaginatedSiteListResourceResponse.js +57 -0
  213. package/dist/models/PaginatedSiteLiteResourceResponse.d.ts +40 -0
  214. package/dist/models/PaginatedSiteLiteResourceResponse.js +57 -0
  215. package/dist/models/PaginatedSiteNotificationListResourceResponse.d.ts +40 -0
  216. package/dist/models/PaginatedSiteNotificationListResourceResponse.js +57 -0
  217. package/dist/models/PaginatedSupplierListResourceResponse.d.ts +40 -0
  218. package/dist/models/PaginatedSupplierListResourceResponse.js +57 -0
  219. package/dist/models/PaginatedTagListResourceResponse.d.ts +40 -0
  220. package/dist/models/PaginatedTagListResourceResponse.js +57 -0
  221. package/dist/models/PaginatedTagLiteResourceResponse.d.ts +40 -0
  222. package/dist/models/PaginatedTagLiteResourceResponse.js +57 -0
  223. package/dist/models/PaginatedTagResourceResponse.d.ts +40 -0
  224. package/dist/models/PaginatedTagResourceResponse.js +57 -0
  225. package/dist/models/ProductChildListResource.d.ts +63 -0
  226. package/dist/models/ProductChildListResource.js +72 -0
  227. package/dist/models/ProductChildListResourceArrayResponse.d.ts +33 -0
  228. package/dist/models/ProductChildListResourceArrayResponse.js +50 -0
  229. package/dist/models/ProductChildLiteResource.d.ts +75 -0
  230. package/dist/models/ProductChildLiteResource.js +80 -0
  231. package/dist/models/ProductChildLiteResourceArrayResponse.d.ts +33 -0
  232. package/dist/models/ProductChildLiteResourceArrayResponse.js +50 -0
  233. package/dist/models/ProductChildOverlayRelationResource.d.ts +81 -0
  234. package/dist/models/ProductChildOverlayRelationResource.js +84 -0
  235. package/dist/models/ProductChildOverlayRelationResourceArrayResponse.d.ts +33 -0
  236. package/dist/models/ProductChildOverlayRelationResourceArrayResponse.js +50 -0
  237. package/dist/models/ProductChildRelationResource.d.ts +69 -0
  238. package/dist/models/ProductChildRelationResource.js +76 -0
  239. package/dist/models/ProductChildRelationResourceArrayResponse.d.ts +33 -0
  240. package/dist/models/ProductChildRelationResourceArrayResponse.js +50 -0
  241. package/dist/models/ProductChildResource.d.ts +172 -0
  242. package/dist/models/ProductChildResource.js +135 -0
  243. package/dist/models/ProductChildResourceArrayResponse.d.ts +33 -0
  244. package/dist/models/ProductChildResourceArrayResponse.js +50 -0
  245. package/dist/models/ProductChildSiteDetailResource.d.ts +94 -0
  246. package/dist/models/ProductChildSiteDetailResource.js +93 -0
  247. package/dist/models/ProductChildSiteDetailResourceArrayResponse.d.ts +33 -0
  248. package/dist/models/ProductChildSiteDetailResourceArrayResponse.js +50 -0
  249. package/dist/models/ProductListResource.d.ts +38 -0
  250. package/dist/models/ProductListResource.js +55 -0
  251. package/dist/models/ProductListResourceArrayResponse.d.ts +33 -0
  252. package/dist/models/ProductListResourceArrayResponse.js +50 -0
  253. package/dist/models/ProductLiteResource.d.ts +38 -0
  254. package/dist/models/ProductLiteResource.js +55 -0
  255. package/dist/models/ProductLiteResourceArrayResponse.d.ts +33 -0
  256. package/dist/models/ProductLiteResourceArrayResponse.js +50 -0
  257. package/dist/models/ProductResource.d.ts +88 -0
  258. package/dist/models/ProductResource.js +89 -0
  259. package/dist/models/ProductResourceArrayResponse.d.ts +33 -0
  260. package/dist/models/ProductResourceArrayResponse.js +50 -0
  261. package/dist/models/ProductTypeListResource.d.ts +44 -0
  262. package/dist/models/ProductTypeListResource.js +59 -0
  263. package/dist/models/ProductTypeListResourceArrayResponse.d.ts +33 -0
  264. package/dist/models/ProductTypeListResourceArrayResponse.js +50 -0
  265. package/dist/models/ProductTypeLiteResource.d.ts +44 -0
  266. package/dist/models/ProductTypeLiteResource.js +59 -0
  267. package/dist/models/ProductTypeLiteResourceArrayResponse.d.ts +33 -0
  268. package/dist/models/ProductTypeLiteResourceArrayResponse.js +50 -0
  269. package/dist/models/ProductTypeResource.d.ts +75 -0
  270. package/dist/models/ProductTypeResource.js +80 -0
  271. package/dist/models/ProductTypeResourceArrayResponse.d.ts +33 -0
  272. package/dist/models/ProductTypeResourceArrayResponse.js +50 -0
  273. package/dist/models/SEOResourceArrayResponse.d.ts +33 -0
  274. package/dist/models/SEOResourceArrayResponse.js +50 -0
  275. package/dist/models/SiteConfigResource.d.ts +1 -1
  276. package/dist/models/SiteConfigResource.js +3 -1
  277. package/dist/models/SiteConfigResourceArrayResponse.d.ts +33 -0
  278. package/dist/models/SiteConfigResourceArrayResponse.js +50 -0
  279. package/dist/models/SiteListResource.d.ts +50 -0
  280. package/dist/models/SiteListResource.js +63 -0
  281. package/dist/models/SiteListResourceArrayResponse.d.ts +33 -0
  282. package/dist/models/SiteListResourceArrayResponse.js +50 -0
  283. package/dist/models/SiteLiteResource.d.ts +50 -0
  284. package/dist/models/SiteLiteResource.js +63 -0
  285. package/dist/models/SiteLiteResourceArrayResponse.d.ts +33 -0
  286. package/dist/models/SiteLiteResourceArrayResponse.js +50 -0
  287. package/dist/models/SiteNotificationListResource.d.ts +87 -0
  288. package/dist/models/SiteNotificationListResource.js +84 -0
  289. package/dist/models/SiteNotificationListResourceArrayResponse.d.ts +33 -0
  290. package/dist/models/SiteNotificationListResourceArrayResponse.js +50 -0
  291. package/dist/models/SiteNotificationResource.d.ts +2 -2
  292. package/dist/models/SiteNotificationResource.js +6 -2
  293. package/dist/models/SiteNotificationResourceArrayResponse.d.ts +33 -0
  294. package/dist/models/SiteNotificationResourceArrayResponse.js +50 -0
  295. package/dist/models/SitePaymentConfigResourceArrayResponse.d.ts +33 -0
  296. package/dist/models/SitePaymentConfigResourceArrayResponse.js +50 -0
  297. package/dist/models/SiteResourceArrayResponse.d.ts +33 -0
  298. package/dist/models/SiteResourceArrayResponse.js +50 -0
  299. package/dist/models/StoreAttributeRequest.d.ts +65 -0
  300. package/dist/models/StoreAttributeRequest.js +74 -0
  301. package/dist/models/StoreAttributeValueRequest.d.ts +38 -0
  302. package/dist/models/StoreAttributeValueRequest.js +55 -0
  303. package/dist/models/StoreDocumentFileRequest.d.ts +38 -0
  304. package/dist/models/StoreDocumentFileRequest.js +55 -0
  305. package/dist/models/StoreDocumentRequest.d.ts +44 -0
  306. package/dist/models/StoreDocumentRequest.js +57 -0
  307. package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +87 -0
  308. package/dist/models/StoreOverlayTemplateAssetRequest.js +84 -0
  309. package/dist/models/StoreOverlayTemplateRequest.d.ts +38 -0
  310. package/dist/models/StoreOverlayTemplateRequest.js +55 -0
  311. package/dist/models/StoreProductChildRequest.d.ts +137 -0
  312. package/dist/models/StoreProductChildRequest.js +110 -0
  313. package/dist/models/StoreProductChildRequestAssetsInner.d.ts +62 -0
  314. package/dist/models/StoreProductChildRequestAssetsInner.js +69 -0
  315. package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +44 -0
  316. package/dist/models/StoreProductChildRequestAttributeValuesInner.js +57 -0
  317. package/dist/models/StoreProductChildRequestSitesInner.d.ts +98 -0
  318. package/dist/models/StoreProductChildRequestSitesInner.js +81 -0
  319. package/dist/models/StoreProductRequest.d.ts +81 -0
  320. package/dist/models/StoreProductRequest.js +80 -0
  321. package/dist/models/StoreProductRequestCategoriesInner.d.ts +38 -0
  322. package/dist/models/StoreProductRequestCategoriesInner.js +55 -0
  323. package/dist/models/StoreProductTypeRequest.d.ts +32 -0
  324. package/dist/models/StoreProductTypeRequest.js +51 -0
  325. package/dist/models/StoreSupplierRequest.d.ts +3 -2
  326. package/dist/models/StoreSupplierRequest.js +3 -2
  327. package/dist/models/StoreSupplierRequestSeoInner.d.ts +62 -0
  328. package/dist/models/StoreSupplierRequestSeoInner.js +61 -0
  329. package/dist/models/StoreTagRequest.d.ts +88 -0
  330. package/dist/models/StoreTagRequest.js +81 -0
  331. package/dist/models/SupplierFrontendResourceArrayResponse.d.ts +33 -0
  332. package/dist/models/SupplierFrontendResourceArrayResponse.js +50 -0
  333. package/dist/models/SupplierListResource.d.ts +57 -0
  334. package/dist/models/SupplierListResource.js +68 -0
  335. package/dist/models/SupplierListResourceArrayResponse.d.ts +33 -0
  336. package/dist/models/SupplierListResourceArrayResponse.js +50 -0
  337. package/dist/models/SupplierLiteResourceArrayResponse.d.ts +33 -0
  338. package/dist/models/SupplierLiteResourceArrayResponse.js +50 -0
  339. package/dist/models/SupplierResourceArrayResponse.d.ts +33 -0
  340. package/dist/models/SupplierResourceArrayResponse.js +50 -0
  341. package/dist/models/TagListResource.d.ts +57 -0
  342. package/dist/models/TagListResource.js +68 -0
  343. package/dist/models/TagListResourceArrayResponse.d.ts +33 -0
  344. package/dist/models/TagListResourceArrayResponse.js +50 -0
  345. package/dist/models/TagLiteResource.d.ts +38 -0
  346. package/dist/models/TagLiteResource.js +55 -0
  347. package/dist/models/TagLiteResourceArrayResponse.d.ts +33 -0
  348. package/dist/models/TagLiteResourceArrayResponse.js +50 -0
  349. package/dist/models/TagResource.d.ts +64 -0
  350. package/dist/models/TagResource.js +73 -0
  351. package/dist/models/TagResourceArrayResponse.d.ts +33 -0
  352. package/dist/models/TagResourceArrayResponse.js +50 -0
  353. package/dist/models/TagType.d.ts +25 -0
  354. package/dist/models/TagType.js +51 -0
  355. package/dist/models/UpdateAttributeRequest.d.ts +65 -0
  356. package/dist/models/UpdateAttributeRequest.js +74 -0
  357. package/dist/models/UpdateAttributeValueRequest.d.ts +32 -0
  358. package/dist/models/UpdateAttributeValueRequest.js +51 -0
  359. package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +33 -0
  360. package/dist/models/UpdateFilterOrderAttributeRequest.js +52 -0
  361. package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +38 -0
  362. package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +55 -0
  363. package/dist/models/UpdateModelAttributeRequest.d.ts +38 -0
  364. package/dist/models/UpdateModelAttributeRequest.js +51 -0
  365. package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +81 -0
  366. package/dist/models/UpdateOverlayTemplateAssetRequest.js +80 -0
  367. package/dist/models/UpdateOverlayTemplateRequest.d.ts +38 -0
  368. package/dist/models/UpdateOverlayTemplateRequest.js +53 -0
  369. package/dist/models/UpdateProductChildRequest.d.ts +112 -0
  370. package/dist/models/UpdateProductChildRequest.js +91 -0
  371. package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +50 -0
  372. package/dist/models/UpdateProductChildRequestAssetsInner.js +61 -0
  373. package/dist/models/UpdateProductRequest.d.ts +81 -0
  374. package/dist/models/UpdateProductRequest.js +80 -0
  375. package/dist/models/UpdateProductTypeRequest.d.ts +57 -0
  376. package/dist/models/UpdateProductTypeRequest.js +60 -0
  377. package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +38 -0
  378. package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +51 -0
  379. package/dist/models/UpdateSupplierRequest.d.ts +3 -2
  380. package/dist/models/UpdateSupplierRequest.js +3 -2
  381. package/dist/models/UpdateTagRequest.d.ts +82 -0
  382. package/dist/models/UpdateTagRequest.js +77 -0
  383. package/dist/models/index.d.ts +171 -0
  384. package/dist/models/index.js +171 -0
  385. package/docs/AssetFileForUploadResourceArrayResponse.md +34 -0
  386. package/docs/AssetLiteResource.md +40 -0
  387. package/docs/AssetLiteResourceArrayResponse.md +34 -0
  388. package/docs/AssetResource.md +6 -2
  389. package/docs/AssetResourceArrayResponse.md +34 -0
  390. package/docs/AttachAccessoriesProductChildRequest.md +34 -0
  391. package/docs/AttachAssetsOverlayTemplateRequest.md +34 -0
  392. package/docs/AttachAttributeProductTypeRequest.md +36 -0
  393. package/docs/AttachDocumentablesDocumentRequest.md +34 -0
  394. package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +38 -0
  395. package/docs/AttachDocumentsProductChildSiteDetailRequest.md +34 -0
  396. package/docs/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.md +36 -0
  397. package/docs/AttachProductTypeAttributeRequest.md +36 -0
  398. package/docs/AttributeApi.md +953 -0
  399. package/docs/AttributeFieldType.md +32 -0
  400. package/docs/AttributeListResource.md +42 -0
  401. package/docs/AttributeListResourceArrayResponse.md +34 -0
  402. package/docs/AttributeLiteResource.md +36 -0
  403. package/docs/AttributeLiteResourceArrayResponse.md +34 -0
  404. package/docs/AttributeProductTypeRelationResource.md +50 -0
  405. package/docs/AttributeProductTypeRelationResourceArrayResponse.md +34 -0
  406. package/docs/AttributeResource.md +48 -0
  407. package/docs/AttributeResourceArrayResponse.md +34 -0
  408. package/docs/AttributeType.md +32 -0
  409. package/docs/AttributeValueResource.md +36 -0
  410. package/docs/AttributeValueResourceArrayResponse.md +34 -0
  411. package/docs/CouponDiscountType.md +32 -0
  412. package/docs/DestroyAttributeValueRequest.md +34 -0
  413. package/docs/DetachAssetableOverlayTemplateRequest.md +38 -0
  414. package/docs/DetachDocumentablesDocumentRequest.md +34 -0
  415. package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +36 -0
  416. package/docs/DetachDocumentsProductChildSiteDetailRequest.md +34 -0
  417. package/docs/DocumentApi.md +476 -0
  418. package/docs/DocumentFileForUploadResource.md +40 -0
  419. package/docs/DocumentFileForUploadResourceArrayResponse.md +34 -0
  420. package/docs/DocumentLiteResource.md +38 -0
  421. package/docs/DocumentLiteResourceArrayResponse.md +34 -0
  422. package/docs/DocumentResource.md +48 -0
  423. package/docs/DocumentResourceArrayResponse.md +34 -0
  424. package/docs/ExternalApiLogApi.md +74 -0
  425. package/docs/ExternalApiLogListResource.md +42 -0
  426. package/docs/ExternalApiLogListResourceArrayResponse.md +34 -0
  427. package/docs/ExternalApiLogResource.md +54 -0
  428. package/docs/ExternalApiLogResourceArrayResponse.md +34 -0
  429. package/docs/ExternalApiProvider.md +32 -0
  430. package/docs/ExternalApiSyncStatus.md +32 -0
  431. package/docs/GetAllAttributeRequest.md +50 -0
  432. package/docs/GetAllDocumentRequest.md +38 -0
  433. package/docs/GetAllOverlayTemplateRequest.md +46 -0
  434. package/docs/GetAllProductChildRequest.md +54 -0
  435. package/docs/GetAllProductRequest.md +54 -0
  436. package/docs/GetAllProductTypeRequest.md +44 -0
  437. package/docs/GetAllSupplierRequest.md +44 -0
  438. package/docs/IndexAttributeRequest.md +54 -0
  439. package/docs/IndexDocumentRequest.md +42 -0
  440. package/docs/IndexExternalApiLogRequest.md +60 -0
  441. package/docs/IndexOverlayTemplateRequest.md +50 -0
  442. package/docs/IndexProductChildRequest.md +58 -0
  443. package/docs/IndexProductRequest.md +58 -0
  444. package/docs/IndexProductTypeRequest.md +48 -0
  445. package/docs/IndexSiteNotificationRequest.md +9 -1
  446. package/docs/IndexSiteRequest.md +9 -1
  447. package/docs/IndexSupplierRequest.md +9 -1
  448. package/docs/IndexTagRequest.md +52 -0
  449. package/docs/ModelAttributeResource.md +40 -0
  450. package/docs/ModelAttributeResourceArrayResponse.md +34 -0
  451. package/docs/OverlayTemplateApi.md +815 -0
  452. package/docs/OverlayTemplateAssetPosition.md +32 -0
  453. package/docs/OverlayTemplateAssetResource.md +44 -0
  454. package/docs/OverlayTemplateAssetResourceArrayResponse.md +34 -0
  455. package/docs/OverlayTemplateListResource.md +38 -0
  456. package/docs/OverlayTemplateListResourceArrayResponse.md +34 -0
  457. package/docs/OverlayTemplateLiteResource.md +38 -0
  458. package/docs/OverlayTemplateLiteResourceArrayResponse.md +34 -0
  459. package/docs/OverlayTemplateResource.md +42 -0
  460. package/docs/OverlayTemplateResourceArrayResponse.md +34 -0
  461. package/docs/PaginatedAttributeListResourceResponse.md +36 -0
  462. package/docs/PaginatedAttributeLiteResourceResponse.md +36 -0
  463. package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +36 -0
  464. package/docs/PaginatedAttributeResourceResponse.md +36 -0
  465. package/docs/PaginatedDocumentResourceResponse.md +36 -0
  466. package/docs/PaginatedExternalApiLogListResourceResponse.md +36 -0
  467. package/docs/PaginatedExternalApiLogResourceResponse.md +36 -0
  468. package/docs/PaginatedOverlayTemplateListResourceResponse.md +36 -0
  469. package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +36 -0
  470. package/docs/PaginatedOverlayTemplateResourceResponse.md +36 -0
  471. package/docs/PaginatedProductChildListResourceResponse.md +36 -0
  472. package/docs/PaginatedProductChildLiteResourceResponse.md +36 -0
  473. package/docs/PaginatedProductChildOverlayRelationResourceResponse.md +36 -0
  474. package/docs/PaginatedProductChildRelationResourceResponse.md +36 -0
  475. package/docs/PaginatedProductChildResourceResponse.md +36 -0
  476. package/docs/PaginatedProductListResourceResponse.md +36 -0
  477. package/docs/PaginatedProductLiteResourceResponse.md +36 -0
  478. package/docs/PaginatedProductResourceResponse.md +36 -0
  479. package/docs/PaginatedProductTypeListResourceResponse.md +36 -0
  480. package/docs/PaginatedProductTypeLiteResourceResponse.md +36 -0
  481. package/docs/PaginatedProductTypeResourceResponse.md +36 -0
  482. package/docs/PaginatedSiteListResourceResponse.md +36 -0
  483. package/docs/PaginatedSiteLiteResourceResponse.md +36 -0
  484. package/docs/PaginatedSiteNotificationListResourceResponse.md +36 -0
  485. package/docs/PaginatedSupplierListResourceResponse.md +36 -0
  486. package/docs/PaginatedTagListResourceResponse.md +36 -0
  487. package/docs/PaginatedTagLiteResourceResponse.md +36 -0
  488. package/docs/PaginatedTagResourceResponse.md +36 -0
  489. package/docs/ProductApi.md +1286 -0
  490. package/docs/ProductChildListResource.md +44 -0
  491. package/docs/ProductChildListResourceArrayResponse.md +34 -0
  492. package/docs/ProductChildLiteResource.md +48 -0
  493. package/docs/ProductChildLiteResourceArrayResponse.md +34 -0
  494. package/docs/ProductChildOverlayRelationResource.md +50 -0
  495. package/docs/ProductChildOverlayRelationResourceArrayResponse.md +34 -0
  496. package/docs/ProductChildRelationResource.md +46 -0
  497. package/docs/ProductChildRelationResourceArrayResponse.md +34 -0
  498. package/docs/ProductChildResource.md +80 -0
  499. package/docs/ProductChildResourceArrayResponse.md +34 -0
  500. package/docs/ProductChildSiteDetailApi.md +146 -0
  501. package/docs/ProductChildSiteDetailResource.md +54 -0
  502. package/docs/ProductChildSiteDetailResourceArrayResponse.md +34 -0
  503. package/docs/ProductListResource.md +36 -0
  504. package/docs/ProductListResourceArrayResponse.md +34 -0
  505. package/docs/ProductLiteResource.md +36 -0
  506. package/docs/ProductLiteResourceArrayResponse.md +34 -0
  507. package/docs/ProductResource.md +52 -0
  508. package/docs/ProductResourceArrayResponse.md +34 -0
  509. package/docs/ProductTypeApi.md +614 -0
  510. package/docs/ProductTypeListResource.md +38 -0
  511. package/docs/ProductTypeListResourceArrayResponse.md +34 -0
  512. package/docs/ProductTypeLiteResource.md +38 -0
  513. package/docs/ProductTypeLiteResourceArrayResponse.md +34 -0
  514. package/docs/ProductTypeResource.md +48 -0
  515. package/docs/ProductTypeResourceArrayResponse.md +34 -0
  516. package/docs/SEOResourceArrayResponse.md +34 -0
  517. package/docs/SiteApi.md +138 -6
  518. package/docs/SiteConfigResourceArrayResponse.md +34 -0
  519. package/docs/SiteListResource.md +40 -0
  520. package/docs/SiteListResourceArrayResponse.md +34 -0
  521. package/docs/SiteLiteResource.md +40 -0
  522. package/docs/SiteLiteResourceArrayResponse.md +34 -0
  523. package/docs/SiteNotificationListResource.md +52 -0
  524. package/docs/SiteNotificationListResourceArrayResponse.md +34 -0
  525. package/docs/SiteNotificationResourceArrayResponse.md +34 -0
  526. package/docs/SitePaymentConfigResourceArrayResponse.md +34 -0
  527. package/docs/SiteResourceArrayResponse.md +34 -0
  528. package/docs/StoreAttributeRequest.md +42 -0
  529. package/docs/StoreAttributeValueRequest.md +36 -0
  530. package/docs/StoreDocumentFileRequest.md +36 -0
  531. package/docs/StoreDocumentRequest.md +38 -0
  532. package/docs/StoreOverlayTemplateAssetRequest.md +48 -0
  533. package/docs/StoreOverlayTemplateRequest.md +36 -0
  534. package/docs/StoreProductChildRequest.md +68 -0
  535. package/docs/StoreProductChildRequestAssetsInner.md +44 -0
  536. package/docs/StoreProductChildRequestAttributeValuesInner.md +38 -0
  537. package/docs/StoreProductChildRequestSitesInner.md +56 -0
  538. package/docs/StoreProductRequest.md +50 -0
  539. package/docs/StoreProductRequestCategoriesInner.md +36 -0
  540. package/docs/StoreProductTypeRequest.md +34 -0
  541. package/docs/StoreSupplierRequest.md +1 -1
  542. package/docs/StoreSupplierRequestSeoInner.md +44 -0
  543. package/docs/StoreTagRequest.md +50 -0
  544. package/docs/SupplierApi.md +69 -3
  545. package/docs/SupplierFrontendResourceArrayResponse.md +34 -0
  546. package/docs/SupplierListResource.md +42 -0
  547. package/docs/SupplierListResourceArrayResponse.md +34 -0
  548. package/docs/SupplierLiteResourceArrayResponse.md +34 -0
  549. package/docs/SupplierResourceArrayResponse.md +34 -0
  550. package/docs/TagApi.md +545 -0
  551. package/docs/TagListResource.md +42 -0
  552. package/docs/TagListResourceArrayResponse.md +34 -0
  553. package/docs/TagLiteResource.md +36 -0
  554. package/docs/TagLiteResourceArrayResponse.md +34 -0
  555. package/docs/TagResource.md +44 -0
  556. package/docs/TagResourceArrayResponse.md +34 -0
  557. package/docs/TagType.md +32 -0
  558. package/docs/UpdateAttributeRequest.md +42 -0
  559. package/docs/UpdateAttributeValueRequest.md +34 -0
  560. package/docs/UpdateFilterOrderAttributeRequest.md +34 -0
  561. package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +36 -0
  562. package/docs/UpdateModelAttributeRequest.md +36 -0
  563. package/docs/UpdateOverlayTemplateAssetRequest.md +46 -0
  564. package/docs/UpdateOverlayTemplateRequest.md +36 -0
  565. package/docs/UpdateProductChildRequest.md +60 -0
  566. package/docs/UpdateProductChildRequestAssetsInner.md +40 -0
  567. package/docs/UpdateProductRequest.md +50 -0
  568. package/docs/UpdateProductTypeRequest.md +42 -0
  569. package/docs/UpdateProductTypeRequestPerformanceValuesInner.md +36 -0
  570. package/docs/UpdateSupplierRequest.md +1 -1
  571. package/docs/UpdateTagRequest.md +48 -0
  572. package/package.json +1 -1
  573. package/src/apis/AttributeApi.ts +657 -0
  574. package/src/apis/DocumentApi.ts +335 -0
  575. package/src/apis/ExternalApiLogApi.ts +69 -0
  576. package/src/apis/OverlayTemplateApi.ts +560 -0
  577. package/src/apis/ProductApi.ts +869 -0
  578. package/src/apis/ProductChildSiteDetailApi.ts +126 -0
  579. package/src/apis/ProductTypeApi.ts +429 -0
  580. package/src/apis/SiteApi.ts +92 -12
  581. package/src/apis/SupplierApi.ts +48 -6
  582. package/src/apis/TagApi.ts +384 -0
  583. package/src/apis/index.ts +8 -0
  584. package/src/models/AssetFileForUploadResourceArrayResponse.ts +73 -0
  585. package/src/models/AssetLiteResource.ts +93 -0
  586. package/src/models/AssetLiteResourceArrayResponse.ts +73 -0
  587. package/src/models/AssetResource.ts +35 -9
  588. package/src/models/AssetResourceArrayResponse.ts +73 -0
  589. package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
  590. package/src/models/AttachAssetsOverlayTemplateRequest.ts +66 -0
  591. package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
  592. package/src/models/AttachDocumentablesDocumentRequest.ts +74 -0
  593. package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +95 -0
  594. package/src/models/AttachDocumentsProductChildSiteDetailRequest.ts +74 -0
  595. package/src/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.ts +74 -0
  596. package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
  597. package/src/models/AttributeFieldType.ts +55 -0
  598. package/src/models/AttributeListResource.ts +102 -0
  599. package/src/models/AttributeListResourceArrayResponse.ts +73 -0
  600. package/src/models/AttributeLiteResource.ts +75 -0
  601. package/src/models/AttributeLiteResourceArrayResponse.ts +73 -0
  602. package/src/models/AttributeProductTypeRelationResource.ts +146 -0
  603. package/src/models/AttributeProductTypeRelationResourceArrayResponse.ts +73 -0
  604. package/src/models/AttributeResource.ts +137 -0
  605. package/src/models/AttributeResourceArrayResponse.ts +73 -0
  606. package/src/models/AttributeType.ts +54 -0
  607. package/src/models/AttributeValueResource.ts +75 -0
  608. package/src/models/AttributeValueResourceArrayResponse.ts +73 -0
  609. package/src/models/CouponDiscountType.ts +53 -0
  610. package/src/models/DestroyAttributeValueRequest.ts +65 -0
  611. package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
  612. package/src/models/DetachDocumentablesDocumentRequest.ts +74 -0
  613. package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +87 -0
  614. package/src/models/DetachDocumentsProductChildSiteDetailRequest.ts +66 -0
  615. package/src/models/DocumentFileForUploadResource.ts +93 -0
  616. package/src/models/DocumentFileForUploadResourceArrayResponse.ts +73 -0
  617. package/src/models/DocumentLiteResource.ts +82 -0
  618. package/src/models/DocumentLiteResourceArrayResponse.ts +73 -0
  619. package/src/models/DocumentResource.ts +132 -0
  620. package/src/models/DocumentResourceArrayResponse.ts +73 -0
  621. package/src/models/ExternalApiLogListResource.ts +100 -0
  622. package/src/models/ExternalApiLogListResourceArrayResponse.ts +73 -0
  623. package/src/models/ExternalApiLogResource.ts +163 -0
  624. package/src/models/ExternalApiLogResourceArrayResponse.ts +73 -0
  625. package/src/models/ExternalApiProvider.ts +53 -0
  626. package/src/models/ExternalApiSyncStatus.ts +55 -0
  627. package/src/models/GetAllAttributeRequest.ts +161 -0
  628. package/src/models/GetAllDocumentRequest.ts +103 -0
  629. package/src/models/GetAllOverlayTemplateRequest.ts +143 -0
  630. package/src/models/GetAllProductChildRequest.ts +186 -0
  631. package/src/models/GetAllProductRequest.ts +177 -0
  632. package/src/models/GetAllProductTypeRequest.ts +136 -0
  633. package/src/models/GetAllSupplierRequest.ts +137 -0
  634. package/src/models/IndexAttributeRequest.ts +175 -0
  635. package/src/models/IndexDocumentRequest.ts +119 -0
  636. package/src/models/IndexExternalApiLogRequest.ts +194 -0
  637. package/src/models/IndexOverlayTemplateRequest.ts +159 -0
  638. package/src/models/IndexProductChildRequest.ts +202 -0
  639. package/src/models/IndexProductRequest.ts +192 -0
  640. package/src/models/IndexProductTypeRequest.ts +151 -0
  641. package/src/models/IndexSiteNotificationRequest.ts +34 -2
  642. package/src/models/IndexSiteRequest.ts +33 -1
  643. package/src/models/IndexSupplierRequest.ts +41 -1
  644. package/src/models/IndexTagRequest.ts +168 -0
  645. package/src/models/ModelAttributeResource.ts +108 -0
  646. package/src/models/ModelAttributeResourceArrayResponse.ts +73 -0
  647. package/src/models/OverlayTemplateAssetPosition.ts +58 -0
  648. package/src/models/OverlayTemplateAssetResource.ts +119 -0
  649. package/src/models/OverlayTemplateAssetResourceArrayResponse.ts +73 -0
  650. package/src/models/OverlayTemplateListResource.ts +92 -0
  651. package/src/models/OverlayTemplateListResourceArrayResponse.ts +73 -0
  652. package/src/models/OverlayTemplateLiteResource.ts +92 -0
  653. package/src/models/OverlayTemplateLiteResourceArrayResponse.ts +73 -0
  654. package/src/models/OverlayTemplateResource.ts +117 -0
  655. package/src/models/OverlayTemplateResourceArrayResponse.ts +73 -0
  656. package/src/models/PaginatedAttributeListResourceResponse.ts +90 -0
  657. package/src/models/PaginatedAttributeLiteResourceResponse.ts +90 -0
  658. package/src/models/PaginatedAttributeProductTypeRelationResourceResponse.ts +90 -0
  659. package/src/models/PaginatedAttributeResourceResponse.ts +90 -0
  660. package/src/models/PaginatedDocumentResourceResponse.ts +90 -0
  661. package/src/models/PaginatedExternalApiLogListResourceResponse.ts +90 -0
  662. package/src/models/PaginatedExternalApiLogResourceResponse.ts +90 -0
  663. package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +90 -0
  664. package/src/models/PaginatedOverlayTemplateLiteResourceResponse.ts +90 -0
  665. package/src/models/PaginatedOverlayTemplateResourceResponse.ts +90 -0
  666. package/src/models/PaginatedProductChildListResourceResponse.ts +90 -0
  667. package/src/models/PaginatedProductChildLiteResourceResponse.ts +90 -0
  668. package/src/models/PaginatedProductChildOverlayRelationResourceResponse.ts +90 -0
  669. package/src/models/PaginatedProductChildRelationResourceResponse.ts +90 -0
  670. package/src/models/PaginatedProductChildResourceResponse.ts +90 -0
  671. package/src/models/PaginatedProductListResourceResponse.ts +90 -0
  672. package/src/models/PaginatedProductLiteResourceResponse.ts +90 -0
  673. package/src/models/PaginatedProductResourceResponse.ts +90 -0
  674. package/src/models/PaginatedProductTypeListResourceResponse.ts +90 -0
  675. package/src/models/PaginatedProductTypeLiteResourceResponse.ts +90 -0
  676. package/src/models/PaginatedProductTypeResourceResponse.ts +90 -0
  677. package/src/models/PaginatedSiteListResourceResponse.ts +90 -0
  678. package/src/models/PaginatedSiteLiteResourceResponse.ts +90 -0
  679. package/src/models/PaginatedSiteNotificationListResourceResponse.ts +90 -0
  680. package/src/models/PaginatedSupplierListResourceResponse.ts +90 -0
  681. package/src/models/PaginatedTagListResourceResponse.ts +90 -0
  682. package/src/models/PaginatedTagLiteResourceResponse.ts +90 -0
  683. package/src/models/PaginatedTagResourceResponse.ts +90 -0
  684. package/src/models/ProductChildListResource.ts +119 -0
  685. package/src/models/ProductChildListResourceArrayResponse.ts +73 -0
  686. package/src/models/ProductChildLiteResource.ts +137 -0
  687. package/src/models/ProductChildLiteResourceArrayResponse.ts +73 -0
  688. package/src/models/ProductChildOverlayRelationResource.ts +146 -0
  689. package/src/models/ProductChildOverlayRelationResourceArrayResponse.ts +73 -0
  690. package/src/models/ProductChildRelationResource.ts +128 -0
  691. package/src/models/ProductChildRelationResourceArrayResponse.ts +73 -0
  692. package/src/models/ProductChildResource.ts +283 -0
  693. package/src/models/ProductChildResourceArrayResponse.ts +73 -0
  694. package/src/models/ProductChildSiteDetailResource.ts +171 -0
  695. package/src/models/ProductChildSiteDetailResourceArrayResponse.ts +73 -0
  696. package/src/models/ProductListResource.ts +75 -0
  697. package/src/models/ProductListResourceArrayResponse.ts +73 -0
  698. package/src/models/ProductLiteResource.ts +75 -0
  699. package/src/models/ProductLiteResourceArrayResponse.ts +73 -0
  700. package/src/models/ProductResource.ts +162 -0
  701. package/src/models/ProductResourceArrayResponse.ts +73 -0
  702. package/src/models/ProductTypeListResource.ts +84 -0
  703. package/src/models/ProductTypeListResourceArrayResponse.ts +73 -0
  704. package/src/models/ProductTypeLiteResource.ts +84 -0
  705. package/src/models/ProductTypeLiteResourceArrayResponse.ts +73 -0
  706. package/src/models/ProductTypeResource.ts +137 -0
  707. package/src/models/ProductTypeResourceArrayResponse.ts +73 -0
  708. package/src/models/SEOResourceArrayResponse.ts +73 -0
  709. package/src/models/SiteConfigResource.ts +3 -2
  710. package/src/models/SiteConfigResourceArrayResponse.ts +73 -0
  711. package/src/models/SiteListResource.ts +93 -0
  712. package/src/models/SiteListResourceArrayResponse.ts +73 -0
  713. package/src/models/SiteLiteResource.ts +93 -0
  714. package/src/models/SiteLiteResourceArrayResponse.ts +73 -0
  715. package/src/models/SiteNotificationListResource.ts +153 -0
  716. package/src/models/SiteNotificationListResourceArrayResponse.ts +73 -0
  717. package/src/models/SiteNotificationResource.ts +6 -4
  718. package/src/models/SiteNotificationResourceArrayResponse.ts +73 -0
  719. package/src/models/SitePaymentConfigResourceArrayResponse.ts +73 -0
  720. package/src/models/SiteResourceArrayResponse.ts +73 -0
  721. package/src/models/StoreAttributeRequest.ts +113 -0
  722. package/src/models/StoreAttributeValueRequest.ts +75 -0
  723. package/src/models/StoreDocumentFileRequest.ts +75 -0
  724. package/src/models/StoreDocumentRequest.ts +83 -0
  725. package/src/models/StoreOverlayTemplateAssetRequest.ts +141 -0
  726. package/src/models/StoreOverlayTemplateRequest.ts +75 -0
  727. package/src/models/StoreProductChildRequest.ts +235 -0
  728. package/src/models/StoreProductChildRequestAssetsInner.ts +110 -0
  729. package/src/models/StoreProductChildRequestAttributeValuesInner.ts +83 -0
  730. package/src/models/StoreProductChildRequestSitesInner.ts +158 -0
  731. package/src/models/StoreProductRequest.ts +144 -0
  732. package/src/models/StoreProductRequestCategoriesInner.ts +75 -0
  733. package/src/models/StoreProductTypeRequest.ts +66 -0
  734. package/src/models/StoreSupplierRequest.ts +12 -4
  735. package/src/models/StoreSupplierRequestSeoInner.ts +106 -0
  736. package/src/models/StoreTagRequest.ts +144 -0
  737. package/src/models/SupplierFrontendResourceArrayResponse.ts +73 -0
  738. package/src/models/SupplierListResource.ts +110 -0
  739. package/src/models/SupplierListResourceArrayResponse.ts +73 -0
  740. package/src/models/SupplierLiteResourceArrayResponse.ts +73 -0
  741. package/src/models/SupplierResourceArrayResponse.ts +73 -0
  742. package/src/models/TagListResource.ts +110 -0
  743. package/src/models/TagListResourceArrayResponse.ts +73 -0
  744. package/src/models/TagLiteResource.ts +75 -0
  745. package/src/models/TagLiteResourceArrayResponse.ts +73 -0
  746. package/src/models/TagResource.ts +126 -0
  747. package/src/models/TagResourceArrayResponse.ts +73 -0
  748. package/src/models/TagType.ts +53 -0
  749. package/src/models/UpdateAttributeRequest.ts +113 -0
  750. package/src/models/UpdateAttributeValueRequest.ts +66 -0
  751. package/src/models/UpdateFilterOrderAttributeRequest.ts +74 -0
  752. package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +75 -0
  753. package/src/models/UpdateModelAttributeRequest.ts +73 -0
  754. package/src/models/UpdateOverlayTemplateAssetRequest.ts +132 -0
  755. package/src/models/UpdateOverlayTemplateRequest.ts +74 -0
  756. package/src/models/UpdateProductChildRequest.ts +191 -0
  757. package/src/models/UpdateProductChildRequestAssetsInner.ts +92 -0
  758. package/src/models/UpdateProductRequest.ts +144 -0
  759. package/src/models/UpdateProductTypeRequest.ts +106 -0
  760. package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +73 -0
  761. package/src/models/UpdateSupplierRequest.ts +12 -4
  762. package/src/models/UpdateTagRequest.ts +135 -0
  763. package/src/models/index.ts +171 -0
@@ -0,0 +1,47 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface DetachDocumentablesDocumentRequestDocumentablesInner
16
+ */
17
+ export interface DetachDocumentablesDocumentRequestDocumentablesInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof DetachDocumentablesDocumentRequestDocumentablesInner
22
+ */
23
+ documentableType: DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof DetachDocumentablesDocumentRequestDocumentablesInner
28
+ */
29
+ documentableId: number;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum: {
35
+ readonly AppModelsProductsProductChild: "App\\Models\\Products\\ProductChild";
36
+ readonly AppModelsSupplier: "App\\Models\\Supplier";
37
+ readonly AppModelsProductRangeSite: "App\\Models\\ProductRangeSite";
38
+ };
39
+ export type DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = typeof DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum[keyof typeof DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum];
40
+ /**
41
+ * Check if a given object implements the DetachDocumentablesDocumentRequestDocumentablesInner interface.
42
+ */
43
+ export declare function instanceOfDetachDocumentablesDocumentRequestDocumentablesInner(value: object): value is DetachDocumentablesDocumentRequestDocumentablesInner;
44
+ export declare function DetachDocumentablesDocumentRequestDocumentablesInnerFromJSON(json: any): DetachDocumentablesDocumentRequestDocumentablesInner;
45
+ export declare function DetachDocumentablesDocumentRequestDocumentablesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): DetachDocumentablesDocumentRequestDocumentablesInner;
46
+ export declare function DetachDocumentablesDocumentRequestDocumentablesInnerToJSON(json: any): DetachDocumentablesDocumentRequestDocumentablesInner;
47
+ export declare function DetachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped(value?: DetachDocumentablesDocumentRequestDocumentablesInner | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * My API
6
+ * API documentation for my Laravel app
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = void 0;
17
+ exports.instanceOfDetachDocumentablesDocumentRequestDocumentablesInner = instanceOfDetachDocumentablesDocumentRequestDocumentablesInner;
18
+ exports.DetachDocumentablesDocumentRequestDocumentablesInnerFromJSON = DetachDocumentablesDocumentRequestDocumentablesInnerFromJSON;
19
+ exports.DetachDocumentablesDocumentRequestDocumentablesInnerFromJSONTyped = DetachDocumentablesDocumentRequestDocumentablesInnerFromJSONTyped;
20
+ exports.DetachDocumentablesDocumentRequestDocumentablesInnerToJSON = DetachDocumentablesDocumentRequestDocumentablesInnerToJSON;
21
+ exports.DetachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped = DetachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = {
26
+ AppModelsProductsProductChild: 'App\\Models\\Products\\ProductChild',
27
+ AppModelsSupplier: 'App\\Models\\Supplier',
28
+ AppModelsProductRangeSite: 'App\\Models\\ProductRangeSite'
29
+ };
30
+ /**
31
+ * Check if a given object implements the DetachDocumentablesDocumentRequestDocumentablesInner interface.
32
+ */
33
+ function instanceOfDetachDocumentablesDocumentRequestDocumentablesInner(value) {
34
+ if (!('documentableType' in value) || value['documentableType'] === undefined)
35
+ return false;
36
+ if (!('documentableId' in value) || value['documentableId'] === undefined)
37
+ return false;
38
+ return true;
39
+ }
40
+ function DetachDocumentablesDocumentRequestDocumentablesInnerFromJSON(json) {
41
+ return DetachDocumentablesDocumentRequestDocumentablesInnerFromJSONTyped(json, false);
42
+ }
43
+ function DetachDocumentablesDocumentRequestDocumentablesInnerFromJSONTyped(json, ignoreDiscriminator) {
44
+ if (json == null) {
45
+ return json;
46
+ }
47
+ return {
48
+ 'documentableType': json['documentable_type'],
49
+ 'documentableId': json['documentable_id'],
50
+ };
51
+ }
52
+ function DetachDocumentablesDocumentRequestDocumentablesInnerToJSON(json) {
53
+ return DetachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped(json, false);
54
+ }
55
+ function DetachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped(value, ignoreDiscriminator) {
56
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
57
+ if (value == null) {
58
+ return value;
59
+ }
60
+ return {
61
+ 'documentable_type': value['documentableType'],
62
+ 'documentable_id': value['documentableId'],
63
+ };
64
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface DetachDocumentsProductChildSiteDetailRequest
16
+ */
17
+ export interface DetachDocumentsProductChildSiteDetailRequest {
18
+ /**
19
+ *
20
+ * @type {Array<number>}
21
+ * @memberof DetachDocumentsProductChildSiteDetailRequest
22
+ */
23
+ documents: Array<number>;
24
+ }
25
+ /**
26
+ * Check if a given object implements the DetachDocumentsProductChildSiteDetailRequest interface.
27
+ */
28
+ export declare function instanceOfDetachDocumentsProductChildSiteDetailRequest(value: object): value is DetachDocumentsProductChildSiteDetailRequest;
29
+ export declare function DetachDocumentsProductChildSiteDetailRequestFromJSON(json: any): DetachDocumentsProductChildSiteDetailRequest;
30
+ export declare function DetachDocumentsProductChildSiteDetailRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DetachDocumentsProductChildSiteDetailRequest;
31
+ export declare function DetachDocumentsProductChildSiteDetailRequestToJSON(json: any): DetachDocumentsProductChildSiteDetailRequest;
32
+ export declare function DetachDocumentsProductChildSiteDetailRequestToJSONTyped(value?: DetachDocumentsProductChildSiteDetailRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * My API
6
+ * API documentation for my Laravel app
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDetachDocumentsProductChildSiteDetailRequest = instanceOfDetachDocumentsProductChildSiteDetailRequest;
17
+ exports.DetachDocumentsProductChildSiteDetailRequestFromJSON = DetachDocumentsProductChildSiteDetailRequestFromJSON;
18
+ exports.DetachDocumentsProductChildSiteDetailRequestFromJSONTyped = DetachDocumentsProductChildSiteDetailRequestFromJSONTyped;
19
+ exports.DetachDocumentsProductChildSiteDetailRequestToJSON = DetachDocumentsProductChildSiteDetailRequestToJSON;
20
+ exports.DetachDocumentsProductChildSiteDetailRequestToJSONTyped = DetachDocumentsProductChildSiteDetailRequestToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DetachDocumentsProductChildSiteDetailRequest interface.
23
+ */
24
+ function instanceOfDetachDocumentsProductChildSiteDetailRequest(value) {
25
+ if (!('documents' in value) || value['documents'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function DetachDocumentsProductChildSiteDetailRequestFromJSON(json) {
30
+ return DetachDocumentsProductChildSiteDetailRequestFromJSONTyped(json, false);
31
+ }
32
+ function DetachDocumentsProductChildSiteDetailRequestFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'documents': json['documents'],
38
+ };
39
+ }
40
+ function DetachDocumentsProductChildSiteDetailRequestToJSON(json) {
41
+ return DetachDocumentsProductChildSiteDetailRequestToJSONTyped(json, false);
42
+ }
43
+ function DetachDocumentsProductChildSiteDetailRequestToJSONTyped(value, ignoreDiscriminator) {
44
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'documents': value['documents'],
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface DocumentFileForUploadResource
16
+ */
17
+ export interface DocumentFileForUploadResource {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof DocumentFileForUploadResource
22
+ */
23
+ id: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DocumentFileForUploadResource
28
+ */
29
+ url: string;
30
+ /**
31
+ *
32
+ * @type {Array<boolean>}
33
+ * @memberof DocumentFileForUploadResource
34
+ */
35
+ headers: Array<boolean>;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof DocumentFileForUploadResource
40
+ */
41
+ fileName: string;
42
+ }
43
+ /**
44
+ * Check if a given object implements the DocumentFileForUploadResource interface.
45
+ */
46
+ export declare function instanceOfDocumentFileForUploadResource(value: object): value is DocumentFileForUploadResource;
47
+ export declare function DocumentFileForUploadResourceFromJSON(json: any): DocumentFileForUploadResource;
48
+ export declare function DocumentFileForUploadResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentFileForUploadResource;
49
+ export declare function DocumentFileForUploadResourceToJSON(json: any): DocumentFileForUploadResource;
50
+ export declare function DocumentFileForUploadResourceToJSONTyped(value?: DocumentFileForUploadResource | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * My API
6
+ * API documentation for my Laravel app
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDocumentFileForUploadResource = instanceOfDocumentFileForUploadResource;
17
+ exports.DocumentFileForUploadResourceFromJSON = DocumentFileForUploadResourceFromJSON;
18
+ exports.DocumentFileForUploadResourceFromJSONTyped = DocumentFileForUploadResourceFromJSONTyped;
19
+ exports.DocumentFileForUploadResourceToJSON = DocumentFileForUploadResourceToJSON;
20
+ exports.DocumentFileForUploadResourceToJSONTyped = DocumentFileForUploadResourceToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DocumentFileForUploadResource interface.
23
+ */
24
+ function instanceOfDocumentFileForUploadResource(value) {
25
+ if (!('id' in value) || value['id'] === undefined)
26
+ return false;
27
+ if (!('url' in value) || value['url'] === undefined)
28
+ return false;
29
+ if (!('headers' in value) || value['headers'] === undefined)
30
+ return false;
31
+ if (!('fileName' in value) || value['fileName'] === undefined)
32
+ return false;
33
+ return true;
34
+ }
35
+ function DocumentFileForUploadResourceFromJSON(json) {
36
+ return DocumentFileForUploadResourceFromJSONTyped(json, false);
37
+ }
38
+ function DocumentFileForUploadResourceFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'id': json['id'],
44
+ 'url': json['url'],
45
+ 'headers': json['headers'],
46
+ 'fileName': json['fileName'],
47
+ };
48
+ }
49
+ function DocumentFileForUploadResourceToJSON(json) {
50
+ return DocumentFileForUploadResourceToJSONTyped(json, false);
51
+ }
52
+ function DocumentFileForUploadResourceToJSONTyped(value, ignoreDiscriminator) {
53
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'id': value['id'],
59
+ 'url': value['url'],
60
+ 'headers': value['headers'],
61
+ 'fileName': value['fileName'],
62
+ };
63
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DocumentFileForUploadResource } from './DocumentFileForUploadResource';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentFileForUploadResourceArrayResponse
17
+ */
18
+ export interface DocumentFileForUploadResourceArrayResponse {
19
+ /**
20
+ *
21
+ * @type {Array<DocumentFileForUploadResource>}
22
+ * @memberof DocumentFileForUploadResourceArrayResponse
23
+ */
24
+ data?: Array<DocumentFileForUploadResource>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentFileForUploadResourceArrayResponse interface.
28
+ */
29
+ export declare function instanceOfDocumentFileForUploadResourceArrayResponse(value: object): value is DocumentFileForUploadResourceArrayResponse;
30
+ export declare function DocumentFileForUploadResourceArrayResponseFromJSON(json: any): DocumentFileForUploadResourceArrayResponse;
31
+ export declare function DocumentFileForUploadResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentFileForUploadResourceArrayResponse;
32
+ export declare function DocumentFileForUploadResourceArrayResponseToJSON(json: any): DocumentFileForUploadResourceArrayResponse;
33
+ export declare function DocumentFileForUploadResourceArrayResponseToJSONTyped(value?: DocumentFileForUploadResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * My API
6
+ * API documentation for my Laravel app
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDocumentFileForUploadResourceArrayResponse = instanceOfDocumentFileForUploadResourceArrayResponse;
17
+ exports.DocumentFileForUploadResourceArrayResponseFromJSON = DocumentFileForUploadResourceArrayResponseFromJSON;
18
+ exports.DocumentFileForUploadResourceArrayResponseFromJSONTyped = DocumentFileForUploadResourceArrayResponseFromJSONTyped;
19
+ exports.DocumentFileForUploadResourceArrayResponseToJSON = DocumentFileForUploadResourceArrayResponseToJSON;
20
+ exports.DocumentFileForUploadResourceArrayResponseToJSONTyped = DocumentFileForUploadResourceArrayResponseToJSONTyped;
21
+ var DocumentFileForUploadResource_1 = require("./DocumentFileForUploadResource");
22
+ /**
23
+ * Check if a given object implements the DocumentFileForUploadResourceArrayResponse interface.
24
+ */
25
+ function instanceOfDocumentFileForUploadResourceArrayResponse(value) {
26
+ return true;
27
+ }
28
+ function DocumentFileForUploadResourceArrayResponseFromJSON(json) {
29
+ return DocumentFileForUploadResourceArrayResponseFromJSONTyped(json, false);
30
+ }
31
+ function DocumentFileForUploadResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(DocumentFileForUploadResource_1.DocumentFileForUploadResourceFromJSON)),
37
+ };
38
+ }
39
+ function DocumentFileForUploadResourceArrayResponseToJSON(json) {
40
+ return DocumentFileForUploadResourceArrayResponseToJSONTyped(json, false);
41
+ }
42
+ function DocumentFileForUploadResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
43
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'data': value['data'] == null ? undefined : (value['data'].map(DocumentFileForUploadResource_1.DocumentFileForUploadResourceToJSON)),
49
+ };
50
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface DocumentLiteResource
16
+ */
17
+ export interface DocumentLiteResource {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof DocumentLiteResource
22
+ */
23
+ id?: number | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DocumentLiteResource
28
+ */
29
+ name: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof DocumentLiteResource
34
+ */
35
+ tag?: string | null;
36
+ }
37
+ /**
38
+ * Check if a given object implements the DocumentLiteResource interface.
39
+ */
40
+ export declare function instanceOfDocumentLiteResource(value: object): value is DocumentLiteResource;
41
+ export declare function DocumentLiteResourceFromJSON(json: any): DocumentLiteResource;
42
+ export declare function DocumentLiteResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentLiteResource;
43
+ export declare function DocumentLiteResourceToJSON(json: any): DocumentLiteResource;
44
+ export declare function DocumentLiteResourceToJSONTyped(value?: DocumentLiteResource | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * My API
6
+ * API documentation for my Laravel app
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDocumentLiteResource = instanceOfDocumentLiteResource;
17
+ exports.DocumentLiteResourceFromJSON = DocumentLiteResourceFromJSON;
18
+ exports.DocumentLiteResourceFromJSONTyped = DocumentLiteResourceFromJSONTyped;
19
+ exports.DocumentLiteResourceToJSON = DocumentLiteResourceToJSON;
20
+ exports.DocumentLiteResourceToJSONTyped = DocumentLiteResourceToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DocumentLiteResource interface.
23
+ */
24
+ function instanceOfDocumentLiteResource(value) {
25
+ if (!('name' in value) || value['name'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function DocumentLiteResourceFromJSON(json) {
30
+ return DocumentLiteResourceFromJSONTyped(json, false);
31
+ }
32
+ function DocumentLiteResourceFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'id': json['id'] == null ? undefined : json['id'],
38
+ 'name': json['name'],
39
+ 'tag': json['tag'] == null ? undefined : json['tag'],
40
+ };
41
+ }
42
+ function DocumentLiteResourceToJSON(json) {
43
+ return DocumentLiteResourceToJSONTyped(json, false);
44
+ }
45
+ function DocumentLiteResourceToJSONTyped(value, ignoreDiscriminator) {
46
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'id': value['id'],
52
+ 'name': value['name'],
53
+ 'tag': value['tag'],
54
+ };
55
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DocumentLiteResource } from './DocumentLiteResource';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentLiteResourceArrayResponse
17
+ */
18
+ export interface DocumentLiteResourceArrayResponse {
19
+ /**
20
+ *
21
+ * @type {Array<DocumentLiteResource>}
22
+ * @memberof DocumentLiteResourceArrayResponse
23
+ */
24
+ data?: Array<DocumentLiteResource>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentLiteResourceArrayResponse interface.
28
+ */
29
+ export declare function instanceOfDocumentLiteResourceArrayResponse(value: object): value is DocumentLiteResourceArrayResponse;
30
+ export declare function DocumentLiteResourceArrayResponseFromJSON(json: any): DocumentLiteResourceArrayResponse;
31
+ export declare function DocumentLiteResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentLiteResourceArrayResponse;
32
+ export declare function DocumentLiteResourceArrayResponseToJSON(json: any): DocumentLiteResourceArrayResponse;
33
+ export declare function DocumentLiteResourceArrayResponseToJSONTyped(value?: DocumentLiteResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * My API
6
+ * API documentation for my Laravel app
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDocumentLiteResourceArrayResponse = instanceOfDocumentLiteResourceArrayResponse;
17
+ exports.DocumentLiteResourceArrayResponseFromJSON = DocumentLiteResourceArrayResponseFromJSON;
18
+ exports.DocumentLiteResourceArrayResponseFromJSONTyped = DocumentLiteResourceArrayResponseFromJSONTyped;
19
+ exports.DocumentLiteResourceArrayResponseToJSON = DocumentLiteResourceArrayResponseToJSON;
20
+ exports.DocumentLiteResourceArrayResponseToJSONTyped = DocumentLiteResourceArrayResponseToJSONTyped;
21
+ var DocumentLiteResource_1 = require("./DocumentLiteResource");
22
+ /**
23
+ * Check if a given object implements the DocumentLiteResourceArrayResponse interface.
24
+ */
25
+ function instanceOfDocumentLiteResourceArrayResponse(value) {
26
+ return true;
27
+ }
28
+ function DocumentLiteResourceArrayResponseFromJSON(json) {
29
+ return DocumentLiteResourceArrayResponseFromJSONTyped(json, false);
30
+ }
31
+ function DocumentLiteResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(DocumentLiteResource_1.DocumentLiteResourceFromJSON)),
37
+ };
38
+ }
39
+ function DocumentLiteResourceArrayResponseToJSON(json) {
40
+ return DocumentLiteResourceArrayResponseToJSONTyped(json, false);
41
+ }
42
+ function DocumentLiteResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
43
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'data': value['data'] == null ? undefined : (value['data'].map(DocumentLiteResource_1.DocumentLiteResourceToJSON)),
49
+ };
50
+ }
@@ -0,0 +1,75 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { SiteLiteResource } from './SiteLiteResource';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentResource
17
+ */
18
+ export interface DocumentResource {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof DocumentResource
23
+ */
24
+ id?: number | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DocumentResource
29
+ */
30
+ name: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof DocumentResource
35
+ */
36
+ tag?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof DocumentResource
41
+ */
42
+ documentFileId?: string | null;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof DocumentResource
47
+ */
48
+ fileUrl: string;
49
+ /**
50
+ *
51
+ * @type {Array<SiteLiteResource>}
52
+ * @memberof DocumentResource
53
+ */
54
+ sites: Array<SiteLiteResource> | null;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof DocumentResource
59
+ */
60
+ createdAt?: string | null;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof DocumentResource
65
+ */
66
+ updatedAt?: string | null;
67
+ }
68
+ /**
69
+ * Check if a given object implements the DocumentResource interface.
70
+ */
71
+ export declare function instanceOfDocumentResource(value: object): value is DocumentResource;
72
+ export declare function DocumentResourceFromJSON(json: any): DocumentResource;
73
+ export declare function DocumentResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentResource;
74
+ export declare function DocumentResourceToJSON(json: any): DocumentResource;
75
+ export declare function DocumentResourceToJSONTyped(value?: DocumentResource | null, ignoreDiscriminator?: boolean): any;