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

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 (55) hide show
  1. package/.openapi-generator/FILES +8 -8
  2. package/README.md +17 -17
  3. package/dist/apis/AttributeApi.d.ts +31 -31
  4. package/dist/apis/AttributeApi.js +92 -92
  5. package/dist/apis/OverlayTemplateApi.d.ts +37 -37
  6. package/dist/apis/OverlayTemplateApi.js +110 -110
  7. package/dist/apis/ProductTypeApi.d.ts +31 -31
  8. package/dist/apis/ProductTypeApi.js +89 -89
  9. package/dist/apis/TagApi.d.ts +24 -24
  10. package/dist/apis/TagApi.js +81 -81
  11. package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +32 -0
  12. package/dist/models/AttachAssetsOverlayTemplateRequest.js +51 -0
  13. package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
  14. package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
  15. package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
  16. package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
  17. package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
  18. package/dist/models/{UnlinkAssetableOverlayTemplateRequest.js → DetachAssetableOverlayTemplateRequest.js} +15 -15
  19. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  20. package/dist/models/ExternalApiLogResource.js +1 -3
  21. package/dist/models/ProductTypeListResource.d.ts +6 -0
  22. package/dist/models/ProductTypeListResource.js +4 -0
  23. package/dist/models/index.d.ts +4 -4
  24. package/dist/models/index.js +4 -4
  25. package/docs/{LinkAssetsOverlayTemplateRequest.md → AttachAssetsOverlayTemplateRequest.md} +4 -4
  26. package/docs/{LinkAttributeProductTypeRequest.md → AttachAttributeProductTypeRequest.md} +4 -4
  27. package/docs/{LinkProductTypeAttributeRequest.md → AttachProductTypeAttributeRequest.md} +4 -4
  28. package/docs/AttributeApi.md +117 -117
  29. package/docs/{UnlinkAssetableOverlayTemplateRequest.md → DetachAssetableOverlayTemplateRequest.md} +4 -4
  30. package/docs/OverlayTemplateApi.md +115 -115
  31. package/docs/ProductTypeApi.md +94 -94
  32. package/docs/ProductTypeListResource.md +2 -0
  33. package/docs/TagApi.md +84 -84
  34. package/package.json +1 -1
  35. package/src/apis/AttributeApi.ts +105 -105
  36. package/src/apis/OverlayTemplateApi.ts +138 -138
  37. package/src/apis/ProductTypeApi.ts +101 -101
  38. package/src/apis/TagApi.ts +88 -88
  39. package/src/models/AttachAssetsOverlayTemplateRequest.ts +66 -0
  40. package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
  41. package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
  42. package/src/models/{UnlinkAssetableOverlayTemplateRequest.ts → DetachAssetableOverlayTemplateRequest.ts} +16 -16
  43. package/src/models/ExternalApiLogResource.ts +2 -3
  44. package/src/models/ProductTypeListResource.ts +9 -0
  45. package/src/models/index.ts +4 -4
  46. package/dist/models/LinkAssetsOverlayTemplateRequest.d.ts +0 -32
  47. package/dist/models/LinkAssetsOverlayTemplateRequest.js +0 -51
  48. package/dist/models/LinkAttributeProductTypeRequest.d.ts +0 -48
  49. package/dist/models/LinkAttributeProductTypeRequest.js +0 -65
  50. package/dist/models/LinkProductTypeAttributeRequest.d.ts +0 -48
  51. package/dist/models/LinkProductTypeAttributeRequest.js +0 -65
  52. package/dist/models/UnlinkAssetableOverlayTemplateRequest.d.ts +0 -51
  53. package/src/models/LinkAssetsOverlayTemplateRequest.ts +0 -66
  54. package/src/models/LinkAttributeProductTypeRequest.ts +0 -88
  55. package/src/models/LinkProductTypeAttributeRequest.ts +0 -88
package/docs/TagApi.md CHANGED
@@ -4,22 +4,22 @@ All URIs are relative to *http://localhost/api*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
7
+ | [**attachProductChildrenTag**](TagApi.md#attachproductchildrentag) | **POST** /admin-api/tag/{tag}/attach-product-children | Auto-generated: attachProductChildrenTag |
7
8
  | [**destroyTag**](TagApi.md#destroytag) | **DELETE** /admin-api/tag/{tag}/delete | Auto-generated: destroyTag |
9
+ | [**detachProductChildTag**](TagApi.md#detachproductchildtag) | **POST** /admin-api/tag/{tag}/detach-product-child/{productChild} | Auto-generated: detachProductChildTag |
8
10
  | [**getAllTag**](TagApi.md#getalltag) | **POST** /admin-api/tag/all | Auto-generated: getAllTag |
9
11
  | [**indexTag**](TagApi.md#indextagoperation) | **POST** /admin-api/tag/list | Auto-generated: indexTag |
10
- | [**linkProductChildrenTag**](TagApi.md#linkproductchildrentag) | **POST** /admin-api/tag/{tag}/link-product-children | Auto-generated: linkProductChildrenTag |
11
12
  | [**showTag**](TagApi.md#showtag) | **GET** /admin-api/tag/{tag} | Auto-generated: showTag |
12
13
  | [**storeTag**](TagApi.md#storetagoperation) | **POST** /admin-api/tag/create | Auto-generated: storeTag |
13
- | [**unlinkProductChildTag**](TagApi.md#unlinkproductchildtag) | **POST** /admin-api/tag/{tag}/remove-product-child/{productChild} | Auto-generated: unlinkProductChildTag |
14
14
  | [**updateTag**](TagApi.md#updatetagoperation) | **PUT** /admin-api/tag/{tag}/update | Auto-generated: updateTag |
15
15
 
16
16
 
17
17
 
18
- ## destroyTag
18
+ ## attachProductChildrenTag
19
19
 
20
- > GenericResponse destroyTag(tag)
20
+ > ProductChildRelationResourceArrayResponse attachProductChildrenTag(tag, attachAccessoriesProductChildRequest)
21
21
 
22
- Auto-generated: destroyTag
22
+ Auto-generated: attachProductChildrenTag
23
23
 
24
24
  ### Example
25
25
 
@@ -28,7 +28,7 @@ import {
28
28
  Configuration,
29
29
  TagApi,
30
30
  } from '@digital8/lighting-illusions-ts-sdk';
31
- import type { DestroyTagRequest } from '@digital8/lighting-illusions-ts-sdk';
31
+ import type { AttachProductChildrenTagRequest } from '@digital8/lighting-illusions-ts-sdk';
32
32
 
33
33
  async function example() {
34
34
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
@@ -37,10 +37,12 @@ async function example() {
37
37
  const body = {
38
38
  // number | The id of the tag
39
39
  tag: 56,
40
- } satisfies DestroyTagRequest;
40
+ // AttachAccessoriesProductChildRequest (optional)
41
+ attachAccessoriesProductChildRequest: ...,
42
+ } satisfies AttachProductChildrenTagRequest;
41
43
 
42
44
  try {
43
- const data = await api.destroyTag(body);
45
+ const data = await api.attachProductChildrenTag(body);
44
46
  console.log(data);
45
47
  } catch (error) {
46
48
  console.error(error);
@@ -57,10 +59,11 @@ example().catch(console.error);
57
59
  | Name | Type | Description | Notes |
58
60
  |------------- | ------------- | ------------- | -------------|
59
61
  | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
62
+ | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
60
63
 
61
64
  ### Return type
62
65
 
63
- [**GenericResponse**](GenericResponse.md)
66
+ [**ProductChildRelationResourceArrayResponse**](ProductChildRelationResourceArrayResponse.md)
64
67
 
65
68
  ### Authorization
66
69
 
@@ -68,23 +71,23 @@ No authorization required
68
71
 
69
72
  ### HTTP request headers
70
73
 
71
- - **Content-Type**: Not defined
74
+ - **Content-Type**: `application/json`
72
75
  - **Accept**: `application/json`
73
76
 
74
77
 
75
78
  ### HTTP response details
76
79
  | Status code | Description | Response headers |
77
80
  |-------------|-------------|------------------|
78
- | **200** | \\JsonResponse | - |
81
+ | **200** | Successful resource response | - |
79
82
 
80
83
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
81
84
 
82
85
 
83
- ## getAllTag
86
+ ## destroyTag
84
87
 
85
- > TagLiteResourceArrayResponse getAllTag(indexTagRequest)
88
+ > GenericResponse destroyTag(tag)
86
89
 
87
- Auto-generated: getAllTag
90
+ Auto-generated: destroyTag
88
91
 
89
92
  ### Example
90
93
 
@@ -93,19 +96,19 @@ import {
93
96
  Configuration,
94
97
  TagApi,
95
98
  } from '@digital8/lighting-illusions-ts-sdk';
96
- import type { GetAllTagRequest } from '@digital8/lighting-illusions-ts-sdk';
99
+ import type { DestroyTagRequest } from '@digital8/lighting-illusions-ts-sdk';
97
100
 
98
101
  async function example() {
99
102
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
100
103
  const api = new TagApi();
101
104
 
102
105
  const body = {
103
- // IndexTagRequest (optional)
104
- indexTagRequest: ...,
105
- } satisfies GetAllTagRequest;
106
+ // number | The id of the tag
107
+ tag: 56,
108
+ } satisfies DestroyTagRequest;
106
109
 
107
110
  try {
108
- const data = await api.getAllTag(body);
111
+ const data = await api.destroyTag(body);
109
112
  console.log(data);
110
113
  } catch (error) {
111
114
  console.error(error);
@@ -121,11 +124,11 @@ example().catch(console.error);
121
124
 
122
125
  | Name | Type | Description | Notes |
123
126
  |------------- | ------------- | ------------- | -------------|
124
- | **indexTagRequest** | [IndexTagRequest](IndexTagRequest.md) | | [Optional] |
127
+ | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
125
128
 
126
129
  ### Return type
127
130
 
128
- [**TagLiteResourceArrayResponse**](TagLiteResourceArrayResponse.md)
131
+ [**GenericResponse**](GenericResponse.md)
129
132
 
130
133
  ### Authorization
131
134
 
@@ -133,23 +136,23 @@ No authorization required
133
136
 
134
137
  ### HTTP request headers
135
138
 
136
- - **Content-Type**: `application/json`
139
+ - **Content-Type**: Not defined
137
140
  - **Accept**: `application/json`
138
141
 
139
142
 
140
143
  ### HTTP response details
141
144
  | Status code | Description | Response headers |
142
145
  |-------------|-------------|------------------|
143
- | **200** | Successful resource response | - |
146
+ | **200** | \\JsonResponse | - |
144
147
 
145
148
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
146
149
 
147
150
 
148
- ## indexTag
151
+ ## detachProductChildTag
149
152
 
150
- > PaginatedTagListResourceResponse indexTag(indexTagRequest)
153
+ > ProductChildRelationResourceArrayResponse detachProductChildTag(tag, productChild)
151
154
 
152
- Auto-generated: indexTag
155
+ Auto-generated: detachProductChildTag
153
156
 
154
157
  ### Example
155
158
 
@@ -158,19 +161,21 @@ import {
158
161
  Configuration,
159
162
  TagApi,
160
163
  } from '@digital8/lighting-illusions-ts-sdk';
161
- import type { IndexTagOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
164
+ import type { DetachProductChildTagRequest } from '@digital8/lighting-illusions-ts-sdk';
162
165
 
163
166
  async function example() {
164
167
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
165
168
  const api = new TagApi();
166
169
 
167
170
  const body = {
168
- // IndexTagRequest (optional)
169
- indexTagRequest: ...,
170
- } satisfies IndexTagOperationRequest;
171
+ // number | The id of the tag
172
+ tag: 56,
173
+ // number | The id of the productChild
174
+ productChild: 56,
175
+ } satisfies DetachProductChildTagRequest;
171
176
 
172
177
  try {
173
- const data = await api.indexTag(body);
178
+ const data = await api.detachProductChildTag(body);
174
179
  console.log(data);
175
180
  } catch (error) {
176
181
  console.error(error);
@@ -186,11 +191,12 @@ example().catch(console.error);
186
191
 
187
192
  | Name | Type | Description | Notes |
188
193
  |------------- | ------------- | ------------- | -------------|
189
- | **indexTagRequest** | [IndexTagRequest](IndexTagRequest.md) | | [Optional] |
194
+ | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
195
+ | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
190
196
 
191
197
  ### Return type
192
198
 
193
- [**PaginatedTagListResourceResponse**](PaginatedTagListResourceResponse.md)
199
+ [**ProductChildRelationResourceArrayResponse**](ProductChildRelationResourceArrayResponse.md)
194
200
 
195
201
  ### Authorization
196
202
 
@@ -198,23 +204,23 @@ No authorization required
198
204
 
199
205
  ### HTTP request headers
200
206
 
201
- - **Content-Type**: `application/json`
207
+ - **Content-Type**: Not defined
202
208
  - **Accept**: `application/json`
203
209
 
204
210
 
205
211
  ### HTTP response details
206
212
  | Status code | Description | Response headers |
207
213
  |-------------|-------------|------------------|
208
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\TagListResource[]>> | - |
214
+ | **200** | Successful resource response | - |
209
215
 
210
216
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
211
217
 
212
218
 
213
- ## linkProductChildrenTag
219
+ ## getAllTag
214
220
 
215
- > ProductChildRelationResourceArrayResponse linkProductChildrenTag(tag, attachAccessoriesProductChildRequest)
221
+ > TagLiteResourceArrayResponse getAllTag(indexTagRequest)
216
222
 
217
- Auto-generated: linkProductChildrenTag
223
+ Auto-generated: getAllTag
218
224
 
219
225
  ### Example
220
226
 
@@ -223,21 +229,19 @@ import {
223
229
  Configuration,
224
230
  TagApi,
225
231
  } from '@digital8/lighting-illusions-ts-sdk';
226
- import type { LinkProductChildrenTagRequest } from '@digital8/lighting-illusions-ts-sdk';
232
+ import type { GetAllTagRequest } from '@digital8/lighting-illusions-ts-sdk';
227
233
 
228
234
  async function example() {
229
235
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
230
236
  const api = new TagApi();
231
237
 
232
238
  const body = {
233
- // number | The id of the tag
234
- tag: 56,
235
- // AttachAccessoriesProductChildRequest (optional)
236
- attachAccessoriesProductChildRequest: ...,
237
- } satisfies LinkProductChildrenTagRequest;
239
+ // IndexTagRequest (optional)
240
+ indexTagRequest: ...,
241
+ } satisfies GetAllTagRequest;
238
242
 
239
243
  try {
240
- const data = await api.linkProductChildrenTag(body);
244
+ const data = await api.getAllTag(body);
241
245
  console.log(data);
242
246
  } catch (error) {
243
247
  console.error(error);
@@ -253,12 +257,11 @@ example().catch(console.error);
253
257
 
254
258
  | Name | Type | Description | Notes |
255
259
  |------------- | ------------- | ------------- | -------------|
256
- | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
257
- | **attachAccessoriesProductChildRequest** | [AttachAccessoriesProductChildRequest](AttachAccessoriesProductChildRequest.md) | | [Optional] |
260
+ | **indexTagRequest** | [IndexTagRequest](IndexTagRequest.md) | | [Optional] |
258
261
 
259
262
  ### Return type
260
263
 
261
- [**ProductChildRelationResourceArrayResponse**](ProductChildRelationResourceArrayResponse.md)
264
+ [**TagLiteResourceArrayResponse**](TagLiteResourceArrayResponse.md)
262
265
 
263
266
  ### Authorization
264
267
 
@@ -278,11 +281,11 @@ No authorization required
278
281
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
279
282
 
280
283
 
281
- ## showTag
284
+ ## indexTag
282
285
 
283
- > TagResource showTag(tag)
286
+ > PaginatedTagListResourceResponse indexTag(indexTagRequest)
284
287
 
285
- Auto-generated: showTag
288
+ Auto-generated: indexTag
286
289
 
287
290
  ### Example
288
291
 
@@ -291,19 +294,19 @@ import {
291
294
  Configuration,
292
295
  TagApi,
293
296
  } from '@digital8/lighting-illusions-ts-sdk';
294
- import type { ShowTagRequest } from '@digital8/lighting-illusions-ts-sdk';
297
+ import type { IndexTagOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
295
298
 
296
299
  async function example() {
297
300
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
298
301
  const api = new TagApi();
299
302
 
300
303
  const body = {
301
- // number | The id of the tag
302
- tag: 56,
303
- } satisfies ShowTagRequest;
304
+ // IndexTagRequest (optional)
305
+ indexTagRequest: ...,
306
+ } satisfies IndexTagOperationRequest;
304
307
 
305
308
  try {
306
- const data = await api.showTag(body);
309
+ const data = await api.indexTag(body);
307
310
  console.log(data);
308
311
  } catch (error) {
309
312
  console.error(error);
@@ -319,11 +322,11 @@ example().catch(console.error);
319
322
 
320
323
  | Name | Type | Description | Notes |
321
324
  |------------- | ------------- | ------------- | -------------|
322
- | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
325
+ | **indexTagRequest** | [IndexTagRequest](IndexTagRequest.md) | | [Optional] |
323
326
 
324
327
  ### Return type
325
328
 
326
- [**TagResource**](TagResource.md)
329
+ [**PaginatedTagListResourceResponse**](PaginatedTagListResourceResponse.md)
327
330
 
328
331
  ### Authorization
329
332
 
@@ -331,23 +334,23 @@ No authorization required
331
334
 
332
335
  ### HTTP request headers
333
336
 
334
- - **Content-Type**: Not defined
337
+ - **Content-Type**: `application/json`
335
338
  - **Accept**: `application/json`
336
339
 
337
340
 
338
341
  ### HTTP response details
339
342
  | Status code | Description | Response headers |
340
343
  |-------------|-------------|------------------|
341
- | **200** | Successful resource response | - |
344
+ | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\TagListResource[]>> | - |
342
345
 
343
346
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
344
347
 
345
348
 
346
- ## storeTag
349
+ ## showTag
347
350
 
348
- > TagResource storeTag(storeTagRequest)
351
+ > TagResource showTag(tag)
349
352
 
350
- Auto-generated: storeTag
353
+ Auto-generated: showTag
351
354
 
352
355
  ### Example
353
356
 
@@ -356,19 +359,19 @@ import {
356
359
  Configuration,
357
360
  TagApi,
358
361
  } from '@digital8/lighting-illusions-ts-sdk';
359
- import type { StoreTagOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
362
+ import type { ShowTagRequest } from '@digital8/lighting-illusions-ts-sdk';
360
363
 
361
364
  async function example() {
362
365
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
363
366
  const api = new TagApi();
364
367
 
365
368
  const body = {
366
- // StoreTagRequest (optional)
367
- storeTagRequest: ...,
368
- } satisfies StoreTagOperationRequest;
369
+ // number | The id of the tag
370
+ tag: 56,
371
+ } satisfies ShowTagRequest;
369
372
 
370
373
  try {
371
- const data = await api.storeTag(body);
374
+ const data = await api.showTag(body);
372
375
  console.log(data);
373
376
  } catch (error) {
374
377
  console.error(error);
@@ -384,7 +387,7 @@ example().catch(console.error);
384
387
 
385
388
  | Name | Type | Description | Notes |
386
389
  |------------- | ------------- | ------------- | -------------|
387
- | **storeTagRequest** | [StoreTagRequest](StoreTagRequest.md) | | [Optional] |
390
+ | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
388
391
 
389
392
  ### Return type
390
393
 
@@ -396,7 +399,7 @@ No authorization required
396
399
 
397
400
  ### HTTP request headers
398
401
 
399
- - **Content-Type**: `application/json`
402
+ - **Content-Type**: Not defined
400
403
  - **Accept**: `application/json`
401
404
 
402
405
 
@@ -408,11 +411,11 @@ No authorization required
408
411
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
409
412
 
410
413
 
411
- ## unlinkProductChildTag
414
+ ## storeTag
412
415
 
413
- > ProductChildRelationResourceArrayResponse unlinkProductChildTag(tag, productChild)
416
+ > TagResource storeTag(storeTagRequest)
414
417
 
415
- Auto-generated: unlinkProductChildTag
418
+ Auto-generated: storeTag
416
419
 
417
420
  ### Example
418
421
 
@@ -421,21 +424,19 @@ import {
421
424
  Configuration,
422
425
  TagApi,
423
426
  } from '@digital8/lighting-illusions-ts-sdk';
424
- import type { UnlinkProductChildTagRequest } from '@digital8/lighting-illusions-ts-sdk';
427
+ import type { StoreTagOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
425
428
 
426
429
  async function example() {
427
430
  console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
428
431
  const api = new TagApi();
429
432
 
430
433
  const body = {
431
- // number | The id of the tag
432
- tag: 56,
433
- // number | The id of the productChild
434
- productChild: 56,
435
- } satisfies UnlinkProductChildTagRequest;
434
+ // StoreTagRequest (optional)
435
+ storeTagRequest: ...,
436
+ } satisfies StoreTagOperationRequest;
436
437
 
437
438
  try {
438
- const data = await api.unlinkProductChildTag(body);
439
+ const data = await api.storeTag(body);
439
440
  console.log(data);
440
441
  } catch (error) {
441
442
  console.error(error);
@@ -451,12 +452,11 @@ example().catch(console.error);
451
452
 
452
453
  | Name | Type | Description | Notes |
453
454
  |------------- | ------------- | ------------- | -------------|
454
- | **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
455
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
455
+ | **storeTagRequest** | [StoreTagRequest](StoreTagRequest.md) | | [Optional] |
456
456
 
457
457
  ### Return type
458
458
 
459
- [**ProductChildRelationResourceArrayResponse**](ProductChildRelationResourceArrayResponse.md)
459
+ [**TagResource**](TagResource.md)
460
460
 
461
461
  ### Authorization
462
462
 
@@ -464,7 +464,7 @@ No authorization required
464
464
 
465
465
  ### HTTP request headers
466
466
 
467
- - **Content-Type**: Not defined
467
+ - **Content-Type**: `application/json`
468
468
  - **Accept**: `application/json`
469
469
 
470
470
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.465",
3
+ "version": "0.0.466",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {