@seekora-ai/admin-api 1.1.65 → 1.1.67
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 +10 -13
- package/api.ts +737 -1090
- package/dist/api.d.ts +376 -703
- package/dist/api.js +227 -314
- package/dist/esm/api.d.ts +376 -703
- package/dist/esm/api.js +222 -305
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.67.tgz +0 -0
- package/seekora-ai-admin-api-1.1.65.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.1.
|
|
1
|
+
## @seekora-ai/admin-api@1.1.67
|
|
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.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.1.67 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -215,9 +215,6 @@ Class | Method | HTTP request | Description
|
|
|
215
215
|
*DocumentationApi* | [**v1DocsSuggestionsGet**](docs/DocumentationApi.md#v1docssuggestionsget) | **GET** /v1/docs/suggestions | Get search suggestions
|
|
216
216
|
*DocumentationApi* | [**v1DocsUpdatePut**](docs/DocumentationApi.md#v1docsupdateput) | **PUT** /v1/docs/update | Update documentation
|
|
217
217
|
*DocumentsApi* | [**adminStoresXStoreIDUploadPost**](docs/DocumentsApi.md#adminstoresxstoreiduploadpost) | **POST** /admin/Stores/{xStoreID}/upload | Upload a document
|
|
218
|
-
*DropdownRecommendationsApi* | [**v1DropdownRecommendationsConfigGet**](docs/DropdownRecommendationsApi.md#v1dropdownrecommendationsconfigget) | **GET** /v1/dropdown-recommendations/config | Get Dropdown Recommendations Configuration
|
|
219
|
-
*DropdownRecommendationsApi* | [**v1DropdownRecommendationsConfigPut**](docs/DropdownRecommendationsApi.md#v1dropdownrecommendationsconfigput) | **PUT** /v1/dropdown-recommendations/config | Update Dropdown Recommendations Configuration
|
|
220
|
-
*DropdownRecommendationsApi* | [**v1DropdownRecommendationsGet**](docs/DropdownRecommendationsApi.md#v1dropdownrecommendationsget) | **GET** /v1/dropdown-recommendations | Get Dropdown Recommendations
|
|
221
218
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
|
|
222
219
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
|
|
223
220
|
*FeatureLimitsApi* | [**adminV1FeatureLimitsCheckGet**](docs/FeatureLimitsApi.md#adminv1featurelimitscheckget) | **GET** /admin/v1/feature-limits/check | Check if a feature can be used
|
|
@@ -359,6 +356,7 @@ Class | Method | HTTP request | Description
|
|
|
359
356
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBannedExpressionsPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbannedexpressionspost) | **POST** /admin/v1/query-suggestions/{xStoreID}/banned-expressions | Create Banned Expression
|
|
360
357
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBulkPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbulkpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/bulk | Bulk Update Suggestions
|
|
361
358
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDCachedGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidcachedget) | **GET** /admin/v1/query-suggestions/{xStoreID}/cached | Get Cached Auto-Generated Suggestions
|
|
359
|
+
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDCompleteSyncPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidcompletesyncpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/complete-sync | Complete Sync: Refresh + Promote + Sync to Typesense
|
|
362
360
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDConfigGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidconfigget) | **GET** /admin/v1/query-suggestions/{xStoreID}/config | Get Query Suggestions Configuration
|
|
363
361
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDConfigPut**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidconfigput) | **PUT** /admin/v1/query-suggestions/{xStoreID}/config | Update Query Suggestions Configuration
|
|
364
362
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDGenerateCategoriesPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidgeneratecategoriespost) | **POST** /admin/v1/query-suggestions/{xStoreID}/generate-categories | Generate Enhanced Category Suggestions
|
|
@@ -457,6 +455,7 @@ Class | Method | HTTP request | Description
|
|
|
457
455
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
458
456
|
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update Store Status
|
|
459
457
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsDailyStatsGet**](docs/StoresApi.md#adminstoresxstoreidanalyticsdailystatsget) | **GET** /admin/Stores/{xStoreID}/analytics/daily-stats | Get Daily Statistics for a Store
|
|
458
|
+
*StoresApi* | [**adminStoresXStoreIDAnalyticsEnsurePost**](docs/StoresApi.md#adminstoresxstoreidanalyticsensurepost) | **POST** /admin/Stores/{xStoreID}/analytics/ensure | Ensure Analytics Collections and Rules for Store
|
|
460
459
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsTimeseriesGet**](docs/StoresApi.md#adminstoresxstoreidanalyticstimeseriesget) | **GET** /admin/Stores/{xStoreID}/analytics/timeseries | Get Time Series Data for Store Metrics
|
|
461
460
|
*StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
|
|
462
461
|
*StoresApi* | [**adminStoresXStoreIDApiUsageGet**](docs/StoresApi.md#adminstoresxstoreidapiusageget) | **GET** /admin/Stores/{xStoreID}/api-usage | Get API Usage Logs for Store
|
|
@@ -465,6 +464,7 @@ Class | Method | HTTP request | Description
|
|
|
465
464
|
*StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
|
|
466
465
|
*StoresApi* | [**adminStoresXStoreIDCredentialsGet**](docs/StoresApi.md#adminstoresxstoreidcredentialsget) | **GET** /admin/Stores/{xStoreID}/credentials | Get store credentials
|
|
467
466
|
*StoresApi* | [**adminStoresXStoreIDDefaultsGet**](docs/StoresApi.md#adminstoresxstoreiddefaultsget) | **GET** /admin/Stores/{xStoreID}/defaults | Get Store Schema-Based Defaults
|
|
467
|
+
*StoresApi* | [**adminStoresXStoreIDPopularItemsSyncPost**](docs/StoresApi.md#adminstoresxstoreidpopularitemssyncpost) | **POST** /admin/Stores/{xStoreID}/popular-items/sync | Sync Popular Items to Typesense
|
|
468
468
|
*StoresApi* | [**adminStoresXStoreIDSchemaOptionsGet**](docs/StoresApi.md#adminstoresxstoreidschemaoptionsget) | **GET** /admin/stores/{xStoreID}/schema-options | Get store schema options
|
|
469
469
|
*StoresApi* | [**adminStoresXStoreIDSearchGet**](docs/StoresApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search | Get store search results
|
|
470
470
|
*StoresApi* | [**adminStoresXStoreIDStepStepPut**](docs/StoresApi.md#adminstoresxstoreidstepstepput) | **PUT** /admin/stores/{xStoreID}/step/{step} | Update store step configuration
|
|
@@ -628,6 +628,9 @@ Class | Method | HTTP request | Description
|
|
|
628
628
|
- [AnalyticsSearchCount](docs/AnalyticsSearchCount.md)
|
|
629
629
|
- [AnalyticsSearchCountResponse](docs/AnalyticsSearchCountResponse.md)
|
|
630
630
|
- [AnalyticsSharedQueryAnalysis](docs/AnalyticsSharedQueryAnalysis.md)
|
|
631
|
+
- [AnalyticsStoreBreakdown](docs/AnalyticsStoreBreakdown.md)
|
|
632
|
+
- [AnalyticsStoreGeoBreakdown](docs/AnalyticsStoreGeoBreakdown.md)
|
|
633
|
+
- [AnalyticsStoreQueryBreakdown](docs/AnalyticsStoreQueryBreakdown.md)
|
|
631
634
|
- [AnalyticsTimeSeriesPoint](docs/AnalyticsTimeSeriesPoint.md)
|
|
632
635
|
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
633
636
|
- [BatchRecordResult](docs/BatchRecordResult.md)
|
|
@@ -719,6 +722,7 @@ Class | Method | HTTP request | Description
|
|
|
719
722
|
- [DataTypesFeatureUsageHistory](docs/DataTypesFeatureUsageHistory.md)
|
|
720
723
|
- [DataTypesFeatureUsageStats](docs/DataTypesFeatureUsageStats.md)
|
|
721
724
|
- [DataTypesFieldMetadata](docs/DataTypesFieldMetadata.md)
|
|
725
|
+
- [DataTypesFilteredTabConfig](docs/DataTypesFilteredTabConfig.md)
|
|
722
726
|
- [DataTypesForgotPasswordRequest](docs/DataTypesForgotPasswordRequest.md)
|
|
723
727
|
- [DataTypesForgotPasswordResponse](docs/DataTypesForgotPasswordResponse.md)
|
|
724
728
|
- [DataTypesFulfillmentInfo](docs/DataTypesFulfillmentInfo.md)
|
|
@@ -1023,14 +1027,6 @@ Class | Method | HTTP request | Description
|
|
|
1023
1027
|
- [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
|
|
1024
1028
|
- [DefaultMenuRoutesUpdateMenuVisibilityRequest](docs/DefaultMenuRoutesUpdateMenuVisibilityRequest.md)
|
|
1025
1029
|
- [DefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DefaultMenuRoutesUpdateMenuVisibilityResponse.md)
|
|
1026
|
-
- [DropdownRecommendationsServiceDropdownConfigResponse](docs/DropdownRecommendationsServiceDropdownConfigResponse.md)
|
|
1027
|
-
- [DropdownRecommendationsServiceDropdownRecommendationsAPIResponse](docs/DropdownRecommendationsServiceDropdownRecommendationsAPIResponse.md)
|
|
1028
|
-
- [DropdownRecommendationsServiceDropdownRecommendationsConfig](docs/DropdownRecommendationsServiceDropdownRecommendationsConfig.md)
|
|
1029
|
-
- [DropdownRecommendationsServiceDropdownRecommendationsResponse](docs/DropdownRecommendationsServiceDropdownRecommendationsResponse.md)
|
|
1030
|
-
- [DropdownRecommendationsServicePopularBrand](docs/DropdownRecommendationsServicePopularBrand.md)
|
|
1031
|
-
- [DropdownRecommendationsServiceTrendingProduct](docs/DropdownRecommendationsServiceTrendingProduct.md)
|
|
1032
|
-
- [DropdownRecommendationsServiceTrendingSearchItem](docs/DropdownRecommendationsServiceTrendingSearchItem.md)
|
|
1033
|
-
- [DropdownRecommendationsServiceUpdateDropdownConfigRequest](docs/DropdownRecommendationsServiceUpdateDropdownConfigRequest.md)
|
|
1034
1030
|
- [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
|
|
1035
1031
|
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
1036
1032
|
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
@@ -1053,6 +1049,7 @@ Class | Method | HTTP request | Description
|
|
|
1053
1049
|
- [QuerySuggestionsServiceFacetMatch](docs/QuerySuggestionsServiceFacetMatch.md)
|
|
1054
1050
|
- [QuerySuggestionsServiceFacetSuggestion](docs/QuerySuggestionsServiceFacetSuggestion.md)
|
|
1055
1051
|
- [QuerySuggestionsServiceFacetUsage](docs/QuerySuggestionsServiceFacetUsage.md)
|
|
1052
|
+
- [QuerySuggestionsServiceFilteredTabResult](docs/QuerySuggestionsServiceFilteredTabResult.md)
|
|
1056
1053
|
- [QuerySuggestionsServiceImportQuerySuggestion](docs/QuerySuggestionsServiceImportQuerySuggestion.md)
|
|
1057
1054
|
- [QuerySuggestionsServiceImportQuerySuggestionsRequest](docs/QuerySuggestionsServiceImportQuerySuggestionsRequest.md)
|
|
1058
1055
|
- [QuerySuggestionsServiceManualQuerySuggestionRequest](docs/QuerySuggestionsServiceManualQuerySuggestionRequest.md)
|