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

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 (236) hide show
  1. package/.openapi-generator/FILES +64 -2
  2. package/README.md +42 -6
  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 +78 -17
  8. package/dist/apis/ProductApi.js +271 -24
  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 +7 -7
  16. package/dist/apis/TagApi.js +2 -2
  17. package/dist/models/AssetLiteResource.d.ts +6 -0
  18. package/dist/models/AssetLiteResource.js +4 -0
  19. package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
  20. package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
  21. package/dist/models/AttributeListResource.d.ts +56 -0
  22. package/dist/models/AttributeListResource.js +67 -0
  23. package/dist/models/AttributeListResourceArrayResponse.d.ts +33 -0
  24. package/dist/models/AttributeListResourceArrayResponse.js +50 -0
  25. package/dist/models/ExternalApiLogListResource.d.ts +56 -0
  26. package/dist/models/ExternalApiLogListResource.js +63 -0
  27. package/dist/models/ExternalApiLogListResourceArrayResponse.d.ts +33 -0
  28. package/dist/models/ExternalApiLogListResourceArrayResponse.js +50 -0
  29. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  30. package/dist/models/ExternalApiLogResource.js +3 -1
  31. package/dist/models/GetAllAttributeRequest.d.ts +15 -9
  32. package/dist/models/GetAllAttributeRequest.js +6 -4
  33. package/dist/models/GetAllOverlayTemplateRequest.d.ts +12 -6
  34. package/dist/models/GetAllOverlayTemplateRequest.js +4 -2
  35. package/dist/models/GetAllProductChildRequest.d.ts +6 -0
  36. package/dist/models/GetAllProductChildRequest.js +2 -0
  37. package/dist/models/GetAllProductRequest.d.ts +36 -0
  38. package/dist/models/GetAllProductRequest.js +12 -0
  39. package/dist/models/GetAllProductTypeRequest.d.ts +6 -0
  40. package/dist/models/GetAllProductTypeRequest.js +2 -0
  41. package/dist/models/GetAllSupplierRequest.d.ts +6 -0
  42. package/dist/models/GetAllSupplierRequest.js +2 -0
  43. package/dist/models/IndexAttributeRequest.d.ts +25 -0
  44. package/dist/models/IndexAttributeRequest.js +13 -1
  45. package/dist/models/IndexExternalApiLogRequest.d.ts +21 -3
  46. package/dist/models/IndexExternalApiLogRequest.js +10 -4
  47. package/dist/models/IndexOverlayTemplateRequest.d.ts +25 -0
  48. package/dist/models/IndexOverlayTemplateRequest.js +13 -1
  49. package/dist/models/IndexProductChildRequest.d.ts +6 -0
  50. package/dist/models/IndexProductChildRequest.js +2 -0
  51. package/dist/models/IndexProductRequest.d.ts +130 -0
  52. package/dist/models/IndexProductRequest.js +97 -0
  53. package/dist/models/IndexProductTypeRequest.d.ts +25 -0
  54. package/dist/models/IndexProductTypeRequest.js +13 -1
  55. package/dist/models/IndexSiteNotificationRequest.d.ts +18 -0
  56. package/dist/models/IndexSiteNotificationRequest.js +6 -0
  57. package/dist/models/IndexSiteRequest.d.ts +18 -0
  58. package/dist/models/IndexSiteRequest.js +6 -0
  59. package/dist/models/IndexSupplierRequest.d.ts +25 -0
  60. package/dist/models/IndexSupplierRequest.js +13 -1
  61. package/dist/models/IndexTagRequest.d.ts +25 -0
  62. package/dist/models/IndexTagRequest.js +13 -1
  63. package/dist/models/OverlayTemplateListResource.d.ts +45 -0
  64. package/dist/models/OverlayTemplateListResource.js +60 -0
  65. package/dist/models/OverlayTemplateListResourceArrayResponse.d.ts +33 -0
  66. package/dist/models/OverlayTemplateListResourceArrayResponse.js +50 -0
  67. package/dist/models/PaginatedAttributeListResourceResponse.d.ts +40 -0
  68. package/dist/models/PaginatedAttributeListResourceResponse.js +57 -0
  69. package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +40 -0
  70. package/dist/models/PaginatedExternalApiLogListResourceResponse.js +57 -0
  71. package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +40 -0
  72. package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +57 -0
  73. package/dist/models/PaginatedProductChildListResourceResponse.d.ts +40 -0
  74. package/dist/models/PaginatedProductChildListResourceResponse.js +57 -0
  75. package/dist/models/PaginatedProductListResourceResponse.d.ts +40 -0
  76. package/dist/models/PaginatedProductListResourceResponse.js +57 -0
  77. package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +40 -0
  78. package/dist/models/PaginatedProductTypeListResourceResponse.js +57 -0
  79. package/dist/models/PaginatedSiteListResourceResponse.d.ts +40 -0
  80. package/dist/models/PaginatedSiteListResourceResponse.js +57 -0
  81. package/dist/models/PaginatedSiteNotificationListResourceResponse.d.ts +40 -0
  82. package/dist/models/PaginatedSiteNotificationListResourceResponse.js +57 -0
  83. package/dist/models/PaginatedSupplierListResourceResponse.d.ts +40 -0
  84. package/dist/models/PaginatedSupplierListResourceResponse.js +57 -0
  85. package/dist/models/PaginatedTagListResourceResponse.d.ts +40 -0
  86. package/dist/models/PaginatedTagListResourceResponse.js +57 -0
  87. package/dist/models/ProductChildListResource.d.ts +63 -0
  88. package/dist/models/ProductChildListResource.js +72 -0
  89. package/dist/models/ProductChildListResourceArrayResponse.d.ts +33 -0
  90. package/dist/models/ProductChildListResourceArrayResponse.js +50 -0
  91. package/dist/models/ProductListResource.d.ts +38 -0
  92. package/dist/models/ProductListResource.js +55 -0
  93. package/dist/models/ProductListResourceArrayResponse.d.ts +33 -0
  94. package/dist/models/ProductListResourceArrayResponse.js +50 -0
  95. package/dist/models/ProductTypeListResource.d.ts +38 -0
  96. package/dist/models/ProductTypeListResource.js +55 -0
  97. package/dist/models/ProductTypeListResourceArrayResponse.d.ts +33 -0
  98. package/dist/models/ProductTypeListResourceArrayResponse.js +50 -0
  99. package/dist/models/SiteListResource.d.ts +50 -0
  100. package/dist/models/SiteListResource.js +63 -0
  101. package/dist/models/SiteListResourceArrayResponse.d.ts +33 -0
  102. package/dist/models/SiteListResourceArrayResponse.js +50 -0
  103. package/dist/models/SiteNotificationListResource.d.ts +57 -0
  104. package/dist/models/SiteNotificationListResource.js +64 -0
  105. package/dist/models/SiteNotificationListResourceArrayResponse.d.ts +33 -0
  106. package/dist/models/SiteNotificationListResourceArrayResponse.js +50 -0
  107. package/dist/models/SupplierListResource.d.ts +57 -0
  108. package/dist/models/SupplierListResource.js +68 -0
  109. package/dist/models/SupplierListResourceArrayResponse.d.ts +33 -0
  110. package/dist/models/SupplierListResourceArrayResponse.js +50 -0
  111. package/dist/models/TagListResource.d.ts +57 -0
  112. package/dist/models/TagListResource.js +68 -0
  113. package/dist/models/TagListResourceArrayResponse.d.ts +33 -0
  114. package/dist/models/TagListResourceArrayResponse.js +50 -0
  115. package/dist/models/UnlinkAssetableOverlayTemplateRequest.d.ts +6 -0
  116. package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +2 -0
  117. package/dist/models/index.d.ts +32 -1
  118. package/dist/models/index.js +32 -1
  119. package/docs/AssetLiteResource.md +2 -0
  120. package/docs/{LinkProductChildrenTagRequest.md → AttachAccessoriesProductChildRequest.md} +4 -4
  121. package/docs/AttributeApi.md +3 -3
  122. package/docs/AttributeListResource.md +42 -0
  123. package/docs/AttributeListResourceArrayResponse.md +34 -0
  124. package/docs/ExternalApiLogListResource.md +42 -0
  125. package/docs/ExternalApiLogListResourceArrayResponse.md +34 -0
  126. package/docs/GetAllAttributeRequest.md +6 -4
  127. package/docs/GetAllOverlayTemplateRequest.md +4 -2
  128. package/docs/GetAllProductChildRequest.md +2 -0
  129. package/docs/GetAllProductRequest.md +12 -0
  130. package/docs/GetAllProductTypeRequest.md +2 -0
  131. package/docs/GetAllSupplierRequest.md +2 -0
  132. package/docs/IndexAttributeRequest.md +6 -0
  133. package/docs/IndexExternalApiLogRequest.md +10 -4
  134. package/docs/IndexOverlayTemplateRequest.md +6 -0
  135. package/docs/IndexProductChildRequest.md +2 -0
  136. package/docs/IndexProductRequest.md +58 -0
  137. package/docs/IndexProductTypeRequest.md +6 -0
  138. package/docs/IndexSiteNotificationRequest.md +6 -0
  139. package/docs/IndexSiteRequest.md +6 -0
  140. package/docs/IndexSupplierRequest.md +6 -0
  141. package/docs/IndexTagRequest.md +6 -0
  142. package/docs/OverlayTemplateApi.md +3 -3
  143. package/docs/OverlayTemplateListResource.md +38 -0
  144. package/docs/OverlayTemplateListResourceArrayResponse.md +34 -0
  145. package/docs/PaginatedAttributeListResourceResponse.md +36 -0
  146. package/docs/PaginatedExternalApiLogListResourceResponse.md +36 -0
  147. package/docs/PaginatedOverlayTemplateListResourceResponse.md +36 -0
  148. package/docs/PaginatedProductChildListResourceResponse.md +36 -0
  149. package/docs/PaginatedProductListResourceResponse.md +36 -0
  150. package/docs/PaginatedProductTypeListResourceResponse.md +36 -0
  151. package/docs/PaginatedSiteListResourceResponse.md +36 -0
  152. package/docs/PaginatedSiteNotificationListResourceResponse.md +36 -0
  153. package/docs/PaginatedSupplierListResourceResponse.md +36 -0
  154. package/docs/PaginatedTagListResourceResponse.md +36 -0
  155. package/docs/ProductApi.md +377 -29
  156. package/docs/ProductChildListResource.md +44 -0
  157. package/docs/ProductChildListResourceArrayResponse.md +34 -0
  158. package/docs/ProductListResource.md +36 -0
  159. package/docs/ProductListResourceArrayResponse.md +34 -0
  160. package/docs/ProductTypeApi.md +3 -3
  161. package/docs/ProductTypeListResource.md +36 -0
  162. package/docs/ProductTypeListResourceArrayResponse.md +34 -0
  163. package/docs/SiteApi.md +6 -6
  164. package/docs/SiteListResource.md +40 -0
  165. package/docs/SiteListResourceArrayResponse.md +34 -0
  166. package/docs/SiteNotificationListResource.md +42 -0
  167. package/docs/SiteNotificationListResourceArrayResponse.md +34 -0
  168. package/docs/SupplierApi.md +3 -3
  169. package/docs/SupplierListResource.md +42 -0
  170. package/docs/SupplierListResourceArrayResponse.md +34 -0
  171. package/docs/TagApi.md +10 -10
  172. package/docs/TagListResource.md +42 -0
  173. package/docs/TagListResourceArrayResponse.md +34 -0
  174. package/docs/UnlinkAssetableOverlayTemplateRequest.md +2 -0
  175. package/package.json +1 -1
  176. package/src/apis/AttributeApi.ts +6 -6
  177. package/src/apis/OverlayTemplateApi.ts +6 -6
  178. package/src/apis/ProductApi.ts +282 -32
  179. package/src/apis/ProductTypeApi.ts +6 -6
  180. package/src/apis/SiteApi.ts +12 -12
  181. package/src/apis/SupplierApi.ts +6 -6
  182. package/src/apis/TagApi.ts +14 -14
  183. package/src/models/AssetLiteResource.ts +9 -0
  184. package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
  185. package/src/models/AttributeListResource.ts +102 -0
  186. package/src/models/AttributeListResourceArrayResponse.ts +73 -0
  187. package/src/models/ExternalApiLogListResource.ts +100 -0
  188. package/src/models/ExternalApiLogListResourceArrayResponse.ts +73 -0
  189. package/src/models/ExternalApiLogResource.ts +3 -2
  190. package/src/models/GetAllAttributeRequest.ts +21 -13
  191. package/src/models/GetAllOverlayTemplateRequest.ts +16 -8
  192. package/src/models/GetAllProductChildRequest.ts +8 -0
  193. package/src/models/GetAllProductRequest.ts +48 -0
  194. package/src/models/GetAllProductTypeRequest.ts +8 -0
  195. package/src/models/GetAllSupplierRequest.ts +8 -0
  196. package/src/models/IndexAttributeRequest.ts +32 -0
  197. package/src/models/IndexExternalApiLogRequest.ts +31 -7
  198. package/src/models/IndexOverlayTemplateRequest.ts +32 -0
  199. package/src/models/IndexProductChildRequest.ts +8 -0
  200. package/src/models/IndexProductRequest.ts +192 -0
  201. package/src/models/IndexProductTypeRequest.ts +32 -0
  202. package/src/models/IndexSiteNotificationRequest.ts +24 -0
  203. package/src/models/IndexSiteRequest.ts +24 -0
  204. package/src/models/IndexSupplierRequest.ts +32 -0
  205. package/src/models/IndexTagRequest.ts +32 -0
  206. package/src/models/OverlayTemplateListResource.ts +92 -0
  207. package/src/models/OverlayTemplateListResourceArrayResponse.ts +73 -0
  208. package/src/models/PaginatedAttributeListResourceResponse.ts +90 -0
  209. package/src/models/PaginatedExternalApiLogListResourceResponse.ts +90 -0
  210. package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +90 -0
  211. package/src/models/PaginatedProductChildListResourceResponse.ts +90 -0
  212. package/src/models/PaginatedProductListResourceResponse.ts +90 -0
  213. package/src/models/PaginatedProductTypeListResourceResponse.ts +90 -0
  214. package/src/models/PaginatedSiteListResourceResponse.ts +90 -0
  215. package/src/models/PaginatedSiteNotificationListResourceResponse.ts +90 -0
  216. package/src/models/PaginatedSupplierListResourceResponse.ts +90 -0
  217. package/src/models/PaginatedTagListResourceResponse.ts +90 -0
  218. package/src/models/ProductChildListResource.ts +119 -0
  219. package/src/models/ProductChildListResourceArrayResponse.ts +73 -0
  220. package/src/models/ProductListResource.ts +75 -0
  221. package/src/models/ProductListResourceArrayResponse.ts +73 -0
  222. package/src/models/ProductTypeListResource.ts +75 -0
  223. package/src/models/ProductTypeListResourceArrayResponse.ts +73 -0
  224. package/src/models/SiteListResource.ts +93 -0
  225. package/src/models/SiteListResourceArrayResponse.ts +73 -0
  226. package/src/models/SiteNotificationListResource.ts +108 -0
  227. package/src/models/SiteNotificationListResourceArrayResponse.ts +73 -0
  228. package/src/models/SupplierListResource.ts +110 -0
  229. package/src/models/SupplierListResourceArrayResponse.ts +73 -0
  230. package/src/models/TagListResource.ts +110 -0
  231. package/src/models/TagListResourceArrayResponse.ts +73 -0
  232. package/src/models/UnlinkAssetableOverlayTemplateRequest.ts +8 -0
  233. package/src/models/index.ts +32 -1
  234. package/dist/models/LinkProductChildrenTagRequest.d.ts +0 -32
  235. package/dist/models/LinkProductChildrenTagRequest.js +0 -51
  236. package/src/models/LinkProductChildrenTagRequest.ts +0 -66
@@ -148,7 +148,7 @@ No authorization required
148
148
 
149
149
  ## indexProductType
150
150
 
151
- > PaginatedProductTypeResourceResponse indexProductType(indexProductTypeRequest)
151
+ > PaginatedProductTypeListResourceResponse indexProductType(indexProductTypeRequest)
152
152
 
153
153
  Auto-generated: indexProductType
154
154
 
@@ -191,7 +191,7 @@ example().catch(console.error);
191
191
 
192
192
  ### Return type
193
193
 
194
- [**PaginatedProductTypeResourceResponse**](PaginatedProductTypeResourceResponse.md)
194
+ [**PaginatedProductTypeListResourceResponse**](PaginatedProductTypeListResourceResponse.md)
195
195
 
196
196
  ### Authorization
197
197
 
@@ -206,7 +206,7 @@ No authorization required
206
206
  ### HTTP response details
207
207
  | Status code | Description | Response headers |
208
208
  |-------------|-------------|------------------|
209
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductTypeResource[]>> | - |
209
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductTypeListResource[]>> | - |
210
210
 
211
211
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
212
212
 
@@ -0,0 +1,36 @@
1
+
2
+ # ProductTypeListResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `name` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ProductTypeListResource } 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 ProductTypeListResource
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 ProductTypeListResource
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
+ # ProductTypeListResourceArrayResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ProductTypeListResource>](ProductTypeListResource.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { ProductTypeListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "data": null,
19
+ } satisfies ProductTypeListResourceArrayResponse
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 ProductTypeListResourceArrayResponse
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
+
package/docs/SiteApi.md CHANGED
@@ -147,7 +147,7 @@ No authorization required
147
147
 
148
148
  ## indexSite
149
149
 
150
- > PaginatedSiteResourceResponse indexSite(indexSiteRequest)
150
+ > PaginatedSiteListResourceResponse indexSite(indexSiteRequest)
151
151
 
152
152
  Auto-generated: indexSite
153
153
 
@@ -190,7 +190,7 @@ example().catch(console.error);
190
190
 
191
191
  ### Return type
192
192
 
193
- [**PaginatedSiteResourceResponse**](PaginatedSiteResourceResponse.md)
193
+ [**PaginatedSiteListResourceResponse**](PaginatedSiteListResourceResponse.md)
194
194
 
195
195
  ### Authorization
196
196
 
@@ -205,14 +205,14 @@ No authorization required
205
205
  ### HTTP response details
206
206
  | Status code | Description | Response headers |
207
207
  |-------------|-------------|------------------|
208
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\SiteResource[]>> | - |
208
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\SiteListResource[]>> | - |
209
209
 
210
210
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
211
211
 
212
212
 
213
213
  ## indexSiteNotification
214
214
 
215
- > PaginatedSiteNotificationResourceResponse indexSiteNotification(indexSiteNotificationRequest)
215
+ > PaginatedSiteNotificationListResourceResponse indexSiteNotification(indexSiteNotificationRequest)
216
216
 
217
217
  Auto-generated: indexSiteNotification
218
218
 
@@ -255,7 +255,7 @@ example().catch(console.error);
255
255
 
256
256
  ### Return type
257
257
 
258
- [**PaginatedSiteNotificationResourceResponse**](PaginatedSiteNotificationResourceResponse.md)
258
+ [**PaginatedSiteNotificationListResourceResponse**](PaginatedSiteNotificationListResourceResponse.md)
259
259
 
260
260
  ### Authorization
261
261
 
@@ -270,7 +270,7 @@ No authorization required
270
270
  ### HTTP response details
271
271
  | Status code | Description | Response headers |
272
272
  |-------------|-------------|------------------|
273
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\SiteNotificationResource[]>> | - |
273
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\SiteNotificationListResource[]>> | - |
274
274
 
275
275
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
276
276
 
@@ -0,0 +1,40 @@
1
+
2
+ # SiteListResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `name` | string
11
+ `abbreviation` | string
12
+ `domain` | string
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { SiteListResource } from '@digital8/lighting-illusions-ts-sdk'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "id": null,
22
+ "name": null,
23
+ "abbreviation": null,
24
+ "domain": null,
25
+ } satisfies SiteListResource
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as SiteListResource
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,34 @@
1
+
2
+ # SiteListResourceArrayResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<SiteListResource>](SiteListResource.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { SiteListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "data": null,
19
+ } satisfies SiteListResourceArrayResponse
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 SiteListResourceArrayResponse
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,42 @@
1
+
2
+ # SiteNotificationListResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `heading` | string
11
+ `type` | string
12
+ `isActive` | boolean
13
+ `sites` | [SiteLiteResource](SiteLiteResource.md)
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { SiteNotificationListResource } from '@digital8/lighting-illusions-ts-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": null,
23
+ "heading": null,
24
+ "type": null,
25
+ "isActive": null,
26
+ "sites": null,
27
+ } satisfies SiteNotificationListResource
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as SiteNotificationListResource
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,34 @@
1
+
2
+ # SiteNotificationListResourceArrayResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<SiteNotificationListResource>](SiteNotificationListResource.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { SiteNotificationListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "data": null,
19
+ } satisfies SiteNotificationListResourceArrayResponse
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 SiteNotificationListResourceArrayResponse
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
+
@@ -277,7 +277,7 @@ No authorization required
277
277
 
278
278
  ## indexSupplier
279
279
 
280
- > PaginatedSupplierResourceResponse indexSupplier(indexSupplierRequest)
280
+ > PaginatedSupplierListResourceResponse indexSupplier(indexSupplierRequest)
281
281
 
282
282
  Auto-generated: indexSupplier
283
283
 
@@ -320,7 +320,7 @@ example().catch(console.error);
320
320
 
321
321
  ### Return type
322
322
 
323
- [**PaginatedSupplierResourceResponse**](PaginatedSupplierResourceResponse.md)
323
+ [**PaginatedSupplierListResourceResponse**](PaginatedSupplierListResourceResponse.md)
324
324
 
325
325
  ### Authorization
326
326
 
@@ -335,7 +335,7 @@ No authorization required
335
335
  ### HTTP response details
336
336
  | Status code | Description | Response headers |
337
337
  |-------------|-------------|------------------|
338
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\SupplierResource[]>> | - |
338
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\SupplierListResource[]>> | - |
339
339
 
340
340
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
341
341
 
@@ -0,0 +1,42 @@
1
+
2
+ # SupplierListResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `name` | string
11
+ `slug` | string
12
+ `thumbnail` | [AssetLiteResource](AssetLiteResource.md)
13
+ `supplierEta` | number
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { SupplierListResource } from '@digital8/lighting-illusions-ts-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": null,
23
+ "name": null,
24
+ "slug": null,
25
+ "thumbnail": null,
26
+ "supplierEta": null,
27
+ } satisfies SupplierListResource
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as SupplierListResource
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,34 @@
1
+
2
+ # SupplierListResourceArrayResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<SupplierListResource>](SupplierListResource.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { SupplierListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "data": null,
19
+ } satisfies SupplierListResourceArrayResponse
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 SupplierListResourceArrayResponse
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
+
package/docs/TagApi.md CHANGED
@@ -7,7 +7,7 @@ All URIs are relative to *http://localhost/api*
7
7
  | [**destroyTag**](TagApi.md#destroytag) | **DELETE** /admin-api/tag/{tag}/delete | Auto-generated: destroyTag |
8
8
  | [**getAllTag**](TagApi.md#getalltag) | **POST** /admin-api/tag/all | Auto-generated: getAllTag |
9
9
  | [**indexTag**](TagApi.md#indextagoperation) | **POST** /admin-api/tag/list | Auto-generated: indexTag |
10
- | [**linkProductChildrenTag**](TagApi.md#linkproductchildrentagoperation) | **POST** /admin-api/tag/{tag}/link-product-children | Auto-generated: linkProductChildrenTag |
10
+ | [**linkProductChildrenTag**](TagApi.md#linkproductchildrentag) | **POST** /admin-api/tag/{tag}/link-product-children | Auto-generated: linkProductChildrenTag |
11
11
  | [**showTag**](TagApi.md#showtag) | **GET** /admin-api/tag/{tag} | Auto-generated: showTag |
12
12
  | [**storeTag**](TagApi.md#storetagoperation) | **POST** /admin-api/tag/create | Auto-generated: storeTag |
13
13
  | [**unlinkProductChildTag**](TagApi.md#unlinkproductchildtag) | **POST** /admin-api/tag/{tag}/remove-product-child/{productChild} | Auto-generated: unlinkProductChildTag |
@@ -147,7 +147,7 @@ No authorization required
147
147
 
148
148
  ## indexTag
149
149
 
150
- > PaginatedTagResourceResponse indexTag(indexTagRequest)
150
+ > PaginatedTagListResourceResponse indexTag(indexTagRequest)
151
151
 
152
152
  Auto-generated: indexTag
153
153
 
@@ -190,7 +190,7 @@ example().catch(console.error);
190
190
 
191
191
  ### Return type
192
192
 
193
- [**PaginatedTagResourceResponse**](PaginatedTagResourceResponse.md)
193
+ [**PaginatedTagListResourceResponse**](PaginatedTagListResourceResponse.md)
194
194
 
195
195
  ### Authorization
196
196
 
@@ -205,14 +205,14 @@ No authorization required
205
205
  ### HTTP response details
206
206
  | Status code | Description | Response headers |
207
207
  |-------------|-------------|------------------|
208
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\TagResource[]>> | - |
208
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\TagListResource[]>> | - |
209
209
 
210
210
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
211
211
 
212
212
 
213
213
  ## linkProductChildrenTag
214
214
 
215
- > ProductChildRelationResourceArrayResponse linkProductChildrenTag(tag, linkProductChildrenTagRequest)
215
+ > ProductChildRelationResourceArrayResponse linkProductChildrenTag(tag, attachAccessoriesProductChildRequest)
216
216
 
217
217
  Auto-generated: linkProductChildrenTag
218
218
 
@@ -223,7 +223,7 @@ import {
223
223
  Configuration,
224
224
  TagApi,
225
225
  } from '@digital8/lighting-illusions-ts-sdk';
226
- import type { LinkProductChildrenTagOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
226
+ import type { LinkProductChildrenTagRequest } from '@digital8/lighting-illusions-ts-sdk';
227
227
 
228
228
  async function example() {
229
229
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -232,9 +232,9 @@ async function example() {
232
232
  const body = {
233
233
  // number | The id of the tag
234
234
  tag: 56,
235
- // LinkProductChildrenTagRequest (optional)
236
- linkProductChildrenTagRequest: ...,
237
- } satisfies LinkProductChildrenTagOperationRequest;
235
+ // AttachAccessoriesProductChildRequest (optional)
236
+ attachAccessoriesProductChildRequest: ...,
237
+ } satisfies LinkProductChildrenTagRequest;
238
238
 
239
239
  try {
240
240
  const data = await api.linkProductChildrenTag(body);
@@ -254,7 +254,7 @@ example().catch(console.error);
254
254
  | Name | Type | Description | Notes |
255
255
  |------------- | ------------- | ------------- | -------------|
256
256
  | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
257
- | **linkProductChildrenTagRequest** | [LinkProductChildrenTagRequest](LinkProductChildrenTagRequest.md) | | [Optional] |
257
+ | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
258
258
 
259
259
  ### Return type
260
260
 
@@ -0,0 +1,42 @@
1
+
2
+ # TagListResource
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `name` | string
11
+ `slug` | string
12
+ `type` | string
13
+ `site` | [SiteLiteResource](SiteLiteResource.md)
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { TagListResource } from '@digital8/lighting-illusions-ts-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": null,
23
+ "name": null,
24
+ "slug": null,
25
+ "type": null,
26
+ "site": null,
27
+ } satisfies TagListResource
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as TagListResource
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,34 @@
1
+
2
+ # TagListResourceArrayResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<TagListResource>](TagListResource.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { TagListResourceArrayResponse } from '@digital8/lighting-illusions-ts-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "data": null,
19
+ } satisfies TagListResourceArrayResponse
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 TagListResourceArrayResponse
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
+
@@ -8,6 +8,7 @@ Name | Type
8
8
  ------------ | -------------
9
9
  `relatedId` | number
10
10
  `relatedType` | string
11
+ `includesRelations` | boolean
11
12
 
12
13
  ## Example
13
14
 
@@ -18,6 +19,7 @@ import type { UnlinkAssetableOverlayTemplateRequest } from '@digital8/lighting-i
18
19
  const example = {
19
20
  "relatedId": null,
20
21
  "relatedType": null,
22
+ "includesRelations": null,
21
23
  } satisfies UnlinkAssetableOverlayTemplateRequest
22
24
 
23
25
  console.log(example)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.463",
3
+ "version": "0.0.465",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -24,7 +24,7 @@ import type {
24
24
  IndexAttributeRequest,
25
25
  LinkProductTypeAttributeRequest,
26
26
  ModelAttributeResourceArrayResponse,
27
- PaginatedAttributeResourceResponse,
27
+ PaginatedAttributeListResourceResponse,
28
28
  StoreAttributeRequest,
29
29
  StoreAttributeValueRequest,
30
30
  UpdateAttributeRequest,
@@ -51,8 +51,8 @@ import {
51
51
  LinkProductTypeAttributeRequestToJSON,
52
52
  ModelAttributeResourceArrayResponseFromJSON,
53
53
  ModelAttributeResourceArrayResponseToJSON,
54
- PaginatedAttributeResourceResponseFromJSON,
55
- PaginatedAttributeResourceResponseToJSON,
54
+ PaginatedAttributeListResourceResponseFromJSON,
55
+ PaginatedAttributeListResourceResponseToJSON,
56
56
  StoreAttributeRequestFromJSON,
57
57
  StoreAttributeRequestToJSON,
58
58
  StoreAttributeValueRequestFromJSON,
@@ -247,7 +247,7 @@ export class AttributeApi extends runtime.BaseAPI {
247
247
  /**
248
248
  * Auto-generated: indexAttribute
249
249
  */
250
- async indexAttributeRaw(requestParameters: IndexAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAttributeResourceResponse>> {
250
+ async indexAttributeRaw(requestParameters: IndexAttributeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAttributeListResourceResponse>> {
251
251
  const queryParameters: any = {};
252
252
 
253
253
  const headerParameters: runtime.HTTPHeaders = {};
@@ -265,13 +265,13 @@ export class AttributeApi extends runtime.BaseAPI {
265
265
  body: IndexAttributeRequestToJSON(requestParameters['indexAttributeRequest']),
266
266
  }, initOverrides);
267
267
 
268
- return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedAttributeResourceResponseFromJSON(jsonValue));
268
+ return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedAttributeListResourceResponseFromJSON(jsonValue));
269
269
  }
270
270
 
271
271
  /**
272
272
  * Auto-generated: indexAttribute
273
273
  */
274
- async indexAttribute(requestParameters: IndexAttributeOperationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedAttributeResourceResponse> {
274
+ async indexAttribute(requestParameters: IndexAttributeOperationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedAttributeListResourceResponse> {
275
275
  const response = await this.indexAttributeRaw(requestParameters, initOverrides);
276
276
  return await response.value();
277
277
  }
@@ -21,7 +21,7 @@ import type {
21
21
  LinkAssetsOverlayTemplateRequest,
22
22
  OverlayTemplateLiteResourceArrayResponse,
23
23
  OverlayTemplateResource,
24
- PaginatedOverlayTemplateLiteResourceResponse,
24
+ PaginatedOverlayTemplateListResourceResponse,
25
25
  StoreOverlayTemplateAssetRequest,
26
26
  StoreOverlayTemplateRequest,
27
27
  UnlinkAssetableOverlayTemplateRequest,
@@ -41,8 +41,8 @@ import {
41
41
  OverlayTemplateLiteResourceArrayResponseToJSON,
42
42
  OverlayTemplateResourceFromJSON,
43
43
  OverlayTemplateResourceToJSON,
44
- PaginatedOverlayTemplateLiteResourceResponseFromJSON,
45
- PaginatedOverlayTemplateLiteResourceResponseToJSON,
44
+ PaginatedOverlayTemplateListResourceResponseFromJSON,
45
+ PaginatedOverlayTemplateListResourceResponseToJSON,
46
46
  StoreOverlayTemplateAssetRequestFromJSON,
47
47
  StoreOverlayTemplateAssetRequestToJSON,
48
48
  StoreOverlayTemplateRequestFromJSON,
@@ -222,7 +222,7 @@ export class OverlayTemplateApi extends runtime.BaseAPI {
222
222
  /**
223
223
  * Auto-generated: indexOverlayTemplate
224
224
  */
225
- async indexOverlayTemplateRaw(requestParameters: IndexOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedOverlayTemplateLiteResourceResponse>> {
225
+ async indexOverlayTemplateRaw(requestParameters: IndexOverlayTemplateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedOverlayTemplateListResourceResponse>> {
226
226
  const queryParameters: any = {};
227
227
 
228
228
  const headerParameters: runtime.HTTPHeaders = {};
@@ -240,13 +240,13 @@ export class OverlayTemplateApi extends runtime.BaseAPI {
240
240
  body: IndexOverlayTemplateRequestToJSON(requestParameters['indexOverlayTemplateRequest']),
241
241
  }, initOverrides);
242
242
 
243
- return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedOverlayTemplateLiteResourceResponseFromJSON(jsonValue));
243
+ return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedOverlayTemplateListResourceResponseFromJSON(jsonValue));
244
244
  }
245
245
 
246
246
  /**
247
247
  * Auto-generated: indexOverlayTemplate
248
248
  */
249
- async indexOverlayTemplate(requestParameters: IndexOverlayTemplateOperationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedOverlayTemplateLiteResourceResponse> {
249
+ async indexOverlayTemplate(requestParameters: IndexOverlayTemplateOperationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedOverlayTemplateListResourceResponse> {
250
250
  const response = await this.indexOverlayTemplateRaw(requestParameters, initOverrides);
251
251
  return await response.value();
252
252
  }