@seekora-ai/admin-api 1.1.51 → 1.1.53

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
- ## @seekora-ai/admin-api@1.1.51
1
+ ## @seekora-ai/admin-api@1.1.53
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 @seekora-ai/admin-api@1.1.51 --save
39
+ npm install @seekora-ai/admin-api@1.1.53 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -202,6 +202,9 @@ Class | Method | HTTP request | Description
202
202
  *DefaultMenuManagementApi* | [**adminDefaultMenusGet**](docs/DefaultMenuManagementApi.md#admindefaultmenusget) | **GET** /admin/default-menus | Get all default menus with visibility flags
203
203
  *DefaultMenuManagementApi* | [**adminDefaultMenusVisibilityPut**](docs/DefaultMenuManagementApi.md#admindefaultmenusvisibilityput) | **PUT** /admin/default-menus/visibility | Update menu global visibility
204
204
  *DocumentsApi* | [**adminStoresXStoreIDUploadPost**](docs/DocumentsApi.md#adminstoresxstoreiduploadpost) | **POST** /admin/Stores/{xStoreID}/upload | Upload a document
205
+ *DropdownRecommendationsApi* | [**v1DropdownRecommendationsConfigGet**](docs/DropdownRecommendationsApi.md#v1dropdownrecommendationsconfigget) | **GET** /v1/dropdown-recommendations/config | Get Dropdown Recommendations Configuration
206
+ *DropdownRecommendationsApi* | [**v1DropdownRecommendationsConfigPut**](docs/DropdownRecommendationsApi.md#v1dropdownrecommendationsconfigput) | **PUT** /v1/dropdown-recommendations/config | Update Dropdown Recommendations Configuration
207
+ *DropdownRecommendationsApi* | [**v1DropdownRecommendationsGet**](docs/DropdownRecommendationsApi.md#v1dropdownrecommendationsget) | **GET** /v1/dropdown-recommendations | Get Dropdown Recommendations
205
208
  *ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
206
209
  *ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
207
210
  *FeatureLimitsApi* | [**adminFeatureLimitsViolationsGet**](docs/FeatureLimitsApi.md#adminfeaturelimitsviolationsget) | **GET** /admin/feature-limits/violations | Get feature limit violations
@@ -674,6 +677,7 @@ Class | Method | HTTP request | Description
674
677
  - [DataTypesDocumentRequest](docs/DataTypesDocumentRequest.md)
675
678
  - [DataTypesDocumentResponse](docs/DataTypesDocumentResponse.md)
676
679
  - [DataTypesDocumentResponseWrapper](docs/DataTypesDocumentResponseWrapper.md)
680
+ - [DataTypesDropdownRecommendationsConfig](docs/DataTypesDropdownRecommendationsConfig.md)
677
681
  - [DataTypesErrorMeta](docs/DataTypesErrorMeta.md)
678
682
  - [DataTypesErrorMetaResponse](docs/DataTypesErrorMetaResponse.md)
679
683
  - [DataTypesEventPayload](docs/DataTypesEventPayload.md)
@@ -979,6 +983,14 @@ Class | Method | HTTP request | Description
979
983
  - [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
980
984
  - [DefaultMenuRoutesUpdateMenuVisibilityRequest](docs/DefaultMenuRoutesUpdateMenuVisibilityRequest.md)
981
985
  - [DefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DefaultMenuRoutesUpdateMenuVisibilityResponse.md)
986
+ - [DropdownRecommendationsServiceDropdownConfigResponse](docs/DropdownRecommendationsServiceDropdownConfigResponse.md)
987
+ - [DropdownRecommendationsServiceDropdownRecommendationsAPIResponse](docs/DropdownRecommendationsServiceDropdownRecommendationsAPIResponse.md)
988
+ - [DropdownRecommendationsServiceDropdownRecommendationsConfig](docs/DropdownRecommendationsServiceDropdownRecommendationsConfig.md)
989
+ - [DropdownRecommendationsServiceDropdownRecommendationsResponse](docs/DropdownRecommendationsServiceDropdownRecommendationsResponse.md)
990
+ - [DropdownRecommendationsServicePopularBrand](docs/DropdownRecommendationsServicePopularBrand.md)
991
+ - [DropdownRecommendationsServiceTrendingProduct](docs/DropdownRecommendationsServiceTrendingProduct.md)
992
+ - [DropdownRecommendationsServiceTrendingSearchItem](docs/DropdownRecommendationsServiceTrendingSearchItem.md)
993
+ - [DropdownRecommendationsServiceUpdateDropdownConfigRequest](docs/DropdownRecommendationsServiceUpdateDropdownConfigRequest.md)
982
994
  - [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
983
995
  - [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
984
996
  - [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)