@digital8/lighting-illusions-ts-sdk 0.0.1170 → 0.0.1172
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 +16 -68
- package/README.md +22 -60
- package/dist/apis/AdminApi.d.ts +63 -0
- package/dist/apis/AdminApi.js +254 -0
- package/dist/apis/AttributeApi.d.ts +1 -16
- package/dist/apis/AttributeApi.js +0 -58
- package/dist/apis/ExternalApiLogApi.d.ts +16 -1
- package/dist/apis/ExternalApiLogApi.js +58 -0
- package/dist/apis/OverlayTemplateApi.d.ts +17 -1
- package/dist/apis/OverlayTemplateApi.js +61 -0
- package/dist/apis/ProductApi.d.ts +9 -8
- package/dist/apis/ProductApi.js +6 -4
- package/dist/apis/index.d.ts +1 -1
- package/dist/apis/index.js +1 -1
- package/dist/models/AssetWithOverlayLinkResource.d.ts +93 -0
- package/dist/models/AssetWithOverlayLinkResource.js +90 -0
- package/dist/models/AssetWithOverlayLinkResourceArrayResponse.d.ts +33 -0
- package/dist/models/AssetWithOverlayLinkResourceArrayResponse.js +50 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +6 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +2 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -1
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +0 -1
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -1
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +0 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +3 -1
- package/dist/models/GetAllDocumentRequest.d.ts +0 -1
- package/dist/models/GetAllDocumentRequest.js +0 -1
- package/dist/models/GetAllProductChildRequest.d.ts +18 -1
- package/dist/models/GetAllProductChildRequest.js +6 -1
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +40 -0
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +57 -0
- package/dist/models/IndexAttributeRequest.d.ts +0 -2
- package/dist/models/IndexAttributeRequest.js +1 -3
- package/dist/models/IndexDocumentRequest.d.ts +0 -1
- package/dist/models/IndexDocumentRequest.js +0 -1
- package/dist/models/IndexExternalApiLogRequest.d.ts +18 -0
- package/dist/models/IndexExternalApiLogRequest.js +6 -0
- package/dist/models/IndexProductChildRequest.d.ts +18 -1
- package/dist/models/IndexProductChildRequest.js +6 -1
- package/dist/models/ModelAttributeResource.d.ts +0 -6
- package/dist/models/ModelAttributeResource.js +0 -2
- package/dist/models/ProductCategoryResource.d.ts +6 -0
- package/dist/models/ProductCategoryResource.js +4 -0
- package/dist/models/ProductChildOverlayRelationResource.d.ts +28 -9
- package/dist/models/ProductChildOverlayRelationResource.js +25 -14
- package/dist/models/ProductChildResource.d.ts +19 -0
- package/dist/models/ProductChildResource.js +13 -0
- package/dist/models/ProductClassResource.d.ts +44 -0
- package/dist/models/ProductClassResource.js +57 -0
- package/dist/models/ProductClassResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductClassResourceArrayResponse.js +50 -0
- package/dist/models/ProductTypeListResource.d.ts +6 -0
- package/dist/models/ProductTypeListResource.js +4 -0
- package/dist/models/ShowAssetsProductChildRequest.d.ts +32 -0
- package/dist/models/ShowAssetsProductChildRequest.js +49 -0
- package/dist/models/StoreAssetForAssetableRequest.d.ts +0 -1
- package/dist/models/StoreAssetForAssetableRequest.js +1 -2
- package/dist/models/StoreProductCategoryRequest.d.ts +2 -2
- package/dist/models/StoreProductCategoryRequest.js +2 -6
- package/dist/models/StoreProductChildRequest.d.ts +2 -2
- package/dist/models/StoreProductChildRequest.js +2 -6
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +2 -2
- package/dist/models/StoreProductChildRequestSitesInner.js +2 -6
- package/dist/models/UpdateProductChildRequest.d.ts +2 -2
- package/dist/models/UpdateProductChildRequest.js +2 -6
- package/dist/models/UpdateProductTypeRequest.d.ts +9 -9
- package/dist/models/UpdateProductTypeRequest.js +9 -9
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.d.ts +38 -0
- package/dist/models/UpdateProductTypeRequestPerformanceValuesInner.js +51 -0
- package/dist/models/index.d.ts +7 -33
- package/dist/models/index.js +7 -33
- package/docs/AdminApi.md +206 -0
- package/docs/AssetWithOverlayLinkResource.md +54 -0
- package/docs/{ProductRangeFrontendResourceArrayResponse.md → AssetWithOverlayLinkResourceArrayResponse.md} +5 -5
- package/docs/AttachAssetsOverlayTemplateRequest.md +2 -0
- package/docs/AttributeApi.md +0 -66
- package/docs/ExternalApiLogApi.md +66 -0
- package/docs/GetAllProductChildRequest.md +6 -0
- package/docs/{DetachAttributesProductRangeRequest.md → GetUniqueEndpointsExternalApiLogRequest.md} +6 -6
- package/docs/IndexExternalApiLogRequest.md +6 -0
- package/docs/IndexProductChildRequest.md +6 -0
- package/docs/ModelAttributeResource.md +0 -2
- package/docs/OverlayTemplateApi.md +69 -0
- package/docs/ProductApi.md +15 -12
- package/docs/ProductCategoryResource.md +2 -0
- package/docs/ProductChildOverlayRelationResource.md +14 -8
- package/docs/ProductChildResource.md +6 -0
- package/docs/{ProductRangeLiteResource.md → ProductClassResource.md} +6 -4
- package/docs/{ProductRangeResourceArrayResponse.md → ProductClassResourceArrayResponse.md} +5 -5
- package/docs/ProductTypeListResource.md +2 -0
- package/docs/{DetachDocumentsProductRangeRequest.md → ShowAssetsProductChildRequest.md} +6 -6
- package/docs/UpdateProductTypeRequest.md +4 -4
- package/docs/{UpdateProductRangeRequestAttributesInner.md → UpdateProductTypeRequestPerformanceValuesInner.md} +4 -4
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +165 -0
- package/src/apis/AttributeApi.ts +0 -50
- package/src/apis/ExternalApiLogApi.ts +50 -0
- package/src/apis/OverlayTemplateApi.ts +59 -0
- package/src/apis/ProductApi.ts +24 -14
- package/src/apis/index.ts +1 -1
- package/src/models/AssetWithOverlayLinkResource.ts +163 -0
- package/src/models/AssetWithOverlayLinkResourceArrayResponse.ts +73 -0
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +8 -0
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +0 -1
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +0 -1
- package/src/models/ExternalApiLogResource.ts +3 -2
- package/src/models/GetAllDocumentRequest.ts +0 -1
- package/src/models/GetAllProductChildRequest.ts +24 -1
- package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +76 -0
- package/src/models/IndexAttributeRequest.ts +1 -3
- package/src/models/IndexDocumentRequest.ts +0 -1
- package/src/models/IndexExternalApiLogRequest.ts +24 -0
- package/src/models/IndexProductChildRequest.ts +24 -1
- package/src/models/ModelAttributeResource.ts +0 -8
- package/src/models/ProductCategoryResource.ts +9 -0
- package/src/models/ProductChildOverlayRelationResource.ts +59 -26
- package/src/models/ProductChildResource.ts +34 -0
- package/src/models/ProductClassResource.ts +83 -0
- package/src/models/ProductClassResourceArrayResponse.ts +73 -0
- package/src/models/ProductTypeListResource.ts +9 -0
- package/src/models/ShowAssetsProductChildRequest.ts +65 -0
- package/src/models/StoreAssetForAssetableRequest.ts +1 -2
- package/src/models/StoreProductCategoryRequest.ts +4 -6
- package/src/models/StoreProductChildRequest.ts +4 -6
- package/src/models/StoreProductChildRequestSitesInner.ts +4 -6
- package/src/models/UpdateProductChildRequest.ts +4 -6
- package/src/models/UpdateProductTypeRequest.ts +22 -22
- package/src/models/UpdateProductTypeRequestPerformanceValuesInner.ts +73 -0
- package/src/models/index.ts +7 -33
- package/dist/apis/ProductRangeApi.d.ts +0 -269
- package/dist/apis/ProductRangeApi.js +0 -1043
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +0 -32
- package/dist/models/AttachAccessoriesProductRangeRequest.js +0 -51
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachAttributesProductRangeRequest.js +0 -52
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +0 -38
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +0 -53
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsProductRangeRequest.js +0 -52
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAccessoriesProductRangeRequest.js +0 -51
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAttributesProductRangeRequest.js +0 -51
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsProductRangeRequest.js +0 -51
- package/dist/models/GetAllProductRangeRequest.d.ts +0 -98
- package/dist/models/GetAllProductRangeRequest.js +0 -82
- package/dist/models/IndexModelAttributeRequest.d.ts +0 -118
- package/dist/models/IndexModelAttributeRequest.js +0 -93
- package/dist/models/IndexProductRangeRequest.d.ts +0 -110
- package/dist/models/IndexProductRangeRequest.js +0 -86
- package/dist/models/ModelAttributeListResource.d.ts +0 -52
- package/dist/models/ModelAttributeListResource.js +0 -65
- package/dist/models/ModelAttributeListResourceArrayResponse.d.ts +0 -33
- package/dist/models/ModelAttributeListResourceArrayResponse.js +0 -50
- package/dist/models/PaginatedModelAttributeListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedModelAttributeListResourceResponse.js +0 -57
- package/dist/models/PaginatedProductRangeFrontendListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRangeFrontendListResourceResponse.js +0 -57
- package/dist/models/PaginatedProductRangeListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRangeListResourceResponse.js +0 -57
- package/dist/models/PaginatedProductRangeLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRangeLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedProductRangeResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRangeResourceResponse.js +0 -57
- package/dist/models/ProductRangeFrontendListResource.d.ts +0 -62
- package/dist/models/ProductRangeFrontendListResource.js +0 -71
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeFrontendListResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeFrontendResource.d.ts +0 -118
- package/dist/models/ProductRangeFrontendResource.js +0 -109
- package/dist/models/ProductRangeFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeListResource.d.ts +0 -52
- package/dist/models/ProductRangeListResource.js +0 -65
- package/dist/models/ProductRangeListResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeListResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeLiteResource.d.ts +0 -38
- package/dist/models/ProductRangeLiteResource.js +0 -55
- package/dist/models/ProductRangeLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeLiteResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeResource.d.ts +0 -89
- package/dist/models/ProductRangeResource.js +0 -86
- package/dist/models/ProductRangeResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeSiteDetailResource.d.ts +0 -101
- package/dist/models/ProductRangeSiteDetailResource.js +0 -98
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeSiteDetailResourceArrayResponse.js +0 -50
- package/dist/models/StoreProductRangeRequest.d.ts +0 -52
- package/dist/models/StoreProductRangeRequest.js +0 -59
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +0 -92
- package/dist/models/StoreProductRangeRequestSitesInner.js +0 -75
- package/dist/models/UpdateProductRangeRequest.d.ts +0 -59
- package/dist/models/UpdateProductRangeRequest.js +0 -62
- package/dist/models/UpdateProductRangeRequestAttributesInner.d.ts +0 -38
- package/dist/models/UpdateProductRangeRequestAttributesInner.js +0 -51
- package/docs/AttachAccessoriesProductRangeRequest.md +0 -34
- package/docs/AttachAttributesProductRangeRequest.md +0 -34
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachDocumentsProductRangeRequest.md +0 -34
- package/docs/DetachAccessoriesProductRangeRequest.md +0 -34
- package/docs/GetAllProductRangeRequest.md +0 -50
- package/docs/IndexModelAttributeRequest.md +0 -54
- package/docs/IndexProductRangeRequest.md +0 -54
- package/docs/ModelAttributeListResource.md +0 -40
- package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
- package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeResourceResponse.md +0 -36
- package/docs/ProductRangeApi.md +0 -1097
- package/docs/ProductRangeFrontendListResource.md +0 -44
- package/docs/ProductRangeFrontendListResourceArrayResponse.md +0 -34
- package/docs/ProductRangeFrontendResource.md +0 -62
- package/docs/ProductRangeListResource.md +0 -40
- package/docs/ProductRangeListResourceArrayResponse.md +0 -34
- package/docs/ProductRangeLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeResource.md +0 -52
- package/docs/ProductRangeSiteDetailResource.md +0 -56
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
- package/docs/StoreProductRangeRequest.md +0 -40
- package/docs/StoreProductRangeRequestSitesInner.md +0 -54
- package/docs/UpdateProductRangeRequest.md +0 -42
- package/src/apis/ProductRangeApi.ts +0 -888
- package/src/models/AttachAccessoriesProductRangeRequest.ts +0 -66
- package/src/models/AttachAttributesProductRangeRequest.ts +0 -74
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +0 -74
- package/src/models/AttachDocumentsProductRangeRequest.ts +0 -74
- package/src/models/DetachAccessoriesProductRangeRequest.ts +0 -66
- package/src/models/DetachAttributesProductRangeRequest.ts +0 -66
- package/src/models/DetachDocumentsProductRangeRequest.ts +0 -66
- package/src/models/GetAllProductRangeRequest.ts +0 -151
- package/src/models/IndexModelAttributeRequest.ts +0 -176
- package/src/models/IndexProductRangeRequest.ts +0 -167
- package/src/models/ModelAttributeListResource.ts +0 -108
- package/src/models/ModelAttributeListResourceArrayResponse.ts +0 -73
- package/src/models/PaginatedModelAttributeListResourceResponse.ts +0 -90
- package/src/models/PaginatedProductRangeFrontendListResourceResponse.ts +0 -90
- package/src/models/PaginatedProductRangeListResourceResponse.ts +0 -90
- package/src/models/PaginatedProductRangeLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedProductRangeResourceResponse.ts +0 -90
- package/src/models/ProductRangeFrontendListResource.ts +0 -111
- package/src/models/ProductRangeFrontendListResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeFrontendResource.ts +0 -207
- package/src/models/ProductRangeFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeListResource.ts +0 -108
- package/src/models/ProductRangeListResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeLiteResource.ts +0 -75
- package/src/models/ProductRangeLiteResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeResource.ts +0 -167
- package/src/models/ProductRangeResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeSiteDetailResource.ts +0 -187
- package/src/models/ProductRangeSiteDetailResourceArrayResponse.ts +0 -73
- package/src/models/StoreProductRangeRequest.ts +0 -105
- package/src/models/StoreProductRangeRequestSitesInner.ts +0 -148
- package/src/models/UpdateProductRangeRequest.ts +0 -120
- package/src/models/UpdateProductRangeRequestAttributesInner.ts +0 -73
package/.openapi-generator/FILES
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
.npmignore
|
|
3
3
|
.openapi-generator-ignore
|
|
4
4
|
README.md
|
|
5
|
+
docs/AdminApi.md
|
|
5
6
|
docs/AssetApi.md
|
|
6
7
|
docs/AssetFileForUploadResource.md
|
|
7
8
|
docs/AssetFileForUploadResourceArrayResponse.md
|
|
@@ -11,17 +12,15 @@ docs/AssetLiteResource.md
|
|
|
11
12
|
docs/AssetLiteResourceArrayResponse.md
|
|
12
13
|
docs/AssetResource.md
|
|
13
14
|
docs/AssetResourceArrayResponse.md
|
|
15
|
+
docs/AssetWithOverlayLinkResource.md
|
|
16
|
+
docs/AssetWithOverlayLinkResourceArrayResponse.md
|
|
14
17
|
docs/AttachAccessoriesProductChildRequest.md
|
|
15
|
-
docs/AttachAccessoriesProductRangeRequest.md
|
|
16
18
|
docs/AttachAssetsOverlayTemplateRequest.md
|
|
17
19
|
docs/AttachAttributeProductTypeRequest.md
|
|
18
|
-
docs/AttachAttributesProductRangeRequest.md
|
|
19
|
-
docs/AttachAttributesProductRangeRequestAttributesInner.md
|
|
20
20
|
docs/AttachDocumentablesDocumentRequest.md
|
|
21
21
|
docs/AttachDocumentablesDocumentRequestDocumentablesInner.md
|
|
22
22
|
docs/AttachDocumentsProductChildRequest.md
|
|
23
23
|
docs/AttachDocumentsProductChildRequestDocumentsInner.md
|
|
24
|
-
docs/AttachDocumentsProductRangeRequest.md
|
|
25
24
|
docs/AttachProductTypeAttributeRequest.md
|
|
26
25
|
docs/AttachProductsProductCategoryRequest.md
|
|
27
26
|
docs/AttributeApi.md
|
|
@@ -55,13 +54,10 @@ docs/DefinitionResourceArrayResponse.md
|
|
|
55
54
|
docs/DescriptionResource.md
|
|
56
55
|
docs/DescriptionResourceArrayResponse.md
|
|
57
56
|
docs/DestroyAttributeValueRequest.md
|
|
58
|
-
docs/DetachAccessoriesProductRangeRequest.md
|
|
59
57
|
docs/DetachAssetableOverlayTemplateRequest.md
|
|
60
|
-
docs/DetachAttributesProductRangeRequest.md
|
|
61
58
|
docs/DetachDocumentablesDocumentRequest.md
|
|
62
59
|
docs/DetachDocumentablesDocumentRequestDocumentablesInner.md
|
|
63
60
|
docs/DetachDocumentsProductChildRequest.md
|
|
64
|
-
docs/DetachDocumentsProductRangeRequest.md
|
|
65
61
|
docs/DetachProductsProductCategoryRequest.md
|
|
66
62
|
docs/DocumentApi.md
|
|
67
63
|
docs/DocumentFileForUploadResource.md
|
|
@@ -88,11 +84,11 @@ docs/GetAllGoogleCategoryRequest.md
|
|
|
88
84
|
docs/GetAllOverlayTemplateRequest.md
|
|
89
85
|
docs/GetAllProductCategoryRequest.md
|
|
90
86
|
docs/GetAllProductChildRequest.md
|
|
91
|
-
docs/GetAllProductRangeRequest.md
|
|
92
87
|
docs/GetAllProductRequest.md
|
|
93
88
|
docs/GetAllProductTypeRequest.md
|
|
94
89
|
docs/GetAllSupplierRequest.md
|
|
95
90
|
docs/GetHierarchyProductCategoryRequest.md
|
|
91
|
+
docs/GetUniqueEndpointsExternalApiLogRequest.md
|
|
96
92
|
docs/GlobalSearchCategoryResource.md
|
|
97
93
|
docs/GlobalSearchCategoryResourceArrayResponse.md
|
|
98
94
|
docs/GlobalSearchProductResource.md
|
|
@@ -109,11 +105,9 @@ docs/IndexAttributeValueRequest.md
|
|
|
109
105
|
docs/IndexDefinitionRequest.md
|
|
110
106
|
docs/IndexDocumentRequest.md
|
|
111
107
|
docs/IndexExternalApiLogRequest.md
|
|
112
|
-
docs/IndexModelAttributeRequest.md
|
|
113
108
|
docs/IndexOverlayTemplateRequest.md
|
|
114
109
|
docs/IndexProductCategoryRequest.md
|
|
115
110
|
docs/IndexProductChildRequest.md
|
|
116
|
-
docs/IndexProductRangeRequest.md
|
|
117
111
|
docs/IndexProductRequest.md
|
|
118
112
|
docs/IndexProductTypeRequest.md
|
|
119
113
|
docs/IndexSiteNotificationRequest.md
|
|
@@ -122,8 +116,6 @@ docs/IndexSupplierRequest.md
|
|
|
122
116
|
docs/IndexTagRequest.md
|
|
123
117
|
docs/LabelResource.md
|
|
124
118
|
docs/LabelResourceArrayResponse.md
|
|
125
|
-
docs/ModelAttributeListResource.md
|
|
126
|
-
docs/ModelAttributeListResourceArrayResponse.md
|
|
127
119
|
docs/ModelAttributeResource.md
|
|
128
120
|
docs/ModelAttributeResourceArrayResponse.md
|
|
129
121
|
docs/OverlayTemplateApi.md
|
|
@@ -150,7 +142,6 @@ docs/PaginatedDocumentResourceResponse.md
|
|
|
150
142
|
docs/PaginatedExternalApiLogListResourceResponse.md
|
|
151
143
|
docs/PaginatedExternalApiLogResourceResponse.md
|
|
152
144
|
docs/PaginatedGoogleCategoryResourceResponse.md
|
|
153
|
-
docs/PaginatedModelAttributeListResourceResponse.md
|
|
154
145
|
docs/PaginatedOverlayTemplateListResourceResponse.md
|
|
155
146
|
docs/PaginatedOverlayTemplateLiteResourceResponse.md
|
|
156
147
|
docs/PaginatedOverlayTemplateResourceResponse.md
|
|
@@ -163,10 +154,6 @@ docs/PaginatedProductChildRelationResourceResponse.md
|
|
|
163
154
|
docs/PaginatedProductChildResourceResponse.md
|
|
164
155
|
docs/PaginatedProductListResourceResponse.md
|
|
165
156
|
docs/PaginatedProductLiteResourceResponse.md
|
|
166
|
-
docs/PaginatedProductRangeFrontendListResourceResponse.md
|
|
167
|
-
docs/PaginatedProductRangeListResourceResponse.md
|
|
168
|
-
docs/PaginatedProductRangeLiteResourceResponse.md
|
|
169
|
-
docs/PaginatedProductRangeResourceResponse.md
|
|
170
157
|
docs/PaginatedProductResourceResponse.md
|
|
171
158
|
docs/PaginatedProductSearchResultResourceResponse.md
|
|
172
159
|
docs/PaginatedProductTypeListResourceResponse.md
|
|
@@ -215,25 +202,14 @@ docs/ProductChildSiteDetailLiteResource.md
|
|
|
215
202
|
docs/ProductChildSiteDetailLiteResourceArrayResponse.md
|
|
216
203
|
docs/ProductChildSiteDetailResource.md
|
|
217
204
|
docs/ProductChildSiteDetailResourceArrayResponse.md
|
|
205
|
+
docs/ProductClassResource.md
|
|
206
|
+
docs/ProductClassResourceArrayResponse.md
|
|
218
207
|
docs/ProductCompareResource.md
|
|
219
208
|
docs/ProductCompareResourceArrayResponse.md
|
|
220
209
|
docs/ProductListResource.md
|
|
221
210
|
docs/ProductListResourceArrayResponse.md
|
|
222
211
|
docs/ProductLiteResource.md
|
|
223
212
|
docs/ProductLiteResourceArrayResponse.md
|
|
224
|
-
docs/ProductRangeApi.md
|
|
225
|
-
docs/ProductRangeFrontendListResource.md
|
|
226
|
-
docs/ProductRangeFrontendListResourceArrayResponse.md
|
|
227
|
-
docs/ProductRangeFrontendResource.md
|
|
228
|
-
docs/ProductRangeFrontendResourceArrayResponse.md
|
|
229
|
-
docs/ProductRangeListResource.md
|
|
230
|
-
docs/ProductRangeListResourceArrayResponse.md
|
|
231
|
-
docs/ProductRangeLiteResource.md
|
|
232
|
-
docs/ProductRangeLiteResourceArrayResponse.md
|
|
233
|
-
docs/ProductRangeResource.md
|
|
234
|
-
docs/ProductRangeResourceArrayResponse.md
|
|
235
|
-
docs/ProductRangeSiteDetailResource.md
|
|
236
|
-
docs/ProductRangeSiteDetailResourceArrayResponse.md
|
|
237
213
|
docs/ProductRating.md
|
|
238
214
|
docs/ProductResource.md
|
|
239
215
|
docs/ProductResourceArrayResponse.md
|
|
@@ -253,6 +229,7 @@ docs/ProductTypeResource.md
|
|
|
253
229
|
docs/ProductTypeResourceArrayResponse.md
|
|
254
230
|
docs/SEOResource.md
|
|
255
231
|
docs/SEOResourceArrayResponse.md
|
|
232
|
+
docs/ShowAssetsProductChildRequest.md
|
|
256
233
|
docs/SiteApi.md
|
|
257
234
|
docs/SiteConfigResource.md
|
|
258
235
|
docs/SiteConfigResourceArrayResponse.md
|
|
@@ -285,8 +262,6 @@ docs/StoreProductChildRequest.md
|
|
|
285
262
|
docs/StoreProductChildRequestAssetsInner.md
|
|
286
263
|
docs/StoreProductChildRequestAttributeValuesInner.md
|
|
287
264
|
docs/StoreProductChildRequestSitesInner.md
|
|
288
|
-
docs/StoreProductRangeRequest.md
|
|
289
|
-
docs/StoreProductRangeRequestSitesInner.md
|
|
290
265
|
docs/StoreProductRequest.md
|
|
291
266
|
docs/StoreProductRequestCategoriesInner.md
|
|
292
267
|
docs/StoreProductTypeRequest.md
|
|
@@ -325,10 +300,9 @@ docs/UpdateOverlayTemplateRequest.md
|
|
|
325
300
|
docs/UpdateProductCategoryRequest.md
|
|
326
301
|
docs/UpdateProductChildRequest.md
|
|
327
302
|
docs/UpdateProductChildRequestAssetsInner.md
|
|
328
|
-
docs/UpdateProductRangeRequest.md
|
|
329
|
-
docs/UpdateProductRangeRequestAttributesInner.md
|
|
330
303
|
docs/UpdateProductRequest.md
|
|
331
304
|
docs/UpdateProductTypeRequest.md
|
|
305
|
+
docs/UpdateProductTypeRequestPerformanceValuesInner.md
|
|
332
306
|
docs/UpdateSiteNotificationRequest.md
|
|
333
307
|
docs/UpdateSiteRequest.md
|
|
334
308
|
docs/UpdateSupplierRequest.md
|
|
@@ -338,6 +312,7 @@ docs/WishlistCheckResourceArrayResponse.md
|
|
|
338
312
|
docs/WishlistToggleResource.md
|
|
339
313
|
docs/WishlistToggleResourceArrayResponse.md
|
|
340
314
|
package.json
|
|
315
|
+
src/apis/AdminApi.ts
|
|
341
316
|
src/apis/AssetApi.ts
|
|
342
317
|
src/apis/AttributeApi.ts
|
|
343
318
|
src/apis/DefinitionApi.ts
|
|
@@ -347,7 +322,6 @@ src/apis/GoogleCategoryApi.ts
|
|
|
347
322
|
src/apis/OverlayTemplateApi.ts
|
|
348
323
|
src/apis/ProductApi.ts
|
|
349
324
|
src/apis/ProductCategoryApi.ts
|
|
350
|
-
src/apis/ProductRangeApi.ts
|
|
351
325
|
src/apis/ProductTypeApi.ts
|
|
352
326
|
src/apis/SiteApi.ts
|
|
353
327
|
src/apis/SupplierApi.ts
|
|
@@ -362,17 +336,15 @@ src/models/AssetLiteResource.ts
|
|
|
362
336
|
src/models/AssetLiteResourceArrayResponse.ts
|
|
363
337
|
src/models/AssetResource.ts
|
|
364
338
|
src/models/AssetResourceArrayResponse.ts
|
|
339
|
+
src/models/AssetWithOverlayLinkResource.ts
|
|
340
|
+
src/models/AssetWithOverlayLinkResourceArrayResponse.ts
|
|
365
341
|
src/models/AttachAccessoriesProductChildRequest.ts
|
|
366
|
-
src/models/AttachAccessoriesProductRangeRequest.ts
|
|
367
342
|
src/models/AttachAssetsOverlayTemplateRequest.ts
|
|
368
343
|
src/models/AttachAttributeProductTypeRequest.ts
|
|
369
|
-
src/models/AttachAttributesProductRangeRequest.ts
|
|
370
|
-
src/models/AttachAttributesProductRangeRequestAttributesInner.ts
|
|
371
344
|
src/models/AttachDocumentablesDocumentRequest.ts
|
|
372
345
|
src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts
|
|
373
346
|
src/models/AttachDocumentsProductChildRequest.ts
|
|
374
347
|
src/models/AttachDocumentsProductChildRequestDocumentsInner.ts
|
|
375
|
-
src/models/AttachDocumentsProductRangeRequest.ts
|
|
376
348
|
src/models/AttachProductTypeAttributeRequest.ts
|
|
377
349
|
src/models/AttachProductsProductCategoryRequest.ts
|
|
378
350
|
src/models/AttributeFieldType.ts
|
|
@@ -404,13 +376,10 @@ src/models/DefinitionResourceArrayResponse.ts
|
|
|
404
376
|
src/models/DescriptionResource.ts
|
|
405
377
|
src/models/DescriptionResourceArrayResponse.ts
|
|
406
378
|
src/models/DestroyAttributeValueRequest.ts
|
|
407
|
-
src/models/DetachAccessoriesProductRangeRequest.ts
|
|
408
379
|
src/models/DetachAssetableOverlayTemplateRequest.ts
|
|
409
|
-
src/models/DetachAttributesProductRangeRequest.ts
|
|
410
380
|
src/models/DetachDocumentablesDocumentRequest.ts
|
|
411
381
|
src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts
|
|
412
382
|
src/models/DetachDocumentsProductChildRequest.ts
|
|
413
|
-
src/models/DetachDocumentsProductRangeRequest.ts
|
|
414
383
|
src/models/DetachProductsProductCategoryRequest.ts
|
|
415
384
|
src/models/DocumentFileForUploadResource.ts
|
|
416
385
|
src/models/DocumentFileForUploadResourceArrayResponse.ts
|
|
@@ -435,11 +404,11 @@ src/models/GetAllGoogleCategoryRequest.ts
|
|
|
435
404
|
src/models/GetAllOverlayTemplateRequest.ts
|
|
436
405
|
src/models/GetAllProductCategoryRequest.ts
|
|
437
406
|
src/models/GetAllProductChildRequest.ts
|
|
438
|
-
src/models/GetAllProductRangeRequest.ts
|
|
439
407
|
src/models/GetAllProductRequest.ts
|
|
440
408
|
src/models/GetAllProductTypeRequest.ts
|
|
441
409
|
src/models/GetAllSupplierRequest.ts
|
|
442
410
|
src/models/GetHierarchyProductCategoryRequest.ts
|
|
411
|
+
src/models/GetUniqueEndpointsExternalApiLogRequest.ts
|
|
443
412
|
src/models/GlobalSearchCategoryResource.ts
|
|
444
413
|
src/models/GlobalSearchCategoryResourceArrayResponse.ts
|
|
445
414
|
src/models/GlobalSearchProductResource.ts
|
|
@@ -455,11 +424,9 @@ src/models/IndexAttributeValueRequest.ts
|
|
|
455
424
|
src/models/IndexDefinitionRequest.ts
|
|
456
425
|
src/models/IndexDocumentRequest.ts
|
|
457
426
|
src/models/IndexExternalApiLogRequest.ts
|
|
458
|
-
src/models/IndexModelAttributeRequest.ts
|
|
459
427
|
src/models/IndexOverlayTemplateRequest.ts
|
|
460
428
|
src/models/IndexProductCategoryRequest.ts
|
|
461
429
|
src/models/IndexProductChildRequest.ts
|
|
462
|
-
src/models/IndexProductRangeRequest.ts
|
|
463
430
|
src/models/IndexProductRequest.ts
|
|
464
431
|
src/models/IndexProductTypeRequest.ts
|
|
465
432
|
src/models/IndexSiteNotificationRequest.ts
|
|
@@ -468,8 +435,6 @@ src/models/IndexSupplierRequest.ts
|
|
|
468
435
|
src/models/IndexTagRequest.ts
|
|
469
436
|
src/models/LabelResource.ts
|
|
470
437
|
src/models/LabelResourceArrayResponse.ts
|
|
471
|
-
src/models/ModelAttributeListResource.ts
|
|
472
|
-
src/models/ModelAttributeListResourceArrayResponse.ts
|
|
473
438
|
src/models/ModelAttributeResource.ts
|
|
474
439
|
src/models/ModelAttributeResourceArrayResponse.ts
|
|
475
440
|
src/models/OverlayTemplateAssetFrontendResource.ts
|
|
@@ -495,7 +460,6 @@ src/models/PaginatedDocumentResourceResponse.ts
|
|
|
495
460
|
src/models/PaginatedExternalApiLogListResourceResponse.ts
|
|
496
461
|
src/models/PaginatedExternalApiLogResourceResponse.ts
|
|
497
462
|
src/models/PaginatedGoogleCategoryResourceResponse.ts
|
|
498
|
-
src/models/PaginatedModelAttributeListResourceResponse.ts
|
|
499
463
|
src/models/PaginatedOverlayTemplateListResourceResponse.ts
|
|
500
464
|
src/models/PaginatedOverlayTemplateLiteResourceResponse.ts
|
|
501
465
|
src/models/PaginatedOverlayTemplateResourceResponse.ts
|
|
@@ -508,10 +472,6 @@ src/models/PaginatedProductChildRelationResourceResponse.ts
|
|
|
508
472
|
src/models/PaginatedProductChildResourceResponse.ts
|
|
509
473
|
src/models/PaginatedProductListResourceResponse.ts
|
|
510
474
|
src/models/PaginatedProductLiteResourceResponse.ts
|
|
511
|
-
src/models/PaginatedProductRangeFrontendListResourceResponse.ts
|
|
512
|
-
src/models/PaginatedProductRangeListResourceResponse.ts
|
|
513
|
-
src/models/PaginatedProductRangeLiteResourceResponse.ts
|
|
514
|
-
src/models/PaginatedProductRangeResourceResponse.ts
|
|
515
475
|
src/models/PaginatedProductResourceResponse.ts
|
|
516
476
|
src/models/PaginatedProductSearchResultResourceResponse.ts
|
|
517
477
|
src/models/PaginatedProductTypeListResourceResponse.ts
|
|
@@ -558,24 +518,14 @@ src/models/ProductChildSiteDetailLiteResource.ts
|
|
|
558
518
|
src/models/ProductChildSiteDetailLiteResourceArrayResponse.ts
|
|
559
519
|
src/models/ProductChildSiteDetailResource.ts
|
|
560
520
|
src/models/ProductChildSiteDetailResourceArrayResponse.ts
|
|
521
|
+
src/models/ProductClassResource.ts
|
|
522
|
+
src/models/ProductClassResourceArrayResponse.ts
|
|
561
523
|
src/models/ProductCompareResource.ts
|
|
562
524
|
src/models/ProductCompareResourceArrayResponse.ts
|
|
563
525
|
src/models/ProductListResource.ts
|
|
564
526
|
src/models/ProductListResourceArrayResponse.ts
|
|
565
527
|
src/models/ProductLiteResource.ts
|
|
566
528
|
src/models/ProductLiteResourceArrayResponse.ts
|
|
567
|
-
src/models/ProductRangeFrontendListResource.ts
|
|
568
|
-
src/models/ProductRangeFrontendListResourceArrayResponse.ts
|
|
569
|
-
src/models/ProductRangeFrontendResource.ts
|
|
570
|
-
src/models/ProductRangeFrontendResourceArrayResponse.ts
|
|
571
|
-
src/models/ProductRangeListResource.ts
|
|
572
|
-
src/models/ProductRangeListResourceArrayResponse.ts
|
|
573
|
-
src/models/ProductRangeLiteResource.ts
|
|
574
|
-
src/models/ProductRangeLiteResourceArrayResponse.ts
|
|
575
|
-
src/models/ProductRangeResource.ts
|
|
576
|
-
src/models/ProductRangeResourceArrayResponse.ts
|
|
577
|
-
src/models/ProductRangeSiteDetailResource.ts
|
|
578
|
-
src/models/ProductRangeSiteDetailResourceArrayResponse.ts
|
|
579
529
|
src/models/ProductRating.ts
|
|
580
530
|
src/models/ProductResource.ts
|
|
581
531
|
src/models/ProductResourceArrayResponse.ts
|
|
@@ -594,6 +544,7 @@ src/models/ProductTypeResource.ts
|
|
|
594
544
|
src/models/ProductTypeResourceArrayResponse.ts
|
|
595
545
|
src/models/SEOResource.ts
|
|
596
546
|
src/models/SEOResourceArrayResponse.ts
|
|
547
|
+
src/models/ShowAssetsProductChildRequest.ts
|
|
597
548
|
src/models/SiteConfigResource.ts
|
|
598
549
|
src/models/SiteConfigResourceArrayResponse.ts
|
|
599
550
|
src/models/SiteListResource.ts
|
|
@@ -625,8 +576,6 @@ src/models/StoreProductChildRequest.ts
|
|
|
625
576
|
src/models/StoreProductChildRequestAssetsInner.ts
|
|
626
577
|
src/models/StoreProductChildRequestAttributeValuesInner.ts
|
|
627
578
|
src/models/StoreProductChildRequestSitesInner.ts
|
|
628
|
-
src/models/StoreProductRangeRequest.ts
|
|
629
|
-
src/models/StoreProductRangeRequestSitesInner.ts
|
|
630
579
|
src/models/StoreProductRequest.ts
|
|
631
580
|
src/models/StoreProductRequestCategoriesInner.ts
|
|
632
581
|
src/models/StoreProductTypeRequest.ts
|
|
@@ -663,10 +612,9 @@ src/models/UpdateOverlayTemplateRequest.ts
|
|
|
663
612
|
src/models/UpdateProductCategoryRequest.ts
|
|
664
613
|
src/models/UpdateProductChildRequest.ts
|
|
665
614
|
src/models/UpdateProductChildRequestAssetsInner.ts
|
|
666
|
-
src/models/UpdateProductRangeRequest.ts
|
|
667
|
-
src/models/UpdateProductRangeRequestAttributesInner.ts
|
|
668
615
|
src/models/UpdateProductRequest.ts
|
|
669
616
|
src/models/UpdateProductTypeRequest.ts
|
|
617
|
+
src/models/UpdateProductTypeRequestPerformanceValuesInner.ts
|
|
670
618
|
src/models/UpdateSiteNotificationRequest.ts
|
|
671
619
|
src/models/UpdateSiteRequest.ts
|
|
672
620
|
src/models/UpdateSupplierRequest.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.1172
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -16,21 +16,21 @@ Next, try it out.
|
|
|
16
16
|
```ts
|
|
17
17
|
import {
|
|
18
18
|
Configuration,
|
|
19
|
-
|
|
19
|
+
AdminApi,
|
|
20
20
|
} from '@digital8/lighting-illusions-ts-sdk';
|
|
21
|
-
import type {
|
|
21
|
+
import type { GenerateGoogleFeedAdminRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
22
22
|
|
|
23
23
|
async function example() {
|
|
24
24
|
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
25
|
-
const api = new
|
|
25
|
+
const api = new AdminApi();
|
|
26
26
|
|
|
27
27
|
const body = {
|
|
28
|
-
//
|
|
29
|
-
|
|
30
|
-
} satisfies
|
|
28
|
+
// GetHierarchyProductCategoryRequest (optional)
|
|
29
|
+
getHierarchyProductCategoryRequest: ...,
|
|
30
|
+
} satisfies GenerateGoogleFeedAdminRequest;
|
|
31
31
|
|
|
32
32
|
try {
|
|
33
|
-
const data = await api.
|
|
33
|
+
const data = await api.generateGoogleFeedAdmin(body);
|
|
34
34
|
console.log(data);
|
|
35
35
|
} catch (error) {
|
|
36
36
|
console.error(error);
|
|
@@ -50,6 +50,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
50
50
|
|
|
51
51
|
| Class | Method | HTTP request | Description
|
|
52
52
|
| ----- | ------ | ------------ | -------------
|
|
53
|
+
*AdminApi* | [**generateGoogleFeedAdmin**](docs/AdminApi.md#generategooglefeedadmin) | **POST** /admin-api/admin/feeds/google/generate | Auto-generated: generateGoogleFeedAdmin
|
|
54
|
+
*AdminApi* | [**generateSocialFeedAdmin**](docs/AdminApi.md#generatesocialfeedadmin) | **POST** /admin-api/admin/feeds/social/generate | Auto-generated: generateSocialFeedAdmin
|
|
55
|
+
*AdminApi* | [**generateTGNDataFeedAdmin**](docs/AdminApi.md#generatetgndatafeedadmin) | **POST** /admin-api/admin/feeds/tgn-data/generate | Auto-generated: generateTGNDataFeedAdmin
|
|
53
56
|
*AssetApi* | [**destroyAssetForAssetable**](docs/AssetApi.md#destroyassetforassetable) | **DELETE** /admin-api/asset/{asset}/delete | Auto-generated: destroyAssetForAssetable
|
|
54
57
|
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#storeassetfileoperation) | **POST** /admin-api/asset/files | Auto-generated: storeAssetFile
|
|
55
58
|
*AssetApi* | [**storeAssetForAssetable**](docs/AssetApi.md#storeassetforassetableoperation) | **POST** /admin-api/asset/create | Auto-generated: storeAssetForAssetable
|
|
@@ -62,7 +65,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
62
65
|
*AttributeApi* | [**getAllAttributeValue**](docs/AttributeApi.md#getallattributevalueoperation) | **POST** /admin-api/attribute/value/all | Auto-generated: getAllAttributeValue
|
|
63
66
|
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#indexattributeoperation) | **POST** /admin-api/attribute/list | Auto-generated: indexAttribute
|
|
64
67
|
*AttributeApi* | [**indexAttributeValue**](docs/AttributeApi.md#indexattributevalueoperation) | **POST** /admin-api/attribute/value/list | Auto-generated: indexAttributeValue
|
|
65
|
-
*AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#indexmodelattributeoperation) | **POST** /admin-api/attribute/model-attribute/list | Auto-generated: indexModelAttribute
|
|
66
68
|
*AttributeApi* | [**showAttribute**](docs/AttributeApi.md#showattribute) | **GET** /admin-api/attribute/{attribute} | Auto-generated: showAttribute
|
|
67
69
|
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#storeattributeoperation) | **POST** /admin-api/attribute/create | Auto-generated: storeAttribute
|
|
68
70
|
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#storeattributevalueoperation) | **POST** /admin-api/attribute/value/create | Auto-generated: storeAttributeValue
|
|
@@ -86,6 +88,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
86
88
|
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#storedocumentoperation) | **POST** /admin-api/document/create | Auto-generated: storeDocument
|
|
87
89
|
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#storedocumentfileoperation) | **POST** /admin-api/document/files | Auto-generated: storeDocumentFile
|
|
88
90
|
*DocumentApi* | [**updateDocument**](docs/DocumentApi.md#updatedocumentoperation) | **PUT** /admin-api/document/{document}/update | Auto-generated: updateDocument
|
|
91
|
+
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#getuniqueendpointsexternalapilogoperation) | **POST** /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog
|
|
89
92
|
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
|
|
90
93
|
*GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategoryoperation) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
|
|
91
94
|
*OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
|
|
@@ -94,6 +97,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
94
97
|
*OverlayTemplateApi* | [**detachAssetOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate
|
|
95
98
|
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetableoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate
|
|
96
99
|
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#getalloverlaytemplateoperation) | **POST** /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate
|
|
100
|
+
*OverlayTemplateApi* | [**getProductChildrenOverlayTemplate**](docs/OverlayTemplateApi.md#getproductchildrenoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/product-children | Auto-generated: getProductChildrenOverlayTemplate
|
|
97
101
|
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#indexoverlaytemplateoperation) | **POST** /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate
|
|
98
102
|
*OverlayTemplateApi* | [**showOverlayTemplate**](docs/OverlayTemplateApi.md#showoverlaytemplate) | **GET** /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate
|
|
99
103
|
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#storeoverlaytemplateoperation) | **POST** /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate
|
|
@@ -114,7 +118,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
114
118
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
115
119
|
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
116
120
|
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
117
|
-
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#
|
|
121
|
+
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
118
122
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
119
123
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
120
124
|
*ProductApi* | [**storeProduct**](docs/ProductApi.md#storeproductoperation) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct
|
|
@@ -134,22 +138,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
134
138
|
*ProductCategoryApi* | [**showProductCategory**](docs/ProductCategoryApi.md#showproductcategory) | **GET** /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory
|
|
135
139
|
*ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#storeproductcategoryoperation) | **POST** /admin-api/product-category/create | Auto-generated: storeProductCategory
|
|
136
140
|
*ProductCategoryApi* | [**updateProductCategory**](docs/ProductCategoryApi.md#updateproductcategoryoperation) | **PUT** /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory
|
|
137
|
-
*ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#attachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange
|
|
138
|
-
*ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#attachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange
|
|
139
|
-
*ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#attachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange
|
|
140
|
-
*ProductRangeApi* | [**attachProductChildrenProductRange**](docs/ProductRangeApi.md#attachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange
|
|
141
|
-
*ProductRangeApi* | [**destroyProductRange**](docs/ProductRangeApi.md#destroyproductrange) | **DELETE** /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange
|
|
142
|
-
*ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#detachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange
|
|
143
|
-
*ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#detachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange
|
|
144
|
-
*ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#detachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange
|
|
145
|
-
*ProductRangeApi* | [**detachProductChildrenProductRange**](docs/ProductRangeApi.md#detachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange
|
|
146
|
-
*ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#getallproductrangeoperation) | **POST** /admin-api/product-range/all | Auto-generated: getAllProductRange
|
|
147
|
-
*ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#indexproductrangeoperation) | **POST** /admin-api/product-range/list | Auto-generated: indexProductRange
|
|
148
|
-
*ProductRangeApi* | [**listAccessoriesProductRange**](docs/ProductRangeApi.md#listaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange
|
|
149
|
-
*ProductRangeApi* | [**listProductsProductRange**](docs/ProductRangeApi.md#listproductsproductrange) | **POST** /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange
|
|
150
|
-
*ProductRangeApi* | [**showProductRange**](docs/ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange
|
|
151
|
-
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#storeproductrangeoperation) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange
|
|
152
|
-
*ProductRangeApi* | [**updateProductRange**](docs/ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange
|
|
153
141
|
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
|
|
154
142
|
*ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
|
|
155
143
|
*ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
|
|
@@ -195,17 +183,15 @@ All URIs are relative to *http://localhost/api*
|
|
|
195
183
|
- [AssetLiteResourceArrayResponse](docs/AssetLiteResourceArrayResponse.md)
|
|
196
184
|
- [AssetResource](docs/AssetResource.md)
|
|
197
185
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
186
|
+
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
187
|
+
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
198
188
|
- [AttachAccessoriesProductChildRequest](docs/AttachAccessoriesProductChildRequest.md)
|
|
199
|
-
- [AttachAccessoriesProductRangeRequest](docs/AttachAccessoriesProductRangeRequest.md)
|
|
200
189
|
- [AttachAssetsOverlayTemplateRequest](docs/AttachAssetsOverlayTemplateRequest.md)
|
|
201
190
|
- [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
|
|
202
|
-
- [AttachAttributesProductRangeRequest](docs/AttachAttributesProductRangeRequest.md)
|
|
203
|
-
- [AttachAttributesProductRangeRequestAttributesInner](docs/AttachAttributesProductRangeRequestAttributesInner.md)
|
|
204
191
|
- [AttachDocumentablesDocumentRequest](docs/AttachDocumentablesDocumentRequest.md)
|
|
205
192
|
- [AttachDocumentablesDocumentRequestDocumentablesInner](docs/AttachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
206
193
|
- [AttachDocumentsProductChildRequest](docs/AttachDocumentsProductChildRequest.md)
|
|
207
194
|
- [AttachDocumentsProductChildRequestDocumentsInner](docs/AttachDocumentsProductChildRequestDocumentsInner.md)
|
|
208
|
-
- [AttachDocumentsProductRangeRequest](docs/AttachDocumentsProductRangeRequest.md)
|
|
209
195
|
- [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
|
|
210
196
|
- [AttachProductsProductCategoryRequest](docs/AttachProductsProductCategoryRequest.md)
|
|
211
197
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
@@ -237,13 +223,10 @@ All URIs are relative to *http://localhost/api*
|
|
|
237
223
|
- [DescriptionResource](docs/DescriptionResource.md)
|
|
238
224
|
- [DescriptionResourceArrayResponse](docs/DescriptionResourceArrayResponse.md)
|
|
239
225
|
- [DestroyAttributeValueRequest](docs/DestroyAttributeValueRequest.md)
|
|
240
|
-
- [DetachAccessoriesProductRangeRequest](docs/DetachAccessoriesProductRangeRequest.md)
|
|
241
226
|
- [DetachAssetableOverlayTemplateRequest](docs/DetachAssetableOverlayTemplateRequest.md)
|
|
242
|
-
- [DetachAttributesProductRangeRequest](docs/DetachAttributesProductRangeRequest.md)
|
|
243
227
|
- [DetachDocumentablesDocumentRequest](docs/DetachDocumentablesDocumentRequest.md)
|
|
244
228
|
- [DetachDocumentablesDocumentRequestDocumentablesInner](docs/DetachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
245
229
|
- [DetachDocumentsProductChildRequest](docs/DetachDocumentsProductChildRequest.md)
|
|
246
|
-
- [DetachDocumentsProductRangeRequest](docs/DetachDocumentsProductRangeRequest.md)
|
|
247
230
|
- [DetachProductsProductCategoryRequest](docs/DetachProductsProductCategoryRequest.md)
|
|
248
231
|
- [DocumentFileForUploadResource](docs/DocumentFileForUploadResource.md)
|
|
249
232
|
- [DocumentFileForUploadResourceArrayResponse](docs/DocumentFileForUploadResourceArrayResponse.md)
|
|
@@ -268,11 +251,11 @@ All URIs are relative to *http://localhost/api*
|
|
|
268
251
|
- [GetAllOverlayTemplateRequest](docs/GetAllOverlayTemplateRequest.md)
|
|
269
252
|
- [GetAllProductCategoryRequest](docs/GetAllProductCategoryRequest.md)
|
|
270
253
|
- [GetAllProductChildRequest](docs/GetAllProductChildRequest.md)
|
|
271
|
-
- [GetAllProductRangeRequest](docs/GetAllProductRangeRequest.md)
|
|
272
254
|
- [GetAllProductRequest](docs/GetAllProductRequest.md)
|
|
273
255
|
- [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
|
|
274
256
|
- [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
|
|
275
257
|
- [GetHierarchyProductCategoryRequest](docs/GetHierarchyProductCategoryRequest.md)
|
|
258
|
+
- [GetUniqueEndpointsExternalApiLogRequest](docs/GetUniqueEndpointsExternalApiLogRequest.md)
|
|
276
259
|
- [GlobalSearchCategoryResource](docs/GlobalSearchCategoryResource.md)
|
|
277
260
|
- [GlobalSearchCategoryResourceArrayResponse](docs/GlobalSearchCategoryResourceArrayResponse.md)
|
|
278
261
|
- [GlobalSearchProductResource](docs/GlobalSearchProductResource.md)
|
|
@@ -288,11 +271,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
288
271
|
- [IndexDefinitionRequest](docs/IndexDefinitionRequest.md)
|
|
289
272
|
- [IndexDocumentRequest](docs/IndexDocumentRequest.md)
|
|
290
273
|
- [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
|
|
291
|
-
- [IndexModelAttributeRequest](docs/IndexModelAttributeRequest.md)
|
|
292
274
|
- [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
|
|
293
275
|
- [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
|
|
294
276
|
- [IndexProductChildRequest](docs/IndexProductChildRequest.md)
|
|
295
|
-
- [IndexProductRangeRequest](docs/IndexProductRangeRequest.md)
|
|
296
277
|
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
297
278
|
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
298
279
|
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
@@ -301,8 +282,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
301
282
|
- [IndexTagRequest](docs/IndexTagRequest.md)
|
|
302
283
|
- [LabelResource](docs/LabelResource.md)
|
|
303
284
|
- [LabelResourceArrayResponse](docs/LabelResourceArrayResponse.md)
|
|
304
|
-
- [ModelAttributeListResource](docs/ModelAttributeListResource.md)
|
|
305
|
-
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
306
285
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
307
286
|
- [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
|
|
308
287
|
- [OverlayTemplateAssetFrontendResource](docs/OverlayTemplateAssetFrontendResource.md)
|
|
@@ -328,7 +307,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
328
307
|
- [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
|
|
329
308
|
- [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
|
|
330
309
|
- [PaginatedGoogleCategoryResourceResponse](docs/PaginatedGoogleCategoryResourceResponse.md)
|
|
331
|
-
- [PaginatedModelAttributeListResourceResponse](docs/PaginatedModelAttributeListResourceResponse.md)
|
|
332
310
|
- [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
|
|
333
311
|
- [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
|
|
334
312
|
- [PaginatedOverlayTemplateResourceResponse](docs/PaginatedOverlayTemplateResourceResponse.md)
|
|
@@ -341,10 +319,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
341
319
|
- [PaginatedProductChildResourceResponse](docs/PaginatedProductChildResourceResponse.md)
|
|
342
320
|
- [PaginatedProductListResourceResponse](docs/PaginatedProductListResourceResponse.md)
|
|
343
321
|
- [PaginatedProductLiteResourceResponse](docs/PaginatedProductLiteResourceResponse.md)
|
|
344
|
-
- [PaginatedProductRangeFrontendListResourceResponse](docs/PaginatedProductRangeFrontendListResourceResponse.md)
|
|
345
|
-
- [PaginatedProductRangeListResourceResponse](docs/PaginatedProductRangeListResourceResponse.md)
|
|
346
|
-
- [PaginatedProductRangeLiteResourceResponse](docs/PaginatedProductRangeLiteResourceResponse.md)
|
|
347
|
-
- [PaginatedProductRangeResourceResponse](docs/PaginatedProductRangeResourceResponse.md)
|
|
348
322
|
- [PaginatedProductResourceResponse](docs/PaginatedProductResourceResponse.md)
|
|
349
323
|
- [PaginatedProductSearchResultResourceResponse](docs/PaginatedProductSearchResultResourceResponse.md)
|
|
350
324
|
- [PaginatedProductTypeListResourceResponse](docs/PaginatedProductTypeListResourceResponse.md)
|
|
@@ -391,24 +365,14 @@ All URIs are relative to *http://localhost/api*
|
|
|
391
365
|
- [ProductChildSiteDetailLiteResourceArrayResponse](docs/ProductChildSiteDetailLiteResourceArrayResponse.md)
|
|
392
366
|
- [ProductChildSiteDetailResource](docs/ProductChildSiteDetailResource.md)
|
|
393
367
|
- [ProductChildSiteDetailResourceArrayResponse](docs/ProductChildSiteDetailResourceArrayResponse.md)
|
|
368
|
+
- [ProductClassResource](docs/ProductClassResource.md)
|
|
369
|
+
- [ProductClassResourceArrayResponse](docs/ProductClassResourceArrayResponse.md)
|
|
394
370
|
- [ProductCompareResource](docs/ProductCompareResource.md)
|
|
395
371
|
- [ProductCompareResourceArrayResponse](docs/ProductCompareResourceArrayResponse.md)
|
|
396
372
|
- [ProductListResource](docs/ProductListResource.md)
|
|
397
373
|
- [ProductListResourceArrayResponse](docs/ProductListResourceArrayResponse.md)
|
|
398
374
|
- [ProductLiteResource](docs/ProductLiteResource.md)
|
|
399
375
|
- [ProductLiteResourceArrayResponse](docs/ProductLiteResourceArrayResponse.md)
|
|
400
|
-
- [ProductRangeFrontendListResource](docs/ProductRangeFrontendListResource.md)
|
|
401
|
-
- [ProductRangeFrontendListResourceArrayResponse](docs/ProductRangeFrontendListResourceArrayResponse.md)
|
|
402
|
-
- [ProductRangeFrontendResource](docs/ProductRangeFrontendResource.md)
|
|
403
|
-
- [ProductRangeFrontendResourceArrayResponse](docs/ProductRangeFrontendResourceArrayResponse.md)
|
|
404
|
-
- [ProductRangeListResource](docs/ProductRangeListResource.md)
|
|
405
|
-
- [ProductRangeListResourceArrayResponse](docs/ProductRangeListResourceArrayResponse.md)
|
|
406
|
-
- [ProductRangeLiteResource](docs/ProductRangeLiteResource.md)
|
|
407
|
-
- [ProductRangeLiteResourceArrayResponse](docs/ProductRangeLiteResourceArrayResponse.md)
|
|
408
|
-
- [ProductRangeResource](docs/ProductRangeResource.md)
|
|
409
|
-
- [ProductRangeResourceArrayResponse](docs/ProductRangeResourceArrayResponse.md)
|
|
410
|
-
- [ProductRangeSiteDetailResource](docs/ProductRangeSiteDetailResource.md)
|
|
411
|
-
- [ProductRangeSiteDetailResourceArrayResponse](docs/ProductRangeSiteDetailResourceArrayResponse.md)
|
|
412
376
|
- [ProductRating](docs/ProductRating.md)
|
|
413
377
|
- [ProductResource](docs/ProductResource.md)
|
|
414
378
|
- [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
|
|
@@ -427,6 +391,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
427
391
|
- [ProductTypeResourceArrayResponse](docs/ProductTypeResourceArrayResponse.md)
|
|
428
392
|
- [SEOResource](docs/SEOResource.md)
|
|
429
393
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
394
|
+
- [ShowAssetsProductChildRequest](docs/ShowAssetsProductChildRequest.md)
|
|
430
395
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
431
396
|
- [SiteConfigResourceArrayResponse](docs/SiteConfigResourceArrayResponse.md)
|
|
432
397
|
- [SiteListResource](docs/SiteListResource.md)
|
|
@@ -458,8 +423,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
458
423
|
- [StoreProductChildRequestAssetsInner](docs/StoreProductChildRequestAssetsInner.md)
|
|
459
424
|
- [StoreProductChildRequestAttributeValuesInner](docs/StoreProductChildRequestAttributeValuesInner.md)
|
|
460
425
|
- [StoreProductChildRequestSitesInner](docs/StoreProductChildRequestSitesInner.md)
|
|
461
|
-
- [StoreProductRangeRequest](docs/StoreProductRangeRequest.md)
|
|
462
|
-
- [StoreProductRangeRequestSitesInner](docs/StoreProductRangeRequestSitesInner.md)
|
|
463
426
|
- [StoreProductRequest](docs/StoreProductRequest.md)
|
|
464
427
|
- [StoreProductRequestCategoriesInner](docs/StoreProductRequestCategoriesInner.md)
|
|
465
428
|
- [StoreProductTypeRequest](docs/StoreProductTypeRequest.md)
|
|
@@ -496,10 +459,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
496
459
|
- [UpdateProductCategoryRequest](docs/UpdateProductCategoryRequest.md)
|
|
497
460
|
- [UpdateProductChildRequest](docs/UpdateProductChildRequest.md)
|
|
498
461
|
- [UpdateProductChildRequestAssetsInner](docs/UpdateProductChildRequestAssetsInner.md)
|
|
499
|
-
- [UpdateProductRangeRequest](docs/UpdateProductRangeRequest.md)
|
|
500
|
-
- [UpdateProductRangeRequestAttributesInner](docs/UpdateProductRangeRequestAttributesInner.md)
|
|
501
462
|
- [UpdateProductRequest](docs/UpdateProductRequest.md)
|
|
502
463
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
464
|
+
- [UpdateProductTypeRequestPerformanceValuesInner](docs/UpdateProductTypeRequestPerformanceValuesInner.md)
|
|
503
465
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
504
466
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
505
467
|
- [UpdateSupplierRequest](docs/UpdateSupplierRequest.md)
|
|
@@ -521,7 +483,7 @@ and is automatically generated by the
|
|
|
521
483
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
522
484
|
|
|
523
485
|
- API version: `1.0.0`
|
|
524
|
-
- Package version: `0.0.
|
|
486
|
+
- Package version: `0.0.1172`
|
|
525
487
|
- Generator version: `7.20.0`
|
|
526
488
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
527
489
|
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { GenericResponse, GetHierarchyProductCategoryRequest } from '../models/index';
|
|
14
|
+
export interface GenerateGoogleFeedAdminRequest {
|
|
15
|
+
getHierarchyProductCategoryRequest?: GetHierarchyProductCategoryRequest;
|
|
16
|
+
}
|
|
17
|
+
export interface GenerateSocialFeedAdminRequest {
|
|
18
|
+
getHierarchyProductCategoryRequest?: GetHierarchyProductCategoryRequest;
|
|
19
|
+
}
|
|
20
|
+
export interface GenerateTGNDataFeedAdminRequest {
|
|
21
|
+
getHierarchyProductCategoryRequest?: GetHierarchyProductCategoryRequest;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class AdminApi extends runtime.BaseAPI {
|
|
27
|
+
/**
|
|
28
|
+
* Creates request options for generateGoogleFeedAdmin without sending the request
|
|
29
|
+
*/
|
|
30
|
+
generateGoogleFeedAdminRequestOpts(requestParameters: GenerateGoogleFeedAdminRequest): Promise<runtime.RequestOpts>;
|
|
31
|
+
/**
|
|
32
|
+
* Auto-generated: generateGoogleFeedAdmin
|
|
33
|
+
*/
|
|
34
|
+
generateGoogleFeedAdminRaw(requestParameters: GenerateGoogleFeedAdminRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
35
|
+
/**
|
|
36
|
+
* Auto-generated: generateGoogleFeedAdmin
|
|
37
|
+
*/
|
|
38
|
+
generateGoogleFeedAdmin(requestParameters?: GenerateGoogleFeedAdminRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Creates request options for generateSocialFeedAdmin without sending the request
|
|
41
|
+
*/
|
|
42
|
+
generateSocialFeedAdminRequestOpts(requestParameters: GenerateSocialFeedAdminRequest): Promise<runtime.RequestOpts>;
|
|
43
|
+
/**
|
|
44
|
+
* Auto-generated: generateSocialFeedAdmin
|
|
45
|
+
*/
|
|
46
|
+
generateSocialFeedAdminRaw(requestParameters: GenerateSocialFeedAdminRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Auto-generated: generateSocialFeedAdmin
|
|
49
|
+
*/
|
|
50
|
+
generateSocialFeedAdmin(requestParameters?: GenerateSocialFeedAdminRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Creates request options for generateTGNDataFeedAdmin without sending the request
|
|
53
|
+
*/
|
|
54
|
+
generateTGNDataFeedAdminRequestOpts(requestParameters: GenerateTGNDataFeedAdminRequest): Promise<runtime.RequestOpts>;
|
|
55
|
+
/**
|
|
56
|
+
* Auto-generated: generateTGNDataFeedAdmin
|
|
57
|
+
*/
|
|
58
|
+
generateTGNDataFeedAdminRaw(requestParameters: GenerateTGNDataFeedAdminRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
59
|
+
/**
|
|
60
|
+
* Auto-generated: generateTGNDataFeedAdmin
|
|
61
|
+
*/
|
|
62
|
+
generateTGNDataFeedAdmin(requestParameters?: GenerateTGNDataFeedAdminRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
63
|
+
}
|