@seekora-ai/admin-api 1.1.0 → 1.1.2
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 +54 -14
- package/api.ts +2392 -207
- package/dist/api.d.ts +1938 -160
- package/dist/api.js +802 -71
- package/dist/esm/api.d.ts +1938 -160
- package/dist/esm/api.js +796 -69
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.2.tgz +0 -0
- package/seekora-ai-admin-api-1.1.0.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.2
|
|
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.2 --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
|
|
@@ -166,13 +167,15 @@ Class | Method | HTTP request | Description
|
|
|
166
167
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Get custom word lists
|
|
167
168
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Create custom word list
|
|
168
169
|
*DocumentsApi* | [**adminStoresXStoreIDUploadPost**](docs/DocumentsApi.md#adminstoresxstoreiduploadpost) | **POST** /admin/Stores/{xStoreID}/upload | Upload a document
|
|
169
|
-
*FeatureLimitsApi* | [**
|
|
170
|
-
*FeatureLimitsApi* | [**
|
|
171
|
-
*FeatureLimitsApi* | [**
|
|
172
|
-
*FeatureLimitsApi* | [**
|
|
173
|
-
*FeatureLimitsApi* | [**
|
|
174
|
-
*
|
|
175
|
-
*
|
|
170
|
+
*FeatureLimitsApi* | [**adminFeatureLimitsViolationsGet**](docs/FeatureLimitsApi.md#adminfeaturelimitsviolationsget) | **GET** /admin/feature-limits/violations | Get feature limit violations
|
|
171
|
+
*FeatureLimitsApi* | [**featureLimitsCheckGet**](docs/FeatureLimitsApi.md#featurelimitscheckget) | **GET** /feature-limits/check | Check if a feature can be used
|
|
172
|
+
*FeatureLimitsApi* | [**featureLimitsHistoryGet**](docs/FeatureLimitsApi.md#featurelimitshistoryget) | **GET** /feature-limits/history | Get feature usage history
|
|
173
|
+
*FeatureLimitsApi* | [**featureLimitsPlanGet**](docs/FeatureLimitsApi.md#featurelimitsplanget) | **GET** /feature-limits/plan | Get organization plan features
|
|
174
|
+
*FeatureLimitsApi* | [**featureLimitsPlanInfoGet**](docs/FeatureLimitsApi.md#featurelimitsplaninfoget) | **GET** /feature-limits/plan/info | Get plan information for frontend
|
|
175
|
+
*FeatureLimitsApi* | [**featureLimitsStatusGet**](docs/FeatureLimitsApi.md#featurelimitsstatusget) | **GET** /feature-limits/status | Get real-time limit status
|
|
176
|
+
*FeatureLimitsApi* | [**featureLimitsUsageGet**](docs/FeatureLimitsApi.md#featurelimitsusageget) | **GET** /feature-limits/usage | Get feature usage statistics
|
|
177
|
+
*FeatureLimitsAdminApi* | [**adminFeatureLimitsCacheInvalidatePost**](docs/FeatureLimitsAdminApi.md#adminfeaturelimitscacheinvalidatepost) | **POST** /admin/feature-limits/cache/invalidate | Invalidate plan cache (Admin)
|
|
178
|
+
*FeatureLimitsAdminApi* | [**adminFeatureLimitsResetPost**](docs/FeatureLimitsAdminApi.md#adminfeaturelimitsresetpost) | **POST** /admin/feature-limits/reset | Reset feature usage (Admin)
|
|
176
179
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsComparisonGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemscomparisonget) | **GET** /admin/analytics/store/{xStoreID}/items/comparison | Get Item Comparison Analytics
|
|
177
180
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsDiscoveryGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsdiscoveryget) | **GET** /admin/analytics/store/{xStoreID}/items/discovery | Get Item Discovery Analytics
|
|
178
181
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsget) | **GET** /admin/analytics/store/{xStoreID}/items | Get Item Analytics
|
|
@@ -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
|
|
@@ -381,6 +387,10 @@ Class | Method | HTTP request | Description
|
|
|
381
387
|
*SubscriptionsApi* | [**miscSubscriptionsGet**](docs/SubscriptionsApi.md#miscsubscriptionsget) | **GET** /misc/subscriptions | Fetches list of all Subscription
|
|
382
388
|
*SubscriptionsApi* | [**miscSubscriptionsPost**](docs/SubscriptionsApi.md#miscsubscriptionspost) | **POST** /misc/subscriptions | Creates a new Subscription
|
|
383
389
|
*SubscriptionsApi* | [**miscSubscriptionsSubscriptionIDGet**](docs/SubscriptionsApi.md#miscsubscriptionssubscriptionidget) | **GET** /misc/subscriptions/{subscriptionID} | Fetches Subscription by id
|
|
390
|
+
*TaxManagementApi* | [**adminTaxCalculatePost**](docs/TaxManagementApi.md#admintaxcalculatepost) | **POST** /admin/tax/calculate | Calculate tax for a transaction
|
|
391
|
+
*TaxManagementApi* | [**adminTaxOrganizationGet**](docs/TaxManagementApi.md#admintaxorganizationget) | **GET** /admin/tax/organization | Get organization tax details
|
|
392
|
+
*TaxManagementApi* | [**adminTaxOrganizationPut**](docs/TaxManagementApi.md#admintaxorganizationput) | **PUT** /admin/tax/organization | Update organization tax details
|
|
393
|
+
*TaxManagementApi* | [**adminTaxValidateGstinPost**](docs/TaxManagementApi.md#admintaxvalidategstinpost) | **POST** /admin/tax/validate-gstin | Validate GSTIN
|
|
384
394
|
*UserApi* | [**adminUsersActivateUserIdStatusPut**](docs/UserApi.md#adminusersactivateuseridstatusput) | **PUT** /admin/users/ActivateUser/{id}/{status} | Activate or deactivate a user
|
|
385
395
|
*UserApi* | [**adminUsersGet**](docs/UserApi.md#adminusersget) | **GET** /admin/users/ | Fetches list of all users
|
|
386
396
|
*UserApi* | [**adminUsersIdDelete**](docs/UserApi.md#adminusersiddelete) | **DELETE** /admin/users/{id} | Delete a user
|
|
@@ -409,6 +419,8 @@ Class | Method | HTTP request | Description
|
|
|
409
419
|
- [AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response.md)
|
|
410
420
|
- [AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response.md)
|
|
411
421
|
- [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
|
|
422
|
+
- [AdminFeatureLimitsViolationsGet200Response](docs/AdminFeatureLimitsViolationsGet200Response.md)
|
|
423
|
+
- [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
|
|
412
424
|
- [AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response](docs/AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response.md)
|
|
413
425
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response.md)
|
|
414
426
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response.md)
|
|
@@ -531,11 +543,6 @@ Class | Method | HTTP request | Description
|
|
|
531
543
|
- [AnalyticsUpdateSuggestionConfigRequest](docs/AnalyticsUpdateSuggestionConfigRequest.md)
|
|
532
544
|
- [AnalyticsUpdateSuggestionRequest](docs/AnalyticsUpdateSuggestionRequest.md)
|
|
533
545
|
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
534
|
-
- [ApiAdminFeatureLimitsViolationsGet200Response](docs/ApiAdminFeatureLimitsViolationsGet200Response.md)
|
|
535
|
-
- [ApiFeatureLimitsCheckGet200Response](docs/ApiFeatureLimitsCheckGet200Response.md)
|
|
536
|
-
- [ApiFeatureLimitsHistoryGet200Response](docs/ApiFeatureLimitsHistoryGet200Response.md)
|
|
537
|
-
- [ApiFeatureLimitsPlanGet200Response](docs/ApiFeatureLimitsPlanGet200Response.md)
|
|
538
|
-
- [ApiFeatureLimitsUsageGet200Response](docs/ApiFeatureLimitsUsageGet200Response.md)
|
|
539
546
|
- [BatchRecordResult](docs/BatchRecordResult.md)
|
|
540
547
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
541
548
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
@@ -618,11 +625,17 @@ Class | Method | HTTP request | Description
|
|
|
618
625
|
- [DataTypesFulfillmentInfo](docs/DataTypesFulfillmentInfo.md)
|
|
619
626
|
- [DataTypesFulfillmentInfoCredits](docs/DataTypesFulfillmentInfoCredits.md)
|
|
620
627
|
- [DataTypesFulfillmentInfoSubscription](docs/DataTypesFulfillmentInfoSubscription.md)
|
|
628
|
+
- [DataTypesGSTVerificationRequest](docs/DataTypesGSTVerificationRequest.md)
|
|
629
|
+
- [DataTypesGSTVerificationResponse](docs/DataTypesGSTVerificationResponse.md)
|
|
621
630
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
622
631
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
623
632
|
- [DataTypesGenericResponseArrayDataTypesInvoice](docs/DataTypesGenericResponseArrayDataTypesInvoice.md)
|
|
624
633
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
634
|
+
- [DataTypesGenericResponseDataTypesGSTVerificationResponse](docs/DataTypesGenericResponseDataTypesGSTVerificationResponse.md)
|
|
635
|
+
- [DataTypesGenericResponseDataTypesOrganizationTaxDetails](docs/DataTypesGenericResponseDataTypesOrganizationTaxDetails.md)
|
|
625
636
|
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
637
|
+
- [DataTypesGenericResponseDataTypesTaxCalculationResponse](docs/DataTypesGenericResponseDataTypesTaxCalculationResponse.md)
|
|
638
|
+
- [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
|
|
626
639
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
627
640
|
- [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
|
|
628
641
|
- [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
|
|
@@ -630,6 +643,8 @@ Class | Method | HTTP request | Description
|
|
|
630
643
|
- [DataTypesIndexField](docs/DataTypesIndexField.md)
|
|
631
644
|
- [DataTypesInvoice](docs/DataTypesInvoice.md)
|
|
632
645
|
- [DataTypesInvoiceItem](docs/DataTypesInvoiceItem.md)
|
|
646
|
+
- [DataTypesInvoiceTaxDetails](docs/DataTypesInvoiceTaxDetails.md)
|
|
647
|
+
- [DataTypesItemTaxDetails](docs/DataTypesItemTaxDetails.md)
|
|
633
648
|
- [DataTypesJobStatusResponse](docs/DataTypesJobStatusResponse.md)
|
|
634
649
|
- [DataTypesJobStatusResponseWrapper](docs/DataTypesJobStatusResponseWrapper.md)
|
|
635
650
|
- [DataTypesLanguage](docs/DataTypesLanguage.md)
|
|
@@ -675,6 +690,7 @@ Class | Method | HTTP request | Description
|
|
|
675
690
|
- [DataTypesOrdersListResponse](docs/DataTypesOrdersListResponse.md)
|
|
676
691
|
- [DataTypesOrganization](docs/DataTypesOrganization.md)
|
|
677
692
|
- [DataTypesOrganizationResponse](docs/DataTypesOrganizationResponse.md)
|
|
693
|
+
- [DataTypesOrganizationTaxDetails](docs/DataTypesOrganizationTaxDetails.md)
|
|
678
694
|
- [DataTypesOrganizationsListResponse](docs/DataTypesOrganizationsListResponse.md)
|
|
679
695
|
- [DataTypesOverrideActions](docs/DataTypesOverrideActions.md)
|
|
680
696
|
- [DataTypesParentMenu](docs/DataTypesParentMenu.md)
|
|
@@ -757,6 +773,12 @@ Class | Method | HTTP request | Description
|
|
|
757
773
|
- [DataTypesSynonymEntry](docs/DataTypesSynonymEntry.md)
|
|
758
774
|
- [DataTypesTask](docs/DataTypesTask.md)
|
|
759
775
|
- [DataTypesTaskRun](docs/DataTypesTaskRun.md)
|
|
776
|
+
- [DataTypesTaxBillingAddress](docs/DataTypesTaxBillingAddress.md)
|
|
777
|
+
- [DataTypesTaxBreakdown](docs/DataTypesTaxBreakdown.md)
|
|
778
|
+
- [DataTypesTaxCalculationItem](docs/DataTypesTaxCalculationItem.md)
|
|
779
|
+
- [DataTypesTaxCalculationRequest](docs/DataTypesTaxCalculationRequest.md)
|
|
780
|
+
- [DataTypesTaxCalculationResponse](docs/DataTypesTaxCalculationResponse.md)
|
|
781
|
+
- [DataTypesTaxComponent](docs/DataTypesTaxComponent.md)
|
|
760
782
|
- [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
|
|
761
783
|
- [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
|
|
762
784
|
- [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
|
|
@@ -764,6 +786,7 @@ Class | Method | HTTP request | Description
|
|
|
764
786
|
- [DataTypesUpdateIndexSchemaRequestFieldsInner](docs/DataTypesUpdateIndexSchemaRequestFieldsInner.md)
|
|
765
787
|
- [DataTypesUpdateInvoiceRequest](docs/DataTypesUpdateInvoiceRequest.md)
|
|
766
788
|
- [DataTypesUpdateOrganizationRequest](docs/DataTypesUpdateOrganizationRequest.md)
|
|
789
|
+
- [DataTypesUpdateOrganizationTaxDetailsRequest](docs/DataTypesUpdateOrganizationTaxDetailsRequest.md)
|
|
767
790
|
- [DataTypesUpdatePasswordRequest](docs/DataTypesUpdatePasswordRequest.md)
|
|
768
791
|
- [DataTypesUpdatePluralDeclensionRequest](docs/DataTypesUpdatePluralDeclensionRequest.md)
|
|
769
792
|
- [DataTypesUpdateProfileRequest](docs/DataTypesUpdateProfileRequest.md)
|
|
@@ -790,6 +813,14 @@ Class | Method | HTTP request | Description
|
|
|
790
813
|
- [DataTypesWordListWithWordsEnhanced](docs/DataTypesWordListWithWordsEnhanced.md)
|
|
791
814
|
- [DataTypesWordWithStatus](docs/DataTypesWordWithStatus.md)
|
|
792
815
|
- [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
|
|
816
|
+
- [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
|
|
817
|
+
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
818
|
+
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
819
|
+
- [FeatureLimitServiceLimitStatus](docs/FeatureLimitServiceLimitStatus.md)
|
|
820
|
+
- [FeatureLimitsCheckGet200Response](docs/FeatureLimitsCheckGet200Response.md)
|
|
821
|
+
- [FeatureLimitsHistoryGet200Response](docs/FeatureLimitsHistoryGet200Response.md)
|
|
822
|
+
- [FeatureLimitsPlanGet200Response](docs/FeatureLimitsPlanGet200Response.md)
|
|
823
|
+
- [FeatureLimitsUsageGet200Response](docs/FeatureLimitsUsageGet200Response.md)
|
|
793
824
|
- [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
|
|
794
825
|
- [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
|
|
795
826
|
- [RefundRefundPreviewRequestDto](docs/RefundRefundPreviewRequestDto.md)
|
|
@@ -798,7 +829,16 @@ Class | Method | HTTP request | Description
|
|
|
798
829
|
- [StoreRouteAPIUsageDetailResponse](docs/StoreRouteAPIUsageDetailResponse.md)
|
|
799
830
|
- [StoreRouteAPIUsageListResponse](docs/StoreRouteAPIUsageListResponse.md)
|
|
800
831
|
- [StoreRouteAPIUsageLogEntry](docs/StoreRouteAPIUsageLogEntry.md)
|
|
832
|
+
- [StoreRouteDailyStats](docs/StoreRouteDailyStats.md)
|
|
833
|
+
- [StoreRouteDailyStatsResponse](docs/StoreRouteDailyStatsResponse.md)
|
|
834
|
+
- [StoreRouteDailyStatsResponseMeta](docs/StoreRouteDailyStatsResponseMeta.md)
|
|
835
|
+
- [StoreRouteOperationsStats](docs/StoreRouteOperationsStats.md)
|
|
801
836
|
- [StoreRoutePaginationMeta](docs/StoreRoutePaginationMeta.md)
|
|
837
|
+
- [StoreRouteRecordsStats](docs/StoreRouteRecordsStats.md)
|
|
838
|
+
- [StoreRouteResponseTimeStats](docs/StoreRouteResponseTimeStats.md)
|
|
839
|
+
- [StoreRouteSearchOperationsBreakdown](docs/StoreRouteSearchOperationsBreakdown.md)
|
|
840
|
+
- [StoreRouteTimeSeriesMeta](docs/StoreRouteTimeSeriesMeta.md)
|
|
841
|
+
- [StoreRouteTimeSeriesResponse](docs/StoreRouteTimeSeriesResponse.md)
|
|
802
842
|
- [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
|
|
803
843
|
- [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
|
|
804
844
|
- [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)
|