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