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

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 (257) hide show
  1. package/.openapi-generator/FILES +10 -72
  2. package/README.md +20 -56
  3. package/dist/apis/AttributeApi.d.ts +33 -33
  4. package/dist/apis/AttributeApi.js +92 -92
  5. package/dist/apis/OverlayTemplateApi.d.ts +39 -39
  6. package/dist/apis/OverlayTemplateApi.js +110 -110
  7. package/dist/apis/ProductApi.d.ts +17 -78
  8. package/dist/apis/ProductApi.js +24 -271
  9. package/dist/apis/ProductTypeApi.d.ts +33 -33
  10. package/dist/apis/ProductTypeApi.js +89 -89
  11. package/dist/apis/SiteApi.d.ts +5 -5
  12. package/dist/apis/SiteApi.js +2 -2
  13. package/dist/apis/SupplierApi.d.ts +3 -3
  14. package/dist/apis/SupplierApi.js +1 -1
  15. package/dist/apis/TagApi.d.ts +27 -27
  16. package/dist/apis/TagApi.js +81 -81
  17. package/dist/models/AssetLiteResource.d.ts +0 -6
  18. package/dist/models/AssetLiteResource.js +0 -4
  19. package/dist/models/GetAllAttributeRequest.d.ts +9 -15
  20. package/dist/models/GetAllAttributeRequest.js +4 -6
  21. package/dist/models/GetAllOverlayTemplateRequest.d.ts +6 -12
  22. package/dist/models/GetAllOverlayTemplateRequest.js +2 -4
  23. package/dist/models/GetAllProductChildRequest.d.ts +0 -6
  24. package/dist/models/GetAllProductChildRequest.js +0 -2
  25. package/dist/models/GetAllProductRequest.d.ts +0 -36
  26. package/dist/models/GetAllProductRequest.js +0 -12
  27. package/dist/models/GetAllProductTypeRequest.d.ts +0 -6
  28. package/dist/models/GetAllProductTypeRequest.js +0 -2
  29. package/dist/models/GetAllSupplierRequest.d.ts +0 -6
  30. package/dist/models/GetAllSupplierRequest.js +0 -2
  31. package/dist/models/IndexAttributeRequest.d.ts +0 -25
  32. package/dist/models/IndexAttributeRequest.js +1 -13
  33. package/dist/models/IndexExternalApiLogRequest.d.ts +3 -21
  34. package/dist/models/IndexExternalApiLogRequest.js +4 -10
  35. package/dist/models/IndexOverlayTemplateRequest.d.ts +0 -25
  36. package/dist/models/IndexOverlayTemplateRequest.js +1 -13
  37. package/dist/models/IndexProductChildRequest.d.ts +0 -6
  38. package/dist/models/IndexProductChildRequest.js +0 -2
  39. package/dist/models/IndexProductTypeRequest.d.ts +0 -25
  40. package/dist/models/IndexProductTypeRequest.js +1 -13
  41. package/dist/models/IndexSiteNotificationRequest.d.ts +0 -18
  42. package/dist/models/IndexSiteNotificationRequest.js +0 -6
  43. package/dist/models/IndexSiteRequest.d.ts +0 -18
  44. package/dist/models/IndexSiteRequest.js +0 -6
  45. package/dist/models/IndexSupplierRequest.d.ts +0 -25
  46. package/dist/models/IndexSupplierRequest.js +1 -13
  47. package/dist/models/IndexTagRequest.d.ts +0 -25
  48. package/dist/models/IndexTagRequest.js +1 -13
  49. package/dist/models/LinkAssetsOverlayTemplateRequest.d.ts +32 -0
  50. package/dist/models/LinkAssetsOverlayTemplateRequest.js +51 -0
  51. package/dist/models/LinkAttributeProductTypeRequest.d.ts +48 -0
  52. package/dist/models/LinkAttributeProductTypeRequest.js +65 -0
  53. package/dist/models/LinkProductChildrenTagRequest.d.ts +32 -0
  54. package/dist/models/LinkProductChildrenTagRequest.js +51 -0
  55. package/dist/models/LinkProductTypeAttributeRequest.d.ts +48 -0
  56. package/dist/models/LinkProductTypeAttributeRequest.js +65 -0
  57. package/dist/models/UnlinkAssetableOverlayTemplateRequest.d.ts +45 -0
  58. package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +62 -0
  59. package/dist/models/index.d.ts +5 -36
  60. package/dist/models/index.js +5 -36
  61. package/docs/AssetLiteResource.md +0 -2
  62. package/docs/AttributeApi.md +117 -117
  63. package/docs/GetAllAttributeRequest.md +4 -6
  64. package/docs/GetAllOverlayTemplateRequest.md +2 -4
  65. package/docs/GetAllProductChildRequest.md +0 -2
  66. package/docs/GetAllProductRequest.md +0 -12
  67. package/docs/GetAllProductTypeRequest.md +0 -2
  68. package/docs/GetAllSupplierRequest.md +0 -2
  69. package/docs/IndexAttributeRequest.md +0 -6
  70. package/docs/IndexExternalApiLogRequest.md +4 -10
  71. package/docs/IndexOverlayTemplateRequest.md +0 -6
  72. package/docs/IndexProductChildRequest.md +0 -2
  73. package/docs/IndexProductTypeRequest.md +0 -6
  74. package/docs/IndexSiteNotificationRequest.md +0 -6
  75. package/docs/IndexSiteRequest.md +0 -6
  76. package/docs/IndexSupplierRequest.md +0 -6
  77. package/docs/IndexTagRequest.md +0 -6
  78. package/docs/{AttachAssetsOverlayTemplateRequest.md → LinkAssetsOverlayTemplateRequest.md} +4 -4
  79. package/docs/{AttachAttributeProductTypeRequest.md → LinkAttributeProductTypeRequest.md} +4 -4
  80. package/docs/{AttachAccessoriesProductChildRequest.md → LinkProductChildrenTagRequest.md} +4 -4
  81. package/docs/{AttachProductTypeAttributeRequest.md → LinkProductTypeAttributeRequest.md} +4 -4
  82. package/docs/OverlayTemplateApi.md +115 -115
  83. package/docs/ProductApi.md +29 -377
  84. package/docs/ProductTypeApi.md +94 -94
  85. package/docs/SiteApi.md +6 -6
  86. package/docs/SupplierApi.md +3 -3
  87. package/docs/TagApi.md +84 -84
  88. package/docs/{DetachAssetableOverlayTemplateRequest.md → UnlinkAssetableOverlayTemplateRequest.md} +4 -6
  89. package/package.json +1 -1
  90. package/src/apis/AttributeApi.ts +108 -108
  91. package/src/apis/OverlayTemplateApi.ts +141 -141
  92. package/src/apis/ProductApi.ts +32 -282
  93. package/src/apis/ProductTypeApi.ts +104 -104
  94. package/src/apis/SiteApi.ts +12 -12
  95. package/src/apis/SupplierApi.ts +6 -6
  96. package/src/apis/TagApi.ts +94 -94
  97. package/src/models/AssetLiteResource.ts +0 -9
  98. package/src/models/GetAllAttributeRequest.ts +13 -21
  99. package/src/models/GetAllOverlayTemplateRequest.ts +8 -16
  100. package/src/models/GetAllProductChildRequest.ts +0 -8
  101. package/src/models/GetAllProductRequest.ts +0 -48
  102. package/src/models/GetAllProductTypeRequest.ts +0 -8
  103. package/src/models/GetAllSupplierRequest.ts +0 -8
  104. package/src/models/IndexAttributeRequest.ts +0 -32
  105. package/src/models/IndexExternalApiLogRequest.ts +7 -31
  106. package/src/models/IndexOverlayTemplateRequest.ts +0 -32
  107. package/src/models/IndexProductChildRequest.ts +0 -8
  108. package/src/models/IndexProductTypeRequest.ts +0 -32
  109. package/src/models/IndexSiteNotificationRequest.ts +0 -24
  110. package/src/models/IndexSiteRequest.ts +0 -24
  111. package/src/models/IndexSupplierRequest.ts +0 -32
  112. package/src/models/IndexTagRequest.ts +0 -32
  113. package/src/models/LinkAssetsOverlayTemplateRequest.ts +66 -0
  114. package/src/models/LinkAttributeProductTypeRequest.ts +88 -0
  115. package/src/models/LinkProductChildrenTagRequest.ts +66 -0
  116. package/src/models/LinkProductTypeAttributeRequest.ts +88 -0
  117. package/src/models/UnlinkAssetableOverlayTemplateRequest.ts +85 -0
  118. package/src/models/index.ts +5 -36
  119. package/dist/models/AttachAccessoriesProductChildRequest.d.ts +0 -32
  120. package/dist/models/AttachAccessoriesProductChildRequest.js +0 -51
  121. package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +0 -32
  122. package/dist/models/AttachAssetsOverlayTemplateRequest.js +0 -51
  123. package/dist/models/AttachAttributeProductTypeRequest.d.ts +0 -48
  124. package/dist/models/AttachAttributeProductTypeRequest.js +0 -65
  125. package/dist/models/AttachProductTypeAttributeRequest.d.ts +0 -48
  126. package/dist/models/AttachProductTypeAttributeRequest.js +0 -65
  127. package/dist/models/AttributeListResource.d.ts +0 -56
  128. package/dist/models/AttributeListResource.js +0 -67
  129. package/dist/models/AttributeListResourceArrayResponse.d.ts +0 -33
  130. package/dist/models/AttributeListResourceArrayResponse.js +0 -50
  131. package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +0 -51
  132. package/dist/models/DetachAssetableOverlayTemplateRequest.js +0 -64
  133. package/dist/models/ExternalApiLogListResource.d.ts +0 -56
  134. package/dist/models/ExternalApiLogListResource.js +0 -63
  135. package/dist/models/ExternalApiLogListResourceArrayResponse.d.ts +0 -33
  136. package/dist/models/ExternalApiLogListResourceArrayResponse.js +0 -50
  137. package/dist/models/IndexProductRequest.d.ts +0 -130
  138. package/dist/models/IndexProductRequest.js +0 -97
  139. package/dist/models/OverlayTemplateListResource.d.ts +0 -45
  140. package/dist/models/OverlayTemplateListResource.js +0 -60
  141. package/dist/models/OverlayTemplateListResourceArrayResponse.d.ts +0 -33
  142. package/dist/models/OverlayTemplateListResourceArrayResponse.js +0 -50
  143. package/dist/models/PaginatedAttributeListResourceResponse.d.ts +0 -40
  144. package/dist/models/PaginatedAttributeListResourceResponse.js +0 -57
  145. package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +0 -40
  146. package/dist/models/PaginatedExternalApiLogListResourceResponse.js +0 -57
  147. package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +0 -40
  148. package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +0 -57
  149. package/dist/models/PaginatedProductChildListResourceResponse.d.ts +0 -40
  150. package/dist/models/PaginatedProductChildListResourceResponse.js +0 -57
  151. package/dist/models/PaginatedProductListResourceResponse.d.ts +0 -40
  152. package/dist/models/PaginatedProductListResourceResponse.js +0 -57
  153. package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +0 -40
  154. package/dist/models/PaginatedProductTypeListResourceResponse.js +0 -57
  155. package/dist/models/PaginatedSiteListResourceResponse.d.ts +0 -40
  156. package/dist/models/PaginatedSiteListResourceResponse.js +0 -57
  157. package/dist/models/PaginatedSiteNotificationListResourceResponse.d.ts +0 -40
  158. package/dist/models/PaginatedSiteNotificationListResourceResponse.js +0 -57
  159. package/dist/models/PaginatedSupplierListResourceResponse.d.ts +0 -40
  160. package/dist/models/PaginatedSupplierListResourceResponse.js +0 -57
  161. package/dist/models/PaginatedTagListResourceResponse.d.ts +0 -40
  162. package/dist/models/PaginatedTagListResourceResponse.js +0 -57
  163. package/dist/models/ProductChildListResource.d.ts +0 -63
  164. package/dist/models/ProductChildListResource.js +0 -72
  165. package/dist/models/ProductChildListResourceArrayResponse.d.ts +0 -33
  166. package/dist/models/ProductChildListResourceArrayResponse.js +0 -50
  167. package/dist/models/ProductListResource.d.ts +0 -38
  168. package/dist/models/ProductListResource.js +0 -55
  169. package/dist/models/ProductListResourceArrayResponse.d.ts +0 -33
  170. package/dist/models/ProductListResourceArrayResponse.js +0 -50
  171. package/dist/models/ProductTypeListResource.d.ts +0 -44
  172. package/dist/models/ProductTypeListResource.js +0 -59
  173. package/dist/models/ProductTypeListResourceArrayResponse.d.ts +0 -33
  174. package/dist/models/ProductTypeListResourceArrayResponse.js +0 -50
  175. package/dist/models/SiteListResource.d.ts +0 -50
  176. package/dist/models/SiteListResource.js +0 -63
  177. package/dist/models/SiteListResourceArrayResponse.d.ts +0 -33
  178. package/dist/models/SiteListResourceArrayResponse.js +0 -50
  179. package/dist/models/SiteNotificationListResource.d.ts +0 -87
  180. package/dist/models/SiteNotificationListResource.js +0 -84
  181. package/dist/models/SiteNotificationListResourceArrayResponse.d.ts +0 -33
  182. package/dist/models/SiteNotificationListResourceArrayResponse.js +0 -50
  183. package/dist/models/SupplierListResource.d.ts +0 -57
  184. package/dist/models/SupplierListResource.js +0 -68
  185. package/dist/models/SupplierListResourceArrayResponse.d.ts +0 -33
  186. package/dist/models/SupplierListResourceArrayResponse.js +0 -50
  187. package/dist/models/TagListResource.d.ts +0 -57
  188. package/dist/models/TagListResource.js +0 -68
  189. package/dist/models/TagListResourceArrayResponse.d.ts +0 -33
  190. package/dist/models/TagListResourceArrayResponse.js +0 -50
  191. package/docs/AttributeListResource.md +0 -42
  192. package/docs/AttributeListResourceArrayResponse.md +0 -34
  193. package/docs/ExternalApiLogListResource.md +0 -42
  194. package/docs/ExternalApiLogListResourceArrayResponse.md +0 -34
  195. package/docs/IndexProductRequest.md +0 -58
  196. package/docs/OverlayTemplateListResource.md +0 -38
  197. package/docs/OverlayTemplateListResourceArrayResponse.md +0 -34
  198. package/docs/PaginatedAttributeListResourceResponse.md +0 -36
  199. package/docs/PaginatedExternalApiLogListResourceResponse.md +0 -36
  200. package/docs/PaginatedOverlayTemplateListResourceResponse.md +0 -36
  201. package/docs/PaginatedProductChildListResourceResponse.md +0 -36
  202. package/docs/PaginatedProductListResourceResponse.md +0 -36
  203. package/docs/PaginatedProductTypeListResourceResponse.md +0 -36
  204. package/docs/PaginatedSiteListResourceResponse.md +0 -36
  205. package/docs/PaginatedSiteNotificationListResourceResponse.md +0 -36
  206. package/docs/PaginatedSupplierListResourceResponse.md +0 -36
  207. package/docs/PaginatedTagListResourceResponse.md +0 -36
  208. package/docs/ProductChildListResource.md +0 -44
  209. package/docs/ProductChildListResourceArrayResponse.md +0 -34
  210. package/docs/ProductListResource.md +0 -36
  211. package/docs/ProductListResourceArrayResponse.md +0 -34
  212. package/docs/ProductTypeListResource.md +0 -38
  213. package/docs/ProductTypeListResourceArrayResponse.md +0 -34
  214. package/docs/SiteListResource.md +0 -40
  215. package/docs/SiteListResourceArrayResponse.md +0 -34
  216. package/docs/SiteNotificationListResource.md +0 -52
  217. package/docs/SiteNotificationListResourceArrayResponse.md +0 -34
  218. package/docs/SupplierListResource.md +0 -42
  219. package/docs/SupplierListResourceArrayResponse.md +0 -34
  220. package/docs/TagListResource.md +0 -42
  221. package/docs/TagListResourceArrayResponse.md +0 -34
  222. package/src/models/AttachAccessoriesProductChildRequest.ts +0 -66
  223. package/src/models/AttachAssetsOverlayTemplateRequest.ts +0 -66
  224. package/src/models/AttachAttributeProductTypeRequest.ts +0 -88
  225. package/src/models/AttachProductTypeAttributeRequest.ts +0 -88
  226. package/src/models/AttributeListResource.ts +0 -102
  227. package/src/models/AttributeListResourceArrayResponse.ts +0 -73
  228. package/src/models/DetachAssetableOverlayTemplateRequest.ts +0 -93
  229. package/src/models/ExternalApiLogListResource.ts +0 -100
  230. package/src/models/ExternalApiLogListResourceArrayResponse.ts +0 -73
  231. package/src/models/IndexProductRequest.ts +0 -192
  232. package/src/models/OverlayTemplateListResource.ts +0 -92
  233. package/src/models/OverlayTemplateListResourceArrayResponse.ts +0 -73
  234. package/src/models/PaginatedAttributeListResourceResponse.ts +0 -90
  235. package/src/models/PaginatedExternalApiLogListResourceResponse.ts +0 -90
  236. package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +0 -90
  237. package/src/models/PaginatedProductChildListResourceResponse.ts +0 -90
  238. package/src/models/PaginatedProductListResourceResponse.ts +0 -90
  239. package/src/models/PaginatedProductTypeListResourceResponse.ts +0 -90
  240. package/src/models/PaginatedSiteListResourceResponse.ts +0 -90
  241. package/src/models/PaginatedSiteNotificationListResourceResponse.ts +0 -90
  242. package/src/models/PaginatedSupplierListResourceResponse.ts +0 -90
  243. package/src/models/PaginatedTagListResourceResponse.ts +0 -90
  244. package/src/models/ProductChildListResource.ts +0 -119
  245. package/src/models/ProductChildListResourceArrayResponse.ts +0 -73
  246. package/src/models/ProductListResource.ts +0 -75
  247. package/src/models/ProductListResourceArrayResponse.ts +0 -73
  248. package/src/models/ProductTypeListResource.ts +0 -84
  249. package/src/models/ProductTypeListResourceArrayResponse.ts +0 -73
  250. package/src/models/SiteListResource.ts +0 -93
  251. package/src/models/SiteListResourceArrayResponse.ts +0 -73
  252. package/src/models/SiteNotificationListResource.ts +0 -153
  253. package/src/models/SiteNotificationListResourceArrayResponse.ts +0 -73
  254. package/src/models/SupplierListResource.ts +0 -110
  255. package/src/models/SupplierListResourceArrayResponse.ts +0 -73
  256. package/src/models/TagListResource.ts +0 -110
  257. package/src/models/TagListResourceArrayResponse.ts +0 -73
@@ -4,18 +4,13 @@ All URIs are relative to *http://localhost/api*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
7
- | [**attachAccessoriesProductChild**](ProductApi.md#attachaccessoriesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild |
8
- | [**attachCompatibleProductsProductChild**](ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild |
9
7
  | [**destroyProduct**](ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct |
10
8
  | [**destroyProductChild**](ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild |
11
- | [**detachAccessoryProductChild**](ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild |
12
- | [**detachCompatibleProductProductChild**](ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild |
13
- | [**getAccessoriesProductChild**](ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild |
14
9
  | [**getAllProduct**](ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
15
10
  | [**getAllProductChild**](ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
16
- | [**getCompatibleProductsProductChild**](ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild |
17
- | [**indexProduct**](ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
18
11
  | [**indexProductChild**](ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
12
+ | [**searchProductChildrenExcludingRelationsProductChild**](ProductApi.md#searchproductchildrenexcludingrelationsproductchild) | **POST** /admin-api/product/children/search-excluding-relations | Auto-generated: searchProductChildrenExcludingRelationsProductChild |
13
+ | [**searchProductChildrenForRelationsProductChild**](ProductApi.md#searchproductchildrenforrelationsproductchild) | **POST** /admin-api/product/children/search-for-relations | Auto-generated: searchProductChildrenForRelationsProductChild |
19
14
  | [**showAssetsProductChild**](ProductApi.md#showassetsproductchild) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
20
15
  | [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
21
16
  | [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
@@ -26,142 +21,6 @@ All URIs are relative to *http://localhost/api*
26
21
 
27
22
 
28
23
 
29
- ## attachAccessoriesProductChild
30
-
31
- > PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild, attachAccessoriesProductChildRequest)
32
-
33
- Auto-generated: attachAccessoriesProductChild
34
-
35
- ### Example
36
-
37
- ```ts
38
- import {
39
- Configuration,
40
- ProductApi,
41
- } from '@digital8/lighting-illusions-ts-sdk';
42
- import type { AttachAccessoriesProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
43
-
44
- async function example() {
45
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
46
- const api = new ProductApi();
47
-
48
- const body = {
49
- // number | The id of the productChild
50
- productChild: 56,
51
- // AttachAccessoriesProductChildRequest (optional)
52
- attachAccessoriesProductChildRequest: ...,
53
- } satisfies AttachAccessoriesProductChildOperationRequest;
54
-
55
- try {
56
- const data = await api.attachAccessoriesProductChild(body);
57
- console.log(data);
58
- } catch (error) {
59
- console.error(error);
60
- }
61
- }
62
-
63
- // Run the test
64
- example().catch(console.error);
65
- ```
66
-
67
- ### Parameters
68
-
69
-
70
- | Name | Type | Description | Notes |
71
- |------------- | ------------- | ------------- | -------------|
72
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
73
- | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
74
-
75
- ### Return type
76
-
77
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
78
-
79
- ### Authorization
80
-
81
- No authorization required
82
-
83
- ### HTTP request headers
84
-
85
- - **Content-Type**: `application/json`
86
- - **Accept**: `application/json`
87
-
88
-
89
- ### HTTP response details
90
- | Status code | Description | Response headers |
91
- |-------------|-------------|------------------|
92
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
93
-
94
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
95
-
96
-
97
- ## attachCompatibleProductsProductChild
98
-
99
- > PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild, attachAccessoriesProductChildRequest)
100
-
101
- Auto-generated: attachCompatibleProductsProductChild
102
-
103
- ### Example
104
-
105
- ```ts
106
- import {
107
- Configuration,
108
- ProductApi,
109
- } from '@digital8/lighting-illusions-ts-sdk';
110
- import type { AttachCompatibleProductsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
111
-
112
- async function example() {
113
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
114
- const api = new ProductApi();
115
-
116
- const body = {
117
- // number | The id of the productChild
118
- productChild: 56,
119
- // AttachAccessoriesProductChildRequest (optional)
120
- attachAccessoriesProductChildRequest: ...,
121
- } satisfies AttachCompatibleProductsProductChildRequest;
122
-
123
- try {
124
- const data = await api.attachCompatibleProductsProductChild(body);
125
- console.log(data);
126
- } catch (error) {
127
- console.error(error);
128
- }
129
- }
130
-
131
- // Run the test
132
- example().catch(console.error);
133
- ```
134
-
135
- ### Parameters
136
-
137
-
138
- | Name | Type | Description | Notes |
139
- |------------- | ------------- | ------------- | -------------|
140
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
141
- | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
142
-
143
- ### Return type
144
-
145
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
146
-
147
- ### Authorization
148
-
149
- No authorization required
150
-
151
- ### HTTP request headers
152
-
153
- - **Content-Type**: `application/json`
154
- - **Accept**: `application/json`
155
-
156
-
157
- ### HTTP response details
158
- | Status code | Description | Response headers |
159
- |-------------|-------------|------------------|
160
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
161
-
162
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
163
-
164
-
165
24
  ## destroyProduct
166
25
 
167
26
  > GenericResponse destroyProduct(product)
@@ -292,210 +151,6 @@ No authorization required
292
151
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
293
152
 
294
153
 
295
- ## detachAccessoryProductChild
296
-
297
- > PaginatedProductChildListResourceResponse detachAccessoryProductChild(productChild, accessory)
298
-
299
- Auto-generated: detachAccessoryProductChild
300
-
301
- ### Example
302
-
303
- ```ts
304
- import {
305
- Configuration,
306
- ProductApi,
307
- } from '@digital8/lighting-illusions-ts-sdk';
308
- import type { DetachAccessoryProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
309
-
310
- async function example() {
311
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
312
- const api = new ProductApi();
313
-
314
- const body = {
315
- // number | The id of the productChild
316
- productChild: 56,
317
- // number | The id of the accessory
318
- accessory: 56,
319
- } satisfies DetachAccessoryProductChildRequest;
320
-
321
- try {
322
- const data = await api.detachAccessoryProductChild(body);
323
- console.log(data);
324
- } catch (error) {
325
- console.error(error);
326
- }
327
- }
328
-
329
- // Run the test
330
- example().catch(console.error);
331
- ```
332
-
333
- ### Parameters
334
-
335
-
336
- | Name | Type | Description | Notes |
337
- |------------- | ------------- | ------------- | -------------|
338
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
339
- | **accessory** | `number` | The id of the accessory | [Defaults to `undefined`] |
340
-
341
- ### Return type
342
-
343
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
344
-
345
- ### Authorization
346
-
347
- No authorization required
348
-
349
- ### HTTP request headers
350
-
351
- - **Content-Type**: Not defined
352
- - **Accept**: `application/json`
353
-
354
-
355
- ### HTTP response details
356
- | Status code | Description | Response headers |
357
- |-------------|-------------|------------------|
358
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
359
-
360
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
361
-
362
-
363
- ## detachCompatibleProductProductChild
364
-
365
- > PaginatedProductChildListResourceResponse detachCompatibleProductProductChild(productChild, compatibleProduct)
366
-
367
- Auto-generated: detachCompatibleProductProductChild
368
-
369
- ### Example
370
-
371
- ```ts
372
- import {
373
- Configuration,
374
- ProductApi,
375
- } from '@digital8/lighting-illusions-ts-sdk';
376
- import type { DetachCompatibleProductProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
377
-
378
- async function example() {
379
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
380
- const api = new ProductApi();
381
-
382
- const body = {
383
- // number | The id of the productChild
384
- productChild: 56,
385
- // number | The id of the compatibleProduct
386
- compatibleProduct: 56,
387
- } satisfies DetachCompatibleProductProductChildRequest;
388
-
389
- try {
390
- const data = await api.detachCompatibleProductProductChild(body);
391
- console.log(data);
392
- } catch (error) {
393
- console.error(error);
394
- }
395
- }
396
-
397
- // Run the test
398
- example().catch(console.error);
399
- ```
400
-
401
- ### Parameters
402
-
403
-
404
- | Name | Type | Description | Notes |
405
- |------------- | ------------- | ------------- | -------------|
406
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
407
- | **compatibleProduct** | `number` | The id of the compatibleProduct | [Defaults to `undefined`] |
408
-
409
- ### Return type
410
-
411
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
412
-
413
- ### Authorization
414
-
415
- No authorization required
416
-
417
- ### HTTP request headers
418
-
419
- - **Content-Type**: Not defined
420
- - **Accept**: `application/json`
421
-
422
-
423
- ### HTTP response details
424
- | Status code | Description | Response headers |
425
- |-------------|-------------|------------------|
426
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
427
-
428
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
429
-
430
-
431
- ## getAccessoriesProductChild
432
-
433
- > PaginatedProductChildListResourceResponse getAccessoriesProductChild(productChild, indexProductChildRequest)
434
-
435
- Auto-generated: getAccessoriesProductChild
436
-
437
- ### Example
438
-
439
- ```ts
440
- import {
441
- Configuration,
442
- ProductApi,
443
- } from '@digital8/lighting-illusions-ts-sdk';
444
- import type { GetAccessoriesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
445
-
446
- async function example() {
447
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
448
- const api = new ProductApi();
449
-
450
- const body = {
451
- // number | The id of the productChild
452
- productChild: 56,
453
- // IndexProductChildRequest (optional)
454
- indexProductChildRequest: ...,
455
- } satisfies GetAccessoriesProductChildRequest;
456
-
457
- try {
458
- const data = await api.getAccessoriesProductChild(body);
459
- console.log(data);
460
- } catch (error) {
461
- console.error(error);
462
- }
463
- }
464
-
465
- // Run the test
466
- example().catch(console.error);
467
- ```
468
-
469
- ### Parameters
470
-
471
-
472
- | Name | Type | Description | Notes |
473
- |------------- | ------------- | ------------- | -------------|
474
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
475
- | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
476
-
477
- ### Return type
478
-
479
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
480
-
481
- ### Authorization
482
-
483
- No authorization required
484
-
485
- ### HTTP request headers
486
-
487
- - **Content-Type**: `application/json`
488
- - **Accept**: `application/json`
489
-
490
-
491
- ### HTTP response details
492
- | Status code | Description | Response headers |
493
- |-------------|-------------|------------------|
494
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
495
-
496
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
497
-
498
-
499
154
  ## getAllProduct
500
155
 
501
156
  > ProductLiteResourceArrayResponse getAllProduct(getAllProductRequest)
@@ -626,11 +281,11 @@ No authorization required
626
281
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
627
282
 
628
283
 
629
- ## getCompatibleProductsProductChild
284
+ ## indexProductChild
630
285
 
631
- > PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild, indexProductChildRequest)
286
+ > PaginatedProductChildResourceResponse indexProductChild(indexProductChildRequest)
632
287
 
633
- Auto-generated: getCompatibleProductsProductChild
288
+ Auto-generated: indexProductChild
634
289
 
635
290
  ### Example
636
291
 
@@ -639,21 +294,19 @@ import {
639
294
  Configuration,
640
295
  ProductApi,
641
296
  } from '@digital8/lighting-illusions-ts-sdk';
642
- import type { GetCompatibleProductsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
297
+ import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
643
298
 
644
299
  async function example() {
645
300
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
646
301
  const api = new ProductApi();
647
302
 
648
303
  const body = {
649
- // number | The id of the productChild
650
- productChild: 56,
651
304
  // IndexProductChildRequest (optional)
652
305
  indexProductChildRequest: ...,
653
- } satisfies GetCompatibleProductsProductChildRequest;
306
+ } satisfies IndexProductChildOperationRequest;
654
307
 
655
308
  try {
656
- const data = await api.getCompatibleProductsProductChild(body);
309
+ const data = await api.indexProductChild(body);
657
310
  console.log(data);
658
311
  } catch (error) {
659
312
  console.error(error);
@@ -669,12 +322,11 @@ example().catch(console.error);
669
322
 
670
323
  | Name | Type | Description | Notes |
671
324
  |------------- | ------------- | ------------- | -------------|
672
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
673
325
  | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
674
326
 
675
327
  ### Return type
676
328
 
677
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
329
+ [**PaginatedProductChildResourceResponse**](PaginatedProductChildResourceResponse.md)
678
330
 
679
331
  ### Authorization
680
332
 
@@ -689,16 +341,16 @@ No authorization required
689
341
  ### HTTP response details
690
342
  | Status code | Description | Response headers |
691
343
  |-------------|-------------|------------------|
692
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
344
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildResource[]>> | - |
693
345
 
694
346
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
695
347
 
696
348
 
697
- ## indexProduct
349
+ ## searchProductChildrenExcludingRelationsProductChild
698
350
 
699
- > PaginatedProductListResourceResponse indexProduct(indexProductRequest)
351
+ > PaginatedProductChildLiteResourceResponse searchProductChildrenExcludingRelationsProductChild(indexProductChildRequest)
700
352
 
701
- Auto-generated: indexProduct
353
+ Auto-generated: searchProductChildrenExcludingRelationsProductChild
702
354
 
703
355
  ### Example
704
356
 
@@ -707,19 +359,19 @@ import {
707
359
  Configuration,
708
360
  ProductApi,
709
361
  } from '@digital8/lighting-illusions-ts-sdk';
710
- import type { IndexProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
362
+ import type { SearchProductChildrenExcludingRelationsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
711
363
 
712
364
  async function example() {
713
365
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
714
366
  const api = new ProductApi();
715
367
 
716
368
  const body = {
717
- // IndexProductRequest (optional)
718
- indexProductRequest: ...,
719
- } satisfies IndexProductOperationRequest;
369
+ // IndexProductChildRequest (optional)
370
+ indexProductChildRequest: ...,
371
+ } satisfies SearchProductChildrenExcludingRelationsProductChildRequest;
720
372
 
721
373
  try {
722
- const data = await api.indexProduct(body);
374
+ const data = await api.searchProductChildrenExcludingRelationsProductChild(body);
723
375
  console.log(data);
724
376
  } catch (error) {
725
377
  console.error(error);
@@ -735,11 +387,11 @@ example().catch(console.error);
735
387
 
736
388
  | Name | Type | Description | Notes |
737
389
  |------------- | ------------- | ------------- | -------------|
738
- | **indexProductRequest** | [IndexProductRequest](IndexProductRequest.md) | | [Optional] |
390
+ | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
739
391
 
740
392
  ### Return type
741
393
 
742
- [**PaginatedProductListResourceResponse**](PaginatedProductListResourceResponse.md)
394
+ [**PaginatedProductChildLiteResourceResponse**](PaginatedProductChildLiteResourceResponse.md)
743
395
 
744
396
  ### Authorization
745
397
 
@@ -754,16 +406,16 @@ No authorization required
754
406
  ### HTTP response details
755
407
  | Status code | Description | Response headers |
756
408
  |-------------|-------------|------------------|
757
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductListResource[]>> | - |
409
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildLiteResource[]>> | - |
758
410
 
759
411
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
760
412
 
761
413
 
762
- ## indexProductChild
414
+ ## searchProductChildrenForRelationsProductChild
763
415
 
764
- > PaginatedProductChildListResourceResponse indexProductChild(indexProductChildRequest)
416
+ > PaginatedProductChildLiteResourceResponse searchProductChildrenForRelationsProductChild(indexProductChildRequest)
765
417
 
766
- Auto-generated: indexProductChild
418
+ Auto-generated: searchProductChildrenForRelationsProductChild
767
419
 
768
420
  ### Example
769
421
 
@@ -772,7 +424,7 @@ import {
772
424
  Configuration,
773
425
  ProductApi,
774
426
  } from '@digital8/lighting-illusions-ts-sdk';
775
- import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
427
+ import type { SearchProductChildrenForRelationsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
776
428
 
777
429
  async function example() {
778
430
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -781,10 +433,10 @@ async function example() {
781
433
  const body = {
782
434
  // IndexProductChildRequest (optional)
783
435
  indexProductChildRequest: ...,
784
- } satisfies IndexProductChildOperationRequest;
436
+ } satisfies SearchProductChildrenForRelationsProductChildRequest;
785
437
 
786
438
  try {
787
- const data = await api.indexProductChild(body);
439
+ const data = await api.searchProductChildrenForRelationsProductChild(body);
788
440
  console.log(data);
789
441
  } catch (error) {
790
442
  console.error(error);
@@ -804,7 +456,7 @@ example().catch(console.error);
804
456
 
805
457
  ### Return type
806
458
 
807
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
459
+ [**PaginatedProductChildLiteResourceResponse**](PaginatedProductChildLiteResourceResponse.md)
808
460
 
809
461
  ### Authorization
810
462
 
@@ -819,7 +471,7 @@ No authorization required
819
471
  ### HTTP response details
820
472
  | Status code | Description | Response headers |
821
473
  |-------------|-------------|------------------|
822
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
474
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildLiteResource[]>> | - |
823
475
 
824
476
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
825
477