@digital8/lighting-illusions-ts-sdk 0.0.1235 → 0.0.1237

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 (301) hide show
  1. package/.openapi-generator/FILES +58 -72
  2. package/README.md +42 -54
  3. package/dist/apis/AttributeApi.d.ts +1 -16
  4. package/dist/apis/AttributeApi.js +0 -58
  5. package/dist/apis/StoreApi.d.ts +173 -0
  6. package/dist/apis/StoreApi.js +679 -0
  7. package/dist/apis/SupplierApi.d.ts +33 -1
  8. package/dist/apis/SupplierApi.js +122 -0
  9. package/dist/apis/index.d.ts +1 -1
  10. package/dist/apis/index.js +1 -1
  11. package/dist/models/AddressFrontendResource.d.ts +74 -0
  12. package/dist/models/AddressFrontendResource.js +75 -0
  13. package/dist/models/AddressFrontendResourceArrayResponse.d.ts +33 -0
  14. package/dist/models/AddressFrontendResourceArrayResponse.js +50 -0
  15. package/dist/models/AddressResource.d.ts +80 -0
  16. package/dist/models/AddressResource.js +79 -0
  17. package/dist/models/AddressResourceArrayResponse.d.ts +33 -0
  18. package/dist/models/AddressResourceArrayResponse.js +50 -0
  19. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -1
  20. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +0 -1
  21. package/dist/models/AttachStoresSupplierRequest.d.ts +32 -0
  22. package/dist/models/AttachStoresSupplierRequest.js +51 -0
  23. package/dist/models/AttachSuppliersStoreRequest.d.ts +32 -0
  24. package/dist/models/AttachSuppliersStoreRequest.js +51 -0
  25. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -1
  26. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +0 -1
  27. package/dist/models/DetachStoresSupplierRequest.d.ts +32 -0
  28. package/dist/models/DetachStoresSupplierRequest.js +51 -0
  29. package/dist/models/DetachSuppliersStoreRequest.d.ts +32 -0
  30. package/dist/models/DetachSuppliersStoreRequest.js +51 -0
  31. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  32. package/dist/models/ExternalApiLogResource.js +1 -3
  33. package/dist/models/GetAllDocumentRequest.d.ts +0 -1
  34. package/dist/models/GetAllDocumentRequest.js +0 -1
  35. package/dist/models/GetAllProductChildRequest.d.ts +0 -1
  36. package/dist/models/GetAllProductChildRequest.js +0 -1
  37. package/dist/models/GetAllStoreRequest.d.ts +93 -0
  38. package/dist/models/GetAllStoreRequest.js +81 -0
  39. package/dist/models/IndexAttributeRequest.d.ts +0 -2
  40. package/dist/models/IndexAttributeRequest.js +1 -3
  41. package/dist/models/IndexDocumentRequest.d.ts +0 -1
  42. package/dist/models/IndexDocumentRequest.js +0 -1
  43. package/dist/models/IndexProductChildRequest.d.ts +0 -1
  44. package/dist/models/IndexProductChildRequest.js +0 -1
  45. package/dist/models/IndexStoreRequest.d.ts +105 -0
  46. package/dist/models/{IndexProductRangeRequest.js → IndexStoreRequest.js} +21 -22
  47. package/dist/models/ModelAttributeResource.d.ts +0 -6
  48. package/dist/models/ModelAttributeResource.js +0 -2
  49. package/dist/models/PaginatedStoreListResourceResponse.d.ts +40 -0
  50. package/dist/models/PaginatedStoreListResourceResponse.js +57 -0
  51. package/dist/models/ProductChildResource.d.ts +2 -2
  52. package/dist/models/ProductChildResource.js +3 -3
  53. package/dist/models/ProductClassResource.d.ts +8 -2
  54. package/dist/models/ProductClassResource.js +4 -4
  55. package/dist/models/StoreAssetForAssetableRequest.d.ts +0 -3
  56. package/dist/models/StoreAssetForAssetableRequest.js +1 -4
  57. package/dist/models/StoreFrontendResource.d.ts +98 -0
  58. package/dist/models/StoreFrontendResource.js +87 -0
  59. package/dist/models/StoreFrontendResourceArrayResponse.d.ts +33 -0
  60. package/dist/models/StoreFrontendResourceArrayResponse.js +50 -0
  61. package/dist/models/StoreListResource.d.ts +81 -0
  62. package/dist/models/StoreListResource.js +78 -0
  63. package/dist/models/StoreListResourceArrayResponse.d.ts +33 -0
  64. package/dist/models/StoreListResourceArrayResponse.js +50 -0
  65. package/dist/models/StoreLiteResource.d.ts +45 -0
  66. package/dist/models/StoreLiteResource.js +58 -0
  67. package/dist/models/StoreLiteResourceArrayResponse.d.ts +33 -0
  68. package/dist/models/StoreLiteResourceArrayResponse.js +50 -0
  69. package/dist/models/StoreResource.d.ts +100 -0
  70. package/dist/models/StoreResource.js +93 -0
  71. package/dist/models/StoreResourceArrayResponse.d.ts +33 -0
  72. package/dist/models/StoreResourceArrayResponse.js +50 -0
  73. package/dist/models/StoreSpecialDateFrontendResource.d.ts +56 -0
  74. package/dist/models/StoreSpecialDateFrontendResource.js +65 -0
  75. package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.d.ts +33 -0
  76. package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.js +50 -0
  77. package/dist/models/StoreSpecialDateResource.d.ts +56 -0
  78. package/dist/models/StoreSpecialDateResource.js +65 -0
  79. package/dist/models/StoreSpecialDateResourceArrayResponse.d.ts +33 -0
  80. package/dist/models/StoreSpecialDateResourceArrayResponse.js +50 -0
  81. package/dist/models/StoreStoreRequest.d.ts +177 -0
  82. package/dist/models/StoreStoreRequest.js +124 -0
  83. package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +50 -0
  84. package/dist/models/StoreStoreRequestSpecialDatesInner.js +57 -0
  85. package/dist/models/StoreStoreSpecialDateRequest.d.ts +50 -0
  86. package/dist/models/StoreStoreSpecialDateRequest.js +57 -0
  87. package/dist/models/UpdateProductTypeRequest.d.ts +9 -9
  88. package/dist/models/UpdateProductTypeRequest.js +9 -9
  89. package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +38 -0
  90. package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +51 -0
  91. package/dist/models/UpdateStoreRequest.d.ts +164 -0
  92. package/dist/models/UpdateStoreRequest.js +119 -0
  93. package/dist/models/index.d.ts +28 -35
  94. package/dist/models/index.js +28 -35
  95. package/docs/{AttachAttributesProductRangeRequest.md → AddressFrontendResource.md} +20 -6
  96. package/docs/{AttachAccessoriesProductRangeRequest.md → AddressFrontendResourceArrayResponse.md} +6 -6
  97. package/docs/{AttachAttributesProductRangeRequestAttributesInner.md → AddressResource.md} +22 -8
  98. package/docs/{ProductRangeResourceArrayResponse.md → AddressResourceArrayResponse.md} +5 -5
  99. package/docs/{DetachAttributesProductRangeRequest.md → AttachStoresSupplierRequest.md} +6 -6
  100. package/docs/AttachSuppliersStoreRequest.md +34 -0
  101. package/docs/AttributeApi.md +0 -66
  102. package/docs/{DetachAccessoriesProductRangeRequest.md → DetachStoresSupplierRequest.md} +6 -6
  103. package/docs/DetachSuppliersStoreRequest.md +34 -0
  104. package/docs/{GetAllProductRangeRequest.md → GetAllStoreRequest.md} +8 -10
  105. package/docs/{IndexModelAttributeRequest.md → IndexStoreRequest.md} +8 -10
  106. package/docs/ModelAttributeResource.md +0 -2
  107. package/docs/{PaginatedProductRangeResourceResponse.md → PaginatedStoreListResourceResponse.md} +5 -5
  108. package/docs/ProductChildResource.md +2 -2
  109. package/docs/ProductClassResource.md +4 -2
  110. package/docs/StoreApi.md +683 -0
  111. package/docs/StoreFrontendResource.md +56 -0
  112. package/docs/{DetachDocumentsProductRangeRequest.md → StoreFrontendResourceArrayResponse.md} +6 -6
  113. package/docs/{StoreProductRangeRequest.md → StoreListResource.md} +20 -10
  114. package/docs/StoreListResourceArrayResponse.md +34 -0
  115. package/docs/{ProductRangeLiteResource.md → StoreLiteResource.md} +6 -4
  116. package/docs/StoreLiteResourceArrayResponse.md +34 -0
  117. package/docs/StoreResource.md +56 -0
  118. package/docs/StoreResourceArrayResponse.md +34 -0
  119. package/docs/{ProductRangeFrontendListResource.md → StoreSpecialDateFrontendResource.md} +10 -12
  120. package/docs/{ProductRangeFrontendListResourceArrayResponse.md → StoreSpecialDateFrontendResourceArrayResponse.md} +5 -5
  121. package/docs/{ProductRangeSiteDetailLiteResource.md → StoreSpecialDateResource.md} +12 -8
  122. package/docs/{ProductRangeLiteResourceArrayResponse.md → StoreSpecialDateResourceArrayResponse.md} +5 -5
  123. package/docs/StoreStoreRequest.md +82 -0
  124. package/docs/{AttachDocumentsProductRangeRequest.md → StoreStoreRequestSpecialDatesInner.md} +12 -6
  125. package/docs/StoreStoreSpecialDateRequest.md +40 -0
  126. package/docs/SupplierApi.md +138 -0
  127. package/docs/UpdateProductTypeRequest.md +4 -4
  128. package/docs/{UpdateProductRangeRequestAttributesInner.md → UpdateProductTypeRequestPerformanceValuesInner.md} +4 -4
  129. package/docs/UpdateStoreRequest.md +78 -0
  130. package/package.json +1 -1
  131. package/src/apis/AttributeApi.ts +0 -50
  132. package/src/apis/StoreApi.ts +563 -0
  133. package/src/apis/SupplierApi.ts +112 -0
  134. package/src/apis/index.ts +1 -1
  135. package/src/models/AddressFrontendResource.ts +127 -0
  136. package/src/models/AddressFrontendResourceArrayResponse.ts +73 -0
  137. package/src/models/AddressResource.ts +136 -0
  138. package/src/models/AddressResourceArrayResponse.ts +73 -0
  139. package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +0 -1
  140. package/src/models/AttachStoresSupplierRequest.ts +66 -0
  141. package/src/models/AttachSuppliersStoreRequest.ts +66 -0
  142. package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +0 -1
  143. package/src/models/DetachStoresSupplierRequest.ts +66 -0
  144. package/src/models/DetachSuppliersStoreRequest.ts +66 -0
  145. package/src/models/ExternalApiLogResource.ts +2 -3
  146. package/src/models/GetAllDocumentRequest.ts +0 -1
  147. package/src/models/GetAllProductChildRequest.ts +0 -1
  148. package/src/models/GetAllStoreRequest.ts +144 -0
  149. package/src/models/IndexAttributeRequest.ts +1 -3
  150. package/src/models/IndexDocumentRequest.ts +0 -1
  151. package/src/models/IndexProductChildRequest.ts +0 -1
  152. package/src/models/IndexStoreRequest.ts +160 -0
  153. package/src/models/ModelAttributeResource.ts +0 -8
  154. package/src/models/PaginatedStoreListResourceResponse.ts +90 -0
  155. package/src/models/ProductChildResource.ts +5 -5
  156. package/src/models/ProductClassResource.ts +12 -5
  157. package/src/models/StoreAssetForAssetableRequest.ts +1 -4
  158. package/src/models/StoreFrontendResource.ts +161 -0
  159. package/src/models/StoreFrontendResourceArrayResponse.ts +73 -0
  160. package/src/models/StoreListResource.ts +143 -0
  161. package/src/models/StoreListResourceArrayResponse.ts +73 -0
  162. package/src/models/StoreLiteResource.ts +91 -0
  163. package/src/models/StoreLiteResourceArrayResponse.ts +73 -0
  164. package/src/models/StoreResource.ts +178 -0
  165. package/src/models/StoreResourceArrayResponse.ts +73 -0
  166. package/src/models/StoreSpecialDateFrontendResource.ts +101 -0
  167. package/src/models/StoreSpecialDateFrontendResourceArrayResponse.ts +73 -0
  168. package/src/models/StoreSpecialDateResource.ts +101 -0
  169. package/src/models/StoreSpecialDateResourceArrayResponse.ts +73 -0
  170. package/src/models/StoreStoreRequest.ts +278 -0
  171. package/src/models/StoreStoreRequestSpecialDatesInner.ts +90 -0
  172. package/src/models/StoreStoreSpecialDateRequest.ts +90 -0
  173. package/src/models/UpdateProductTypeRequest.ts +22 -22
  174. package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +73 -0
  175. package/src/models/UpdateStoreRequest.ts +254 -0
  176. package/src/models/index.ts +28 -35
  177. package/dist/apis/ProductRangeApi.d.ts +0 -269
  178. package/dist/apis/ProductRangeApi.js +0 -1043
  179. package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +0 -32
  180. package/dist/models/AttachAccessoriesProductRangeRequest.js +0 -51
  181. package/dist/models/AttachAttributesProductRangeRequest.d.ts +0 -33
  182. package/dist/models/AttachAttributesProductRangeRequest.js +0 -52
  183. package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +0 -38
  184. package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +0 -53
  185. package/dist/models/AttachDocumentsProductRangeRequest.d.ts +0 -33
  186. package/dist/models/AttachDocumentsProductRangeRequest.js +0 -52
  187. package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +0 -32
  188. package/dist/models/DetachAccessoriesProductRangeRequest.js +0 -51
  189. package/dist/models/DetachAttributesProductRangeRequest.d.ts +0 -32
  190. package/dist/models/DetachAttributesProductRangeRequest.js +0 -51
  191. package/dist/models/DetachDocumentsProductRangeRequest.d.ts +0 -32
  192. package/dist/models/DetachDocumentsProductRangeRequest.js +0 -51
  193. package/dist/models/GetAllProductRangeRequest.d.ts +0 -98
  194. package/dist/models/GetAllProductRangeRequest.js +0 -82
  195. package/dist/models/IndexModelAttributeRequest.d.ts +0 -118
  196. package/dist/models/IndexModelAttributeRequest.js +0 -93
  197. package/dist/models/IndexProductRangeRequest.d.ts +0 -110
  198. package/dist/models/ModelAttributeListResource.d.ts +0 -64
  199. package/dist/models/ModelAttributeListResource.js +0 -71
  200. package/dist/models/ModelAttributeListResourceArrayResponse.d.ts +0 -33
  201. package/dist/models/ModelAttributeListResourceArrayResponse.js +0 -50
  202. package/dist/models/PaginatedModelAttributeListResourceResponse.d.ts +0 -40
  203. package/dist/models/PaginatedModelAttributeListResourceResponse.js +0 -57
  204. package/dist/models/PaginatedProductRangeFrontendListResourceResponse.d.ts +0 -40
  205. package/dist/models/PaginatedProductRangeFrontendListResourceResponse.js +0 -57
  206. package/dist/models/PaginatedProductRangeListResourceResponse.d.ts +0 -40
  207. package/dist/models/PaginatedProductRangeListResourceResponse.js +0 -57
  208. package/dist/models/PaginatedProductRangeLiteResourceResponse.d.ts +0 -40
  209. package/dist/models/PaginatedProductRangeLiteResourceResponse.js +0 -57
  210. package/dist/models/PaginatedProductRangeResourceResponse.d.ts +0 -40
  211. package/dist/models/PaginatedProductRangeResourceResponse.js +0 -57
  212. package/dist/models/ProductRangeFrontendListResource.d.ts +0 -62
  213. package/dist/models/ProductRangeFrontendListResource.js +0 -71
  214. package/dist/models/ProductRangeFrontendListResourceArrayResponse.d.ts +0 -33
  215. package/dist/models/ProductRangeFrontendListResourceArrayResponse.js +0 -50
  216. package/dist/models/ProductRangeFrontendResource.d.ts +0 -118
  217. package/dist/models/ProductRangeFrontendResource.js +0 -109
  218. package/dist/models/ProductRangeFrontendResourceArrayResponse.d.ts +0 -33
  219. package/dist/models/ProductRangeFrontendResourceArrayResponse.js +0 -50
  220. package/dist/models/ProductRangeListResource.d.ts +0 -66
  221. package/dist/models/ProductRangeListResource.js +0 -75
  222. package/dist/models/ProductRangeListResourceArrayResponse.d.ts +0 -33
  223. package/dist/models/ProductRangeListResourceArrayResponse.js +0 -50
  224. package/dist/models/ProductRangeLiteResource.d.ts +0 -38
  225. package/dist/models/ProductRangeLiteResource.js +0 -55
  226. package/dist/models/ProductRangeLiteResourceArrayResponse.d.ts +0 -33
  227. package/dist/models/ProductRangeLiteResourceArrayResponse.js +0 -50
  228. package/dist/models/ProductRangeResource.d.ts +0 -89
  229. package/dist/models/ProductRangeResource.js +0 -86
  230. package/dist/models/ProductRangeResourceArrayResponse.d.ts +0 -33
  231. package/dist/models/ProductRangeResourceArrayResponse.js +0 -50
  232. package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +0 -44
  233. package/dist/models/ProductRangeSiteDetailLiteResource.js +0 -59
  234. package/dist/models/ProductRangeSiteDetailLiteResourceArrayResponse.d.ts +0 -33
  235. package/dist/models/ProductRangeSiteDetailLiteResourceArrayResponse.js +0 -50
  236. package/dist/models/ProductRangeSiteDetailResource.d.ts +0 -101
  237. package/dist/models/ProductRangeSiteDetailResource.js +0 -98
  238. package/dist/models/ProductRangeSiteDetailResourceArrayResponse.d.ts +0 -33
  239. package/dist/models/ProductRangeSiteDetailResourceArrayResponse.js +0 -50
  240. package/dist/models/StoreProductRangeRequest.d.ts +0 -52
  241. package/dist/models/StoreProductRangeRequest.js +0 -59
  242. package/dist/models/StoreProductRangeRequestSitesInner.d.ts +0 -92
  243. package/dist/models/StoreProductRangeRequestSitesInner.js +0 -75
  244. package/dist/models/UpdateProductRangeRequest.d.ts +0 -59
  245. package/dist/models/UpdateProductRangeRequest.js +0 -62
  246. package/dist/models/UpdateProductRangeRequestAttributesInner.d.ts +0 -38
  247. package/dist/models/UpdateProductRangeRequestAttributesInner.js +0 -51
  248. package/docs/IndexProductRangeRequest.md +0 -54
  249. package/docs/ModelAttributeListResource.md +0 -44
  250. package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
  251. package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
  252. package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
  253. package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
  254. package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
  255. package/docs/ProductRangeApi.md +0 -1097
  256. package/docs/ProductRangeFrontendResource.md +0 -62
  257. package/docs/ProductRangeFrontendResourceArrayResponse.md +0 -34
  258. package/docs/ProductRangeListResource.md +0 -44
  259. package/docs/ProductRangeListResourceArrayResponse.md +0 -34
  260. package/docs/ProductRangeResource.md +0 -52
  261. package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +0 -34
  262. package/docs/ProductRangeSiteDetailResource.md +0 -56
  263. package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
  264. package/docs/StoreProductRangeRequestSitesInner.md +0 -54
  265. package/docs/UpdateProductRangeRequest.md +0 -42
  266. package/src/apis/ProductRangeApi.ts +0 -888
  267. package/src/models/AttachAccessoriesProductRangeRequest.ts +0 -66
  268. package/src/models/AttachAttributesProductRangeRequest.ts +0 -74
  269. package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +0 -74
  270. package/src/models/AttachDocumentsProductRangeRequest.ts +0 -74
  271. package/src/models/DetachAccessoriesProductRangeRequest.ts +0 -66
  272. package/src/models/DetachAttributesProductRangeRequest.ts +0 -66
  273. package/src/models/DetachDocumentsProductRangeRequest.ts +0 -66
  274. package/src/models/GetAllProductRangeRequest.ts +0 -151
  275. package/src/models/IndexModelAttributeRequest.ts +0 -176
  276. package/src/models/IndexProductRangeRequest.ts +0 -167
  277. package/src/models/ModelAttributeListResource.ts +0 -125
  278. package/src/models/ModelAttributeListResourceArrayResponse.ts +0 -73
  279. package/src/models/PaginatedModelAttributeListResourceResponse.ts +0 -90
  280. package/src/models/PaginatedProductRangeFrontendListResourceResponse.ts +0 -90
  281. package/src/models/PaginatedProductRangeListResourceResponse.ts +0 -90
  282. package/src/models/PaginatedProductRangeLiteResourceResponse.ts +0 -90
  283. package/src/models/PaginatedProductRangeResourceResponse.ts +0 -90
  284. package/src/models/ProductRangeFrontendListResource.ts +0 -111
  285. package/src/models/ProductRangeFrontendListResourceArrayResponse.ts +0 -73
  286. package/src/models/ProductRangeFrontendResource.ts +0 -207
  287. package/src/models/ProductRangeFrontendResourceArrayResponse.ts +0 -73
  288. package/src/models/ProductRangeListResource.ts +0 -140
  289. package/src/models/ProductRangeListResourceArrayResponse.ts +0 -73
  290. package/src/models/ProductRangeLiteResource.ts +0 -75
  291. package/src/models/ProductRangeLiteResourceArrayResponse.ts +0 -73
  292. package/src/models/ProductRangeResource.ts +0 -167
  293. package/src/models/ProductRangeResourceArrayResponse.ts +0 -73
  294. package/src/models/ProductRangeSiteDetailLiteResource.ts +0 -84
  295. package/src/models/ProductRangeSiteDetailLiteResourceArrayResponse.ts +0 -73
  296. package/src/models/ProductRangeSiteDetailResource.ts +0 -187
  297. package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +0 -73
  298. package/src/models/StoreProductRangeRequest.ts +0 -105
  299. package/src/models/StoreProductRangeRequestSitesInner.ts +0 -148
  300. package/src/models/UpdateProductRangeRequest.ts +0 -120
  301. package/src/models/UpdateProductRangeRequestAttributesInner.ts +0 -73
@@ -0,0 +1,254 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * My API
5
+ * API documentation for my Laravel app
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface UpdateStoreRequest
20
+ */
21
+ export interface UpdateStoreRequest {
22
+ /**
23
+ *
24
+ * @type {number}
25
+ * @memberof UpdateStoreRequest
26
+ */
27
+ siteId: number;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof UpdateStoreRequest
32
+ */
33
+ name: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof UpdateStoreRequest
38
+ */
39
+ phone: string;
40
+ /**
41
+ *
42
+ * @type {number}
43
+ * @memberof UpdateStoreRequest
44
+ */
45
+ longitude: number;
46
+ /**
47
+ *
48
+ * @type {number}
49
+ * @memberof UpdateStoreRequest
50
+ */
51
+ latitude: number;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof UpdateStoreRequest
56
+ */
57
+ tagLine?: string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof UpdateStoreRequest
62
+ */
63
+ email: string;
64
+ /**
65
+ *
66
+ * @type {Array<string>}
67
+ * @memberof UpdateStoreRequest
68
+ */
69
+ openingHours?: Array<string>;
70
+ /**
71
+ *
72
+ * @type {string}
73
+ * @memberof UpdateStoreRequest
74
+ */
75
+ openingHours0?: string;
76
+ /**
77
+ *
78
+ * @type {string}
79
+ * @memberof UpdateStoreRequest
80
+ */
81
+ openingHours1?: string;
82
+ /**
83
+ *
84
+ * @type {string}
85
+ * @memberof UpdateStoreRequest
86
+ */
87
+ openingHours2?: string;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof UpdateStoreRequest
92
+ */
93
+ openingHours3?: string;
94
+ /**
95
+ *
96
+ * @type {string}
97
+ * @memberof UpdateStoreRequest
98
+ */
99
+ openingHours4?: string;
100
+ /**
101
+ *
102
+ * @type {string}
103
+ * @memberof UpdateStoreRequest
104
+ */
105
+ openingHours5?: string;
106
+ /**
107
+ *
108
+ * @type {string}
109
+ * @memberof UpdateStoreRequest
110
+ */
111
+ openingHours6?: string;
112
+ /**
113
+ *
114
+ * @type {Array<string>}
115
+ * @memberof UpdateStoreRequest
116
+ */
117
+ address: Array<string>;
118
+ /**
119
+ *
120
+ * @type {string}
121
+ * @memberof UpdateStoreRequest
122
+ */
123
+ addressCompany: string;
124
+ /**
125
+ *
126
+ * @type {string}
127
+ * @memberof UpdateStoreRequest
128
+ */
129
+ addressLine1: string;
130
+ /**
131
+ *
132
+ * @type {string}
133
+ * @memberof UpdateStoreRequest
134
+ */
135
+ addressLine2?: string;
136
+ /**
137
+ *
138
+ * @type {string}
139
+ * @memberof UpdateStoreRequest
140
+ */
141
+ addressPostcode: string;
142
+ /**
143
+ *
144
+ * @type {string}
145
+ * @memberof UpdateStoreRequest
146
+ */
147
+ addressSuburb: string;
148
+ /**
149
+ *
150
+ * @type {string}
151
+ * @memberof UpdateStoreRequest
152
+ */
153
+ addressCountry: string;
154
+ /**
155
+ *
156
+ * @type {string}
157
+ * @memberof UpdateStoreRequest
158
+ */
159
+ addressState: string;
160
+ }
161
+
162
+ /**
163
+ * Check if a given object implements the UpdateStoreRequest interface.
164
+ */
165
+ export function instanceOfUpdateStoreRequest(value: object): value is UpdateStoreRequest {
166
+ if (!('siteId' in value) || value['siteId'] === undefined) return false;
167
+ if (!('name' in value) || value['name'] === undefined) return false;
168
+ if (!('phone' in value) || value['phone'] === undefined) return false;
169
+ if (!('longitude' in value) || value['longitude'] === undefined) return false;
170
+ if (!('latitude' in value) || value['latitude'] === undefined) return false;
171
+ if (!('email' in value) || value['email'] === undefined) return false;
172
+ if (!('address' in value) || value['address'] === undefined) return false;
173
+ if (!('addressCompany' in value) || value['addressCompany'] === undefined) return false;
174
+ if (!('addressLine1' in value) || value['addressLine1'] === undefined) return false;
175
+ if (!('addressPostcode' in value) || value['addressPostcode'] === undefined) return false;
176
+ if (!('addressSuburb' in value) || value['addressSuburb'] === undefined) return false;
177
+ if (!('addressCountry' in value) || value['addressCountry'] === undefined) return false;
178
+ if (!('addressState' in value) || value['addressState'] === undefined) return false;
179
+ return true;
180
+ }
181
+
182
+ export function UpdateStoreRequestFromJSON(json: any): UpdateStoreRequest {
183
+ return UpdateStoreRequestFromJSONTyped(json, false);
184
+ }
185
+
186
+ export function UpdateStoreRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateStoreRequest {
187
+ if (json == null) {
188
+ return json;
189
+ }
190
+ return {
191
+
192
+ 'siteId': json['site_id'],
193
+ 'name': json['name'],
194
+ 'phone': json['phone'],
195
+ 'longitude': json['longitude'],
196
+ 'latitude': json['latitude'],
197
+ 'tagLine': json['tag_line'] == null ? undefined : json['tag_line'],
198
+ 'email': json['email'],
199
+ 'openingHours': json['opening_hours'] == null ? undefined : json['opening_hours'],
200
+ 'openingHours0': json['opening_hours.0'] == null ? undefined : json['opening_hours.0'],
201
+ 'openingHours1': json['opening_hours.1'] == null ? undefined : json['opening_hours.1'],
202
+ 'openingHours2': json['opening_hours.2'] == null ? undefined : json['opening_hours.2'],
203
+ 'openingHours3': json['opening_hours.3'] == null ? undefined : json['opening_hours.3'],
204
+ 'openingHours4': json['opening_hours.4'] == null ? undefined : json['opening_hours.4'],
205
+ 'openingHours5': json['opening_hours.5'] == null ? undefined : json['opening_hours.5'],
206
+ 'openingHours6': json['opening_hours.6'] == null ? undefined : json['opening_hours.6'],
207
+ 'address': json['address'],
208
+ 'addressCompany': json['address.company'],
209
+ 'addressLine1': json['address.line_1'],
210
+ 'addressLine2': json['address.line_2'] == null ? undefined : json['address.line_2'],
211
+ 'addressPostcode': json['address.postcode'],
212
+ 'addressSuburb': json['address.suburb'],
213
+ 'addressCountry': json['address.country'],
214
+ 'addressState': json['address.state'],
215
+ };
216
+ }
217
+
218
+ export function UpdateStoreRequestToJSON(json: any): UpdateStoreRequest {
219
+ return UpdateStoreRequestToJSONTyped(json, false);
220
+ }
221
+
222
+ export function UpdateStoreRequestToJSONTyped(value?: UpdateStoreRequest | null, ignoreDiscriminator: boolean = false): any {
223
+ if (value == null) {
224
+ return value;
225
+ }
226
+
227
+ return {
228
+
229
+ 'site_id': value['siteId'],
230
+ 'name': value['name'],
231
+ 'phone': value['phone'],
232
+ 'longitude': value['longitude'],
233
+ 'latitude': value['latitude'],
234
+ 'tag_line': value['tagLine'],
235
+ 'email': value['email'],
236
+ 'opening_hours': value['openingHours'],
237
+ 'opening_hours.0': value['openingHours0'],
238
+ 'opening_hours.1': value['openingHours1'],
239
+ 'opening_hours.2': value['openingHours2'],
240
+ 'opening_hours.3': value['openingHours3'],
241
+ 'opening_hours.4': value['openingHours4'],
242
+ 'opening_hours.5': value['openingHours5'],
243
+ 'opening_hours.6': value['openingHours6'],
244
+ 'address': value['address'],
245
+ 'address.company': value['addressCompany'],
246
+ 'address.line_1': value['addressLine1'],
247
+ 'address.line_2': value['addressLine2'],
248
+ 'address.postcode': value['addressPostcode'],
249
+ 'address.suburb': value['addressSuburb'],
250
+ 'address.country': value['addressCountry'],
251
+ 'address.state': value['addressState'],
252
+ };
253
+ }
254
+
@@ -1,5 +1,9 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
+ export * from './AddressFrontendResource';
4
+ export * from './AddressFrontendResourceArrayResponse';
5
+ export * from './AddressResource';
6
+ export * from './AddressResourceArrayResponse';
3
7
  export * from './AssetFileForUploadResource';
4
8
  export * from './AssetFileForUploadResourceArrayResponse';
5
9
  export * from './AssetFrontendResource';
@@ -11,18 +15,16 @@ export * from './AssetResourceArrayResponse';
11
15
  export * from './AssetWithOverlayLinkResource';
12
16
  export * from './AssetWithOverlayLinkResourceArrayResponse';
13
17
  export * from './AttachAccessoriesProductChildRequest';
14
- export * from './AttachAccessoriesProductRangeRequest';
15
18
  export * from './AttachAssetsOverlayTemplateRequest';
16
19
  export * from './AttachAttributeProductTypeRequest';
17
- export * from './AttachAttributesProductRangeRequest';
18
- export * from './AttachAttributesProductRangeRequestAttributesInner';
19
20
  export * from './AttachDocumentablesDocumentRequest';
20
21
  export * from './AttachDocumentablesDocumentRequestDocumentablesInner';
21
22
  export * from './AttachDocumentsProductChildRequest';
22
23
  export * from './AttachDocumentsProductChildRequestDocumentsInner';
23
- export * from './AttachDocumentsProductRangeRequest';
24
24
  export * from './AttachProductTypeAttributeRequest';
25
25
  export * from './AttachProductsProductCategoryRequest';
26
+ export * from './AttachStoresSupplierRequest';
27
+ export * from './AttachSuppliersStoreRequest';
26
28
  export * from './AttributeFieldType';
27
29
  export * from './AttributeListResource';
28
30
  export * from './AttributeListResourceArrayResponse';
@@ -52,14 +54,13 @@ export * from './DefinitionResourceArrayResponse';
52
54
  export * from './DescriptionResource';
53
55
  export * from './DescriptionResourceArrayResponse';
54
56
  export * from './DestroyAttributeValueRequest';
55
- export * from './DetachAccessoriesProductRangeRequest';
56
57
  export * from './DetachAssetableOverlayTemplateRequest';
57
- export * from './DetachAttributesProductRangeRequest';
58
58
  export * from './DetachDocumentablesDocumentRequest';
59
59
  export * from './DetachDocumentablesDocumentRequestDocumentablesInner';
60
60
  export * from './DetachDocumentsProductChildRequest';
61
- export * from './DetachDocumentsProductRangeRequest';
62
61
  export * from './DetachProductsProductCategoryRequest';
62
+ export * from './DetachStoresSupplierRequest';
63
+ export * from './DetachSuppliersStoreRequest';
63
64
  export * from './DocumentFileForUploadResource';
64
65
  export * from './DocumentFileForUploadResourceArrayResponse';
65
66
  export * from './DocumentFrontendResource';
@@ -83,9 +84,9 @@ export * from './GetAllGoogleCategoryRequest';
83
84
  export * from './GetAllOverlayTemplateRequest';
84
85
  export * from './GetAllProductCategoryRequest';
85
86
  export * from './GetAllProductChildRequest';
86
- export * from './GetAllProductRangeRequest';
87
87
  export * from './GetAllProductRequest';
88
88
  export * from './GetAllProductTypeRequest';
89
+ export * from './GetAllStoreRequest';
89
90
  export * from './GetAllSupplierRequest';
90
91
  export * from './GetHierarchyProductCategoryRequest';
91
92
  export * from './GetUniqueEndpointsExternalApiLogRequest';
@@ -104,21 +105,18 @@ export * from './IndexAttributeValueRequest';
104
105
  export * from './IndexDefinitionRequest';
105
106
  export * from './IndexDocumentRequest';
106
107
  export * from './IndexExternalApiLogRequest';
107
- export * from './IndexModelAttributeRequest';
108
108
  export * from './IndexOverlayTemplateRequest';
109
109
  export * from './IndexProductCategoryRequest';
110
110
  export * from './IndexProductChildRequest';
111
- export * from './IndexProductRangeRequest';
112
111
  export * from './IndexProductRequest';
113
112
  export * from './IndexProductTypeRequest';
114
113
  export * from './IndexSiteNotificationRequest';
115
114
  export * from './IndexSiteRequest';
115
+ export * from './IndexStoreRequest';
116
116
  export * from './IndexSupplierRequest';
117
117
  export * from './IndexTagRequest';
118
118
  export * from './LabelResource';
119
119
  export * from './LabelResourceArrayResponse';
120
- export * from './ModelAttributeListResource';
121
- export * from './ModelAttributeListResourceArrayResponse';
122
120
  export * from './ModelAttributeResource';
123
121
  export * from './ModelAttributeResourceArrayResponse';
124
122
  export * from './OverlayTemplateAssetFrontendResource';
@@ -144,7 +142,6 @@ export * from './PaginatedDocumentResourceResponse';
144
142
  export * from './PaginatedExternalApiLogListResourceResponse';
145
143
  export * from './PaginatedExternalApiLogResourceResponse';
146
144
  export * from './PaginatedGoogleCategoryResourceResponse';
147
- export * from './PaginatedModelAttributeListResourceResponse';
148
145
  export * from './PaginatedOverlayTemplateListResourceResponse';
149
146
  export * from './PaginatedOverlayTemplateLiteResourceResponse';
150
147
  export * from './PaginatedOverlayTemplateResourceResponse';
@@ -157,10 +154,6 @@ export * from './PaginatedProductChildRelationResourceResponse';
157
154
  export * from './PaginatedProductChildResourceResponse';
158
155
  export * from './PaginatedProductListResourceResponse';
159
156
  export * from './PaginatedProductLiteResourceResponse';
160
- export * from './PaginatedProductRangeFrontendListResourceResponse';
161
- export * from './PaginatedProductRangeListResourceResponse';
162
- export * from './PaginatedProductRangeLiteResourceResponse';
163
- export * from './PaginatedProductRangeResourceResponse';
164
157
  export * from './PaginatedProductResourceResponse';
165
158
  export * from './PaginatedProductSearchResultResourceResponse';
166
159
  export * from './PaginatedProductTypeListResourceResponse';
@@ -171,6 +164,7 @@ export * from './PaginatedSiteLiteResourceResponse';
171
164
  export * from './PaginatedSiteNotificationListResourceResponse';
172
165
  export * from './PaginatedSiteNotificationResourceResponse';
173
166
  export * from './PaginatedSiteResourceResponse';
167
+ export * from './PaginatedStoreListResourceResponse';
174
168
  export * from './PaginatedSupplierFrontendResourceResponse';
175
169
  export * from './PaginatedSupplierListResourceResponse';
176
170
  export * from './PaginatedSupplierLiteResourceResponse';
@@ -219,20 +213,6 @@ export * from './ProductListResource';
219
213
  export * from './ProductListResourceArrayResponse';
220
214
  export * from './ProductLiteResource';
221
215
  export * from './ProductLiteResourceArrayResponse';
222
- export * from './ProductRangeFrontendListResource';
223
- export * from './ProductRangeFrontendListResourceArrayResponse';
224
- export * from './ProductRangeFrontendResource';
225
- export * from './ProductRangeFrontendResourceArrayResponse';
226
- export * from './ProductRangeListResource';
227
- export * from './ProductRangeListResourceArrayResponse';
228
- export * from './ProductRangeLiteResource';
229
- export * from './ProductRangeLiteResourceArrayResponse';
230
- export * from './ProductRangeResource';
231
- export * from './ProductRangeResourceArrayResponse';
232
- export * from './ProductRangeSiteDetailLiteResource';
233
- export * from './ProductRangeSiteDetailLiteResourceArrayResponse';
234
- export * from './ProductRangeSiteDetailResource';
235
- export * from './ProductRangeSiteDetailResourceArrayResponse';
236
216
  export * from './ProductRating';
237
217
  export * from './ProductResource';
238
218
  export * from './ProductResourceArrayResponse';
@@ -274,6 +254,12 @@ export * from './StoreAttributeValueRequest';
274
254
  export * from './StoreDefinitionRequest';
275
255
  export * from './StoreDocumentFileRequest';
276
256
  export * from './StoreDocumentRequest';
257
+ export * from './StoreFrontendResource';
258
+ export * from './StoreFrontendResourceArrayResponse';
259
+ export * from './StoreListResource';
260
+ export * from './StoreListResourceArrayResponse';
261
+ export * from './StoreLiteResource';
262
+ export * from './StoreLiteResourceArrayResponse';
277
263
  export * from './StoreOverlayTemplateAssetRequest';
278
264
  export * from './StoreOverlayTemplateRequest';
279
265
  export * from './StoreProductCategoryRequest';
@@ -284,12 +270,19 @@ export * from './StoreProductChildRequest';
284
270
  export * from './StoreProductChildRequestAssetsInner';
285
271
  export * from './StoreProductChildRequestAttributeValuesInner';
286
272
  export * from './StoreProductChildRequestSitesInner';
287
- export * from './StoreProductRangeRequest';
288
- export * from './StoreProductRangeRequestSitesInner';
289
273
  export * from './StoreProductRequest';
290
274
  export * from './StoreProductRequestCategoriesInner';
291
275
  export * from './StoreProductTypeRequest';
276
+ export * from './StoreResource';
277
+ export * from './StoreResourceArrayResponse';
292
278
  export * from './StoreSiteNotificationRequest';
279
+ export * from './StoreSpecialDateFrontendResource';
280
+ export * from './StoreSpecialDateFrontendResourceArrayResponse';
281
+ export * from './StoreSpecialDateResource';
282
+ export * from './StoreSpecialDateResourceArrayResponse';
283
+ export * from './StoreStoreRequest';
284
+ export * from './StoreStoreRequestSpecialDatesInner';
285
+ export * from './StoreStoreSpecialDateRequest';
293
286
  export * from './StoreSupplierRequest';
294
287
  export * from './StoreTagRequest';
295
288
  export * from './SupplierFrontendResource';
@@ -322,12 +315,12 @@ export * from './UpdateOverlayTemplateRequest';
322
315
  export * from './UpdateProductCategoryRequest';
323
316
  export * from './UpdateProductChildRequest';
324
317
  export * from './UpdateProductChildRequestAssetsInner';
325
- export * from './UpdateProductRangeRequest';
326
- export * from './UpdateProductRangeRequestAttributesInner';
327
318
  export * from './UpdateProductRequest';
328
319
  export * from './UpdateProductTypeRequest';
320
+ export * from './UpdateProductTypeRequestPerformanceValuesInner';
329
321
  export * from './UpdateSiteNotificationRequest';
330
322
  export * from './UpdateSiteRequest';
323
+ export * from './UpdateStoreRequest';
331
324
  export * from './UpdateSupplierRequest';
332
325
  export * from './UpdateTagRequest';
333
326
  export * from './WishlistCheckResource';