@digital8/lighting-illusions-ts-sdk 0.0.463 → 0.0.464

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 (222) hide show
  1. package/.openapi-generator/FILES +62 -0
  2. package/README.md +34 -4
  3. package/dist/apis/AttributeApi.d.ts +3 -3
  4. package/dist/apis/AttributeApi.js +1 -1
  5. package/dist/apis/OverlayTemplateApi.d.ts +3 -3
  6. package/dist/apis/OverlayTemplateApi.js +1 -1
  7. package/dist/apis/ProductApi.d.ts +12 -23
  8. package/dist/apis/ProductApi.js +15 -60
  9. package/dist/apis/ProductTypeApi.d.ts +3 -3
  10. package/dist/apis/ProductTypeApi.js +1 -1
  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 +3 -3
  16. package/dist/apis/TagApi.js +1 -1
  17. package/dist/models/AttributeListResource.d.ts +56 -0
  18. package/dist/models/AttributeListResource.js +67 -0
  19. package/dist/models/AttributeListResourceArrayResponse.d.ts +33 -0
  20. package/dist/models/AttributeListResourceArrayResponse.js +50 -0
  21. package/dist/models/ExternalApiLogListResource.d.ts +56 -0
  22. package/dist/models/ExternalApiLogListResource.js +63 -0
  23. package/dist/models/ExternalApiLogListResourceArrayResponse.d.ts +33 -0
  24. package/dist/models/ExternalApiLogListResourceArrayResponse.js +50 -0
  25. package/dist/models/GetAllAttributeRequest.d.ts +15 -9
  26. package/dist/models/GetAllAttributeRequest.js +6 -4
  27. package/dist/models/GetAllOverlayTemplateRequest.d.ts +12 -6
  28. package/dist/models/GetAllOverlayTemplateRequest.js +4 -2
  29. package/dist/models/GetAllProductChildRequest.d.ts +6 -0
  30. package/dist/models/GetAllProductChildRequest.js +2 -0
  31. package/dist/models/GetAllProductRequest.d.ts +36 -0
  32. package/dist/models/GetAllProductRequest.js +12 -0
  33. package/dist/models/GetAllProductTypeRequest.d.ts +6 -0
  34. package/dist/models/GetAllProductTypeRequest.js +2 -0
  35. package/dist/models/GetAllSupplierRequest.d.ts +6 -0
  36. package/dist/models/GetAllSupplierRequest.js +2 -0
  37. package/dist/models/IndexAttributeRequest.d.ts +25 -0
  38. package/dist/models/IndexAttributeRequest.js +13 -1
  39. package/dist/models/IndexExternalApiLogRequest.d.ts +21 -3
  40. package/dist/models/IndexExternalApiLogRequest.js +10 -4
  41. package/dist/models/IndexOverlayTemplateRequest.d.ts +25 -0
  42. package/dist/models/IndexOverlayTemplateRequest.js +13 -1
  43. package/dist/models/IndexProductChildRequest.d.ts +6 -0
  44. package/dist/models/IndexProductChildRequest.js +2 -0
  45. package/dist/models/IndexProductRequest.d.ts +130 -0
  46. package/dist/models/IndexProductRequest.js +97 -0
  47. package/dist/models/IndexProductTypeRequest.d.ts +25 -0
  48. package/dist/models/IndexProductTypeRequest.js +13 -1
  49. package/dist/models/IndexSiteNotificationRequest.d.ts +18 -0
  50. package/dist/models/IndexSiteNotificationRequest.js +6 -0
  51. package/dist/models/IndexSiteRequest.d.ts +18 -0
  52. package/dist/models/IndexSiteRequest.js +6 -0
  53. package/dist/models/IndexSupplierRequest.d.ts +25 -0
  54. package/dist/models/IndexSupplierRequest.js +13 -1
  55. package/dist/models/IndexTagRequest.d.ts +25 -0
  56. package/dist/models/IndexTagRequest.js +13 -1
  57. package/dist/models/OverlayTemplateListResource.d.ts +38 -0
  58. package/dist/models/OverlayTemplateListResource.js +55 -0
  59. package/dist/models/OverlayTemplateListResourceArrayResponse.d.ts +33 -0
  60. package/dist/models/OverlayTemplateListResourceArrayResponse.js +50 -0
  61. package/dist/models/PaginatedAttributeListResourceResponse.d.ts +40 -0
  62. package/dist/models/PaginatedAttributeListResourceResponse.js +57 -0
  63. package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +40 -0
  64. package/dist/models/PaginatedExternalApiLogListResourceResponse.js +57 -0
  65. package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +40 -0
  66. package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +57 -0
  67. package/dist/models/PaginatedProductChildListResourceResponse.d.ts +40 -0
  68. package/dist/models/PaginatedProductChildListResourceResponse.js +57 -0
  69. package/dist/models/PaginatedProductListResourceResponse.d.ts +40 -0
  70. package/dist/models/PaginatedProductListResourceResponse.js +57 -0
  71. package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +40 -0
  72. package/dist/models/PaginatedProductTypeListResourceResponse.js +57 -0
  73. package/dist/models/PaginatedSiteListResourceResponse.d.ts +40 -0
  74. package/dist/models/PaginatedSiteListResourceResponse.js +57 -0
  75. package/dist/models/PaginatedSiteNotificationListResourceResponse.d.ts +40 -0
  76. package/dist/models/PaginatedSiteNotificationListResourceResponse.js +57 -0
  77. package/dist/models/PaginatedSupplierListResourceResponse.d.ts +40 -0
  78. package/dist/models/PaginatedSupplierListResourceResponse.js +57 -0
  79. package/dist/models/PaginatedTagListResourceResponse.d.ts +40 -0
  80. package/dist/models/PaginatedTagListResourceResponse.js +57 -0
  81. package/dist/models/ProductChildListResource.d.ts +51 -0
  82. package/dist/models/ProductChildListResource.js +64 -0
  83. package/dist/models/ProductChildListResourceArrayResponse.d.ts +33 -0
  84. package/dist/models/ProductChildListResourceArrayResponse.js +50 -0
  85. package/dist/models/ProductListResource.d.ts +38 -0
  86. package/dist/models/ProductListResource.js +55 -0
  87. package/dist/models/ProductListResourceArrayResponse.d.ts +33 -0
  88. package/dist/models/ProductListResourceArrayResponse.js +50 -0
  89. package/dist/models/ProductTypeListResource.d.ts +38 -0
  90. package/dist/models/ProductTypeListResource.js +55 -0
  91. package/dist/models/ProductTypeListResourceArrayResponse.d.ts +33 -0
  92. package/dist/models/ProductTypeListResourceArrayResponse.js +50 -0
  93. package/dist/models/SiteListResource.d.ts +50 -0
  94. package/dist/models/SiteListResource.js +63 -0
  95. package/dist/models/SiteListResourceArrayResponse.d.ts +33 -0
  96. package/dist/models/SiteListResourceArrayResponse.js +50 -0
  97. package/dist/models/SiteNotificationListResource.d.ts +50 -0
  98. package/dist/models/SiteNotificationListResource.js +59 -0
  99. package/dist/models/SiteNotificationListResourceArrayResponse.d.ts +33 -0
  100. package/dist/models/SiteNotificationListResourceArrayResponse.js +50 -0
  101. package/dist/models/SupplierListResource.d.ts +57 -0
  102. package/dist/models/SupplierListResource.js +68 -0
  103. package/dist/models/SupplierListResourceArrayResponse.d.ts +33 -0
  104. package/dist/models/SupplierListResourceArrayResponse.js +50 -0
  105. package/dist/models/TagListResource.d.ts +57 -0
  106. package/dist/models/TagListResource.js +68 -0
  107. package/dist/models/TagListResourceArrayResponse.d.ts +33 -0
  108. package/dist/models/TagListResourceArrayResponse.js +50 -0
  109. package/dist/models/UnlinkAssetableOverlayTemplateRequest.d.ts +6 -0
  110. package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +2 -0
  111. package/dist/models/index.d.ts +31 -0
  112. package/dist/models/index.js +31 -0
  113. package/docs/AttributeApi.md +3 -3
  114. package/docs/AttributeListResource.md +42 -0
  115. package/docs/AttributeListResourceArrayResponse.md +34 -0
  116. package/docs/ExternalApiLogListResource.md +42 -0
  117. package/docs/ExternalApiLogListResourceArrayResponse.md +34 -0
  118. package/docs/GetAllAttributeRequest.md +6 -4
  119. package/docs/GetAllOverlayTemplateRequest.md +4 -2
  120. package/docs/GetAllProductChildRequest.md +2 -0
  121. package/docs/GetAllProductRequest.md +12 -0
  122. package/docs/GetAllProductTypeRequest.md +2 -0
  123. package/docs/GetAllSupplierRequest.md +2 -0
  124. package/docs/IndexAttributeRequest.md +6 -0
  125. package/docs/IndexExternalApiLogRequest.md +10 -4
  126. package/docs/IndexOverlayTemplateRequest.md +6 -0
  127. package/docs/IndexProductChildRequest.md +2 -0
  128. package/docs/IndexProductRequest.md +58 -0
  129. package/docs/IndexProductTypeRequest.md +6 -0
  130. package/docs/IndexSiteNotificationRequest.md +6 -0
  131. package/docs/IndexSiteRequest.md +6 -0
  132. package/docs/IndexSupplierRequest.md +6 -0
  133. package/docs/IndexTagRequest.md +6 -0
  134. package/docs/OverlayTemplateApi.md +3 -3
  135. package/docs/OverlayTemplateListResource.md +36 -0
  136. package/docs/OverlayTemplateListResourceArrayResponse.md +34 -0
  137. package/docs/PaginatedAttributeListResourceResponse.md +36 -0
  138. package/docs/PaginatedExternalApiLogListResourceResponse.md +36 -0
  139. package/docs/PaginatedOverlayTemplateListResourceResponse.md +36 -0
  140. package/docs/PaginatedProductChildListResourceResponse.md +36 -0
  141. package/docs/PaginatedProductListResourceResponse.md +36 -0
  142. package/docs/PaginatedProductTypeListResourceResponse.md +36 -0
  143. package/docs/PaginatedSiteListResourceResponse.md +36 -0
  144. package/docs/PaginatedSiteNotificationListResourceResponse.md +36 -0
  145. package/docs/PaginatedSupplierListResourceResponse.md +36 -0
  146. package/docs/PaginatedTagListResourceResponse.md +36 -0
  147. package/docs/ProductApi.md +20 -86
  148. package/docs/ProductChildListResource.md +40 -0
  149. package/docs/ProductChildListResourceArrayResponse.md +34 -0
  150. package/docs/ProductListResource.md +36 -0
  151. package/docs/ProductListResourceArrayResponse.md +34 -0
  152. package/docs/ProductTypeApi.md +3 -3
  153. package/docs/ProductTypeListResource.md +36 -0
  154. package/docs/ProductTypeListResourceArrayResponse.md +34 -0
  155. package/docs/SiteApi.md +6 -6
  156. package/docs/SiteListResource.md +40 -0
  157. package/docs/SiteListResourceArrayResponse.md +34 -0
  158. package/docs/SiteNotificationListResource.md +40 -0
  159. package/docs/SiteNotificationListResourceArrayResponse.md +34 -0
  160. package/docs/SupplierApi.md +3 -3
  161. package/docs/SupplierListResource.md +42 -0
  162. package/docs/SupplierListResourceArrayResponse.md +34 -0
  163. package/docs/TagApi.md +3 -3
  164. package/docs/TagListResource.md +42 -0
  165. package/docs/TagListResourceArrayResponse.md +34 -0
  166. package/docs/UnlinkAssetableOverlayTemplateRequest.md +2 -0
  167. package/package.json +1 -1
  168. package/src/apis/AttributeApi.ts +6 -6
  169. package/src/apis/OverlayTemplateApi.ts +6 -6
  170. package/src/apis/ProductApi.ts +27 -60
  171. package/src/apis/ProductTypeApi.ts +6 -6
  172. package/src/apis/SiteApi.ts +12 -12
  173. package/src/apis/SupplierApi.ts +6 -6
  174. package/src/apis/TagApi.ts +6 -6
  175. package/src/models/AttributeListResource.ts +102 -0
  176. package/src/models/AttributeListResourceArrayResponse.ts +73 -0
  177. package/src/models/ExternalApiLogListResource.ts +100 -0
  178. package/src/models/ExternalApiLogListResourceArrayResponse.ts +73 -0
  179. package/src/models/GetAllAttributeRequest.ts +21 -13
  180. package/src/models/GetAllOverlayTemplateRequest.ts +16 -8
  181. package/src/models/GetAllProductChildRequest.ts +8 -0
  182. package/src/models/GetAllProductRequest.ts +48 -0
  183. package/src/models/GetAllProductTypeRequest.ts +8 -0
  184. package/src/models/GetAllSupplierRequest.ts +8 -0
  185. package/src/models/IndexAttributeRequest.ts +32 -0
  186. package/src/models/IndexExternalApiLogRequest.ts +31 -7
  187. package/src/models/IndexOverlayTemplateRequest.ts +32 -0
  188. package/src/models/IndexProductChildRequest.ts +8 -0
  189. package/src/models/IndexProductRequest.ts +192 -0
  190. package/src/models/IndexProductTypeRequest.ts +32 -0
  191. package/src/models/IndexSiteNotificationRequest.ts +24 -0
  192. package/src/models/IndexSiteRequest.ts +24 -0
  193. package/src/models/IndexSupplierRequest.ts +32 -0
  194. package/src/models/IndexTagRequest.ts +32 -0
  195. package/src/models/OverlayTemplateListResource.ts +75 -0
  196. package/src/models/OverlayTemplateListResourceArrayResponse.ts +73 -0
  197. package/src/models/PaginatedAttributeListResourceResponse.ts +90 -0
  198. package/src/models/PaginatedExternalApiLogListResourceResponse.ts +90 -0
  199. package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +90 -0
  200. package/src/models/PaginatedProductChildListResourceResponse.ts +90 -0
  201. package/src/models/PaginatedProductListResourceResponse.ts +90 -0
  202. package/src/models/PaginatedProductTypeListResourceResponse.ts +90 -0
  203. package/src/models/PaginatedSiteListResourceResponse.ts +90 -0
  204. package/src/models/PaginatedSiteNotificationListResourceResponse.ts +90 -0
  205. package/src/models/PaginatedSupplierListResourceResponse.ts +90 -0
  206. package/src/models/PaginatedTagListResourceResponse.ts +90 -0
  207. package/src/models/ProductChildListResource.ts +101 -0
  208. package/src/models/ProductChildListResourceArrayResponse.ts +73 -0
  209. package/src/models/ProductListResource.ts +75 -0
  210. package/src/models/ProductListResourceArrayResponse.ts +73 -0
  211. package/src/models/ProductTypeListResource.ts +75 -0
  212. package/src/models/ProductTypeListResourceArrayResponse.ts +73 -0
  213. package/src/models/SiteListResource.ts +93 -0
  214. package/src/models/SiteListResourceArrayResponse.ts +73 -0
  215. package/src/models/SiteNotificationListResource.ts +91 -0
  216. package/src/models/SiteNotificationListResourceArrayResponse.ts +73 -0
  217. package/src/models/SupplierListResource.ts +110 -0
  218. package/src/models/SupplierListResourceArrayResponse.ts +73 -0
  219. package/src/models/TagListResource.ts +110 -0
  220. package/src/models/TagListResourceArrayResponse.ts +73 -0
  221. package/src/models/UnlinkAssetableOverlayTemplateRequest.ts +8 -0
  222. package/src/models/index.ts +31 -0
@@ -13,6 +13,9 @@ Name | Type
13
13
  `page` | number
14
14
  `siteId` | Array<string>
15
15
  `type` | Array<string>
16
+ `relatedId` | number
17
+ `relatedType` | string
18
+ `includesRelations` | boolean
16
19
 
17
20
  ## Example
18
21
 
@@ -28,6 +31,9 @@ const example = {
28
31
  "page": null,
29
32
  "siteId": null,
30
33
  "type": null,
34
+ "relatedId": null,
35
+ "relatedType": null,
36
+ "includesRelations": null,
31
37
  } satisfies IndexTagRequest
32
38
 
33
39
  console.log(example)
@@ -216,7 +216,7 @@ No authorization required
216
216
 
217
217
  ## indexOverlayTemplate
218
218
 
219
- > PaginatedOverlayTemplateLiteResourceResponse indexOverlayTemplate(indexOverlayTemplateRequest)
219
+ > PaginatedOverlayTemplateListResourceResponse indexOverlayTemplate(indexOverlayTemplateRequest)
220
220
 
221
221
  Auto-generated: indexOverlayTemplate
222
222
 
@@ -259,7 +259,7 @@ example().catch(console.error);
259
259
 
260
260
  ### Return type
261
261
 
262
- [**PaginatedOverlayTemplateLiteResourceResponse**](PaginatedOverlayTemplateLiteResourceResponse.md)
262
+ [**PaginatedOverlayTemplateListResourceResponse**](PaginatedOverlayTemplateListResourceResponse.md)
263
263
 
264
264
  ### Authorization
265
265
 
@@ -274,7 +274,7 @@ No authorization required
274
274
  ### HTTP response details
275
275
  | Status code | Description | Response headers |
276
276
  |-------------|-------------|------------------|
277
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\OverlayTemplateLiteResource>> | - |
277
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\OverlayTemplateListResource>> | - |
278
278
 
279
279
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
280
280
 
@@ -0,0 +1,36 @@
1
+
2
+ # OverlayTemplateListResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `name` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { OverlayTemplateListResource } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "id": null,
20
+ "name": null,
21
+ } satisfies OverlayTemplateListResource
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as OverlayTemplateListResource
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,34 @@
1
+
2
+ # OverlayTemplateListResourceArrayResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<OverlayTemplateListResource>](OverlayTemplateListResource.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { OverlayTemplateListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "data": null,
19
+ } satisfies OverlayTemplateListResourceArrayResponse
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as OverlayTemplateListResourceArrayResponse
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedAttributeListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<AttributeListResource>](AttributeListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedAttributeListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedAttributeListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedAttributeListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedExternalApiLogListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ExternalApiLogListResource>](ExternalApiLogListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedExternalApiLogListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedExternalApiLogListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedExternalApiLogListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedOverlayTemplateListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<OverlayTemplateListResource>](OverlayTemplateListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedOverlayTemplateListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedOverlayTemplateListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedOverlayTemplateListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedProductChildListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ProductChildListResource>](ProductChildListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedProductChildListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedProductChildListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductChildListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedProductListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ProductListResource>](ProductListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedProductListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedProductListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedProductTypeListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ProductTypeListResource>](ProductTypeListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedProductTypeListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedProductTypeListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedProductTypeListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedSiteListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<SiteListResource>](SiteListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedSiteListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedSiteListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedSiteListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedSiteNotificationListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<SiteNotificationListResource>](SiteNotificationListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedSiteNotificationListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedSiteNotificationListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedSiteNotificationListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedSupplierListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<SupplierListResource>](SupplierListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedSupplierListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedSupplierListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedSupplierListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PaginatedTagListResourceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<TagListResource>](TagListResource.md)
10
+ `meta` | [PagingMetadata](PagingMetadata.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PaginatedTagListResourceResponse } from '@digital8/lighting-illusions-ts-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "meta": null,
21
+ } satisfies PaginatedTagListResourceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PaginatedTagListResourceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -8,9 +8,8 @@ All URIs are relative to *http://localhost/api*
8
8
  | [**destroyProductChild**](ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild |
9
9
  | [**getAllProduct**](ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
10
10
  | [**getAllProductChild**](ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
11
+ | [**indexProduct**](ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
11
12
  | [**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 |
14
13
  | [**showAssetsProductChild**](ProductApi.md#showassetsproductchild) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
15
14
  | [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
16
15
  | [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
@@ -281,76 +280,11 @@ No authorization required
281
280
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
282
281
 
283
282
 
284
- ## indexProductChild
285
-
286
- > PaginatedProductChildResourceResponse indexProductChild(indexProductChildRequest)
287
-
288
- Auto-generated: indexProductChild
289
-
290
- ### Example
291
-
292
- ```ts
293
- import {
294
- Configuration,
295
- ProductApi,
296
- } from '@digital8/lighting-illusions-ts-sdk';
297
- import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
298
-
299
- async function example() {
300
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
301
- const api = new ProductApi();
302
-
303
- const body = {
304
- // IndexProductChildRequest (optional)
305
- indexProductChildRequest: ...,
306
- } satisfies IndexProductChildOperationRequest;
307
-
308
- try {
309
- const data = await api.indexProductChild(body);
310
- console.log(data);
311
- } catch (error) {
312
- console.error(error);
313
- }
314
- }
315
-
316
- // Run the test
317
- example().catch(console.error);
318
- ```
319
-
320
- ### Parameters
321
-
322
-
323
- | Name | Type | Description | Notes |
324
- |------------- | ------------- | ------------- | -------------|
325
- | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
326
-
327
- ### Return type
328
-
329
- [**PaginatedProductChildResourceResponse**](PaginatedProductChildResourceResponse.md)
283
+ ## indexProduct
330
284
 
331
- ### Authorization
285
+ > PaginatedProductListResourceResponse indexProduct(indexProductRequest)
332
286
 
333
- No authorization required
334
-
335
- ### HTTP request headers
336
-
337
- - **Content-Type**: `application/json`
338
- - **Accept**: `application/json`
339
-
340
-
341
- ### HTTP response details
342
- | Status code | Description | Response headers |
343
- |-------------|-------------|------------------|
344
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildResource[]>> | - |
345
-
346
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
347
-
348
-
349
- ## searchProductChildrenExcludingRelationsProductChild
350
-
351
- > PaginatedProductChildLiteResourceResponse searchProductChildrenExcludingRelationsProductChild(indexProductChildRequest)
352
-
353
- Auto-generated: searchProductChildrenExcludingRelationsProductChild
287
+ Auto-generated: indexProduct
354
288
 
355
289
  ### Example
356
290
 
@@ -359,19 +293,19 @@ import {
359
293
  Configuration,
360
294
  ProductApi,
361
295
  } from '@digital8/lighting-illusions-ts-sdk';
362
- import type { SearchProductChildrenExcludingRelationsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
296
+ import type { IndexProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
363
297
 
364
298
  async function example() {
365
299
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
366
300
  const api = new ProductApi();
367
301
 
368
302
  const body = {
369
- // IndexProductChildRequest (optional)
370
- indexProductChildRequest: ...,
371
- } satisfies SearchProductChildrenExcludingRelationsProductChildRequest;
303
+ // IndexProductRequest (optional)
304
+ indexProductRequest: ...,
305
+ } satisfies IndexProductOperationRequest;
372
306
 
373
307
  try {
374
- const data = await api.searchProductChildrenExcludingRelationsProductChild(body);
308
+ const data = await api.indexProduct(body);
375
309
  console.log(data);
376
310
  } catch (error) {
377
311
  console.error(error);
@@ -387,11 +321,11 @@ example().catch(console.error);
387
321
 
388
322
  | Name | Type | Description | Notes |
389
323
  |------------- | ------------- | ------------- | -------------|
390
- | **indexProductChildRequest** | [IndexProductChildRequest](IndexProductChildRequest.md) | | [Optional] |
324
+ | **indexProductRequest** | [IndexProductRequest](IndexProductRequest.md) | | [Optional] |
391
325
 
392
326
  ### Return type
393
327
 
394
- [**PaginatedProductChildLiteResourceResponse**](PaginatedProductChildLiteResourceResponse.md)
328
+ [**PaginatedProductListResourceResponse**](PaginatedProductListResourceResponse.md)
395
329
 
396
330
  ### Authorization
397
331
 
@@ -406,16 +340,16 @@ No authorization required
406
340
  ### HTTP response details
407
341
  | Status code | Description | Response headers |
408
342
  |-------------|-------------|------------------|
409
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildLiteResource[]>> | - |
343
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductListResource[]>> | - |
410
344
 
411
345
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
412
346
 
413
347
 
414
- ## searchProductChildrenForRelationsProductChild
348
+ ## indexProductChild
415
349
 
416
- > PaginatedProductChildLiteResourceResponse searchProductChildrenForRelationsProductChild(indexProductChildRequest)
350
+ > PaginatedProductChildListResourceResponse indexProductChild(indexProductChildRequest)
417
351
 
418
- Auto-generated: searchProductChildrenForRelationsProductChild
352
+ Auto-generated: indexProductChild
419
353
 
420
354
  ### Example
421
355
 
@@ -424,7 +358,7 @@ import {
424
358
  Configuration,
425
359
  ProductApi,
426
360
  } from '@digital8/lighting-illusions-ts-sdk';
427
- import type { SearchProductChildrenForRelationsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
361
+ import type { IndexProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
428
362
 
429
363
  async function example() {
430
364
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -433,10 +367,10 @@ async function example() {
433
367
  const body = {
434
368
  // IndexProductChildRequest (optional)
435
369
  indexProductChildRequest: ...,
436
- } satisfies SearchProductChildrenForRelationsProductChildRequest;
370
+ } satisfies IndexProductChildOperationRequest;
437
371
 
438
372
  try {
439
- const data = await api.searchProductChildrenForRelationsProductChild(body);
373
+ const data = await api.indexProductChild(body);
440
374
  console.log(data);
441
375
  } catch (error) {
442
376
  console.error(error);
@@ -456,7 +390,7 @@ example().catch(console.error);
456
390
 
457
391
  ### Return type
458
392
 
459
- [**PaginatedProductChildLiteResourceResponse**](PaginatedProductChildLiteResourceResponse.md)
393
+ [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
460
394
 
461
395
  ### Authorization
462
396
 
@@ -471,7 +405,7 @@ No authorization required
471
405
  ### HTTP response details
472
406
  | Status code | Description | Response headers |
473
407
  |-------------|-------------|------------------|
474
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildLiteResource[]>> | - |
408
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
475
409
 
476
410
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
477
411