@digital8/lighting-illusions-ts-sdk 0.0.751 → 0.0.752

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 (193) hide show
  1. package/.openapi-generator/FILES +2 -68
  2. package/README.md +3 -52
  3. package/dist/apis/AttributeApi.d.ts +1 -12
  4. package/dist/apis/AttributeApi.js +0 -45
  5. package/dist/apis/index.d.ts +0 -1
  6. package/dist/apis/index.js +0 -1
  7. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -1
  8. package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +0 -1
  9. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -1
  10. package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +0 -1
  11. package/dist/models/GetAllDocumentRequest.d.ts +0 -1
  12. package/dist/models/GetAllDocumentRequest.js +0 -1
  13. package/dist/models/GetAllProductChildRequest.d.ts +0 -1
  14. package/dist/models/GetAllProductChildRequest.js +0 -1
  15. package/dist/models/IndexAttributeRequest.d.ts +0 -2
  16. package/dist/models/IndexAttributeRequest.js +1 -3
  17. package/dist/models/IndexDocumentRequest.d.ts +0 -1
  18. package/dist/models/IndexDocumentRequest.js +0 -1
  19. package/dist/models/IndexProductChildRequest.d.ts +0 -1
  20. package/dist/models/IndexProductChildRequest.js +0 -1
  21. package/dist/models/ModelAttributeResource.d.ts +0 -6
  22. package/dist/models/ModelAttributeResource.js +0 -2
  23. package/dist/models/ProductCategoryLiteResource.d.ts +6 -0
  24. package/dist/models/ProductCategoryLiteResource.js +4 -0
  25. package/dist/models/ProductChildListResource.d.ts +12 -0
  26. package/dist/models/ProductChildListResource.js +6 -0
  27. package/dist/models/ProductResource.d.ts +2 -2
  28. package/dist/models/ProductResource.js +3 -3
  29. package/dist/models/UpdateProductTypeRequest.d.ts +9 -9
  30. package/dist/models/UpdateProductTypeRequest.js +9 -9
  31. package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +38 -0
  32. package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +51 -0
  33. package/dist/models/index.d.ts +1 -33
  34. package/dist/models/index.js +1 -33
  35. package/docs/AttributeApi.md +0 -66
  36. package/docs/ModelAttributeResource.md +0 -2
  37. package/docs/ProductCategoryLiteResource.md +2 -0
  38. package/docs/ProductChildListResource.md +4 -0
  39. package/docs/ProductResource.md +2 -2
  40. package/docs/UpdateProductTypeRequest.md +4 -4
  41. package/docs/{UpdateProductRangeRequestAttributesInner.md → UpdateProductTypeRequestPerformanceValuesInner.md} +4 -4
  42. package/package.json +1 -1
  43. package/src/apis/AttributeApi.ts +0 -42
  44. package/src/apis/index.ts +0 -1
  45. package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +0 -1
  46. package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +0 -1
  47. package/src/models/GetAllDocumentRequest.ts +0 -1
  48. package/src/models/GetAllProductChildRequest.ts +0 -1
  49. package/src/models/IndexAttributeRequest.ts +1 -3
  50. package/src/models/IndexDocumentRequest.ts +0 -1
  51. package/src/models/IndexProductChildRequest.ts +0 -1
  52. package/src/models/ModelAttributeResource.ts +0 -8
  53. package/src/models/ProductCategoryLiteResource.ts +9 -0
  54. package/src/models/ProductChildListResource.ts +17 -0
  55. package/src/models/ProductResource.ts +5 -5
  56. package/src/models/UpdateProductTypeRequest.ts +22 -22
  57. package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +73 -0
  58. package/src/models/index.ts +1 -33
  59. package/dist/apis/ProductRangeApi.d.ts +0 -205
  60. package/dist/apis/ProductRangeApi.js +0 -835
  61. package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +0 -32
  62. package/dist/models/AttachAccessoriesProductRangeRequest.js +0 -51
  63. package/dist/models/AttachAttributesProductRangeRequest.d.ts +0 -33
  64. package/dist/models/AttachAttributesProductRangeRequest.js +0 -52
  65. package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +0 -38
  66. package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +0 -53
  67. package/dist/models/AttachDocumentsProductRangeRequest.d.ts +0 -33
  68. package/dist/models/AttachDocumentsProductRangeRequest.js +0 -52
  69. package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +0 -32
  70. package/dist/models/DetachAccessoriesProductRangeRequest.js +0 -51
  71. package/dist/models/DetachAttributesProductRangeRequest.d.ts +0 -32
  72. package/dist/models/DetachAttributesProductRangeRequest.js +0 -51
  73. package/dist/models/DetachDocumentsProductRangeRequest.d.ts +0 -32
  74. package/dist/models/DetachDocumentsProductRangeRequest.js +0 -51
  75. package/dist/models/GetAllProductRangeRequest.d.ts +0 -98
  76. package/dist/models/GetAllProductRangeRequest.js +0 -82
  77. package/dist/models/IndexModelAttributeRequest.d.ts +0 -118
  78. package/dist/models/IndexModelAttributeRequest.js +0 -93
  79. package/dist/models/IndexProductRangeRequest.d.ts +0 -110
  80. package/dist/models/IndexProductRangeRequest.js +0 -86
  81. package/dist/models/ModelAttributeListResource.d.ts +0 -52
  82. package/dist/models/ModelAttributeListResource.js +0 -65
  83. package/dist/models/ModelAttributeListResourceArrayResponse.d.ts +0 -33
  84. package/dist/models/ModelAttributeListResourceArrayResponse.js +0 -50
  85. package/dist/models/PaginatedModelAttributeListResourceResponse.d.ts +0 -40
  86. package/dist/models/PaginatedModelAttributeListResourceResponse.js +0 -57
  87. package/dist/models/PaginatedProductRangeFrontendListResourceResponse.d.ts +0 -40
  88. package/dist/models/PaginatedProductRangeFrontendListResourceResponse.js +0 -57
  89. package/dist/models/PaginatedProductRangeListResourceResponse.d.ts +0 -40
  90. package/dist/models/PaginatedProductRangeListResourceResponse.js +0 -57
  91. package/dist/models/PaginatedProductRangeLiteResourceResponse.d.ts +0 -40
  92. package/dist/models/PaginatedProductRangeLiteResourceResponse.js +0 -57
  93. package/dist/models/PaginatedProductRangeResourceResponse.d.ts +0 -40
  94. package/dist/models/PaginatedProductRangeResourceResponse.js +0 -57
  95. package/dist/models/ProductRangeFrontendListResource.d.ts +0 -62
  96. package/dist/models/ProductRangeFrontendListResource.js +0 -71
  97. package/dist/models/ProductRangeFrontendListResourceArrayResponse.d.ts +0 -33
  98. package/dist/models/ProductRangeFrontendListResourceArrayResponse.js +0 -50
  99. package/dist/models/ProductRangeFrontendResource.d.ts +0 -118
  100. package/dist/models/ProductRangeFrontendResource.js +0 -109
  101. package/dist/models/ProductRangeFrontendResourceArrayResponse.d.ts +0 -33
  102. package/dist/models/ProductRangeFrontendResourceArrayResponse.js +0 -50
  103. package/dist/models/ProductRangeListResource.d.ts +0 -52
  104. package/dist/models/ProductRangeListResource.js +0 -65
  105. package/dist/models/ProductRangeListResourceArrayResponse.d.ts +0 -33
  106. package/dist/models/ProductRangeListResourceArrayResponse.js +0 -50
  107. package/dist/models/ProductRangeLiteResource.d.ts +0 -38
  108. package/dist/models/ProductRangeLiteResource.js +0 -55
  109. package/dist/models/ProductRangeLiteResourceArrayResponse.d.ts +0 -33
  110. package/dist/models/ProductRangeLiteResourceArrayResponse.js +0 -50
  111. package/dist/models/ProductRangeResource.d.ts +0 -89
  112. package/dist/models/ProductRangeResource.js +0 -86
  113. package/dist/models/ProductRangeResourceArrayResponse.d.ts +0 -33
  114. package/dist/models/ProductRangeResourceArrayResponse.js +0 -50
  115. package/dist/models/ProductRangeSiteDetailResource.d.ts +0 -101
  116. package/dist/models/ProductRangeSiteDetailResource.js +0 -98
  117. package/dist/models/ProductRangeSiteDetailResourceArrayResponse.d.ts +0 -33
  118. package/dist/models/ProductRangeSiteDetailResourceArrayResponse.js +0 -50
  119. package/dist/models/StoreProductRangeRequest.d.ts +0 -52
  120. package/dist/models/StoreProductRangeRequest.js +0 -59
  121. package/dist/models/StoreProductRangeRequestSitesInner.d.ts +0 -92
  122. package/dist/models/StoreProductRangeRequestSitesInner.js +0 -75
  123. package/dist/models/UpdateProductRangeRequest.d.ts +0 -59
  124. package/dist/models/UpdateProductRangeRequest.js +0 -62
  125. package/dist/models/UpdateProductRangeRequestAttributesInner.d.ts +0 -38
  126. package/dist/models/UpdateProductRangeRequestAttributesInner.js +0 -51
  127. package/docs/AttachAccessoriesProductRangeRequest.md +0 -34
  128. package/docs/AttachAttributesProductRangeRequest.md +0 -34
  129. package/docs/AttachAttributesProductRangeRequestAttributesInner.md +0 -36
  130. package/docs/AttachDocumentsProductRangeRequest.md +0 -34
  131. package/docs/DetachAccessoriesProductRangeRequest.md +0 -34
  132. package/docs/DetachAttributesProductRangeRequest.md +0 -34
  133. package/docs/DetachDocumentsProductRangeRequest.md +0 -34
  134. package/docs/GetAllProductRangeRequest.md +0 -50
  135. package/docs/IndexModelAttributeRequest.md +0 -54
  136. package/docs/IndexProductRangeRequest.md +0 -54
  137. package/docs/ModelAttributeListResource.md +0 -40
  138. package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
  139. package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
  140. package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
  141. package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
  142. package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
  143. package/docs/PaginatedProductRangeResourceResponse.md +0 -36
  144. package/docs/ProductRangeApi.md +0 -1097
  145. package/docs/ProductRangeFrontendListResource.md +0 -44
  146. package/docs/ProductRangeFrontendListResourceArrayResponse.md +0 -34
  147. package/docs/ProductRangeFrontendResource.md +0 -62
  148. package/docs/ProductRangeFrontendResourceArrayResponse.md +0 -34
  149. package/docs/ProductRangeListResource.md +0 -40
  150. package/docs/ProductRangeListResourceArrayResponse.md +0 -34
  151. package/docs/ProductRangeLiteResource.md +0 -36
  152. package/docs/ProductRangeLiteResourceArrayResponse.md +0 -34
  153. package/docs/ProductRangeResource.md +0 -52
  154. package/docs/ProductRangeResourceArrayResponse.md +0 -34
  155. package/docs/ProductRangeSiteDetailResource.md +0 -56
  156. package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
  157. package/docs/StoreProductRangeRequest.md +0 -40
  158. package/docs/StoreProductRangeRequestSitesInner.md +0 -54
  159. package/docs/UpdateProductRangeRequest.md +0 -42
  160. package/src/apis/ProductRangeApi.ts +0 -760
  161. package/src/models/AttachAccessoriesProductRangeRequest.ts +0 -66
  162. package/src/models/AttachAttributesProductRangeRequest.ts +0 -74
  163. package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +0 -74
  164. package/src/models/AttachDocumentsProductRangeRequest.ts +0 -74
  165. package/src/models/DetachAccessoriesProductRangeRequest.ts +0 -66
  166. package/src/models/DetachAttributesProductRangeRequest.ts +0 -66
  167. package/src/models/DetachDocumentsProductRangeRequest.ts +0 -66
  168. package/src/models/GetAllProductRangeRequest.ts +0 -151
  169. package/src/models/IndexModelAttributeRequest.ts +0 -176
  170. package/src/models/IndexProductRangeRequest.ts +0 -167
  171. package/src/models/ModelAttributeListResource.ts +0 -108
  172. package/src/models/ModelAttributeListResourceArrayResponse.ts +0 -73
  173. package/src/models/PaginatedModelAttributeListResourceResponse.ts +0 -90
  174. package/src/models/PaginatedProductRangeFrontendListResourceResponse.ts +0 -90
  175. package/src/models/PaginatedProductRangeListResourceResponse.ts +0 -90
  176. package/src/models/PaginatedProductRangeLiteResourceResponse.ts +0 -90
  177. package/src/models/PaginatedProductRangeResourceResponse.ts +0 -90
  178. package/src/models/ProductRangeFrontendListResource.ts +0 -111
  179. package/src/models/ProductRangeFrontendListResourceArrayResponse.ts +0 -73
  180. package/src/models/ProductRangeFrontendResource.ts +0 -207
  181. package/src/models/ProductRangeFrontendResourceArrayResponse.ts +0 -73
  182. package/src/models/ProductRangeListResource.ts +0 -108
  183. package/src/models/ProductRangeListResourceArrayResponse.ts +0 -73
  184. package/src/models/ProductRangeLiteResource.ts +0 -75
  185. package/src/models/ProductRangeLiteResourceArrayResponse.ts +0 -73
  186. package/src/models/ProductRangeResource.ts +0 -167
  187. package/src/models/ProductRangeResourceArrayResponse.ts +0 -73
  188. package/src/models/ProductRangeSiteDetailResource.ts +0 -187
  189. package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +0 -73
  190. package/src/models/StoreProductRangeRequest.ts +0 -105
  191. package/src/models/StoreProductRangeRequestSitesInner.ts +0 -148
  192. package/src/models/UpdateProductRangeRequest.ts +0 -120
  193. package/src/models/UpdateProductRangeRequestAttributesInner.ts +0 -73
@@ -12,16 +12,12 @@ docs/AssetLiteResourceArrayResponse.md
12
12
  docs/AssetResource.md
13
13
  docs/AssetResourceArrayResponse.md
14
14
  docs/AttachAccessoriesProductChildRequest.md
15
- docs/AttachAccessoriesProductRangeRequest.md
16
15
  docs/AttachAssetsOverlayTemplateRequest.md
17
16
  docs/AttachAttributeProductTypeRequest.md
18
- docs/AttachAttributesProductRangeRequest.md
19
- docs/AttachAttributesProductRangeRequestAttributesInner.md
20
17
  docs/AttachDocumentablesDocumentRequest.md
21
18
  docs/AttachDocumentablesDocumentRequestDocumentablesInner.md
22
19
  docs/AttachDocumentsProductChildRequest.md
23
20
  docs/AttachDocumentsProductChildRequestDocumentsInner.md
24
- docs/AttachDocumentsProductRangeRequest.md
25
21
  docs/AttachProductTypeAttributeRequest.md
26
22
  docs/AttachProductsProductCategoryRequest.md
27
23
  docs/AttributeApi.md
@@ -55,13 +51,10 @@ docs/DefinitionResourceArrayResponse.md
55
51
  docs/DescriptionResource.md
56
52
  docs/DescriptionResourceArrayResponse.md
57
53
  docs/DestroyAttributeValueRequest.md
58
- docs/DetachAccessoriesProductRangeRequest.md
59
54
  docs/DetachAssetableOverlayTemplateRequest.md
60
- docs/DetachAttributesProductRangeRequest.md
61
55
  docs/DetachDocumentablesDocumentRequest.md
62
56
  docs/DetachDocumentablesDocumentRequestDocumentablesInner.md
63
57
  docs/DetachDocumentsProductChildRequest.md
64
- docs/DetachDocumentsProductRangeRequest.md
65
58
  docs/DetachProductsProductCategoryRequest.md
66
59
  docs/DocumentApi.md
67
60
  docs/DocumentFileForUploadResource.md
@@ -87,7 +80,6 @@ docs/GetAllGoogleCategoryRequest.md
87
80
  docs/GetAllOverlayTemplateRequest.md
88
81
  docs/GetAllProductCategoryRequest.md
89
82
  docs/GetAllProductChildRequest.md
90
- docs/GetAllProductRangeRequest.md
91
83
  docs/GetAllProductRequest.md
92
84
  docs/GetAllProductTypeRequest.md
93
85
  docs/GetAllSupplierRequest.md
@@ -106,19 +98,15 @@ docs/IndexAttributeRequest.md
106
98
  docs/IndexDefinitionRequest.md
107
99
  docs/IndexDocumentRequest.md
108
100
  docs/IndexExternalApiLogRequest.md
109
- docs/IndexModelAttributeRequest.md
110
101
  docs/IndexOverlayTemplateRequest.md
111
102
  docs/IndexProductCategoryRequest.md
112
103
  docs/IndexProductChildRequest.md
113
- docs/IndexProductRangeRequest.md
114
104
  docs/IndexProductRequest.md
115
105
  docs/IndexProductTypeRequest.md
116
106
  docs/IndexSiteNotificationRequest.md
117
107
  docs/IndexSiteRequest.md
118
108
  docs/IndexSupplierRequest.md
119
109
  docs/IndexTagRequest.md
120
- docs/ModelAttributeListResource.md
121
- docs/ModelAttributeListResourceArrayResponse.md
122
110
  docs/ModelAttributeResource.md
123
111
  docs/ModelAttributeResourceArrayResponse.md
124
112
  docs/OverlayTemplateApi.md
@@ -144,7 +132,6 @@ docs/PaginatedDocumentResourceResponse.md
144
132
  docs/PaginatedExternalApiLogListResourceResponse.md
145
133
  docs/PaginatedExternalApiLogResourceResponse.md
146
134
  docs/PaginatedGoogleCategoryResourceResponse.md
147
- docs/PaginatedModelAttributeListResourceResponse.md
148
135
  docs/PaginatedOverlayTemplateListResourceResponse.md
149
136
  docs/PaginatedOverlayTemplateLiteResourceResponse.md
150
137
  docs/PaginatedOverlayTemplateResourceResponse.md
@@ -157,10 +144,6 @@ docs/PaginatedProductChildRelationResourceResponse.md
157
144
  docs/PaginatedProductChildResourceResponse.md
158
145
  docs/PaginatedProductListResourceResponse.md
159
146
  docs/PaginatedProductLiteResourceResponse.md
160
- docs/PaginatedProductRangeFrontendListResourceResponse.md
161
- docs/PaginatedProductRangeListResourceResponse.md
162
- docs/PaginatedProductRangeLiteResourceResponse.md
163
- docs/PaginatedProductRangeResourceResponse.md
164
147
  docs/PaginatedProductResourceResponse.md
165
148
  docs/PaginatedProductSearchResultResourceResponse.md
166
149
  docs/PaginatedProductTypeListResourceResponse.md
@@ -215,19 +198,6 @@ docs/ProductListResource.md
215
198
  docs/ProductListResourceArrayResponse.md
216
199
  docs/ProductLiteResource.md
217
200
  docs/ProductLiteResourceArrayResponse.md
218
- docs/ProductRangeApi.md
219
- docs/ProductRangeFrontendListResource.md
220
- docs/ProductRangeFrontendListResourceArrayResponse.md
221
- docs/ProductRangeFrontendResource.md
222
- docs/ProductRangeFrontendResourceArrayResponse.md
223
- docs/ProductRangeListResource.md
224
- docs/ProductRangeListResourceArrayResponse.md
225
- docs/ProductRangeLiteResource.md
226
- docs/ProductRangeLiteResourceArrayResponse.md
227
- docs/ProductRangeResource.md
228
- docs/ProductRangeResourceArrayResponse.md
229
- docs/ProductRangeSiteDetailResource.md
230
- docs/ProductRangeSiteDetailResourceArrayResponse.md
231
201
  docs/ProductRating.md
232
202
  docs/ProductResource.md
233
203
  docs/ProductResourceArrayResponse.md
@@ -278,8 +248,6 @@ docs/StoreProductChildRequest.md
278
248
  docs/StoreProductChildRequestAssetsInner.md
279
249
  docs/StoreProductChildRequestAttributeValuesInner.md
280
250
  docs/StoreProductChildRequestSitesInner.md
281
- docs/StoreProductRangeRequest.md
282
- docs/StoreProductRangeRequestSitesInner.md
283
251
  docs/StoreProductRequest.md
284
252
  docs/StoreProductRequestCategoriesInner.md
285
253
  docs/StoreProductTypeRequest.md
@@ -317,10 +285,9 @@ docs/UpdateOverlayTemplateRequest.md
317
285
  docs/UpdateProductCategoryRequest.md
318
286
  docs/UpdateProductChildRequest.md
319
287
  docs/UpdateProductChildRequestAssetsInner.md
320
- docs/UpdateProductRangeRequest.md
321
- docs/UpdateProductRangeRequestAttributesInner.md
322
288
  docs/UpdateProductRequest.md
323
289
  docs/UpdateProductTypeRequest.md
290
+ docs/UpdateProductTypeRequestPerformanceValuesInner.md
324
291
  docs/UpdateSiteNotificationRequest.md
325
292
  docs/UpdateSiteRequest.md
326
293
  docs/UpdateSupplierRequest.md
@@ -339,7 +306,6 @@ src/apis/GoogleCategoryApi.ts
339
306
  src/apis/OverlayTemplateApi.ts
340
307
  src/apis/ProductApi.ts
341
308
  src/apis/ProductCategoryApi.ts
342
- src/apis/ProductRangeApi.ts
343
309
  src/apis/ProductTypeApi.ts
344
310
  src/apis/SiteApi.ts
345
311
  src/apis/SupplierApi.ts
@@ -355,16 +321,12 @@ src/models/AssetLiteResourceArrayResponse.ts
355
321
  src/models/AssetResource.ts
356
322
  src/models/AssetResourceArrayResponse.ts
357
323
  src/models/AttachAccessoriesProductChildRequest.ts
358
- src/models/AttachAccessoriesProductRangeRequest.ts
359
324
  src/models/AttachAssetsOverlayTemplateRequest.ts
360
325
  src/models/AttachAttributeProductTypeRequest.ts
361
- src/models/AttachAttributesProductRangeRequest.ts
362
- src/models/AttachAttributesProductRangeRequestAttributesInner.ts
363
326
  src/models/AttachDocumentablesDocumentRequest.ts
364
327
  src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts
365
328
  src/models/AttachDocumentsProductChildRequest.ts
366
329
  src/models/AttachDocumentsProductChildRequestDocumentsInner.ts
367
- src/models/AttachDocumentsProductRangeRequest.ts
368
330
  src/models/AttachProductTypeAttributeRequest.ts
369
331
  src/models/AttachProductsProductCategoryRequest.ts
370
332
  src/models/AttributeFieldType.ts
@@ -396,13 +358,10 @@ src/models/DefinitionResourceArrayResponse.ts
396
358
  src/models/DescriptionResource.ts
397
359
  src/models/DescriptionResourceArrayResponse.ts
398
360
  src/models/DestroyAttributeValueRequest.ts
399
- src/models/DetachAccessoriesProductRangeRequest.ts
400
361
  src/models/DetachAssetableOverlayTemplateRequest.ts
401
- src/models/DetachAttributesProductRangeRequest.ts
402
362
  src/models/DetachDocumentablesDocumentRequest.ts
403
363
  src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts
404
364
  src/models/DetachDocumentsProductChildRequest.ts
405
- src/models/DetachDocumentsProductRangeRequest.ts
406
365
  src/models/DetachProductsProductCategoryRequest.ts
407
366
  src/models/DocumentFileForUploadResource.ts
408
367
  src/models/DocumentFileForUploadResourceArrayResponse.ts
@@ -426,7 +385,6 @@ src/models/GetAllGoogleCategoryRequest.ts
426
385
  src/models/GetAllOverlayTemplateRequest.ts
427
386
  src/models/GetAllProductCategoryRequest.ts
428
387
  src/models/GetAllProductChildRequest.ts
429
- src/models/GetAllProductRangeRequest.ts
430
388
  src/models/GetAllProductRequest.ts
431
389
  src/models/GetAllProductTypeRequest.ts
432
390
  src/models/GetAllSupplierRequest.ts
@@ -444,19 +402,15 @@ src/models/IndexAttributeRequest.ts
444
402
  src/models/IndexDefinitionRequest.ts
445
403
  src/models/IndexDocumentRequest.ts
446
404
  src/models/IndexExternalApiLogRequest.ts
447
- src/models/IndexModelAttributeRequest.ts
448
405
  src/models/IndexOverlayTemplateRequest.ts
449
406
  src/models/IndexProductCategoryRequest.ts
450
407
  src/models/IndexProductChildRequest.ts
451
- src/models/IndexProductRangeRequest.ts
452
408
  src/models/IndexProductRequest.ts
453
409
  src/models/IndexProductTypeRequest.ts
454
410
  src/models/IndexSiteNotificationRequest.ts
455
411
  src/models/IndexSiteRequest.ts
456
412
  src/models/IndexSupplierRequest.ts
457
413
  src/models/IndexTagRequest.ts
458
- src/models/ModelAttributeListResource.ts
459
- src/models/ModelAttributeListResourceArrayResponse.ts
460
414
  src/models/ModelAttributeResource.ts
461
415
  src/models/ModelAttributeResourceArrayResponse.ts
462
416
  src/models/OverlayTemplateAssetFrontendResource.ts
@@ -481,7 +435,6 @@ src/models/PaginatedDocumentResourceResponse.ts
481
435
  src/models/PaginatedExternalApiLogListResourceResponse.ts
482
436
  src/models/PaginatedExternalApiLogResourceResponse.ts
483
437
  src/models/PaginatedGoogleCategoryResourceResponse.ts
484
- src/models/PaginatedModelAttributeListResourceResponse.ts
485
438
  src/models/PaginatedOverlayTemplateListResourceResponse.ts
486
439
  src/models/PaginatedOverlayTemplateLiteResourceResponse.ts
487
440
  src/models/PaginatedOverlayTemplateResourceResponse.ts
@@ -494,10 +447,6 @@ src/models/PaginatedProductChildRelationResourceResponse.ts
494
447
  src/models/PaginatedProductChildResourceResponse.ts
495
448
  src/models/PaginatedProductListResourceResponse.ts
496
449
  src/models/PaginatedProductLiteResourceResponse.ts
497
- src/models/PaginatedProductRangeFrontendListResourceResponse.ts
498
- src/models/PaginatedProductRangeListResourceResponse.ts
499
- src/models/PaginatedProductRangeLiteResourceResponse.ts
500
- src/models/PaginatedProductRangeResourceResponse.ts
501
450
  src/models/PaginatedProductResourceResponse.ts
502
451
  src/models/PaginatedProductSearchResultResourceResponse.ts
503
452
  src/models/PaginatedProductTypeListResourceResponse.ts
@@ -550,18 +499,6 @@ src/models/ProductListResource.ts
550
499
  src/models/ProductListResourceArrayResponse.ts
551
500
  src/models/ProductLiteResource.ts
552
501
  src/models/ProductLiteResourceArrayResponse.ts
553
- src/models/ProductRangeFrontendListResource.ts
554
- src/models/ProductRangeFrontendListResourceArrayResponse.ts
555
- src/models/ProductRangeFrontendResource.ts
556
- src/models/ProductRangeFrontendResourceArrayResponse.ts
557
- src/models/ProductRangeListResource.ts
558
- src/models/ProductRangeListResourceArrayResponse.ts
559
- src/models/ProductRangeLiteResource.ts
560
- src/models/ProductRangeLiteResourceArrayResponse.ts
561
- src/models/ProductRangeResource.ts
562
- src/models/ProductRangeResourceArrayResponse.ts
563
- src/models/ProductRangeSiteDetailResource.ts
564
- src/models/ProductRangeSiteDetailResourceArrayResponse.ts
565
502
  src/models/ProductRating.ts
566
503
  src/models/ProductResource.ts
567
504
  src/models/ProductResourceArrayResponse.ts
@@ -610,8 +547,6 @@ src/models/StoreProductChildRequest.ts
610
547
  src/models/StoreProductChildRequestAssetsInner.ts
611
548
  src/models/StoreProductChildRequestAttributeValuesInner.ts
612
549
  src/models/StoreProductChildRequestSitesInner.ts
613
- src/models/StoreProductRangeRequest.ts
614
- src/models/StoreProductRangeRequestSitesInner.ts
615
550
  src/models/StoreProductRequest.ts
616
551
  src/models/StoreProductRequestCategoriesInner.ts
617
552
  src/models/StoreProductTypeRequest.ts
@@ -647,10 +582,9 @@ src/models/UpdateOverlayTemplateRequest.ts
647
582
  src/models/UpdateProductCategoryRequest.ts
648
583
  src/models/UpdateProductChildRequest.ts
649
584
  src/models/UpdateProductChildRequestAssetsInner.ts
650
- src/models/UpdateProductRangeRequest.ts
651
- src/models/UpdateProductRangeRequestAttributesInner.ts
652
585
  src/models/UpdateProductRequest.ts
653
586
  src/models/UpdateProductTypeRequest.ts
587
+ src/models/UpdateProductTypeRequestPerformanceValuesInner.ts
654
588
  src/models/UpdateSiteNotificationRequest.ts
655
589
  src/models/UpdateSiteRequest.ts
656
590
  src/models/UpdateSupplierRequest.ts
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @digital8/lighting-illusions-ts-sdk@0.0.751
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.752
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -57,7 +57,6 @@ All URIs are relative to *http://localhost/api*
57
57
  *AttributeApi* | [**detachProductTypeAttribute**](docs/AttributeApi.md#detachproducttypeattribute) | **POST** /admin-api/attribute/{attribute}/detach-product-type/{productType} | Auto-generated: detachProductTypeAttribute
58
58
  *AttributeApi* | [**getAllAttribute**](docs/AttributeApi.md#getallattributeoperation) | **POST** /admin-api/attribute/all | Auto-generated: getAllAttribute
59
59
  *AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#indexattributeoperation) | **POST** /admin-api/attribute/list | Auto-generated: indexAttribute
60
- *AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#indexmodelattributeoperation) | **POST** /admin-api/attribute/model-attribute/list | Auto-generated: indexModelAttribute
61
60
  *AttributeApi* | [**showAttribute**](docs/AttributeApi.md#showattribute) | **GET** /admin-api/attribute/{attribute} | Auto-generated: showAttribute
62
61
  *AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#storeattributeoperation) | **POST** /admin-api/attribute/create | Auto-generated: storeAttribute
63
62
  *AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#storeattributevalueoperation) | **POST** /admin-api/attribute/value/create | Auto-generated: storeAttributeValue
@@ -128,22 +127,6 @@ All URIs are relative to *http://localhost/api*
128
127
  *ProductCategoryApi* | [**showProductCategory**](docs/ProductCategoryApi.md#showproductcategory) | **GET** /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory
129
128
  *ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#storeproductcategoryoperation) | **POST** /admin-api/product-category/create | Auto-generated: storeProductCategory
130
129
  *ProductCategoryApi* | [**updateProductCategory**](docs/ProductCategoryApi.md#updateproductcategoryoperation) | **PUT** /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory
131
- *ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#attachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange
132
- *ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#attachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange
133
- *ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#attachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange
134
- *ProductRangeApi* | [**attachProductChildrenProductRange**](docs/ProductRangeApi.md#attachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange
135
- *ProductRangeApi* | [**destroyProductRange**](docs/ProductRangeApi.md#destroyproductrange) | **DELETE** /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange
136
- *ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#detachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange
137
- *ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#detachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange
138
- *ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#detachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange
139
- *ProductRangeApi* | [**detachProductChildrenProductRange**](docs/ProductRangeApi.md#detachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange
140
- *ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#getallproductrangeoperation) | **POST** /admin-api/product-range/all | Auto-generated: getAllProductRange
141
- *ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#indexproductrangeoperation) | **POST** /admin-api/product-range/list | Auto-generated: indexProductRange
142
- *ProductRangeApi* | [**listAccessoriesProductRange**](docs/ProductRangeApi.md#listaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange
143
- *ProductRangeApi* | [**listProductsProductRange**](docs/ProductRangeApi.md#listproductsproductrange) | **POST** /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange
144
- *ProductRangeApi* | [**showProductRange**](docs/ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange
145
- *ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#storeproductrangeoperation) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange
146
- *ProductRangeApi* | [**updateProductRange**](docs/ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange
147
130
  *ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
148
131
  *ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
149
132
  *ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
@@ -190,16 +173,12 @@ All URIs are relative to *http://localhost/api*
190
173
  - [AssetResource](docs/AssetResource.md)
191
174
  - [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
192
175
  - [AttachAccessoriesProductChildRequest](docs/AttachAccessoriesProductChildRequest.md)
193
- - [AttachAccessoriesProductRangeRequest](docs/AttachAccessoriesProductRangeRequest.md)
194
176
  - [AttachAssetsOverlayTemplateRequest](docs/AttachAssetsOverlayTemplateRequest.md)
195
177
  - [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
196
- - [AttachAttributesProductRangeRequest](docs/AttachAttributesProductRangeRequest.md)
197
- - [AttachAttributesProductRangeRequestAttributesInner](docs/AttachAttributesProductRangeRequestAttributesInner.md)
198
178
  - [AttachDocumentablesDocumentRequest](docs/AttachDocumentablesDocumentRequest.md)
199
179
  - [AttachDocumentablesDocumentRequestDocumentablesInner](docs/AttachDocumentablesDocumentRequestDocumentablesInner.md)
200
180
  - [AttachDocumentsProductChildRequest](docs/AttachDocumentsProductChildRequest.md)
201
181
  - [AttachDocumentsProductChildRequestDocumentsInner](docs/AttachDocumentsProductChildRequestDocumentsInner.md)
202
- - [AttachDocumentsProductRangeRequest](docs/AttachDocumentsProductRangeRequest.md)
203
182
  - [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
204
183
  - [AttachProductsProductCategoryRequest](docs/AttachProductsProductCategoryRequest.md)
205
184
  - [AttributeFieldType](docs/AttributeFieldType.md)
@@ -231,13 +210,10 @@ All URIs are relative to *http://localhost/api*
231
210
  - [DescriptionResource](docs/DescriptionResource.md)
232
211
  - [DescriptionResourceArrayResponse](docs/DescriptionResourceArrayResponse.md)
233
212
  - [DestroyAttributeValueRequest](docs/DestroyAttributeValueRequest.md)
234
- - [DetachAccessoriesProductRangeRequest](docs/DetachAccessoriesProductRangeRequest.md)
235
213
  - [DetachAssetableOverlayTemplateRequest](docs/DetachAssetableOverlayTemplateRequest.md)
236
- - [DetachAttributesProductRangeRequest](docs/DetachAttributesProductRangeRequest.md)
237
214
  - [DetachDocumentablesDocumentRequest](docs/DetachDocumentablesDocumentRequest.md)
238
215
  - [DetachDocumentablesDocumentRequestDocumentablesInner](docs/DetachDocumentablesDocumentRequestDocumentablesInner.md)
239
216
  - [DetachDocumentsProductChildRequest](docs/DetachDocumentsProductChildRequest.md)
240
- - [DetachDocumentsProductRangeRequest](docs/DetachDocumentsProductRangeRequest.md)
241
217
  - [DetachProductsProductCategoryRequest](docs/DetachProductsProductCategoryRequest.md)
242
218
  - [DocumentFileForUploadResource](docs/DocumentFileForUploadResource.md)
243
219
  - [DocumentFileForUploadResourceArrayResponse](docs/DocumentFileForUploadResourceArrayResponse.md)
@@ -261,7 +237,6 @@ All URIs are relative to *http://localhost/api*
261
237
  - [GetAllOverlayTemplateRequest](docs/GetAllOverlayTemplateRequest.md)
262
238
  - [GetAllProductCategoryRequest](docs/GetAllProductCategoryRequest.md)
263
239
  - [GetAllProductChildRequest](docs/GetAllProductChildRequest.md)
264
- - [GetAllProductRangeRequest](docs/GetAllProductRangeRequest.md)
265
240
  - [GetAllProductRequest](docs/GetAllProductRequest.md)
266
241
  - [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
267
242
  - [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
@@ -279,19 +254,15 @@ All URIs are relative to *http://localhost/api*
279
254
  - [IndexDefinitionRequest](docs/IndexDefinitionRequest.md)
280
255
  - [IndexDocumentRequest](docs/IndexDocumentRequest.md)
281
256
  - [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
282
- - [IndexModelAttributeRequest](docs/IndexModelAttributeRequest.md)
283
257
  - [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
284
258
  - [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
285
259
  - [IndexProductChildRequest](docs/IndexProductChildRequest.md)
286
- - [IndexProductRangeRequest](docs/IndexProductRangeRequest.md)
287
260
  - [IndexProductRequest](docs/IndexProductRequest.md)
288
261
  - [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
289
262
  - [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
290
263
  - [IndexSiteRequest](docs/IndexSiteRequest.md)
291
264
  - [IndexSupplierRequest](docs/IndexSupplierRequest.md)
292
265
  - [IndexTagRequest](docs/IndexTagRequest.md)
293
- - [ModelAttributeListResource](docs/ModelAttributeListResource.md)
294
- - [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
295
266
  - [ModelAttributeResource](docs/ModelAttributeResource.md)
296
267
  - [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
297
268
  - [OverlayTemplateAssetFrontendResource](docs/OverlayTemplateAssetFrontendResource.md)
@@ -316,7 +287,6 @@ All URIs are relative to *http://localhost/api*
316
287
  - [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
317
288
  - [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
318
289
  - [PaginatedGoogleCategoryResourceResponse](docs/PaginatedGoogleCategoryResourceResponse.md)
319
- - [PaginatedModelAttributeListResourceResponse](docs/PaginatedModelAttributeListResourceResponse.md)
320
290
  - [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
321
291
  - [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
322
292
  - [PaginatedOverlayTemplateResourceResponse](docs/PaginatedOverlayTemplateResourceResponse.md)
@@ -329,10 +299,6 @@ All URIs are relative to *http://localhost/api*
329
299
  - [PaginatedProductChildResourceResponse](docs/PaginatedProductChildResourceResponse.md)
330
300
  - [PaginatedProductListResourceResponse](docs/PaginatedProductListResourceResponse.md)
331
301
  - [PaginatedProductLiteResourceResponse](docs/PaginatedProductLiteResourceResponse.md)
332
- - [PaginatedProductRangeFrontendListResourceResponse](docs/PaginatedProductRangeFrontendListResourceResponse.md)
333
- - [PaginatedProductRangeListResourceResponse](docs/PaginatedProductRangeListResourceResponse.md)
334
- - [PaginatedProductRangeLiteResourceResponse](docs/PaginatedProductRangeLiteResourceResponse.md)
335
- - [PaginatedProductRangeResourceResponse](docs/PaginatedProductRangeResourceResponse.md)
336
302
  - [PaginatedProductResourceResponse](docs/PaginatedProductResourceResponse.md)
337
303
  - [PaginatedProductSearchResultResourceResponse](docs/PaginatedProductSearchResultResourceResponse.md)
338
304
  - [PaginatedProductTypeListResourceResponse](docs/PaginatedProductTypeListResourceResponse.md)
@@ -385,18 +351,6 @@ All URIs are relative to *http://localhost/api*
385
351
  - [ProductListResourceArrayResponse](docs/ProductListResourceArrayResponse.md)
386
352
  - [ProductLiteResource](docs/ProductLiteResource.md)
387
353
  - [ProductLiteResourceArrayResponse](docs/ProductLiteResourceArrayResponse.md)
388
- - [ProductRangeFrontendListResource](docs/ProductRangeFrontendListResource.md)
389
- - [ProductRangeFrontendListResourceArrayResponse](docs/ProductRangeFrontendListResourceArrayResponse.md)
390
- - [ProductRangeFrontendResource](docs/ProductRangeFrontendResource.md)
391
- - [ProductRangeFrontendResourceArrayResponse](docs/ProductRangeFrontendResourceArrayResponse.md)
392
- - [ProductRangeListResource](docs/ProductRangeListResource.md)
393
- - [ProductRangeListResourceArrayResponse](docs/ProductRangeListResourceArrayResponse.md)
394
- - [ProductRangeLiteResource](docs/ProductRangeLiteResource.md)
395
- - [ProductRangeLiteResourceArrayResponse](docs/ProductRangeLiteResourceArrayResponse.md)
396
- - [ProductRangeResource](docs/ProductRangeResource.md)
397
- - [ProductRangeResourceArrayResponse](docs/ProductRangeResourceArrayResponse.md)
398
- - [ProductRangeSiteDetailResource](docs/ProductRangeSiteDetailResource.md)
399
- - [ProductRangeSiteDetailResourceArrayResponse](docs/ProductRangeSiteDetailResourceArrayResponse.md)
400
354
  - [ProductRating](docs/ProductRating.md)
401
355
  - [ProductResource](docs/ProductResource.md)
402
356
  - [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
@@ -445,8 +399,6 @@ All URIs are relative to *http://localhost/api*
445
399
  - [StoreProductChildRequestAssetsInner](docs/StoreProductChildRequestAssetsInner.md)
446
400
  - [StoreProductChildRequestAttributeValuesInner](docs/StoreProductChildRequestAttributeValuesInner.md)
447
401
  - [StoreProductChildRequestSitesInner](docs/StoreProductChildRequestSitesInner.md)
448
- - [StoreProductRangeRequest](docs/StoreProductRangeRequest.md)
449
- - [StoreProductRangeRequestSitesInner](docs/StoreProductRangeRequestSitesInner.md)
450
402
  - [StoreProductRequest](docs/StoreProductRequest.md)
451
403
  - [StoreProductRequestCategoriesInner](docs/StoreProductRequestCategoriesInner.md)
452
404
  - [StoreProductTypeRequest](docs/StoreProductTypeRequest.md)
@@ -482,10 +434,9 @@ All URIs are relative to *http://localhost/api*
482
434
  - [UpdateProductCategoryRequest](docs/UpdateProductCategoryRequest.md)
483
435
  - [UpdateProductChildRequest](docs/UpdateProductChildRequest.md)
484
436
  - [UpdateProductChildRequestAssetsInner](docs/UpdateProductChildRequestAssetsInner.md)
485
- - [UpdateProductRangeRequest](docs/UpdateProductRangeRequest.md)
486
- - [UpdateProductRangeRequestAttributesInner](docs/UpdateProductRangeRequestAttributesInner.md)
487
437
  - [UpdateProductRequest](docs/UpdateProductRequest.md)
488
438
  - [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
439
+ - [UpdateProductTypeRequestPerformanceValuesInner](docs/UpdateProductTypeRequestPerformanceValuesInner.md)
489
440
  - [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
490
441
  - [UpdateSiteRequest](docs/UpdateSiteRequest.md)
491
442
  - [UpdateSupplierRequest](docs/UpdateSupplierRequest.md)
@@ -507,7 +458,7 @@ and is automatically generated by the
507
458
  [OpenAPI Generator](https://openapi-generator.tech) project:
508
459
 
509
460
  - API version: `1.0.0`
510
- - Package version: `0.0.751`
461
+ - Package version: `0.0.752`
511
462
  - Generator version: `7.19.0`
512
463
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
513
464
 
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { AttachProductTypeAttributeRequest, AttributeLiteResourceArrayResponse, AttributeResource, AttributeResourceArrayResponse, DestroyAttributeValueRequest, GenericResponse, GetAllAttributeRequest, IndexAttributeRequest, IndexModelAttributeRequest, ModelAttributeResourceArrayResponse, PaginatedAttributeListResourceResponse, PaginatedModelAttributeListResourceResponse, StoreAttributeRequest, StoreAttributeValueRequest, UpdateAttributeRequest, UpdateAttributeValueRequest, UpdateFilterOrderAttributeRequest, UpdateModelAttributeRequest } from '../models/index';
13
+ import type { AttachProductTypeAttributeRequest, AttributeLiteResourceArrayResponse, AttributeResource, AttributeResourceArrayResponse, DestroyAttributeValueRequest, GenericResponse, GetAllAttributeRequest, IndexAttributeRequest, ModelAttributeResourceArrayResponse, PaginatedAttributeListResourceResponse, StoreAttributeRequest, StoreAttributeValueRequest, UpdateAttributeRequest, UpdateAttributeValueRequest, UpdateFilterOrderAttributeRequest, UpdateModelAttributeRequest } from '../models/index';
14
14
  export interface AttachProductTypeAttributeOperationRequest {
15
15
  attribute: number;
16
16
  attachProductTypeAttributeRequest?: AttachProductTypeAttributeRequest;
@@ -32,9 +32,6 @@ export interface GetAllAttributeOperationRequest {
32
32
  export interface IndexAttributeOperationRequest {
33
33
  indexAttributeRequest?: IndexAttributeRequest;
34
34
  }
35
- export interface IndexModelAttributeOperationRequest {
36
- indexModelAttributeRequest?: IndexModelAttributeRequest;
37
- }
38
35
  export interface ShowAttributeRequest {
39
36
  attribute: number;
40
37
  }
@@ -115,14 +112,6 @@ export declare class AttributeApi extends runtime.BaseAPI {
115
112
  * Auto-generated: indexAttribute
116
113
  */
117
114
  indexAttribute(requestParameters?: IndexAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedAttributeListResourceResponse>;
118
- /**
119
- * Auto-generated: indexModelAttribute
120
- */
121
- indexModelAttributeRaw(requestParameters: IndexModelAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedModelAttributeListResourceResponse>>;
122
- /**
123
- * Auto-generated: indexModelAttribute
124
- */
125
- indexModelAttribute(requestParameters?: IndexModelAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedModelAttributeListResourceResponse>;
126
115
  /**
127
116
  * Auto-generated: showAttribute
128
117
  */
@@ -357,51 +357,6 @@ var AttributeApi = /** @class */ (function (_super) {
357
357
  });
358
358
  });
359
359
  };
360
- /**
361
- * Auto-generated: indexModelAttribute
362
- */
363
- AttributeApi.prototype.indexModelAttributeRaw = function (requestParameters, initOverrides) {
364
- return __awaiter(this, void 0, void 0, function () {
365
- var queryParameters, headerParameters, urlPath, response;
366
- return __generator(this, function (_a) {
367
- switch (_a.label) {
368
- case 0:
369
- queryParameters = {};
370
- headerParameters = {};
371
- headerParameters['Content-Type'] = 'application/json';
372
- urlPath = "/admin-api/attribute/model-attribute/list";
373
- return [4 /*yield*/, this.request({
374
- path: urlPath,
375
- method: 'POST',
376
- headers: headerParameters,
377
- query: queryParameters,
378
- body: (0, index_1.IndexModelAttributeRequestToJSON)(requestParameters['indexModelAttributeRequest']),
379
- }, initOverrides)];
380
- case 1:
381
- response = _a.sent();
382
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedModelAttributeListResourceResponseFromJSON)(jsonValue); })];
383
- }
384
- });
385
- });
386
- };
387
- /**
388
- * Auto-generated: indexModelAttribute
389
- */
390
- AttributeApi.prototype.indexModelAttribute = function () {
391
- return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
392
- var response;
393
- if (requestParameters === void 0) { requestParameters = {}; }
394
- return __generator(this, function (_a) {
395
- switch (_a.label) {
396
- case 0: return [4 /*yield*/, this.indexModelAttributeRaw(requestParameters, initOverrides)];
397
- case 1:
398
- response = _a.sent();
399
- return [4 /*yield*/, response.value()];
400
- case 2: return [2 /*return*/, _a.sent()];
401
- }
402
- });
403
- });
404
- };
405
360
  /**
406
361
  * Auto-generated: showAttribute
407
362
  */
@@ -7,7 +7,6 @@ export * from './GoogleCategoryApi';
7
7
  export * from './OverlayTemplateApi';
8
8
  export * from './ProductApi';
9
9
  export * from './ProductCategoryApi';
10
- export * from './ProductRangeApi';
11
10
  export * from './ProductTypeApi';
12
11
  export * from './SiteApi';
13
12
  export * from './SupplierApi';
@@ -25,7 +25,6 @@ __exportStar(require("./GoogleCategoryApi"), exports);
25
25
  __exportStar(require("./OverlayTemplateApi"), exports);
26
26
  __exportStar(require("./ProductApi"), exports);
27
27
  __exportStar(require("./ProductCategoryApi"), exports);
28
- __exportStar(require("./ProductRangeApi"), exports);
29
28
  __exportStar(require("./ProductTypeApi"), exports);
30
29
  __exportStar(require("./SiteApi"), exports);
31
30
  __exportStar(require("./SupplierApi"), exports);
@@ -39,7 +39,6 @@ export interface AttachDocumentablesDocumentRequestDocumentablesInner {
39
39
  */
40
40
  export declare const AttachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum: {
41
41
  readonly AppModelsProductsProductChild: "App\\Models\\Products\\ProductChild";
42
- readonly AppModelsProductRangesProductRange: "App\\Models\\ProductRanges\\ProductRange";
43
42
  readonly AppModelsProductRangeSite: "App\\Models\\ProductRangeSite";
44
43
  };
45
44
  export type AttachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = typeof AttachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum[keyof typeof AttachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum];
@@ -24,7 +24,6 @@ exports.AttachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped = Attach
24
24
  */
25
25
  exports.AttachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = {
26
26
  AppModelsProductsProductChild: 'App\\Models\\Products\\ProductChild',
27
- AppModelsProductRangesProductRange: 'App\\Models\\ProductRanges\\ProductRange',
28
27
  AppModelsProductRangeSite: 'App\\Models\\ProductRangeSite'
29
28
  };
30
29
  /**
@@ -33,7 +33,6 @@ export interface DetachDocumentablesDocumentRequestDocumentablesInner {
33
33
  */
34
34
  export declare const DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum: {
35
35
  readonly AppModelsProductsProductChild: "App\\Models\\Products\\ProductChild";
36
- readonly AppModelsProductRangesProductRange: "App\\Models\\ProductRanges\\ProductRange";
37
36
  readonly AppModelsProductRangeSite: "App\\Models\\ProductRangeSite";
38
37
  };
39
38
  export type DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = typeof DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum[keyof typeof DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum];
@@ -24,7 +24,6 @@ exports.DetachDocumentablesDocumentRequestDocumentablesInnerToJSONTyped = Detach
24
24
  */
25
25
  exports.DetachDocumentablesDocumentRequestDocumentablesInnerDocumentableTypeEnum = {
26
26
  AppModelsProductsProductChild: 'App\\Models\\Products\\ProductChild',
27
- AppModelsProductRangesProductRange: 'App\\Models\\ProductRanges\\ProductRange',
28
27
  AppModelsProductRangeSite: 'App\\Models\\ProductRangeSite'
29
28
  };
30
29
  /**
@@ -81,7 +81,6 @@ export type GetAllDocumentRequestSortDirectionEnum = typeof GetAllDocumentReques
81
81
  */
82
82
  export declare const GetAllDocumentRequestRelatedTypeEnum: {
83
83
  readonly ProductChild: "productChild";
84
- readonly ProductRange: "productRange";
85
84
  readonly ProductRangeSite: "productRangeSite";
86
85
  };
87
86
  export type GetAllDocumentRequestRelatedTypeEnum = typeof GetAllDocumentRequestRelatedTypeEnum[keyof typeof GetAllDocumentRequestRelatedTypeEnum];
@@ -40,7 +40,6 @@ exports.GetAllDocumentRequestSortDirectionEnum = {
40
40
  */
41
41
  exports.GetAllDocumentRequestRelatedTypeEnum = {
42
42
  ProductChild: 'productChild',
43
- ProductRange: 'productRange',
44
43
  ProductRangeSite: 'productRangeSite'
45
44
  };
46
45
  /**
@@ -101,7 +101,6 @@ export type GetAllProductChildRequestSortDirectionEnum = typeof GetAllProductChi
101
101
  */
102
102
  export declare const GetAllProductChildRequestRelatedTypeEnum: {
103
103
  readonly OverlayTemplate: "overlayTemplate";
104
- readonly ProductRange: "productRange";
105
104
  readonly Supplier: "supplier";
106
105
  readonly Tag: "tag";
107
106
  readonly Document: "document";
@@ -48,7 +48,6 @@ exports.GetAllProductChildRequestSortDirectionEnum = {
48
48
  */
49
49
  exports.GetAllProductChildRequestRelatedTypeEnum = {
50
50
  OverlayTemplate: 'overlayTemplate',
51
- ProductRange: 'productRange',
52
51
  Supplier: 'supplier',
53
52
  Tag: 'tag',
54
53
  Document: 'document'
@@ -105,8 +105,6 @@ export type IndexAttributeRequestSortDirectionEnum = typeof IndexAttributeReques
105
105
  */
106
106
  export declare const IndexAttributeRequestRelatedTypeEnum: {
107
107
  readonly ProductType: "productType";
108
- readonly ProductRange: "productRange";
109
- readonly Category: "category";
110
108
  };
111
109
  export type IndexAttributeRequestRelatedTypeEnum = typeof IndexAttributeRequestRelatedTypeEnum[keyof typeof IndexAttributeRequestRelatedTypeEnum];
112
110
  /**
@@ -39,9 +39,7 @@ exports.IndexAttributeRequestSortDirectionEnum = {
39
39
  * @export
40
40
  */
41
41
  exports.IndexAttributeRequestRelatedTypeEnum = {
42
- ProductType: 'productType',
43
- ProductRange: 'productRange',
44
- Category: 'category'
42
+ ProductType: 'productType'
45
43
  };
46
44
  /**
47
45
  * Check if a given object implements the IndexAttributeRequest interface.
@@ -93,7 +93,6 @@ export type IndexDocumentRequestSortDirectionEnum = typeof IndexDocumentRequestS
93
93
  */
94
94
  export declare const IndexDocumentRequestRelatedTypeEnum: {
95
95
  readonly ProductChild: "productChild";
96
- readonly ProductRange: "productRange";
97
96
  readonly ProductRangeSite: "productRangeSite";
98
97
  };
99
98
  export type IndexDocumentRequestRelatedTypeEnum = typeof IndexDocumentRequestRelatedTypeEnum[keyof typeof IndexDocumentRequestRelatedTypeEnum];
@@ -40,7 +40,6 @@ exports.IndexDocumentRequestSortDirectionEnum = {
40
40
  */
41
41
  exports.IndexDocumentRequestRelatedTypeEnum = {
42
42
  ProductChild: 'productChild',
43
- ProductRange: 'productRange',
44
43
  ProductRangeSite: 'productRangeSite'
45
44
  };
46
45
  /**
@@ -121,7 +121,6 @@ export declare const IndexProductChildRequestRelatedTypeEnum: {
121
121
  readonly Document: "document";
122
122
  readonly OverlayTemplate: "overlayTemplate";
123
123
  readonly ProductType: "productType";
124
- readonly ProductRange: "productRange";
125
124
  readonly Supplier: "supplier";
126
125
  readonly Tag: "tag";
127
126
  readonly Site: "site";
@@ -56,7 +56,6 @@ exports.IndexProductChildRequestRelatedTypeEnum = {
56
56
  Document: 'document',
57
57
  OverlayTemplate: 'overlayTemplate',
58
58
  ProductType: 'productType',
59
- ProductRange: 'productRange',
60
59
  Supplier: 'supplier',
61
60
  Tag: 'tag',
62
61
  Site: 'site'