@digital8/lighting-illusions-ts-sdk 0.0.473 → 0.0.474
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 +72 -10
- package/README.md +56 -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/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/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/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/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/index.d.ts +36 -5
- package/dist/models/index.js +36 -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/{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/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/SupplierApi.md +3 -3
- package/docs/SupplierListResource.md +42 -0
- package/docs/SupplierListResourceArrayResponse.md +34 -0
- package/docs/TagApi.md +84 -84
- package/docs/TagListResource.md +42 -0
- package/docs/TagListResourceArrayResponse.md +34 -0
- 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/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/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/SupplierListResource.ts +110 -0
- package/src/models/SupplierListResourceArrayResponse.ts +73 -0
- package/src/models/TagListResource.ts +110 -0
- package/src/models/TagListResourceArrayResponse.ts +73 -0
- package/src/models/index.ts +36 -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/.openapi-generator/FILES
CHANGED
|
@@ -9,12 +9,18 @@ docs/AssetLiteResource.md
|
|
|
9
9
|
docs/AssetLiteResourceArrayResponse.md
|
|
10
10
|
docs/AssetResource.md
|
|
11
11
|
docs/AssetResourceArrayResponse.md
|
|
12
|
+
docs/AttachAccessoriesProductChildRequest.md
|
|
13
|
+
docs/AttachAssetsOverlayTemplateRequest.md
|
|
14
|
+
docs/AttachAttributeProductTypeRequest.md
|
|
12
15
|
docs/AttachDocumentablesDocumentRequest.md
|
|
13
16
|
docs/AttachDocumentablesDocumentRequestDocumentablesInner.md
|
|
14
17
|
docs/AttachDocumentsProductChildSiteDetailRequest.md
|
|
15
18
|
docs/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.md
|
|
19
|
+
docs/AttachProductTypeAttributeRequest.md
|
|
16
20
|
docs/AttributeApi.md
|
|
17
21
|
docs/AttributeFieldType.md
|
|
22
|
+
docs/AttributeListResource.md
|
|
23
|
+
docs/AttributeListResourceArrayResponse.md
|
|
18
24
|
docs/AttributeLiteResource.md
|
|
19
25
|
docs/AttributeLiteResourceArrayResponse.md
|
|
20
26
|
docs/AttributeProductTypeRelationResource.md
|
|
@@ -26,6 +32,7 @@ docs/AttributeValueResource.md
|
|
|
26
32
|
docs/AttributeValueResourceArrayResponse.md
|
|
27
33
|
docs/CouponDiscountType.md
|
|
28
34
|
docs/DestroyAttributeValueRequest.md
|
|
35
|
+
docs/DetachAssetableOverlayTemplateRequest.md
|
|
29
36
|
docs/DetachDocumentablesDocumentRequest.md
|
|
30
37
|
docs/DetachDocumentablesDocumentRequestDocumentablesInner.md
|
|
31
38
|
docs/DetachDocumentsProductChildSiteDetailRequest.md
|
|
@@ -37,6 +44,8 @@ docs/DocumentLiteResourceArrayResponse.md
|
|
|
37
44
|
docs/DocumentResource.md
|
|
38
45
|
docs/DocumentResourceArrayResponse.md
|
|
39
46
|
docs/ExternalApiLogApi.md
|
|
47
|
+
docs/ExternalApiLogListResource.md
|
|
48
|
+
docs/ExternalApiLogListResourceArrayResponse.md
|
|
40
49
|
docs/ExternalApiLogResource.md
|
|
41
50
|
docs/ExternalApiLogResourceArrayResponse.md
|
|
42
51
|
docs/ExternalApiProvider.md
|
|
@@ -54,50 +63,61 @@ docs/IndexDocumentRequest.md
|
|
|
54
63
|
docs/IndexExternalApiLogRequest.md
|
|
55
64
|
docs/IndexOverlayTemplateRequest.md
|
|
56
65
|
docs/IndexProductChildRequest.md
|
|
66
|
+
docs/IndexProductRequest.md
|
|
57
67
|
docs/IndexProductTypeRequest.md
|
|
58
68
|
docs/IndexSiteNotificationRequest.md
|
|
59
69
|
docs/IndexSiteRequest.md
|
|
60
70
|
docs/IndexSupplierRequest.md
|
|
61
71
|
docs/IndexTagRequest.md
|
|
62
|
-
docs/LinkAssetsOverlayTemplateRequest.md
|
|
63
|
-
docs/LinkAttributeProductTypeRequest.md
|
|
64
|
-
docs/LinkProductChildrenTagRequest.md
|
|
65
|
-
docs/LinkProductTypeAttributeRequest.md
|
|
66
72
|
docs/ModelAttributeResource.md
|
|
67
73
|
docs/ModelAttributeResourceArrayResponse.md
|
|
68
74
|
docs/OverlayTemplateApi.md
|
|
69
75
|
docs/OverlayTemplateAssetPosition.md
|
|
70
76
|
docs/OverlayTemplateAssetResource.md
|
|
71
77
|
docs/OverlayTemplateAssetResourceArrayResponse.md
|
|
78
|
+
docs/OverlayTemplateListResource.md
|
|
79
|
+
docs/OverlayTemplateListResourceArrayResponse.md
|
|
72
80
|
docs/OverlayTemplateLiteResource.md
|
|
73
81
|
docs/OverlayTemplateLiteResourceArrayResponse.md
|
|
74
82
|
docs/OverlayTemplateResource.md
|
|
75
83
|
docs/OverlayTemplateResourceArrayResponse.md
|
|
84
|
+
docs/PaginatedAttributeListResourceResponse.md
|
|
76
85
|
docs/PaginatedAttributeLiteResourceResponse.md
|
|
77
86
|
docs/PaginatedAttributeProductTypeRelationResourceResponse.md
|
|
78
87
|
docs/PaginatedAttributeResourceResponse.md
|
|
79
88
|
docs/PaginatedDocumentResourceResponse.md
|
|
89
|
+
docs/PaginatedExternalApiLogListResourceResponse.md
|
|
80
90
|
docs/PaginatedExternalApiLogResourceResponse.md
|
|
91
|
+
docs/PaginatedOverlayTemplateListResourceResponse.md
|
|
81
92
|
docs/PaginatedOverlayTemplateLiteResourceResponse.md
|
|
82
93
|
docs/PaginatedOverlayTemplateResourceResponse.md
|
|
94
|
+
docs/PaginatedProductChildListResourceResponse.md
|
|
83
95
|
docs/PaginatedProductChildLiteResourceResponse.md
|
|
84
96
|
docs/PaginatedProductChildOverlayRelationResourceResponse.md
|
|
85
97
|
docs/PaginatedProductChildRelationResourceResponse.md
|
|
86
98
|
docs/PaginatedProductChildResourceResponse.md
|
|
99
|
+
docs/PaginatedProductListResourceResponse.md
|
|
87
100
|
docs/PaginatedProductLiteResourceResponse.md
|
|
88
101
|
docs/PaginatedProductResourceResponse.md
|
|
102
|
+
docs/PaginatedProductTypeListResourceResponse.md
|
|
89
103
|
docs/PaginatedProductTypeLiteResourceResponse.md
|
|
90
104
|
docs/PaginatedProductTypeResourceResponse.md
|
|
105
|
+
docs/PaginatedSiteListResourceResponse.md
|
|
91
106
|
docs/PaginatedSiteLiteResourceResponse.md
|
|
107
|
+
docs/PaginatedSiteNotificationListResourceResponse.md
|
|
92
108
|
docs/PaginatedSiteNotificationResourceResponse.md
|
|
93
109
|
docs/PaginatedSiteResourceResponse.md
|
|
94
110
|
docs/PaginatedSupplierFrontendResourceResponse.md
|
|
111
|
+
docs/PaginatedSupplierListResourceResponse.md
|
|
95
112
|
docs/PaginatedSupplierLiteResourceResponse.md
|
|
96
113
|
docs/PaginatedSupplierResourceResponse.md
|
|
114
|
+
docs/PaginatedTagListResourceResponse.md
|
|
97
115
|
docs/PaginatedTagLiteResourceResponse.md
|
|
98
116
|
docs/PaginatedTagResourceResponse.md
|
|
99
117
|
docs/PagingMetadata.md
|
|
100
118
|
docs/ProductApi.md
|
|
119
|
+
docs/ProductChildListResource.md
|
|
120
|
+
docs/ProductChildListResourceArrayResponse.md
|
|
101
121
|
docs/ProductChildLiteResource.md
|
|
102
122
|
docs/ProductChildLiteResourceArrayResponse.md
|
|
103
123
|
docs/ProductChildOverlayRelationResource.md
|
|
@@ -109,11 +129,15 @@ docs/ProductChildResourceArrayResponse.md
|
|
|
109
129
|
docs/ProductChildSiteDetailApi.md
|
|
110
130
|
docs/ProductChildSiteDetailResource.md
|
|
111
131
|
docs/ProductChildSiteDetailResourceArrayResponse.md
|
|
132
|
+
docs/ProductListResource.md
|
|
133
|
+
docs/ProductListResourceArrayResponse.md
|
|
112
134
|
docs/ProductLiteResource.md
|
|
113
135
|
docs/ProductLiteResourceArrayResponse.md
|
|
114
136
|
docs/ProductResource.md
|
|
115
137
|
docs/ProductResourceArrayResponse.md
|
|
116
138
|
docs/ProductTypeApi.md
|
|
139
|
+
docs/ProductTypeListResource.md
|
|
140
|
+
docs/ProductTypeListResourceArrayResponse.md
|
|
117
141
|
docs/ProductTypeLiteResource.md
|
|
118
142
|
docs/ProductTypeLiteResourceArrayResponse.md
|
|
119
143
|
docs/ProductTypeResource.md
|
|
@@ -123,8 +147,12 @@ docs/SEOResourceArrayResponse.md
|
|
|
123
147
|
docs/SiteApi.md
|
|
124
148
|
docs/SiteConfigResource.md
|
|
125
149
|
docs/SiteConfigResourceArrayResponse.md
|
|
150
|
+
docs/SiteListResource.md
|
|
151
|
+
docs/SiteListResourceArrayResponse.md
|
|
126
152
|
docs/SiteLiteResource.md
|
|
127
153
|
docs/SiteLiteResourceArrayResponse.md
|
|
154
|
+
docs/SiteNotificationListResource.md
|
|
155
|
+
docs/SiteNotificationListResourceArrayResponse.md
|
|
128
156
|
docs/SiteNotificationResource.md
|
|
129
157
|
docs/SiteNotificationResourceArrayResponse.md
|
|
130
158
|
docs/SitePaymentConfigResource.md
|
|
@@ -152,17 +180,20 @@ docs/StoreTagRequest.md
|
|
|
152
180
|
docs/SupplierApi.md
|
|
153
181
|
docs/SupplierFrontendResource.md
|
|
154
182
|
docs/SupplierFrontendResourceArrayResponse.md
|
|
183
|
+
docs/SupplierListResource.md
|
|
184
|
+
docs/SupplierListResourceArrayResponse.md
|
|
155
185
|
docs/SupplierLiteResource.md
|
|
156
186
|
docs/SupplierLiteResourceArrayResponse.md
|
|
157
187
|
docs/SupplierResource.md
|
|
158
188
|
docs/SupplierResourceArrayResponse.md
|
|
159
189
|
docs/TagApi.md
|
|
190
|
+
docs/TagListResource.md
|
|
191
|
+
docs/TagListResourceArrayResponse.md
|
|
160
192
|
docs/TagLiteResource.md
|
|
161
193
|
docs/TagLiteResourceArrayResponse.md
|
|
162
194
|
docs/TagResource.md
|
|
163
195
|
docs/TagResourceArrayResponse.md
|
|
164
196
|
docs/TagType.md
|
|
165
|
-
docs/UnlinkAssetableOverlayTemplateRequest.md
|
|
166
197
|
docs/UpdateAttributeRequest.md
|
|
167
198
|
docs/UpdateAttributeValueRequest.md
|
|
168
199
|
docs/UpdateFilterOrderAttributeRequest.md
|
|
@@ -199,11 +230,17 @@ src/models/AssetLiteResource.ts
|
|
|
199
230
|
src/models/AssetLiteResourceArrayResponse.ts
|
|
200
231
|
src/models/AssetResource.ts
|
|
201
232
|
src/models/AssetResourceArrayResponse.ts
|
|
233
|
+
src/models/AttachAccessoriesProductChildRequest.ts
|
|
234
|
+
src/models/AttachAssetsOverlayTemplateRequest.ts
|
|
235
|
+
src/models/AttachAttributeProductTypeRequest.ts
|
|
202
236
|
src/models/AttachDocumentablesDocumentRequest.ts
|
|
203
237
|
src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts
|
|
204
238
|
src/models/AttachDocumentsProductChildSiteDetailRequest.ts
|
|
205
239
|
src/models/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.ts
|
|
240
|
+
src/models/AttachProductTypeAttributeRequest.ts
|
|
206
241
|
src/models/AttributeFieldType.ts
|
|
242
|
+
src/models/AttributeListResource.ts
|
|
243
|
+
src/models/AttributeListResourceArrayResponse.ts
|
|
207
244
|
src/models/AttributeLiteResource.ts
|
|
208
245
|
src/models/AttributeLiteResourceArrayResponse.ts
|
|
209
246
|
src/models/AttributeProductTypeRelationResource.ts
|
|
@@ -215,6 +252,7 @@ src/models/AttributeValueResource.ts
|
|
|
215
252
|
src/models/AttributeValueResourceArrayResponse.ts
|
|
216
253
|
src/models/CouponDiscountType.ts
|
|
217
254
|
src/models/DestroyAttributeValueRequest.ts
|
|
255
|
+
src/models/DetachAssetableOverlayTemplateRequest.ts
|
|
218
256
|
src/models/DetachDocumentablesDocumentRequest.ts
|
|
219
257
|
src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts
|
|
220
258
|
src/models/DetachDocumentsProductChildSiteDetailRequest.ts
|
|
@@ -224,6 +262,8 @@ src/models/DocumentLiteResource.ts
|
|
|
224
262
|
src/models/DocumentLiteResourceArrayResponse.ts
|
|
225
263
|
src/models/DocumentResource.ts
|
|
226
264
|
src/models/DocumentResourceArrayResponse.ts
|
|
265
|
+
src/models/ExternalApiLogListResource.ts
|
|
266
|
+
src/models/ExternalApiLogListResourceArrayResponse.ts
|
|
227
267
|
src/models/ExternalApiLogResource.ts
|
|
228
268
|
src/models/ExternalApiLogResourceArrayResponse.ts
|
|
229
269
|
src/models/ExternalApiProvider.ts
|
|
@@ -241,48 +281,59 @@ src/models/IndexDocumentRequest.ts
|
|
|
241
281
|
src/models/IndexExternalApiLogRequest.ts
|
|
242
282
|
src/models/IndexOverlayTemplateRequest.ts
|
|
243
283
|
src/models/IndexProductChildRequest.ts
|
|
284
|
+
src/models/IndexProductRequest.ts
|
|
244
285
|
src/models/IndexProductTypeRequest.ts
|
|
245
286
|
src/models/IndexSiteNotificationRequest.ts
|
|
246
287
|
src/models/IndexSiteRequest.ts
|
|
247
288
|
src/models/IndexSupplierRequest.ts
|
|
248
289
|
src/models/IndexTagRequest.ts
|
|
249
|
-
src/models/LinkAssetsOverlayTemplateRequest.ts
|
|
250
|
-
src/models/LinkAttributeProductTypeRequest.ts
|
|
251
|
-
src/models/LinkProductChildrenTagRequest.ts
|
|
252
|
-
src/models/LinkProductTypeAttributeRequest.ts
|
|
253
290
|
src/models/ModelAttributeResource.ts
|
|
254
291
|
src/models/ModelAttributeResourceArrayResponse.ts
|
|
255
292
|
src/models/OverlayTemplateAssetPosition.ts
|
|
256
293
|
src/models/OverlayTemplateAssetResource.ts
|
|
257
294
|
src/models/OverlayTemplateAssetResourceArrayResponse.ts
|
|
295
|
+
src/models/OverlayTemplateListResource.ts
|
|
296
|
+
src/models/OverlayTemplateListResourceArrayResponse.ts
|
|
258
297
|
src/models/OverlayTemplateLiteResource.ts
|
|
259
298
|
src/models/OverlayTemplateLiteResourceArrayResponse.ts
|
|
260
299
|
src/models/OverlayTemplateResource.ts
|
|
261
300
|
src/models/OverlayTemplateResourceArrayResponse.ts
|
|
301
|
+
src/models/PaginatedAttributeListResourceResponse.ts
|
|
262
302
|
src/models/PaginatedAttributeLiteResourceResponse.ts
|
|
263
303
|
src/models/PaginatedAttributeProductTypeRelationResourceResponse.ts
|
|
264
304
|
src/models/PaginatedAttributeResourceResponse.ts
|
|
265
305
|
src/models/PaginatedDocumentResourceResponse.ts
|
|
306
|
+
src/models/PaginatedExternalApiLogListResourceResponse.ts
|
|
266
307
|
src/models/PaginatedExternalApiLogResourceResponse.ts
|
|
308
|
+
src/models/PaginatedOverlayTemplateListResourceResponse.ts
|
|
267
309
|
src/models/PaginatedOverlayTemplateLiteResourceResponse.ts
|
|
268
310
|
src/models/PaginatedOverlayTemplateResourceResponse.ts
|
|
311
|
+
src/models/PaginatedProductChildListResourceResponse.ts
|
|
269
312
|
src/models/PaginatedProductChildLiteResourceResponse.ts
|
|
270
313
|
src/models/PaginatedProductChildOverlayRelationResourceResponse.ts
|
|
271
314
|
src/models/PaginatedProductChildRelationResourceResponse.ts
|
|
272
315
|
src/models/PaginatedProductChildResourceResponse.ts
|
|
316
|
+
src/models/PaginatedProductListResourceResponse.ts
|
|
273
317
|
src/models/PaginatedProductLiteResourceResponse.ts
|
|
274
318
|
src/models/PaginatedProductResourceResponse.ts
|
|
319
|
+
src/models/PaginatedProductTypeListResourceResponse.ts
|
|
275
320
|
src/models/PaginatedProductTypeLiteResourceResponse.ts
|
|
276
321
|
src/models/PaginatedProductTypeResourceResponse.ts
|
|
322
|
+
src/models/PaginatedSiteListResourceResponse.ts
|
|
277
323
|
src/models/PaginatedSiteLiteResourceResponse.ts
|
|
324
|
+
src/models/PaginatedSiteNotificationListResourceResponse.ts
|
|
278
325
|
src/models/PaginatedSiteNotificationResourceResponse.ts
|
|
279
326
|
src/models/PaginatedSiteResourceResponse.ts
|
|
280
327
|
src/models/PaginatedSupplierFrontendResourceResponse.ts
|
|
328
|
+
src/models/PaginatedSupplierListResourceResponse.ts
|
|
281
329
|
src/models/PaginatedSupplierLiteResourceResponse.ts
|
|
282
330
|
src/models/PaginatedSupplierResourceResponse.ts
|
|
331
|
+
src/models/PaginatedTagListResourceResponse.ts
|
|
283
332
|
src/models/PaginatedTagLiteResourceResponse.ts
|
|
284
333
|
src/models/PaginatedTagResourceResponse.ts
|
|
285
334
|
src/models/PagingMetadata.ts
|
|
335
|
+
src/models/ProductChildListResource.ts
|
|
336
|
+
src/models/ProductChildListResourceArrayResponse.ts
|
|
286
337
|
src/models/ProductChildLiteResource.ts
|
|
287
338
|
src/models/ProductChildLiteResourceArrayResponse.ts
|
|
288
339
|
src/models/ProductChildOverlayRelationResource.ts
|
|
@@ -293,10 +344,14 @@ src/models/ProductChildResource.ts
|
|
|
293
344
|
src/models/ProductChildResourceArrayResponse.ts
|
|
294
345
|
src/models/ProductChildSiteDetailResource.ts
|
|
295
346
|
src/models/ProductChildSiteDetailResourceArrayResponse.ts
|
|
347
|
+
src/models/ProductListResource.ts
|
|
348
|
+
src/models/ProductListResourceArrayResponse.ts
|
|
296
349
|
src/models/ProductLiteResource.ts
|
|
297
350
|
src/models/ProductLiteResourceArrayResponse.ts
|
|
298
351
|
src/models/ProductResource.ts
|
|
299
352
|
src/models/ProductResourceArrayResponse.ts
|
|
353
|
+
src/models/ProductTypeListResource.ts
|
|
354
|
+
src/models/ProductTypeListResourceArrayResponse.ts
|
|
300
355
|
src/models/ProductTypeLiteResource.ts
|
|
301
356
|
src/models/ProductTypeLiteResourceArrayResponse.ts
|
|
302
357
|
src/models/ProductTypeResource.ts
|
|
@@ -305,8 +360,12 @@ src/models/SEOResource.ts
|
|
|
305
360
|
src/models/SEOResourceArrayResponse.ts
|
|
306
361
|
src/models/SiteConfigResource.ts
|
|
307
362
|
src/models/SiteConfigResourceArrayResponse.ts
|
|
363
|
+
src/models/SiteListResource.ts
|
|
364
|
+
src/models/SiteListResourceArrayResponse.ts
|
|
308
365
|
src/models/SiteLiteResource.ts
|
|
309
366
|
src/models/SiteLiteResourceArrayResponse.ts
|
|
367
|
+
src/models/SiteNotificationListResource.ts
|
|
368
|
+
src/models/SiteNotificationListResourceArrayResponse.ts
|
|
310
369
|
src/models/SiteNotificationResource.ts
|
|
311
370
|
src/models/SiteNotificationResourceArrayResponse.ts
|
|
312
371
|
src/models/SitePaymentConfigResource.ts
|
|
@@ -333,16 +392,19 @@ src/models/StoreSupplierRequestSeoInner.ts
|
|
|
333
392
|
src/models/StoreTagRequest.ts
|
|
334
393
|
src/models/SupplierFrontendResource.ts
|
|
335
394
|
src/models/SupplierFrontendResourceArrayResponse.ts
|
|
395
|
+
src/models/SupplierListResource.ts
|
|
396
|
+
src/models/SupplierListResourceArrayResponse.ts
|
|
336
397
|
src/models/SupplierLiteResource.ts
|
|
337
398
|
src/models/SupplierLiteResourceArrayResponse.ts
|
|
338
399
|
src/models/SupplierResource.ts
|
|
339
400
|
src/models/SupplierResourceArrayResponse.ts
|
|
401
|
+
src/models/TagListResource.ts
|
|
402
|
+
src/models/TagListResourceArrayResponse.ts
|
|
340
403
|
src/models/TagLiteResource.ts
|
|
341
404
|
src/models/TagLiteResourceArrayResponse.ts
|
|
342
405
|
src/models/TagResource.ts
|
|
343
406
|
src/models/TagResourceArrayResponse.ts
|
|
344
407
|
src/models/TagType.ts
|
|
345
|
-
src/models/UnlinkAssetableOverlayTemplateRequest.ts
|
|
346
408
|
src/models/UpdateAttributeRequest.ts
|
|
347
409
|
src/models/UpdateAttributeValueRequest.ts
|
|
348
410
|
src/models/UpdateFilterOrderAttributeRequest.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.474
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -51,19 +51,19 @@ All URIs are relative to *http://localhost/api*
|
|
|
51
51
|
| Class | Method | HTTP request | Description
|
|
52
52
|
| ----- | ------ | ------------ | -------------
|
|
53
53
|
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#storeassetfileoperation) | **POST** /admin-api/asset/create | Auto-generated: storeAssetFile
|
|
54
|
+
*AttributeApi* | [**attachProductTypeAttribute**](docs/AttributeApi.md#attachproducttypeattributeoperation) | **POST** /admin-api/attribute/{attribute}/attach-product-type | Auto-generated: attachProductTypeAttribute
|
|
54
55
|
*AttributeApi* | [**destroyAttribute**](docs/AttributeApi.md#destroyattribute) | **DELETE** /admin-api/attribute/{attribute}/delete | Auto-generated: destroyAttribute
|
|
55
56
|
*AttributeApi* | [**destroyAttributeValue**](docs/AttributeApi.md#destroyattributevalueoperation) | **POST** /admin-api/attribute/value/{attributeValue}/delete | Auto-generated: destroyAttributeValue
|
|
57
|
+
*AttributeApi* | [**detachProductTypeAttribute**](docs/AttributeApi.md#detachproducttypeattribute) | **POST** /admin-api/attribute/{attribute}/detach-product-type/{productType} | Auto-generated: detachProductTypeAttribute
|
|
56
58
|
*AttributeApi* | [**getAllAttribute**](docs/AttributeApi.md#getallattributeoperation) | **POST** /admin-api/attribute/all | Auto-generated: getAllAttribute
|
|
57
59
|
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#indexattributeoperation) | **POST** /admin-api/attribute/list | Auto-generated: indexAttribute
|
|
58
|
-
*AttributeApi* | [**linkProductTypeAttribute**](docs/AttributeApi.md#linkproducttypeattributeoperation) | **POST** /admin-api/attribute/{attribute}/link-product-type | Auto-generated: linkProductTypeAttribute
|
|
59
60
|
*AttributeApi* | [**showAttribute**](docs/AttributeApi.md#showattribute) | **GET** /admin-api/attribute/{attribute} | Auto-generated: showAttribute
|
|
60
61
|
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#storeattributeoperation) | **POST** /admin-api/attribute/create | Auto-generated: storeAttribute
|
|
61
62
|
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#storeattributevalueoperation) | **POST** /admin-api/attribute/value/create | Auto-generated: storeAttributeValue
|
|
62
|
-
*AttributeApi* | [**
|
|
63
|
+
*AttributeApi* | [**updateAttachedProductTypeAttribute**](docs/AttributeApi.md#updateattachedproducttypeattribute) | **PUT** /admin-api/attribute/{attribute}/update-product-type | Auto-generated: updateAttachedProductTypeAttribute
|
|
63
64
|
*AttributeApi* | [**updateAttribute**](docs/AttributeApi.md#updateattributeoperation) | **PUT** /admin-api/attribute/{attribute}/update | Auto-generated: updateAttribute
|
|
64
65
|
*AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
|
|
65
66
|
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattributeoperation) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
|
|
66
|
-
*AttributeApi* | [**updateLinkedProductTypeAttribute**](docs/AttributeApi.md#updatelinkedproducttypeattribute) | **PUT** /admin-api/attribute/{attribute}/update-product-type | Auto-generated: updateLinkedProductTypeAttribute
|
|
67
67
|
*AttributeApi* | [**updateModelAttribute**](docs/AttributeApi.md#updatemodelattributeoperation) | **PUT** /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute
|
|
68
68
|
*DocumentApi* | [**attachDocumentablesDocument**](docs/DocumentApi.md#attachdocumentablesdocumentoperation) | **POST** /admin-api/document/{document}/link-documentables | Auto-generated: attachDocumentablesDocument
|
|
69
69
|
*DocumentApi* | [**destroyDocument**](docs/DocumentApi.md#destroydocument) | **DELETE** /admin-api/document/{document} | Auto-generated: destroyDocument
|
|
@@ -73,25 +73,30 @@ All URIs are relative to *http://localhost/api*
|
|
|
73
73
|
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#storedocumentoperation) | **POST** /admin-api/document | Auto-generated: storeDocument
|
|
74
74
|
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#storedocumentfileoperation) | **POST** /admin-api/document/files | Auto-generated: storeDocumentFile
|
|
75
75
|
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
|
|
76
|
+
*OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
|
|
76
77
|
*OverlayTemplateApi* | [**destroyOverlayTemplate**](docs/OverlayTemplateApi.md#destroyoverlaytemplate) | **DELETE** /admin-api/overlay-template/{overlayTemplate}/delete | Auto-generated: destroyOverlayTemplate
|
|
77
78
|
*OverlayTemplateApi* | [**destroyOverlayTemplateAsset**](docs/OverlayTemplateApi.md#destroyoverlaytemplateasset) | **DELETE** /admin-api/overlay-template/asset/{overlayTemplateAsset}/delete | Auto-generated: destroyOverlayTemplateAsset
|
|
79
|
+
*OverlayTemplateApi* | [**detachAssetOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate
|
|
80
|
+
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetableoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate
|
|
78
81
|
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#getalloverlaytemplateoperation) | **POST** /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate
|
|
79
82
|
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#indexoverlaytemplateoperation) | **POST** /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate
|
|
80
|
-
*OverlayTemplateApi* | [**linkAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#linkassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/link-assets | Auto-generated: linkAssetsOverlayTemplate
|
|
81
83
|
*OverlayTemplateApi* | [**showOverlayTemplate**](docs/OverlayTemplateApi.md#showoverlaytemplate) | **GET** /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate
|
|
82
84
|
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#storeoverlaytemplateoperation) | **POST** /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate
|
|
83
85
|
*OverlayTemplateApi* | [**storeOverlayTemplateAsset**](docs/OverlayTemplateApi.md#storeoverlaytemplateassetoperation) | **POST** /admin-api/overlay-template/asset/create | Auto-generated: storeOverlayTemplateAsset
|
|
84
|
-
*OverlayTemplateApi* | [**unlinkAssetOverlayTemplate**](docs/OverlayTemplateApi.md#unlinkassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/remove-asset/{asset} | Auto-generated: unlinkAssetOverlayTemplate
|
|
85
|
-
*OverlayTemplateApi* | [**unlinkAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#unlinkassetableoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/remove-assetable | Auto-generated: unlinkAssetableOverlayTemplate
|
|
86
86
|
*OverlayTemplateApi* | [**updateOverlayTemplate**](docs/OverlayTemplateApi.md#updateoverlaytemplateoperation) | **PUT** /admin-api/overlay-template/{overlayTemplate}/update | Auto-generated: updateOverlayTemplate
|
|
87
87
|
*OverlayTemplateApi* | [**updateOverlayTemplateAsset**](docs/OverlayTemplateApi.md#updateoverlaytemplateassetoperation) | **PUT** /admin-api/overlay-template/asset/{overlayTemplateAsset}/update | Auto-generated: updateOverlayTemplateAsset
|
|
88
|
+
*ProductApi* | [**attachAccessoriesProductChild**](docs/ProductApi.md#attachaccessoriesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild
|
|
89
|
+
*ProductApi* | [**attachCompatibleProductsProductChild**](docs/ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild
|
|
88
90
|
*ProductApi* | [**destroyProduct**](docs/ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct
|
|
89
91
|
*ProductApi* | [**destroyProductChild**](docs/ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild
|
|
92
|
+
*ProductApi* | [**detachAccessoryProductChild**](docs/ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild
|
|
93
|
+
*ProductApi* | [**detachCompatibleProductProductChild**](docs/ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild
|
|
94
|
+
*ProductApi* | [**getAccessoriesProductChild**](docs/ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild
|
|
90
95
|
*ProductApi* | [**getAllProduct**](docs/ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct
|
|
91
96
|
*ProductApi* | [**getAllProductChild**](docs/ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild
|
|
97
|
+
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
98
|
+
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
92
99
|
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
93
|
-
*ProductApi* | [**searchProductChildrenExcludingRelationsProductChild**](docs/ProductApi.md#searchproductchildrenexcludingrelationsproductchild) | **POST** /admin-api/product/children/search-excluding-relations | Auto-generated: searchProductChildrenExcludingRelationsProductChild
|
|
94
|
-
*ProductApi* | [**searchProductChildrenForRelationsProductChild**](docs/ProductApi.md#searchproductchildrenforrelationsproductchild) | **POST** /admin-api/product/children/search-for-relations | Auto-generated: searchProductChildrenForRelationsProductChild
|
|
95
100
|
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchild) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
96
101
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
97
102
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
@@ -101,14 +106,14 @@ All URIs are relative to *http://localhost/api*
|
|
|
101
106
|
*ProductApi* | [**updateProductChild**](docs/ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild
|
|
102
107
|
*ProductChildSiteDetailApi* | [**attachDocumentsProductChildSiteDetail**](docs/ProductChildSiteDetailApi.md#attachdocumentsproductchildsitedetailoperation) | **POST** /admin-api/product-child-site-detail/{productChildSiteDetail}/link-documents | Auto-generated: attachDocumentsProductChildSiteDetail
|
|
103
108
|
*ProductChildSiteDetailApi* | [**detachDocumentsProductChildSiteDetail**](docs/ProductChildSiteDetailApi.md#detachdocumentsproductchildsitedetailoperation) | **POST** /admin-api/product-child-site-detail/{productChildSiteDetail}/remove-documents | Auto-generated: detachDocumentsProductChildSiteDetail
|
|
109
|
+
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
|
|
104
110
|
*ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
|
|
111
|
+
*ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
|
|
105
112
|
*ProductTypeApi* | [**getAllProductType**](docs/ProductTypeApi.md#getallproducttypeoperation) | **POST** /admin-api/product-type/all | Auto-generated: getAllProductType
|
|
106
113
|
*ProductTypeApi* | [**indexProductType**](docs/ProductTypeApi.md#indexproducttypeoperation) | **POST** /admin-api/product-type/list | Auto-generated: indexProductType
|
|
107
|
-
*ProductTypeApi* | [**linkAttributeProductType**](docs/ProductTypeApi.md#linkattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/link-attribute | Auto-generated: linkAttributeProductType
|
|
108
114
|
*ProductTypeApi* | [**showProductType**](docs/ProductTypeApi.md#showproducttype) | **GET** /admin-api/product-type/{productType} | Auto-generated: showProductType
|
|
109
115
|
*ProductTypeApi* | [**storeProductType**](docs/ProductTypeApi.md#storeproducttypeoperation) | **POST** /admin-api/product-type/create | Auto-generated: storeProductType
|
|
110
|
-
*ProductTypeApi* | [**
|
|
111
|
-
*ProductTypeApi* | [**updateLinkedAttributeProductType**](docs/ProductTypeApi.md#updatelinkedattributeproducttype) | **PUT** /admin-api/product-type/{productType}/update-attribute | Auto-generated: updateLinkedAttributeProductType
|
|
116
|
+
*ProductTypeApi* | [**updateAttachedAttributeProductType**](docs/ProductTypeApi.md#updateattachedattributeproducttype) | **PUT** /admin-api/product-type/{productType}/update-attribute | Auto-generated: updateAttachedAttributeProductType
|
|
112
117
|
*ProductTypeApi* | [**updateProductType**](docs/ProductTypeApi.md#updateproducttypeoperation) | **PUT** /admin-api/product-type/{productType}/update | Auto-generated: updateProductType
|
|
113
118
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
114
119
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
@@ -126,13 +131,13 @@ All URIs are relative to *http://localhost/api*
|
|
|
126
131
|
*SupplierApi* | [**showSupplier**](docs/SupplierApi.md#showsupplier) | **GET** /admin-api/supplier/{supplier} | Auto-generated: showSupplier
|
|
127
132
|
*SupplierApi* | [**storeSupplier**](docs/SupplierApi.md#storesupplieroperation) | **POST** /admin-api/supplier/create | Auto-generated: storeSupplier
|
|
128
133
|
*SupplierApi* | [**updateSupplier**](docs/SupplierApi.md#updatesupplieroperation) | **PUT** /admin-api/supplier/{supplier}/update | Auto-generated: updateSupplier
|
|
134
|
+
*TagApi* | [**attachProductChildrenTag**](docs/TagApi.md#attachproductchildrentag) | **POST** /admin-api/tag/{tag}/attach-product-children | Auto-generated: attachProductChildrenTag
|
|
129
135
|
*TagApi* | [**destroyTag**](docs/TagApi.md#destroytag) | **DELETE** /admin-api/tag/{tag}/delete | Auto-generated: destroyTag
|
|
136
|
+
*TagApi* | [**detachProductChildTag**](docs/TagApi.md#detachproductchildtag) | **POST** /admin-api/tag/{tag}/detach-product-child/{productChild} | Auto-generated: detachProductChildTag
|
|
130
137
|
*TagApi* | [**getAllTag**](docs/TagApi.md#getalltag) | **POST** /admin-api/tag/all | Auto-generated: getAllTag
|
|
131
138
|
*TagApi* | [**indexTag**](docs/TagApi.md#indextagoperation) | **POST** /admin-api/tag/list | Auto-generated: indexTag
|
|
132
|
-
*TagApi* | [**linkProductChildrenTag**](docs/TagApi.md#linkproductchildrentagoperation) | **POST** /admin-api/tag/{tag}/link-product-children | Auto-generated: linkProductChildrenTag
|
|
133
139
|
*TagApi* | [**showTag**](docs/TagApi.md#showtag) | **GET** /admin-api/tag/{tag} | Auto-generated: showTag
|
|
134
140
|
*TagApi* | [**storeTag**](docs/TagApi.md#storetagoperation) | **POST** /admin-api/tag/create | Auto-generated: storeTag
|
|
135
|
-
*TagApi* | [**unlinkProductChildTag**](docs/TagApi.md#unlinkproductchildtag) | **POST** /admin-api/tag/{tag}/remove-product-child/{productChild} | Auto-generated: unlinkProductChildTag
|
|
136
141
|
*TagApi* | [**updateTag**](docs/TagApi.md#updatetagoperation) | **PUT** /admin-api/tag/{tag}/update | Auto-generated: updateTag
|
|
137
142
|
|
|
138
143
|
|
|
@@ -144,11 +149,17 @@ All URIs are relative to *http://localhost/api*
|
|
|
144
149
|
- [AssetLiteResourceArrayResponse](docs/AssetLiteResourceArrayResponse.md)
|
|
145
150
|
- [AssetResource](docs/AssetResource.md)
|
|
146
151
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
152
|
+
- [AttachAccessoriesProductChildRequest](docs/AttachAccessoriesProductChildRequest.md)
|
|
153
|
+
- [AttachAssetsOverlayTemplateRequest](docs/AttachAssetsOverlayTemplateRequest.md)
|
|
154
|
+
- [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
|
|
147
155
|
- [AttachDocumentablesDocumentRequest](docs/AttachDocumentablesDocumentRequest.md)
|
|
148
156
|
- [AttachDocumentablesDocumentRequestDocumentablesInner](docs/AttachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
149
157
|
- [AttachDocumentsProductChildSiteDetailRequest](docs/AttachDocumentsProductChildSiteDetailRequest.md)
|
|
150
158
|
- [AttachDocumentsProductChildSiteDetailRequestDocumentsInner](docs/AttachDocumentsProductChildSiteDetailRequestDocumentsInner.md)
|
|
159
|
+
- [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
|
|
151
160
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
161
|
+
- [AttributeListResource](docs/AttributeListResource.md)
|
|
162
|
+
- [AttributeListResourceArrayResponse](docs/AttributeListResourceArrayResponse.md)
|
|
152
163
|
- [AttributeLiteResource](docs/AttributeLiteResource.md)
|
|
153
164
|
- [AttributeLiteResourceArrayResponse](docs/AttributeLiteResourceArrayResponse.md)
|
|
154
165
|
- [AttributeProductTypeRelationResource](docs/AttributeProductTypeRelationResource.md)
|
|
@@ -160,6 +171,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
160
171
|
- [AttributeValueResourceArrayResponse](docs/AttributeValueResourceArrayResponse.md)
|
|
161
172
|
- [CouponDiscountType](docs/CouponDiscountType.md)
|
|
162
173
|
- [DestroyAttributeValueRequest](docs/DestroyAttributeValueRequest.md)
|
|
174
|
+
- [DetachAssetableOverlayTemplateRequest](docs/DetachAssetableOverlayTemplateRequest.md)
|
|
163
175
|
- [DetachDocumentablesDocumentRequest](docs/DetachDocumentablesDocumentRequest.md)
|
|
164
176
|
- [DetachDocumentablesDocumentRequestDocumentablesInner](docs/DetachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
165
177
|
- [DetachDocumentsProductChildSiteDetailRequest](docs/DetachDocumentsProductChildSiteDetailRequest.md)
|
|
@@ -169,6 +181,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
169
181
|
- [DocumentLiteResourceArrayResponse](docs/DocumentLiteResourceArrayResponse.md)
|
|
170
182
|
- [DocumentResource](docs/DocumentResource.md)
|
|
171
183
|
- [DocumentResourceArrayResponse](docs/DocumentResourceArrayResponse.md)
|
|
184
|
+
- [ExternalApiLogListResource](docs/ExternalApiLogListResource.md)
|
|
185
|
+
- [ExternalApiLogListResourceArrayResponse](docs/ExternalApiLogListResourceArrayResponse.md)
|
|
172
186
|
- [ExternalApiLogResource](docs/ExternalApiLogResource.md)
|
|
173
187
|
- [ExternalApiLogResourceArrayResponse](docs/ExternalApiLogResourceArrayResponse.md)
|
|
174
188
|
- [ExternalApiProvider](docs/ExternalApiProvider.md)
|
|
@@ -186,48 +200,59 @@ All URIs are relative to *http://localhost/api*
|
|
|
186
200
|
- [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
|
|
187
201
|
- [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
|
|
188
202
|
- [IndexProductChildRequest](docs/IndexProductChildRequest.md)
|
|
203
|
+
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
189
204
|
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
190
205
|
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
191
206
|
- [IndexSiteRequest](docs/IndexSiteRequest.md)
|
|
192
207
|
- [IndexSupplierRequest](docs/IndexSupplierRequest.md)
|
|
193
208
|
- [IndexTagRequest](docs/IndexTagRequest.md)
|
|
194
|
-
- [LinkAssetsOverlayTemplateRequest](docs/LinkAssetsOverlayTemplateRequest.md)
|
|
195
|
-
- [LinkAttributeProductTypeRequest](docs/LinkAttributeProductTypeRequest.md)
|
|
196
|
-
- [LinkProductChildrenTagRequest](docs/LinkProductChildrenTagRequest.md)
|
|
197
|
-
- [LinkProductTypeAttributeRequest](docs/LinkProductTypeAttributeRequest.md)
|
|
198
209
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
199
210
|
- [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
|
|
200
211
|
- [OverlayTemplateAssetPosition](docs/OverlayTemplateAssetPosition.md)
|
|
201
212
|
- [OverlayTemplateAssetResource](docs/OverlayTemplateAssetResource.md)
|
|
202
213
|
- [OverlayTemplateAssetResourceArrayResponse](docs/OverlayTemplateAssetResourceArrayResponse.md)
|
|
214
|
+
- [OverlayTemplateListResource](docs/OverlayTemplateListResource.md)
|
|
215
|
+
- [OverlayTemplateListResourceArrayResponse](docs/OverlayTemplateListResourceArrayResponse.md)
|
|
203
216
|
- [OverlayTemplateLiteResource](docs/OverlayTemplateLiteResource.md)
|
|
204
217
|
- [OverlayTemplateLiteResourceArrayResponse](docs/OverlayTemplateLiteResourceArrayResponse.md)
|
|
205
218
|
- [OverlayTemplateResource](docs/OverlayTemplateResource.md)
|
|
206
219
|
- [OverlayTemplateResourceArrayResponse](docs/OverlayTemplateResourceArrayResponse.md)
|
|
220
|
+
- [PaginatedAttributeListResourceResponse](docs/PaginatedAttributeListResourceResponse.md)
|
|
207
221
|
- [PaginatedAttributeLiteResourceResponse](docs/PaginatedAttributeLiteResourceResponse.md)
|
|
208
222
|
- [PaginatedAttributeProductTypeRelationResourceResponse](docs/PaginatedAttributeProductTypeRelationResourceResponse.md)
|
|
209
223
|
- [PaginatedAttributeResourceResponse](docs/PaginatedAttributeResourceResponse.md)
|
|
210
224
|
- [PaginatedDocumentResourceResponse](docs/PaginatedDocumentResourceResponse.md)
|
|
225
|
+
- [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
|
|
211
226
|
- [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
|
|
227
|
+
- [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
|
|
212
228
|
- [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
|
|
213
229
|
- [PaginatedOverlayTemplateResourceResponse](docs/PaginatedOverlayTemplateResourceResponse.md)
|
|
230
|
+
- [PaginatedProductChildListResourceResponse](docs/PaginatedProductChildListResourceResponse.md)
|
|
214
231
|
- [PaginatedProductChildLiteResourceResponse](docs/PaginatedProductChildLiteResourceResponse.md)
|
|
215
232
|
- [PaginatedProductChildOverlayRelationResourceResponse](docs/PaginatedProductChildOverlayRelationResourceResponse.md)
|
|
216
233
|
- [PaginatedProductChildRelationResourceResponse](docs/PaginatedProductChildRelationResourceResponse.md)
|
|
217
234
|
- [PaginatedProductChildResourceResponse](docs/PaginatedProductChildResourceResponse.md)
|
|
235
|
+
- [PaginatedProductListResourceResponse](docs/PaginatedProductListResourceResponse.md)
|
|
218
236
|
- [PaginatedProductLiteResourceResponse](docs/PaginatedProductLiteResourceResponse.md)
|
|
219
237
|
- [PaginatedProductResourceResponse](docs/PaginatedProductResourceResponse.md)
|
|
238
|
+
- [PaginatedProductTypeListResourceResponse](docs/PaginatedProductTypeListResourceResponse.md)
|
|
220
239
|
- [PaginatedProductTypeLiteResourceResponse](docs/PaginatedProductTypeLiteResourceResponse.md)
|
|
221
240
|
- [PaginatedProductTypeResourceResponse](docs/PaginatedProductTypeResourceResponse.md)
|
|
241
|
+
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
222
242
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
243
|
+
- [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
|
|
223
244
|
- [PaginatedSiteNotificationResourceResponse](docs/PaginatedSiteNotificationResourceResponse.md)
|
|
224
245
|
- [PaginatedSiteResourceResponse](docs/PaginatedSiteResourceResponse.md)
|
|
225
246
|
- [PaginatedSupplierFrontendResourceResponse](docs/PaginatedSupplierFrontendResourceResponse.md)
|
|
247
|
+
- [PaginatedSupplierListResourceResponse](docs/PaginatedSupplierListResourceResponse.md)
|
|
226
248
|
- [PaginatedSupplierLiteResourceResponse](docs/PaginatedSupplierLiteResourceResponse.md)
|
|
227
249
|
- [PaginatedSupplierResourceResponse](docs/PaginatedSupplierResourceResponse.md)
|
|
250
|
+
- [PaginatedTagListResourceResponse](docs/PaginatedTagListResourceResponse.md)
|
|
228
251
|
- [PaginatedTagLiteResourceResponse](docs/PaginatedTagLiteResourceResponse.md)
|
|
229
252
|
- [PaginatedTagResourceResponse](docs/PaginatedTagResourceResponse.md)
|
|
230
253
|
- [PagingMetadata](docs/PagingMetadata.md)
|
|
254
|
+
- [ProductChildListResource](docs/ProductChildListResource.md)
|
|
255
|
+
- [ProductChildListResourceArrayResponse](docs/ProductChildListResourceArrayResponse.md)
|
|
231
256
|
- [ProductChildLiteResource](docs/ProductChildLiteResource.md)
|
|
232
257
|
- [ProductChildLiteResourceArrayResponse](docs/ProductChildLiteResourceArrayResponse.md)
|
|
233
258
|
- [ProductChildOverlayRelationResource](docs/ProductChildOverlayRelationResource.md)
|
|
@@ -238,10 +263,14 @@ All URIs are relative to *http://localhost/api*
|
|
|
238
263
|
- [ProductChildResourceArrayResponse](docs/ProductChildResourceArrayResponse.md)
|
|
239
264
|
- [ProductChildSiteDetailResource](docs/ProductChildSiteDetailResource.md)
|
|
240
265
|
- [ProductChildSiteDetailResourceArrayResponse](docs/ProductChildSiteDetailResourceArrayResponse.md)
|
|
266
|
+
- [ProductListResource](docs/ProductListResource.md)
|
|
267
|
+
- [ProductListResourceArrayResponse](docs/ProductListResourceArrayResponse.md)
|
|
241
268
|
- [ProductLiteResource](docs/ProductLiteResource.md)
|
|
242
269
|
- [ProductLiteResourceArrayResponse](docs/ProductLiteResourceArrayResponse.md)
|
|
243
270
|
- [ProductResource](docs/ProductResource.md)
|
|
244
271
|
- [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
|
|
272
|
+
- [ProductTypeListResource](docs/ProductTypeListResource.md)
|
|
273
|
+
- [ProductTypeListResourceArrayResponse](docs/ProductTypeListResourceArrayResponse.md)
|
|
245
274
|
- [ProductTypeLiteResource](docs/ProductTypeLiteResource.md)
|
|
246
275
|
- [ProductTypeLiteResourceArrayResponse](docs/ProductTypeLiteResourceArrayResponse.md)
|
|
247
276
|
- [ProductTypeResource](docs/ProductTypeResource.md)
|
|
@@ -250,8 +279,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
250
279
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
251
280
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
252
281
|
- [SiteConfigResourceArrayResponse](docs/SiteConfigResourceArrayResponse.md)
|
|
282
|
+
- [SiteListResource](docs/SiteListResource.md)
|
|
283
|
+
- [SiteListResourceArrayResponse](docs/SiteListResourceArrayResponse.md)
|
|
253
284
|
- [SiteLiteResource](docs/SiteLiteResource.md)
|
|
254
285
|
- [SiteLiteResourceArrayResponse](docs/SiteLiteResourceArrayResponse.md)
|
|
286
|
+
- [SiteNotificationListResource](docs/SiteNotificationListResource.md)
|
|
287
|
+
- [SiteNotificationListResourceArrayResponse](docs/SiteNotificationListResourceArrayResponse.md)
|
|
255
288
|
- [SiteNotificationResource](docs/SiteNotificationResource.md)
|
|
256
289
|
- [SiteNotificationResourceArrayResponse](docs/SiteNotificationResourceArrayResponse.md)
|
|
257
290
|
- [SitePaymentConfigResource](docs/SitePaymentConfigResource.md)
|
|
@@ -278,16 +311,19 @@ All URIs are relative to *http://localhost/api*
|
|
|
278
311
|
- [StoreTagRequest](docs/StoreTagRequest.md)
|
|
279
312
|
- [SupplierFrontendResource](docs/SupplierFrontendResource.md)
|
|
280
313
|
- [SupplierFrontendResourceArrayResponse](docs/SupplierFrontendResourceArrayResponse.md)
|
|
314
|
+
- [SupplierListResource](docs/SupplierListResource.md)
|
|
315
|
+
- [SupplierListResourceArrayResponse](docs/SupplierListResourceArrayResponse.md)
|
|
281
316
|
- [SupplierLiteResource](docs/SupplierLiteResource.md)
|
|
282
317
|
- [SupplierLiteResourceArrayResponse](docs/SupplierLiteResourceArrayResponse.md)
|
|
283
318
|
- [SupplierResource](docs/SupplierResource.md)
|
|
284
319
|
- [SupplierResourceArrayResponse](docs/SupplierResourceArrayResponse.md)
|
|
320
|
+
- [TagListResource](docs/TagListResource.md)
|
|
321
|
+
- [TagListResourceArrayResponse](docs/TagListResourceArrayResponse.md)
|
|
285
322
|
- [TagLiteResource](docs/TagLiteResource.md)
|
|
286
323
|
- [TagLiteResourceArrayResponse](docs/TagLiteResourceArrayResponse.md)
|
|
287
324
|
- [TagResource](docs/TagResource.md)
|
|
288
325
|
- [TagResourceArrayResponse](docs/TagResourceArrayResponse.md)
|
|
289
326
|
- [TagType](docs/TagType.md)
|
|
290
|
-
- [UnlinkAssetableOverlayTemplateRequest](docs/UnlinkAssetableOverlayTemplateRequest.md)
|
|
291
327
|
- [UpdateAttributeRequest](docs/UpdateAttributeRequest.md)
|
|
292
328
|
- [UpdateAttributeValueRequest](docs/UpdateAttributeValueRequest.md)
|
|
293
329
|
- [UpdateFilterOrderAttributeRequest](docs/UpdateFilterOrderAttributeRequest.md)
|
|
@@ -317,7 +353,7 @@ and is automatically generated by the
|
|
|
317
353
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
318
354
|
|
|
319
355
|
- API version: `1.0.0`
|
|
320
|
-
- Package version: `0.0.
|
|
356
|
+
- Package version: `0.0.474`
|
|
321
357
|
- Generator version: `7.17.0`
|
|
322
358
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
323
359
|
|