@teemill/product-catalog 1.85.0 → 1.87.0

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/product-catalog@1.85.0
1
+ ## @teemill/product-catalog@1.87.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @teemill/product-catalog@1.85.0 --save
39
+ npm install @teemill/product-catalog@1.87.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -63,7 +63,9 @@ Class | Method | HTTP request | Description
63
63
  *ApplicationSetsApi* | [**updateApplicationSet**](docs/ApplicationSetsApi.md#updateapplicationset) | **PATCH** /v1/catalog/applications/sets/{applicationSetId} | Update application set
64
64
  *ApplicationTechnologiesApi* | [**listTechnologies**](docs/ApplicationTechnologiesApi.md#listtechnologies) | **GET** /v1/catalog/applications/technologies | List technologies available to this project
65
65
  *ProductAnalyticsApi* | [**exportProductAnalytics**](docs/ProductAnalyticsApi.md#exportproductanalytics) | **GET** /v1/catalog/analytics/export | Export product analytics
66
+ *ProductAnalyticsApi* | [**getProductAnalyticsSummary**](docs/ProductAnalyticsApi.md#getproductanalyticssummary) | **GET** /v1/catalog/analytics/summary | Get product analytics summary
66
67
  *ProductAnalyticsApi* | [**listProductAnalytics**](docs/ProductAnalyticsApi.md#listproductanalytics) | **GET** /v1/catalog/analytics | List product analytics
68
+ *ProductCreatorsApi* | [**listProductCreators**](docs/ProductCreatorsApi.md#listproductcreators) | **GET** /v1/catalog/creators | List product creators
67
69
  *ProductTypesApi* | [**listProductTypes**](docs/ProductTypesApi.md#listproducttypes) | **GET** /v1/catalog/product-types | List product types
68
70
  *ProductsApi* | [**createProduct**](docs/ProductsApi.md#createproduct) | **POST** /v1/catalog/products | Create product
69
71
  *ProductsApi* | [**deleteProduct**](docs/ProductsApi.md#deleteproduct) | **DELETE** /v1/catalog/products/{productId} | Delete catalog product
@@ -82,8 +84,10 @@ Class | Method | HTTP request | Description
82
84
 
83
85
  ### Documentation For Models
84
86
 
87
+ - [Action](docs/Action.md)
85
88
  - [AdditionalFile](docs/AdditionalFile.md)
86
89
  - [AnalyticsItem](docs/AnalyticsItem.md)
90
+ - [AnalyticsSummary](docs/AnalyticsSummary.md)
87
91
  - [ApiError](docs/ApiError.md)
88
92
  - [Application](docs/Application.md)
89
93
  - [ApplicationGroup](docs/ApplicationGroup.md)
@@ -147,6 +151,7 @@ Class | Method | HTTP request | Description
147
151
  - [ProductTypeListResponse](docs/ProductTypeListResponse.md)
148
152
  - [ProductWarehouseProduct](docs/ProductWarehouseProduct.md)
149
153
  - [ProductsResponse](docs/ProductsResponse.md)
154
+ - [Recommendation](docs/Recommendation.md)
150
155
  - [RequiredPrice](docs/RequiredPrice.md)
151
156
  - [SEOMetadata](docs/SEOMetadata.md)
152
157
  - [SEOMetadata1](docs/SEOMetadata1.md)
@@ -178,6 +183,9 @@ Class | Method | HTTP request | Description
178
183
  - [UpdateProductsRequestProductsInnerVariantsInnerIntegrationConnectionsInner](docs/UpdateProductsRequestProductsInnerVariantsInnerIntegrationConnectionsInner.md)
179
184
  - [UpdateProductsRequestProductsInnerVariantsInnerRetailPrice](docs/UpdateProductsRequestProductsInnerVariantsInnerRetailPrice.md)
180
185
  - [UpdateProductsRequestProductsInnerVariantsInnerSalePrice](docs/UpdateProductsRequestProductsInnerVariantsInnerSalePrice.md)
186
+ - [UserList](docs/UserList.md)
187
+ - [UserListCreatorsInner](docs/UserListCreatorsInner.md)
188
+ - [UserListCreatorsInnerAvatar](docs/UserListCreatorsInnerAvatar.md)
181
189
  - [Variant](docs/Variant.md)
182
190
  - [VariantIntegrationConnectionsInner](docs/VariantIntegrationConnectionsInner.md)
183
191
  - [VariantProduct](docs/VariantProduct.md)