@seekora-ai/admin-api 1.0.99 → 1.1.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
- ## @seekora-ai/admin-api@1.0.99
1
+ ## @seekora-ai/admin-api@1.1.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 @seekora-ai/admin-api@1.0.99 --save
39
+ npm install @seekora-ai/admin-api@1.1.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -63,6 +63,7 @@ Class | Method | HTTP request | Description
63
63
  *AccountSettingsApi* | [**accountSettingsPasswordPut**](docs/AccountSettingsApi.md#accountsettingspasswordput) | **PUT** /account-settings/password | Update user password
64
64
  *AccountSettingsApi* | [**accountSettingsProfileGet**](docs/AccountSettingsApi.md#accountsettingsprofileget) | **GET** /account-settings/profile | Retrieve user profile
65
65
  *AccountSettingsApi* | [**accountSettingsProfilePut**](docs/AccountSettingsApi.md#accountsettingsprofileput) | **PUT** /account-settings/profile | Update user profile
66
+ *AccountSettingsApi* | [**accountSettingsSetPasswordPut**](docs/AccountSettingsApi.md#accountsettingssetpasswordput) | **PUT** /account-settings/set-password | Set password for OAuth/new user
66
67
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDConfigGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidconfigget) | **GET** /admin/analytics/store/{xStoreID}/config | Get Analytics Configuration
67
68
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomPost**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidcustompost) | **POST** /admin/analytics/store/{xStoreID}/custom | Execute Custom Analytics Query
68
69
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDFiltersCombinationsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidfilterscombinationsget) | **GET** /admin/analytics/store/{xStoreID}/filters/combinations | Get Filter Combinations
@@ -81,6 +82,8 @@ Class | Method | HTTP request | Description
81
82
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidresultsget) | **GET** /admin/analytics/store/{xStoreID}/results | Get Top Results Analytics
82
83
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagsget) | **GET** /admin/analytics/store/{xStoreID}/tags | Get Analytics Tags
83
84
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
85
+ *AnalyticsApi* | [**analyticsApiUsageGet**](docs/AnalyticsApi.md#analyticsapiusageget) | **GET** /analytics/api-usage | Get API Usage Logs
86
+ *AnalyticsApi* | [**analyticsApiUsageStoreStoreIdGet**](docs/AnalyticsApi.md#analyticsapiusagestorestoreidget) | **GET** /analytics/api-usage/store/{storeId} | Get Store API Usage Logs
84
87
  *AnalyticsEventsApi* | [**analyticsBatchPost**](docs/AnalyticsEventsApi.md#analyticsbatchpost) | **POST** /analytics/batch | Submit Batch Analytics Events
85
88
  *AnalyticsEventsApi* | [**analyticsConfigGet**](docs/AnalyticsEventsApi.md#analyticsconfigget) | **GET** /analytics/config | Get Analytics Configuration
86
89
  *AnalyticsEventsApi* | [**analyticsEventPost**](docs/AnalyticsEventsApi.md#analyticseventpost) | **POST** /analytics/event | Submit Analytics Event
@@ -360,6 +363,8 @@ Class | Method | HTTP request | Description
360
363
  *StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
361
364
  *StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
362
365
  *StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update an existing StoreStatus
366
+ *StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
367
+ *StoresApi* | [**adminStoresXStoreIDApiUsageGet**](docs/StoresApi.md#adminstoresxstoreidapiusageget) | **GET** /admin/Stores/{xStoreID}/api-usage | Get API Usage Logs for Store
363
368
  *StoresApi* | [**adminStoresXStoreIDConfigGet**](docs/StoresApi.md#adminstoresxstoreidconfigget) | **GET** /admin/Stores/{xStoreID}/config | Get Store Config
364
369
  *StoresApi* | [**adminStoresXStoreIDConfigPut**](docs/StoresApi.md#adminstoresxstoreidconfigput) | **PUT** /admin/Stores/{xStoreID}/config | Update Store Config (Partial)
365
370
  *StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
@@ -416,6 +421,8 @@ Class | Method | HTTP request | Description
416
421
  - [AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response](docs/AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response.md)
417
422
  - [AdminV1QuerySuggestionsXStoreIDStatsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDStatsGet200Response.md)
418
423
  - [AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response](docs/AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response.md)
424
+ - [AnalyticsAPIUsageEvent](docs/AnalyticsAPIUsageEvent.md)
425
+ - [AnalyticsAPIUsageResponse](docs/AnalyticsAPIUsageResponse.md)
419
426
  - [AnalyticsAnalyticsAPIResponse](docs/AnalyticsAnalyticsAPIResponse.md)
420
427
  - [AnalyticsArrayElementAnalytic](docs/AnalyticsArrayElementAnalytic.md)
421
428
  - [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
@@ -485,7 +492,6 @@ Class | Method | HTTP request | Description
485
492
  - [AnalyticsKPIMetrics](docs/AnalyticsKPIMetrics.md)
486
493
  - [AnalyticsKPIPointExtended](docs/AnalyticsKPIPointExtended.md)
487
494
  - [AnalyticsManualQuerySuggestionRequest](docs/AnalyticsManualQuerySuggestionRequest.md)
488
- - [AnalyticsPaginationMeta](docs/AnalyticsPaginationMeta.md)
489
495
  - [AnalyticsPromoteSuggestionsRequest](docs/AnalyticsPromoteSuggestionsRequest.md)
490
496
  - [AnalyticsQueryAnalytic](docs/AnalyticsQueryAnalytic.md)
491
497
  - [AnalyticsQueryFilterAnalytics](docs/AnalyticsQueryFilterAnalytics.md)
@@ -728,6 +734,7 @@ Class | Method | HTTP request | Description
728
734
  - [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
729
735
  - [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
730
736
  - [DataTypesServiceRequestsListResponse](docs/DataTypesServiceRequestsListResponse.md)
737
+ - [DataTypesSetPasswordRequest](docs/DataTypesSetPasswordRequest.md)
731
738
  - [DataTypesSortField](docs/DataTypesSortField.md)
732
739
  - [DataTypesSource](docs/DataTypesSource.md)
733
740
  - [DataTypesSourcesListResponse](docs/DataTypesSourcesListResponse.md)
@@ -786,6 +793,12 @@ Class | Method | HTTP request | Description
786
793
  - [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
787
794
  - [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
788
795
  - [RefundRefundPreviewRequestDto](docs/RefundRefundPreviewRequestDto.md)
796
+ - [SeekoraGoSrcAnalyticsPaginationMeta](docs/SeekoraGoSrcAnalyticsPaginationMeta.md)
797
+ - [SeekoraGoSrcRoutesAnalyticsPaginationMeta](docs/SeekoraGoSrcRoutesAnalyticsPaginationMeta.md)
798
+ - [StoreRouteAPIUsageDetailResponse](docs/StoreRouteAPIUsageDetailResponse.md)
799
+ - [StoreRouteAPIUsageListResponse](docs/StoreRouteAPIUsageListResponse.md)
800
+ - [StoreRouteAPIUsageLogEntry](docs/StoreRouteAPIUsageLogEntry.md)
801
+ - [StoreRoutePaginationMeta](docs/StoreRoutePaginationMeta.md)
789
802
  - [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
790
803
  - [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
791
804
  - [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)