@seekora-ai/admin-api 1.1.0 → 1.1.1

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.0
1
+ ## @seekora-ai/admin-api@1.1.1
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.0 --save
39
+ npm install @seekora-ai/admin-api@1.1.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -117,6 +117,7 @@ Class | Method | HTTP request | Description
117
117
  *BillingDashboardApi* | [**adminBillingAlertsIdDelete**](docs/BillingDashboardApi.md#adminbillingalertsiddelete) | **DELETE** /admin/billing/alerts/{id} | Delete billing alert
118
118
  *BillingDashboardApi* | [**adminBillingAlertsIdPut**](docs/BillingDashboardApi.md#adminbillingalertsidput) | **PUT** /admin/billing/alerts/{id} | Update billing alert
119
119
  *BillingDashboardApi* | [**adminBillingAlertsPost**](docs/BillingDashboardApi.md#adminbillingalertspost) | **POST** /admin/billing/alerts | Create billing alert
120
+ *BillingDashboardApi* | [**adminBillingAlertsTypesGet**](docs/BillingDashboardApi.md#adminbillingalertstypesget) | **GET** /admin/billing/alerts/types | Get billing alert types
120
121
  *BillingDashboardApi* | [**adminBillingCreditConsumptionGet**](docs/BillingDashboardApi.md#adminbillingcreditconsumptionget) | **GET** /admin/billing/credit-consumption | Get credit consumption
121
122
  *BillingDashboardApi* | [**adminBillingCreditLedgerGet**](docs/BillingDashboardApi.md#adminbillingcreditledgerget) | **GET** /admin/billing/credit-ledger | Get credit ledger
122
123
  *BillingDashboardApi* | [**adminBillingCreditPurchasesGet**](docs/BillingDashboardApi.md#adminbillingcreditpurchasesget) | **GET** /admin/billing/credit-purchases | Get credit purchases
@@ -170,6 +171,8 @@ Class | Method | HTTP request | Description
170
171
  *FeatureLimitsApi* | [**apiFeatureLimitsCheckGet**](docs/FeatureLimitsApi.md#apifeaturelimitscheckget) | **GET** /api/feature-limits/check | Check if a feature can be used
171
172
  *FeatureLimitsApi* | [**apiFeatureLimitsHistoryGet**](docs/FeatureLimitsApi.md#apifeaturelimitshistoryget) | **GET** /api/feature-limits/history | Get feature usage history
172
173
  *FeatureLimitsApi* | [**apiFeatureLimitsPlanGet**](docs/FeatureLimitsApi.md#apifeaturelimitsplanget) | **GET** /api/feature-limits/plan | Get organization plan features
174
+ *FeatureLimitsApi* | [**apiFeatureLimitsPlanInfoGet**](docs/FeatureLimitsApi.md#apifeaturelimitsplaninfoget) | **GET** /api/feature-limits/plan/info | Get plan information for frontend
175
+ *FeatureLimitsApi* | [**apiFeatureLimitsStatusGet**](docs/FeatureLimitsApi.md#apifeaturelimitsstatusget) | **GET** /api/feature-limits/status | Get real-time limit status
173
176
  *FeatureLimitsApi* | [**apiFeatureLimitsUsageGet**](docs/FeatureLimitsApi.md#apifeaturelimitsusageget) | **GET** /api/feature-limits/usage | Get feature usage statistics
174
177
  *FeatureLimitsAdminApi* | [**apiAdminFeatureLimitsCacheInvalidatePost**](docs/FeatureLimitsAdminApi.md#apiadminfeaturelimitscacheinvalidatepost) | **POST** /api/admin/feature-limits/cache/invalidate | Invalidate plan cache (Admin)
175
178
  *FeatureLimitsAdminApi* | [**apiAdminFeatureLimitsResetPost**](docs/FeatureLimitsAdminApi.md#apiadminfeaturelimitsresetpost) | **POST** /api/admin/feature-limits/reset | Reset feature usage (Admin)
@@ -242,6 +245,7 @@ Class | Method | HTTP request | Description
242
245
  *PaymentGatewayApi* | [**adminPaymentGatewayOrdersIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersidget) | **GET** /admin/payment-gateway/orders/{id} | Get single order details with transactions and invoice
243
246
  *PaymentGatewayApi* | [**adminPaymentGatewayPaymentStatusOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaypaymentstatusorderidget) | **GET** /admin/payment-gateway/payment-status/{order_id} | Get payment status for polling (frontend)
244
247
  *PaymentGatewayApi* | [**adminPaymentGatewayRefundPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayrefundpost) | **POST** /admin/payment-gateway/refund | Process payment refund
248
+ *PaymentGatewayApi* | [**adminPaymentGatewayVerifyInvoicePost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyinvoicepost) | **POST** /admin/payment-gateway/verify-invoice | Verify invoice payment (simplified)
245
249
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyorderidget) | **GET** /admin/payment-gateway/verify/{order_id} | Verify payment status by order ID
246
250
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifypost) | **POST** /admin/payment-gateway/verify | Verify payment status
247
251
  *PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans
@@ -363,6 +367,8 @@ Class | Method | HTTP request | Description
363
367
  *StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
364
368
  *StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
365
369
  *StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update an existing StoreStatus
370
+ *StoresApi* | [**adminStoresXStoreIDAnalyticsDailyStatsGet**](docs/StoresApi.md#adminstoresxstoreidanalyticsdailystatsget) | **GET** /admin/Stores/{xStoreID}/analytics/daily-stats | Get Daily Statistics for a Store
371
+ *StoresApi* | [**adminStoresXStoreIDAnalyticsTimeseriesGet**](docs/StoresApi.md#adminstoresxstoreidanalyticstimeseriesget) | **GET** /admin/Stores/{xStoreID}/analytics/timeseries | Get Time Series Data for Store Metrics
366
372
  *StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
367
373
  *StoresApi* | [**adminStoresXStoreIDApiUsageGet**](docs/StoresApi.md#adminstoresxstoreidapiusageget) | **GET** /admin/Stores/{xStoreID}/api-usage | Get API Usage Logs for Store
368
374
  *StoresApi* | [**adminStoresXStoreIDConfigGet**](docs/StoresApi.md#adminstoresxstoreidconfigget) | **GET** /admin/Stores/{xStoreID}/config | Get Store Config
@@ -409,6 +415,7 @@ Class | Method | HTTP request | Description
409
415
  - [AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response.md)
410
416
  - [AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response.md)
411
417
  - [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
418
+ - [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
412
419
  - [AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response](docs/AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response.md)
413
420
  - [AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response.md)
414
421
  - [AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response.md)
@@ -623,6 +630,7 @@ Class | Method | HTTP request | Description
623
630
  - [DataTypesGenericResponseArrayDataTypesInvoice](docs/DataTypesGenericResponseArrayDataTypesInvoice.md)
624
631
  - [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
625
632
  - [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
633
+ - [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
626
634
  - [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
627
635
  - [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
628
636
  - [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
@@ -790,6 +798,10 @@ Class | Method | HTTP request | Description
790
798
  - [DataTypesWordListWithWordsEnhanced](docs/DataTypesWordListWithWordsEnhanced.md)
791
799
  - [DataTypesWordWithStatus](docs/DataTypesWordWithStatus.md)
792
800
  - [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
801
+ - [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
802
+ - [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
803
+ - [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
804
+ - [FeatureLimitServiceLimitStatus](docs/FeatureLimitServiceLimitStatus.md)
793
805
  - [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
794
806
  - [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
795
807
  - [RefundRefundPreviewRequestDto](docs/RefundRefundPreviewRequestDto.md)
@@ -798,7 +810,16 @@ Class | Method | HTTP request | Description
798
810
  - [StoreRouteAPIUsageDetailResponse](docs/StoreRouteAPIUsageDetailResponse.md)
799
811
  - [StoreRouteAPIUsageListResponse](docs/StoreRouteAPIUsageListResponse.md)
800
812
  - [StoreRouteAPIUsageLogEntry](docs/StoreRouteAPIUsageLogEntry.md)
813
+ - [StoreRouteDailyStats](docs/StoreRouteDailyStats.md)
814
+ - [StoreRouteDailyStatsResponse](docs/StoreRouteDailyStatsResponse.md)
815
+ - [StoreRouteDailyStatsResponseMeta](docs/StoreRouteDailyStatsResponseMeta.md)
816
+ - [StoreRouteOperationsStats](docs/StoreRouteOperationsStats.md)
801
817
  - [StoreRoutePaginationMeta](docs/StoreRoutePaginationMeta.md)
818
+ - [StoreRouteRecordsStats](docs/StoreRouteRecordsStats.md)
819
+ - [StoreRouteResponseTimeStats](docs/StoreRouteResponseTimeStats.md)
820
+ - [StoreRouteSearchOperationsBreakdown](docs/StoreRouteSearchOperationsBreakdown.md)
821
+ - [StoreRouteTimeSeriesMeta](docs/StoreRouteTimeSeriesMeta.md)
822
+ - [StoreRouteTimeSeriesResponse](docs/StoreRouteTimeSeriesResponse.md)
802
823
  - [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
803
824
  - [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
804
825
  - [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)