@digital8/lighting-illusions-ts-sdk 0.0.473 → 0.0.475
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.
- package/.openapi-generator/FILES +78 -10
- package/README.md +59 -20
- package/dist/apis/AttributeApi.d.ts +33 -33
- package/dist/apis/AttributeApi.js +92 -92
- package/dist/apis/OverlayTemplateApi.d.ts +39 -39
- package/dist/apis/OverlayTemplateApi.js +110 -110
- package/dist/apis/ProductApi.d.ts +78 -17
- package/dist/apis/ProductApi.js +271 -24
- package/dist/apis/ProductTypeApi.d.ts +33 -33
- package/dist/apis/ProductTypeApi.js +89 -89
- package/dist/apis/SiteApi.d.ts +5 -5
- package/dist/apis/SiteApi.js +2 -2
- package/dist/apis/SupplierApi.d.ts +3 -3
- package/dist/apis/SupplierApi.js +1 -1
- package/dist/apis/TagApi.d.ts +27 -27
- package/dist/apis/TagApi.js +81 -81
- package/dist/models/AssetLiteResource.d.ts +6 -0
- package/dist/models/AssetLiteResource.js +4 -0
- package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +32 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +51 -0
- package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
- package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
- package/dist/models/AttributeListResource.d.ts +56 -0
- package/dist/models/AttributeListResource.js +67 -0
- package/dist/models/AttributeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/AttributeListResourceArrayResponse.js +50 -0
- package/dist/models/DescriptionResource.d.ts +44 -0
- package/dist/models/DescriptionResource.js +59 -0
- package/dist/models/DescriptionResourceArrayResponse.d.ts +33 -0
- package/dist/models/DescriptionResourceArrayResponse.js +50 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -0
- package/dist/models/ExternalApiLogListResource.d.ts +56 -0
- package/dist/models/ExternalApiLogListResource.js +63 -0
- package/dist/models/ExternalApiLogListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ExternalApiLogListResourceArrayResponse.js +50 -0
- package/dist/models/GetAllAttributeRequest.d.ts +15 -9
- package/dist/models/GetAllAttributeRequest.js +6 -4
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +12 -6
- package/dist/models/GetAllOverlayTemplateRequest.js +4 -2
- package/dist/models/GetAllProductChildRequest.d.ts +6 -0
- package/dist/models/GetAllProductChildRequest.js +2 -0
- package/dist/models/GetAllProductRequest.d.ts +36 -0
- package/dist/models/GetAllProductRequest.js +12 -0
- package/dist/models/GetAllProductTypeRequest.d.ts +6 -0
- package/dist/models/GetAllProductTypeRequest.js +2 -0
- package/dist/models/GetAllSupplierRequest.d.ts +6 -0
- package/dist/models/GetAllSupplierRequest.js +2 -0
- package/dist/models/IndexAttributeRequest.d.ts +25 -0
- package/dist/models/IndexAttributeRequest.js +13 -1
- package/dist/models/IndexExternalApiLogRequest.d.ts +21 -3
- package/dist/models/IndexExternalApiLogRequest.js +10 -4
- package/dist/models/IndexOverlayTemplateRequest.d.ts +25 -0
- package/dist/models/IndexOverlayTemplateRequest.js +13 -1
- package/dist/models/IndexProductChildRequest.d.ts +6 -0
- package/dist/models/IndexProductChildRequest.js +2 -0
- package/dist/models/IndexProductRequest.d.ts +130 -0
- package/dist/models/IndexProductRequest.js +97 -0
- package/dist/models/IndexProductTypeRequest.d.ts +25 -0
- package/dist/models/IndexProductTypeRequest.js +13 -1
- package/dist/models/IndexSiteNotificationRequest.d.ts +18 -0
- package/dist/models/IndexSiteNotificationRequest.js +6 -0
- package/dist/models/IndexSiteRequest.d.ts +18 -0
- package/dist/models/IndexSiteRequest.js +6 -0
- package/dist/models/IndexSupplierRequest.d.ts +25 -0
- package/dist/models/IndexSupplierRequest.js +13 -1
- package/dist/models/IndexTagRequest.d.ts +25 -0
- package/dist/models/IndexTagRequest.js +13 -1
- package/dist/models/OverlayTemplateListResource.d.ts +45 -0
- package/dist/models/OverlayTemplateListResource.js +60 -0
- package/dist/models/OverlayTemplateListResourceArrayResponse.d.ts +33 -0
- package/dist/models/OverlayTemplateListResourceArrayResponse.js +50 -0
- package/dist/models/PaginatedAttributeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAttributeListResourceResponse.js +57 -0
- package/dist/models/PaginatedExternalApiLogListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedExternalApiLogListResourceResponse.js +57 -0
- package/dist/models/PaginatedOverlayTemplateListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOverlayTemplateListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductListResourceResponse.js +57 -0
- package/dist/models/PaginatedProductTypeListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductTypeListResourceResponse.js +57 -0
- package/dist/models/PaginatedSiteListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteListResourceResponse.js +57 -0
- package/dist/models/PaginatedSiteNotificationListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSiteNotificationListResourceResponse.js +57 -0
- package/dist/models/PaginatedSupplierListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedSupplierListResourceResponse.js +57 -0
- package/dist/models/PaginatedTagListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedTagListResourceResponse.js +57 -0
- package/dist/models/ProductChildListResource.d.ts +63 -0
- package/dist/models/ProductChildListResource.js +72 -0
- package/dist/models/ProductChildListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildListResourceArrayResponse.js +50 -0
- package/dist/models/ProductListResource.d.ts +38 -0
- package/dist/models/ProductListResource.js +55 -0
- package/dist/models/ProductListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductListResourceArrayResponse.js +50 -0
- package/dist/models/ProductTypeListResource.d.ts +44 -0
- package/dist/models/ProductTypeListResource.js +59 -0
- package/dist/models/ProductTypeListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductTypeListResourceArrayResponse.js +50 -0
- package/dist/models/SEOResource.d.ts +2 -20
- package/dist/models/SEOResource.js +8 -20
- package/dist/models/SiteListResource.d.ts +50 -0
- package/dist/models/SiteListResource.js +63 -0
- package/dist/models/SiteListResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteListResourceArrayResponse.js +50 -0
- package/dist/models/SiteNotificationListResource.d.ts +87 -0
- package/dist/models/SiteNotificationListResource.js +84 -0
- package/dist/models/SiteNotificationListResourceArrayResponse.d.ts +33 -0
- package/dist/models/SiteNotificationListResourceArrayResponse.js +50 -0
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +3 -15
- package/dist/models/StoreProductChildRequestSitesInner.js +7 -9
- package/dist/models/StoreSupplierRequest.d.ts +7 -0
- package/dist/models/StoreSupplierRequest.js +5 -0
- package/dist/models/StoreSupplierRequestDescriptionsInner.d.ts +44 -0
- package/dist/models/StoreSupplierRequestDescriptionsInner.js +55 -0
- package/dist/models/StoreSupplierRequestSeoInner.d.ts +2 -20
- package/dist/models/StoreSupplierRequestSeoInner.js +4 -10
- package/dist/models/StoreTagRequest.d.ts +3 -9
- package/dist/models/StoreTagRequest.js +6 -8
- package/dist/models/SupplierFrontendResource.d.ts +7 -0
- package/dist/models/SupplierFrontendResource.js +5 -0
- package/dist/models/SupplierListResource.d.ts +57 -0
- package/dist/models/SupplierListResource.js +68 -0
- package/dist/models/SupplierListResourceArrayResponse.d.ts +33 -0
- package/dist/models/SupplierListResourceArrayResponse.js +50 -0
- package/dist/models/SupplierResource.d.ts +7 -0
- package/dist/models/SupplierResource.js +5 -0
- package/dist/models/TagListResource.d.ts +57 -0
- package/dist/models/TagListResource.js +68 -0
- package/dist/models/TagListResourceArrayResponse.d.ts +33 -0
- package/dist/models/TagListResourceArrayResponse.js +50 -0
- package/dist/models/TagResource.d.ts +7 -0
- package/dist/models/TagResource.js +5 -0
- package/dist/models/UpdateSupplierRequest.d.ts +7 -0
- package/dist/models/UpdateSupplierRequest.js +5 -0
- package/dist/models/UpdateTagRequest.d.ts +3 -9
- package/dist/models/UpdateTagRequest.js +6 -8
- package/dist/models/index.d.ts +39 -5
- package/dist/models/index.js +39 -5
- package/docs/AssetLiteResource.md +2 -0
- package/docs/{LinkProductChildrenTagRequest.md → AttachAccessoriesProductChildRequest.md} +4 -4
- package/docs/{LinkAssetsOverlayTemplateRequest.md → AttachAssetsOverlayTemplateRequest.md} +4 -4
- package/docs/{LinkAttributeProductTypeRequest.md → AttachAttributeProductTypeRequest.md} +4 -4
- package/docs/{LinkProductTypeAttributeRequest.md → AttachProductTypeAttributeRequest.md} +4 -4
- package/docs/AttributeApi.md +117 -117
- package/docs/AttributeListResource.md +42 -0
- package/docs/AttributeListResourceArrayResponse.md +34 -0
- package/docs/DescriptionResource.md +38 -0
- package/docs/DescriptionResourceArrayResponse.md +34 -0
- package/docs/{UnlinkAssetableOverlayTemplateRequest.md → DetachAssetableOverlayTemplateRequest.md} +6 -4
- package/docs/ExternalApiLogListResource.md +42 -0
- package/docs/ExternalApiLogListResourceArrayResponse.md +34 -0
- package/docs/GetAllAttributeRequest.md +6 -4
- package/docs/GetAllOverlayTemplateRequest.md +4 -2
- package/docs/GetAllProductChildRequest.md +2 -0
- package/docs/GetAllProductRequest.md +12 -0
- package/docs/GetAllProductTypeRequest.md +2 -0
- package/docs/GetAllSupplierRequest.md +2 -0
- package/docs/IndexAttributeRequest.md +6 -0
- package/docs/IndexExternalApiLogRequest.md +10 -4
- package/docs/IndexOverlayTemplateRequest.md +6 -0
- package/docs/IndexProductChildRequest.md +2 -0
- package/docs/IndexProductRequest.md +58 -0
- package/docs/IndexProductTypeRequest.md +6 -0
- package/docs/IndexSiteNotificationRequest.md +6 -0
- package/docs/IndexSiteRequest.md +6 -0
- package/docs/IndexSupplierRequest.md +6 -0
- package/docs/IndexTagRequest.md +6 -0
- package/docs/OverlayTemplateApi.md +115 -115
- package/docs/OverlayTemplateListResource.md +38 -0
- package/docs/OverlayTemplateListResourceArrayResponse.md +34 -0
- package/docs/PaginatedAttributeListResourceResponse.md +36 -0
- package/docs/PaginatedExternalApiLogListResourceResponse.md +36 -0
- package/docs/PaginatedOverlayTemplateListResourceResponse.md +36 -0
- package/docs/PaginatedProductChildListResourceResponse.md +36 -0
- package/docs/PaginatedProductListResourceResponse.md +36 -0
- package/docs/PaginatedProductTypeListResourceResponse.md +36 -0
- package/docs/PaginatedSiteListResourceResponse.md +36 -0
- package/docs/PaginatedSiteNotificationListResourceResponse.md +36 -0
- package/docs/PaginatedSupplierListResourceResponse.md +36 -0
- package/docs/PaginatedTagListResourceResponse.md +36 -0
- package/docs/ProductApi.md +377 -29
- package/docs/ProductChildListResource.md +44 -0
- package/docs/ProductChildListResourceArrayResponse.md +34 -0
- package/docs/ProductListResource.md +36 -0
- package/docs/ProductListResourceArrayResponse.md +34 -0
- package/docs/ProductTypeApi.md +94 -94
- package/docs/ProductTypeListResource.md +38 -0
- package/docs/ProductTypeListResourceArrayResponse.md +34 -0
- package/docs/SEOResource.md +4 -10
- package/docs/SiteApi.md +6 -6
- package/docs/SiteListResource.md +40 -0
- package/docs/SiteListResourceArrayResponse.md +34 -0
- package/docs/SiteNotificationListResource.md +52 -0
- package/docs/SiteNotificationListResourceArrayResponse.md +34 -0
- package/docs/StoreProductChildRequestSitesInner.md +4 -8
- package/docs/StoreSupplierRequest.md +2 -0
- package/docs/StoreSupplierRequestDescriptionsInner.md +38 -0
- package/docs/StoreSupplierRequestSeoInner.md +4 -10
- package/docs/StoreTagRequest.md +6 -8
- package/docs/SupplierApi.md +3 -3
- package/docs/SupplierFrontendResource.md +2 -0
- package/docs/SupplierListResource.md +42 -0
- package/docs/SupplierListResourceArrayResponse.md +34 -0
- package/docs/SupplierResource.md +2 -0
- package/docs/TagApi.md +84 -84
- package/docs/TagListResource.md +42 -0
- package/docs/TagListResourceArrayResponse.md +34 -0
- package/docs/TagResource.md +2 -0
- package/docs/UpdateSupplierRequest.md +2 -0
- package/docs/UpdateTagRequest.md +6 -8
- package/package.json +1 -1
- package/src/apis/AttributeApi.ts +108 -108
- package/src/apis/OverlayTemplateApi.ts +141 -141
- package/src/apis/ProductApi.ts +282 -32
- package/src/apis/ProductTypeApi.ts +104 -104
- package/src/apis/SiteApi.ts +12 -12
- package/src/apis/SupplierApi.ts +6 -6
- package/src/apis/TagApi.ts +94 -94
- package/src/models/AssetLiteResource.ts +9 -0
- package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +66 -0
- package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
- package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
- package/src/models/AttributeListResource.ts +102 -0
- package/src/models/AttributeListResourceArrayResponse.ts +73 -0
- package/src/models/DescriptionResource.ts +84 -0
- package/src/models/DescriptionResourceArrayResponse.ts +73 -0
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
- package/src/models/ExternalApiLogListResource.ts +100 -0
- package/src/models/ExternalApiLogListResourceArrayResponse.ts +73 -0
- package/src/models/GetAllAttributeRequest.ts +21 -13
- package/src/models/GetAllOverlayTemplateRequest.ts +16 -8
- package/src/models/GetAllProductChildRequest.ts +8 -0
- package/src/models/GetAllProductRequest.ts +48 -0
- package/src/models/GetAllProductTypeRequest.ts +8 -0
- package/src/models/GetAllSupplierRequest.ts +8 -0
- package/src/models/IndexAttributeRequest.ts +32 -0
- package/src/models/IndexExternalApiLogRequest.ts +31 -7
- package/src/models/IndexOverlayTemplateRequest.ts +32 -0
- package/src/models/IndexProductChildRequest.ts +8 -0
- package/src/models/IndexProductRequest.ts +192 -0
- package/src/models/IndexProductTypeRequest.ts +32 -0
- package/src/models/IndexSiteNotificationRequest.ts +24 -0
- package/src/models/IndexSiteRequest.ts +24 -0
- package/src/models/IndexSupplierRequest.ts +32 -0
- package/src/models/IndexTagRequest.ts +32 -0
- package/src/models/OverlayTemplateListResource.ts +92 -0
- package/src/models/OverlayTemplateListResourceArrayResponse.ts +73 -0
- package/src/models/PaginatedAttributeListResourceResponse.ts +90 -0
- package/src/models/PaginatedExternalApiLogListResourceResponse.ts +90 -0
- package/src/models/PaginatedOverlayTemplateListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductListResourceResponse.ts +90 -0
- package/src/models/PaginatedProductTypeListResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteListResourceResponse.ts +90 -0
- package/src/models/PaginatedSiteNotificationListResourceResponse.ts +90 -0
- package/src/models/PaginatedSupplierListResourceResponse.ts +90 -0
- package/src/models/PaginatedTagListResourceResponse.ts +90 -0
- package/src/models/ProductChildListResource.ts +119 -0
- package/src/models/ProductChildListResourceArrayResponse.ts +73 -0
- package/src/models/ProductListResource.ts +75 -0
- package/src/models/ProductListResourceArrayResponse.ts +73 -0
- package/src/models/ProductTypeListResource.ts +84 -0
- package/src/models/ProductTypeListResourceArrayResponse.ts +73 -0
- package/src/models/SEOResource.ts +10 -37
- package/src/models/SiteListResource.ts +93 -0
- package/src/models/SiteListResourceArrayResponse.ts +73 -0
- package/src/models/SiteNotificationListResource.ts +153 -0
- package/src/models/SiteNotificationListResourceArrayResponse.ts +73 -0
- package/src/models/StoreProductChildRequestSitesInner.ts +9 -24
- package/src/models/StoreSupplierRequest.ts +16 -0
- package/src/models/StoreSupplierRequestDescriptionsInner.ts +82 -0
- package/src/models/StoreSupplierRequestSeoInner.ts +6 -30
- package/src/models/StoreTagRequest.ts +9 -17
- package/src/models/SupplierFrontendResource.ts +16 -0
- package/src/models/SupplierListResource.ts +110 -0
- package/src/models/SupplierListResourceArrayResponse.ts +73 -0
- package/src/models/SupplierResource.ts +16 -0
- package/src/models/TagListResource.ts +110 -0
- package/src/models/TagListResourceArrayResponse.ts +73 -0
- package/src/models/TagResource.ts +16 -0
- package/src/models/UpdateSupplierRequest.ts +16 -0
- package/src/models/UpdateTagRequest.ts +9 -17
- package/src/models/index.ts +39 -5
- package/dist/models/LinkAssetsOverlayTemplateRequest.d.ts +0 -32
- package/dist/models/LinkAssetsOverlayTemplateRequest.js +0 -51
- package/dist/models/LinkAttributeProductTypeRequest.d.ts +0 -48
- package/dist/models/LinkAttributeProductTypeRequest.js +0 -65
- package/dist/models/LinkProductChildrenTagRequest.d.ts +0 -32
- package/dist/models/LinkProductChildrenTagRequest.js +0 -51
- package/dist/models/LinkProductTypeAttributeRequest.d.ts +0 -48
- package/dist/models/LinkProductTypeAttributeRequest.js +0 -65
- package/dist/models/UnlinkAssetableOverlayTemplateRequest.d.ts +0 -45
- package/dist/models/UnlinkAssetableOverlayTemplateRequest.js +0 -62
- package/src/models/LinkAssetsOverlayTemplateRequest.ts +0 -66
- package/src/models/LinkAttributeProductTypeRequest.ts +0 -88
- package/src/models/LinkProductChildrenTagRequest.ts +0 -66
- package/src/models/LinkProductTypeAttributeRequest.ts +0 -88
- package/src/models/UnlinkAssetableOverlayTemplateRequest.ts +0 -85
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#linkproductchildrentagoperation) | **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
|
-
##
|
|
18
|
+
## attachProductChildrenTag
|
|
19
19
|
|
|
20
|
-
>
|
|
20
|
+
> ProductChildRelationResourceArrayResponse attachProductChildrenTag(tag, attachAccessoriesProductChildRequest)
|
|
21
21
|
|
|
22
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
|
|
40
|
+
// AttachAccessoriesProductChildRequest (optional)
|
|
41
|
+
attachAccessoriesProductChildRequest: ...,
|
|
42
|
+
} satisfies AttachProductChildrenTagRequest;
|
|
41
43
|
|
|
42
44
|
try {
|
|
43
|
-
const data = await api.
|
|
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
|
-
[**
|
|
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**:
|
|
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** |
|
|
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
|
-
##
|
|
86
|
+
## destroyTag
|
|
84
87
|
|
|
85
|
-
>
|
|
88
|
+
> GenericResponse destroyTag(tag)
|
|
86
89
|
|
|
87
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
//
|
|
104
|
-
|
|
105
|
-
} satisfies
|
|
106
|
+
// number | The id of the tag
|
|
107
|
+
tag: 56,
|
|
108
|
+
} satisfies DestroyTagRequest;
|
|
106
109
|
|
|
107
110
|
try {
|
|
108
|
-
const data = await api.
|
|
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
|
-
| **
|
|
127
|
+
| **tag** | `number` | The id of the tag | [Defaults to `undefined`] |
|
|
125
128
|
|
|
126
129
|
### Return type
|
|
127
130
|
|
|
128
|
-
[**
|
|
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**:
|
|
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** |
|
|
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
|
-
##
|
|
151
|
+
## detachProductChildTag
|
|
149
152
|
|
|
150
|
-
>
|
|
153
|
+
> ProductChildRelationResourceArrayResponse detachProductChildTag(tag, productChild)
|
|
151
154
|
|
|
152
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
//
|
|
169
|
-
|
|
170
|
-
|
|
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.
|
|
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
|
-
| **
|
|
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
|
-
[**
|
|
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**:
|
|
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** |
|
|
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
|
-
##
|
|
219
|
+
## getAllTag
|
|
214
220
|
|
|
215
|
-
>
|
|
221
|
+
> TagLiteResourceArrayResponse getAllTag(indexTagRequest)
|
|
216
222
|
|
|
217
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
//
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
linkProductChildrenTagRequest: ...,
|
|
237
|
-
} satisfies LinkProductChildrenTagOperationRequest;
|
|
239
|
+
// IndexTagRequest (optional)
|
|
240
|
+
indexTagRequest: ...,
|
|
241
|
+
} satisfies GetAllTagRequest;
|
|
238
242
|
|
|
239
243
|
try {
|
|
240
|
-
const data = await api.
|
|
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
|
-
| **
|
|
257
|
-
| **linkProductChildrenTagRequest** | [LinkProductChildrenTagRequest](LinkProductChildrenTagRequest.md) | | [Optional] |
|
|
260
|
+
| **indexTagRequest** | [IndexTagRequest](IndexTagRequest.md) | | [Optional] |
|
|
258
261
|
|
|
259
262
|
### Return type
|
|
260
263
|
|
|
261
|
-
[**
|
|
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
|
-
##
|
|
284
|
+
## indexTag
|
|
282
285
|
|
|
283
|
-
>
|
|
286
|
+
> PaginatedTagListResourceResponse indexTag(indexTagRequest)
|
|
284
287
|
|
|
285
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
//
|
|
302
|
-
|
|
303
|
-
} satisfies
|
|
304
|
+
// IndexTagRequest (optional)
|
|
305
|
+
indexTagRequest: ...,
|
|
306
|
+
} satisfies IndexTagOperationRequest;
|
|
304
307
|
|
|
305
308
|
try {
|
|
306
|
-
const data = await api.
|
|
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
|
-
| **
|
|
325
|
+
| **indexTagRequest** | [IndexTagRequest](IndexTagRequest.md) | | [Optional] |
|
|
323
326
|
|
|
324
327
|
### Return type
|
|
325
328
|
|
|
326
|
-
[**
|
|
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**:
|
|
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** |
|
|
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
|
-
##
|
|
349
|
+
## showTag
|
|
347
350
|
|
|
348
|
-
> TagResource
|
|
351
|
+
> TagResource showTag(tag)
|
|
349
352
|
|
|
350
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
//
|
|
367
|
-
|
|
368
|
-
} satisfies
|
|
369
|
+
// number | The id of the tag
|
|
370
|
+
tag: 56,
|
|
371
|
+
} satisfies ShowTagRequest;
|
|
369
372
|
|
|
370
373
|
try {
|
|
371
|
-
const data = await api.
|
|
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
|
-
| **
|
|
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**:
|
|
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
|
-
##
|
|
414
|
+
## storeTag
|
|
412
415
|
|
|
413
|
-
>
|
|
416
|
+
> TagResource storeTag(storeTagRequest)
|
|
414
417
|
|
|
415
|
-
Auto-generated:
|
|
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 {
|
|
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
|
-
//
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
productChild: 56,
|
|
435
|
-
} satisfies UnlinkProductChildTagRequest;
|
|
434
|
+
// StoreTagRequest (optional)
|
|
435
|
+
storeTagRequest: ...,
|
|
436
|
+
} satisfies StoreTagOperationRequest;
|
|
436
437
|
|
|
437
438
|
try {
|
|
438
|
-
const data = await api.
|
|
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
|
-
| **
|
|
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
|
-
[**
|
|
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**:
|
|
467
|
+
- **Content-Type**: `application/json`
|
|
468
468
|
- **Accept**: `application/json`
|
|
469
469
|
|
|
470
470
|
|
|
@@ -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
|
+
|
package/docs/TagResource.md
CHANGED
|
@@ -12,6 +12,7 @@ Name | Type
|
|
|
12
12
|
`type` | string
|
|
13
13
|
`site` | [SiteLiteResource](SiteLiteResource.md)
|
|
14
14
|
`seo` | [SEOResource](SEOResource.md)
|
|
15
|
+
`description` | [DescriptionResource](DescriptionResource.md)
|
|
15
16
|
|
|
16
17
|
## Example
|
|
17
18
|
|
|
@@ -26,6 +27,7 @@ const example = {
|
|
|
26
27
|
"type": null,
|
|
27
28
|
"site": null,
|
|
28
29
|
"seo": null,
|
|
30
|
+
"description": null,
|
|
29
31
|
} satisfies TagResource
|
|
30
32
|
|
|
31
33
|
console.log(example)
|
|
@@ -13,6 +13,7 @@ Name | Type
|
|
|
13
13
|
`altText` | string
|
|
14
14
|
`mimeType` | string
|
|
15
15
|
`assetFileId` | number
|
|
16
|
+
`descriptions` | [Array<StoreSupplierRequestDescriptionsInner>](StoreSupplierRequestDescriptionsInner.md)
|
|
16
17
|
|
|
17
18
|
## Example
|
|
18
19
|
|
|
@@ -28,6 +29,7 @@ const example = {
|
|
|
28
29
|
"altText": null,
|
|
29
30
|
"mimeType": null,
|
|
30
31
|
"assetFileId": null,
|
|
32
|
+
"descriptions": null,
|
|
31
33
|
} satisfies UpdateSupplierRequest
|
|
32
34
|
|
|
33
35
|
console.log(example)
|
package/docs/UpdateTagRequest.md
CHANGED
|
@@ -9,11 +9,10 @@ Name | Type
|
|
|
9
9
|
`name` | string
|
|
10
10
|
`slug` | string
|
|
11
11
|
`type` | string
|
|
12
|
-
`
|
|
13
|
-
`
|
|
14
|
-
`
|
|
12
|
+
`seoTitle` | string
|
|
13
|
+
`seoDescription` | string
|
|
14
|
+
`headerDescription` | string
|
|
15
15
|
`footerDescription` | string
|
|
16
|
-
`pageDescription` | string
|
|
17
16
|
|
|
18
17
|
## Example
|
|
19
18
|
|
|
@@ -25,11 +24,10 @@ const example = {
|
|
|
25
24
|
"name": null,
|
|
26
25
|
"slug": null,
|
|
27
26
|
"type": null,
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
27
|
+
"seoTitle": null,
|
|
28
|
+
"seoDescription": null,
|
|
29
|
+
"headerDescription": null,
|
|
31
30
|
"footerDescription": null,
|
|
32
|
-
"pageDescription": null,
|
|
33
31
|
} satisfies UpdateTagRequest
|
|
34
32
|
|
|
35
33
|
console.log(example)
|