@seekora-ai/admin-api 1.1.66 → 1.1.68
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 +19 -13
- package/api.ts +1771 -1321
- package/dist/api.d.ts +987 -703
- package/dist/api.js +606 -315
- package/dist/esm/api.d.ts +987 -703
- package/dist/esm/api.js +600 -305
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.68.tgz +0 -0
- package/seekora-ai-admin-api-1.1.66.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.68
|
|
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.68 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -103,6 +103,9 @@ Class | Method | HTTP request | Description
|
|
|
103
103
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesNoResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesnoresultsget) | **GET** /admin/analytics/store/{xStoreID}/queries/no-results | Get No-Results Queries
|
|
104
104
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesqueryinsightsget) | **GET** /admin/analytics/store/{xStoreID}/queries/{query}/insights | Get Query Insights
|
|
105
105
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidresultsget) | **GET** /admin/analytics/store/{xStoreID}/results | Get Top Results Analytics
|
|
106
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsPopularGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionspopularget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/popular | Get Popular Suggestion Queries
|
|
107
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsQueriesGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsqueriesget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/queries | Get Query Suggestions Analytics
|
|
108
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsQueryInsightsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsqueryinsightsget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/{query}/insights | Get Query Suggestions Insights
|
|
106
109
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagsget) | **GET** /admin/analytics/store/{xStoreID}/tags | Get Analytics Tags
|
|
107
110
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
|
|
108
111
|
*AnalyticsApi* | [**analyticsApiUsageGet**](docs/AnalyticsApi.md#analyticsapiusageget) | **GET** /analytics/api-usage | Get API Usage Logs
|
|
@@ -215,9 +218,6 @@ Class | Method | HTTP request | Description
|
|
|
215
218
|
*DocumentationApi* | [**v1DocsSuggestionsGet**](docs/DocumentationApi.md#v1docssuggestionsget) | **GET** /v1/docs/suggestions | Get search suggestions
|
|
216
219
|
*DocumentationApi* | [**v1DocsUpdatePut**](docs/DocumentationApi.md#v1docsupdateput) | **PUT** /v1/docs/update | Update documentation
|
|
217
220
|
*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
221
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
|
|
222
222
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
|
|
223
223
|
*FeatureLimitsApi* | [**adminV1FeatureLimitsCheckGet**](docs/FeatureLimitsApi.md#adminv1featurelimitscheckget) | **GET** /admin/v1/feature-limits/check | Check if a feature can be used
|
|
@@ -359,6 +359,7 @@ Class | Method | HTTP request | Description
|
|
|
359
359
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBannedExpressionsPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbannedexpressionspost) | **POST** /admin/v1/query-suggestions/{xStoreID}/banned-expressions | Create Banned Expression
|
|
360
360
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBulkPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbulkpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/bulk | Bulk Update Suggestions
|
|
361
361
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDCachedGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidcachedget) | **GET** /admin/v1/query-suggestions/{xStoreID}/cached | Get Cached Auto-Generated Suggestions
|
|
362
|
+
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDCompleteSyncPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidcompletesyncpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/complete-sync | Complete Sync: Refresh + Promote + Sync to Typesense
|
|
362
363
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDConfigGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidconfigget) | **GET** /admin/v1/query-suggestions/{xStoreID}/config | Get Query Suggestions Configuration
|
|
363
364
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDConfigPut**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidconfigput) | **PUT** /admin/v1/query-suggestions/{xStoreID}/config | Update Query Suggestions Configuration
|
|
364
365
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDGenerateCategoriesPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidgeneratecategoriespost) | **POST** /admin/v1/query-suggestions/{xStoreID}/generate-categories | Generate Enhanced Category Suggestions
|
|
@@ -457,6 +458,7 @@ Class | Method | HTTP request | Description
|
|
|
457
458
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
458
459
|
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update Store Status
|
|
459
460
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsDailyStatsGet**](docs/StoresApi.md#adminstoresxstoreidanalyticsdailystatsget) | **GET** /admin/Stores/{xStoreID}/analytics/daily-stats | Get Daily Statistics for a Store
|
|
461
|
+
*StoresApi* | [**adminStoresXStoreIDAnalyticsEnsurePost**](docs/StoresApi.md#adminstoresxstoreidanalyticsensurepost) | **POST** /admin/Stores/{xStoreID}/analytics/ensure | Ensure Analytics Collections and Rules for Store
|
|
460
462
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsTimeseriesGet**](docs/StoresApi.md#adminstoresxstoreidanalyticstimeseriesget) | **GET** /admin/Stores/{xStoreID}/analytics/timeseries | Get Time Series Data for Store Metrics
|
|
461
463
|
*StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
|
|
462
464
|
*StoresApi* | [**adminStoresXStoreIDApiUsageGet**](docs/StoresApi.md#adminstoresxstoreidapiusageget) | **GET** /admin/Stores/{xStoreID}/api-usage | Get API Usage Logs for Store
|
|
@@ -465,6 +467,7 @@ Class | Method | HTTP request | Description
|
|
|
465
467
|
*StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
|
|
466
468
|
*StoresApi* | [**adminStoresXStoreIDCredentialsGet**](docs/StoresApi.md#adminstoresxstoreidcredentialsget) | **GET** /admin/Stores/{xStoreID}/credentials | Get store credentials
|
|
467
469
|
*StoresApi* | [**adminStoresXStoreIDDefaultsGet**](docs/StoresApi.md#adminstoresxstoreiddefaultsget) | **GET** /admin/Stores/{xStoreID}/defaults | Get Store Schema-Based Defaults
|
|
470
|
+
*StoresApi* | [**adminStoresXStoreIDPopularItemsSyncPost**](docs/StoresApi.md#adminstoresxstoreidpopularitemssyncpost) | **POST** /admin/Stores/{xStoreID}/popular-items/sync | Sync Popular Items to Typesense
|
|
468
471
|
*StoresApi* | [**adminStoresXStoreIDSchemaOptionsGet**](docs/StoresApi.md#adminstoresxstoreidschemaoptionsget) | **GET** /admin/stores/{xStoreID}/schema-options | Get store schema options
|
|
469
472
|
*StoresApi* | [**adminStoresXStoreIDSearchGet**](docs/StoresApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search | Get store search results
|
|
470
473
|
*StoresApi* | [**adminStoresXStoreIDStepStepPut**](docs/StoresApi.md#adminstoresxstoreidstepstepput) | **PUT** /admin/stores/{xStoreID}/step/{step} | Update store step configuration
|
|
@@ -535,6 +538,8 @@ Class | Method | HTTP request | Description
|
|
|
535
538
|
- [AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response.md)
|
|
536
539
|
- [AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response.md)
|
|
537
540
|
- [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
|
|
541
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsPopularGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsPopularGet200Response.md)
|
|
542
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsQueryInsightsGet200Response.md)
|
|
538
543
|
- [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
|
|
539
544
|
- [AdminV1FeatureLimitsCheckGet200Response](docs/AdminV1FeatureLimitsCheckGet200Response.md)
|
|
540
545
|
- [AdminV1FeatureLimitsHistoryGet200Response](docs/AdminV1FeatureLimitsHistoryGet200Response.md)
|
|
@@ -625,9 +630,16 @@ Class | Method | HTTP request | Description
|
|
|
625
630
|
- [AnalyticsQueryPopularResultWithWidget](docs/AnalyticsQueryPopularResultWithWidget.md)
|
|
626
631
|
- [AnalyticsQueryPopularResultsSection](docs/AnalyticsQueryPopularResultsSection.md)
|
|
627
632
|
- [AnalyticsQueryResponse](docs/AnalyticsQueryResponse.md)
|
|
633
|
+
- [AnalyticsQuerySuggestionsAnalytic](docs/AnalyticsQuerySuggestionsAnalytic.md)
|
|
634
|
+
- [AnalyticsQuerySuggestionsInsight](docs/AnalyticsQuerySuggestionsInsight.md)
|
|
635
|
+
- [AnalyticsQuerySuggestionsResponse](docs/AnalyticsQuerySuggestionsResponse.md)
|
|
628
636
|
- [AnalyticsSearchCount](docs/AnalyticsSearchCount.md)
|
|
629
637
|
- [AnalyticsSearchCountResponse](docs/AnalyticsSearchCountResponse.md)
|
|
630
638
|
- [AnalyticsSharedQueryAnalysis](docs/AnalyticsSharedQueryAnalysis.md)
|
|
639
|
+
- [AnalyticsStoreBreakdown](docs/AnalyticsStoreBreakdown.md)
|
|
640
|
+
- [AnalyticsStoreGeoBreakdown](docs/AnalyticsStoreGeoBreakdown.md)
|
|
641
|
+
- [AnalyticsStoreQueryBreakdown](docs/AnalyticsStoreQueryBreakdown.md)
|
|
642
|
+
- [AnalyticsTimePoint](docs/AnalyticsTimePoint.md)
|
|
631
643
|
- [AnalyticsTimeSeriesPoint](docs/AnalyticsTimeSeriesPoint.md)
|
|
632
644
|
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
633
645
|
- [BatchRecordResult](docs/BatchRecordResult.md)
|
|
@@ -719,6 +731,7 @@ Class | Method | HTTP request | Description
|
|
|
719
731
|
- [DataTypesFeatureUsageHistory](docs/DataTypesFeatureUsageHistory.md)
|
|
720
732
|
- [DataTypesFeatureUsageStats](docs/DataTypesFeatureUsageStats.md)
|
|
721
733
|
- [DataTypesFieldMetadata](docs/DataTypesFieldMetadata.md)
|
|
734
|
+
- [DataTypesFilteredTabConfig](docs/DataTypesFilteredTabConfig.md)
|
|
722
735
|
- [DataTypesForgotPasswordRequest](docs/DataTypesForgotPasswordRequest.md)
|
|
723
736
|
- [DataTypesForgotPasswordResponse](docs/DataTypesForgotPasswordResponse.md)
|
|
724
737
|
- [DataTypesFulfillmentInfo](docs/DataTypesFulfillmentInfo.md)
|
|
@@ -1023,14 +1036,6 @@ Class | Method | HTTP request | Description
|
|
|
1023
1036
|
- [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
|
|
1024
1037
|
- [DefaultMenuRoutesUpdateMenuVisibilityRequest](docs/DefaultMenuRoutesUpdateMenuVisibilityRequest.md)
|
|
1025
1038
|
- [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
1039
|
- [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
|
|
1035
1040
|
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
1036
1041
|
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
@@ -1053,6 +1058,7 @@ Class | Method | HTTP request | Description
|
|
|
1053
1058
|
- [QuerySuggestionsServiceFacetMatch](docs/QuerySuggestionsServiceFacetMatch.md)
|
|
1054
1059
|
- [QuerySuggestionsServiceFacetSuggestion](docs/QuerySuggestionsServiceFacetSuggestion.md)
|
|
1055
1060
|
- [QuerySuggestionsServiceFacetUsage](docs/QuerySuggestionsServiceFacetUsage.md)
|
|
1061
|
+
- [QuerySuggestionsServiceFilteredTabResult](docs/QuerySuggestionsServiceFilteredTabResult.md)
|
|
1056
1062
|
- [QuerySuggestionsServiceImportQuerySuggestion](docs/QuerySuggestionsServiceImportQuerySuggestion.md)
|
|
1057
1063
|
- [QuerySuggestionsServiceImportQuerySuggestionsRequest](docs/QuerySuggestionsServiceImportQuerySuggestionsRequest.md)
|
|
1058
1064
|
- [QuerySuggestionsServiceManualQuerySuggestionRequest](docs/QuerySuggestionsServiceManualQuerySuggestionRequest.md)
|