@seekora-ai/admin-api 1.1.71 → 1.1.74
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 +21 -2
- package/api.ts +1232 -88
- package/dist/api.d.ts +917 -22
- package/dist/api.js +451 -9
- package/dist/esm/api.d.ts +917 -22
- package/dist/esm/api.js +442 -4
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.74.tgz +0 -0
- package/seekora-ai-admin-api-1.1.71.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.74
|
|
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.74 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -177,10 +177,16 @@ Class | Method | HTTP request | Description
|
|
|
177
177
|
*BillingDashboardApi* | [**adminBillingReceiptsIdGet**](docs/BillingDashboardApi.md#adminbillingreceiptsidget) | **GET** /admin/billing/receipts/{id} | Get receipt by ID
|
|
178
178
|
*BillingDashboardApi* | [**adminBillingSavedCardsGet**](docs/BillingDashboardApi.md#adminbillingsavedcardsget) | **GET** /admin/billing/saved-cards | Get saved payment cards
|
|
179
179
|
*BillingDashboardApi* | [**adminBillingUsageDetailsGet**](docs/BillingDashboardApi.md#adminbillingusagedetailsget) | **GET** /admin/billing/usage-details | Get usage details with granularity and pagination
|
|
180
|
+
*BillingDashboardApi* | [**apiAdminBillingCancelledSubscriptionsGet**](docs/BillingDashboardApi.md#apiadminbillingcancelledsubscriptionsget) | **GET** /api/admin/billing/cancelled-subscriptions | Get cancelled subscriptions history
|
|
181
|
+
*BillingDashboardApi* | [**apiAdminBillingCreditProrationPreviewGet**](docs/BillingDashboardApi.md#apiadminbillingcreditprorationpreviewget) | **GET** /api/admin/billing/credit-proration-preview | Preview credit proration for plan change
|
|
182
|
+
*BillingDashboardApi* | [**apiAdminBillingSubscriptionChangesGet**](docs/BillingDashboardApi.md#apiadminbillingsubscriptionchangesget) | **GET** /api/admin/billing/subscription-changes | Get subscription plan change history
|
|
183
|
+
*BillingDashboardApi* | [**apiAdminBillingTrialEligibilityGet**](docs/BillingDashboardApi.md#apiadminbillingtrialeligibilityget) | **GET** /api/admin/billing/trial-eligibility | Check trial eligibility
|
|
180
184
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsCreditsConsumedGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphscreditsconsumedget) | **GET** /admin/billing/graphs/credits-consumed | Get credits consumed graph
|
|
181
185
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsSearchRequestsGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphssearchrequestsget) | **GET** /admin/billing/graphs/search-requests | Get search requests graph
|
|
182
186
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsTimeseriesConsumptionGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphstimeseriesconsumptionget) | **GET** /admin/billing/graphs/timeseries-consumption | Get timeseries consumption graph
|
|
183
187
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsUsageBreakdownGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphsusagebreakdownget) | **GET** /admin/billing/graphs/usage-breakdown | Get usage breakdown graph
|
|
188
|
+
*BillingUserPaymentsApi* | [**apiBillingPaymentsRetryPost**](docs/BillingUserPaymentsApi.md#apibillingpaymentsretrypost) | **POST** /api/billing/payments/retry | Retry a failed subscription payment
|
|
189
|
+
*BillingUserPaymentsApi* | [**apiBillingSubscriptionsIdPaymentStatusGet**](docs/BillingUserPaymentsApi.md#apibillingsubscriptionsidpaymentstatusget) | **GET** /api/billing/subscriptions/{id}/payment-status | Get payment status for a subscription
|
|
184
190
|
*CommonApi* | [**v1CommonLanguagesGet**](docs/CommonApi.md#v1commonlanguagesget) | **GET** /v1/common/languages | Get Supported Languages
|
|
185
191
|
*CompanyConfigApi* | [**adminV1ConfigCompanyGet**](docs/CompanyConfigApi.md#adminv1configcompanyget) | **GET** /admin/v1/config/company | Get company configuration
|
|
186
192
|
*CompanyConfigApi* | [**adminV1ConfigCompanyPut**](docs/CompanyConfigApi.md#adminv1configcompanyput) | **PUT** /admin/v1/config/company | Update company configuration
|
|
@@ -653,6 +659,13 @@ Class | Method | HTTP request | Description
|
|
|
653
659
|
- [AnalyticsTimeSeriesPoint](docs/AnalyticsTimeSeriesPoint.md)
|
|
654
660
|
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
655
661
|
- [BatchRecordResult](docs/BatchRecordResult.md)
|
|
662
|
+
- [BillingServiceCancelledSubscriptionInfo](docs/BillingServiceCancelledSubscriptionInfo.md)
|
|
663
|
+
- [BillingServicePaymentMethodSummary](docs/BillingServicePaymentMethodSummary.md)
|
|
664
|
+
- [BillingServicePaymentStatusResponse](docs/BillingServicePaymentStatusResponse.md)
|
|
665
|
+
- [BillingServiceRetryPaymentRequest](docs/BillingServiceRetryPaymentRequest.md)
|
|
666
|
+
- [BillingServiceRetryPaymentResponse](docs/BillingServiceRetryPaymentResponse.md)
|
|
667
|
+
- [BillingServiceSubscriptionPlanChangeInfo](docs/BillingServiceSubscriptionPlanChangeInfo.md)
|
|
668
|
+
- [BillingServiceTrialEligibilityResponse](docs/BillingServiceTrialEligibilityResponse.md)
|
|
656
669
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
657
670
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
658
671
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
@@ -756,10 +769,13 @@ Class | Method | HTTP request | Description
|
|
|
756
769
|
- [DataTypesGenerateInvoiceReceiptRequest](docs/DataTypesGenerateInvoiceReceiptRequest.md)
|
|
757
770
|
- [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
|
|
758
771
|
- [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
|
|
772
|
+
- [DataTypesGenericResponseArrayBillingServiceCancelledSubscriptionInfo](docs/DataTypesGenericResponseArrayBillingServiceCancelledSubscriptionInfo.md)
|
|
773
|
+
- [DataTypesGenericResponseArrayBillingServiceSubscriptionPlanChangeInfo](docs/DataTypesGenericResponseArrayBillingServiceSubscriptionPlanChangeInfo.md)
|
|
759
774
|
- [DataTypesGenericResponseArrayDataTypesDefaultMenu](docs/DataTypesGenericResponseArrayDataTypesDefaultMenu.md)
|
|
760
775
|
- [DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping](docs/DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping.md)
|
|
761
776
|
- [DataTypesGenericResponseArrayDataTypesUserWithPermissions](docs/DataTypesGenericResponseArrayDataTypesUserWithPermissions.md)
|
|
762
777
|
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
778
|
+
- [DataTypesGenericResponseBillingServiceTrialEligibilityResponse](docs/DataTypesGenericResponseBillingServiceTrialEligibilityResponse.md)
|
|
763
779
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
764
780
|
- [DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse](docs/DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse.md)
|
|
765
781
|
- [DataTypesGenericResponseDataTypesCurrentPlanInfo](docs/DataTypesGenericResponseDataTypesCurrentPlanInfo.md)
|
|
@@ -785,6 +801,7 @@ Class | Method | HTTP request | Description
|
|
|
785
801
|
- [DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse.md)
|
|
786
802
|
- [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
|
|
787
803
|
- [DataTypesGenericResponseMenuRoutesAddMenuResponse](docs/DataTypesGenericResponseMenuRoutesAddMenuResponse.md)
|
|
804
|
+
- [DataTypesGenericResponsePaymentGatewayCreditProrationResult](docs/DataTypesGenericResponsePaymentGatewayCreditProrationResult.md)
|
|
788
805
|
- [DataTypesGenericResponseString](docs/DataTypesGenericResponseString.md)
|
|
789
806
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
790
807
|
- [DataTypesGetDueSubscriptionsResponse](docs/DataTypesGetDueSubscriptionsResponse.md)
|
|
@@ -870,6 +887,7 @@ Class | Method | HTTP request | Description
|
|
|
870
887
|
- [DataTypesOnboardingTestSearchResultItem](docs/DataTypesOnboardingTestSearchResultItem.md)
|
|
871
888
|
- [DataTypesOrder](docs/DataTypesOrder.md)
|
|
872
889
|
- [DataTypesOrderDetailsResponse](docs/DataTypesOrderDetailsResponse.md)
|
|
890
|
+
- [DataTypesOrderEvent](docs/DataTypesOrderEvent.md)
|
|
873
891
|
- [DataTypesOrderTransactionDisplay](docs/DataTypesOrderTransactionDisplay.md)
|
|
874
892
|
- [DataTypesOrdersListResponse](docs/DataTypesOrdersListResponse.md)
|
|
875
893
|
- [DataTypesOrgMemberWithUser](docs/DataTypesOrgMemberWithUser.md)
|
|
@@ -1064,6 +1082,7 @@ Class | Method | HTTP request | Description
|
|
|
1064
1082
|
- [MenuRoutesAddMenuResponse](docs/MenuRoutesAddMenuResponse.md)
|
|
1065
1083
|
- [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
|
|
1066
1084
|
- [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
|
|
1085
|
+
- [PaymentGatewayCreditProrationResult](docs/PaymentGatewayCreditProrationResult.md)
|
|
1067
1086
|
- [QuerySuggestionsServiceBannedExpression](docs/QuerySuggestionsServiceBannedExpression.md)
|
|
1068
1087
|
- [QuerySuggestionsServiceBannedMatchType](docs/QuerySuggestionsServiceBannedMatchType.md)
|
|
1069
1088
|
- [QuerySuggestionsServiceBulkOperation](docs/QuerySuggestionsServiceBulkOperation.md)
|