@seekora-ai/admin-api 1.1.72 → 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 +17 -2
- package/api.ts +908 -0
- package/dist/api.d.ts +693 -0
- package/dist/api.js +386 -5
- package/dist/esm/api.d.ts +693 -0
- package/dist/esm/api.js +377 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.74.tgz +0 -0
- package/seekora-ai-admin-api-1.1.72.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):_
|
|
@@ -178,10 +178,15 @@ Class | Method | HTTP request | Description
|
|
|
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
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
|
|
181
184
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsCreditsConsumedGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphscreditsconsumedget) | **GET** /admin/billing/graphs/credits-consumed | Get credits consumed graph
|
|
182
185
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsSearchRequestsGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphssearchrequestsget) | **GET** /admin/billing/graphs/search-requests | Get search requests graph
|
|
183
186
|
*BillingDashboardGraphsApi* | [**adminBillingGraphsTimeseriesConsumptionGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphstimeseriesconsumptionget) | **GET** /admin/billing/graphs/timeseries-consumption | Get timeseries consumption graph
|
|
184
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
|
|
185
190
|
*CommonApi* | [**v1CommonLanguagesGet**](docs/CommonApi.md#v1commonlanguagesget) | **GET** /v1/common/languages | Get Supported Languages
|
|
186
191
|
*CompanyConfigApi* | [**adminV1ConfigCompanyGet**](docs/CompanyConfigApi.md#adminv1configcompanyget) | **GET** /admin/v1/config/company | Get company configuration
|
|
187
192
|
*CompanyConfigApi* | [**adminV1ConfigCompanyPut**](docs/CompanyConfigApi.md#adminv1configcompanyput) | **PUT** /admin/v1/config/company | Update company configuration
|
|
@@ -655,6 +660,12 @@ Class | Method | HTTP request | Description
|
|
|
655
660
|
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
656
661
|
- [BatchRecordResult](docs/BatchRecordResult.md)
|
|
657
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)
|
|
658
669
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
659
670
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
660
671
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
@@ -759,10 +770,12 @@ Class | Method | HTTP request | Description
|
|
|
759
770
|
- [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
|
|
760
771
|
- [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
|
|
761
772
|
- [DataTypesGenericResponseArrayBillingServiceCancelledSubscriptionInfo](docs/DataTypesGenericResponseArrayBillingServiceCancelledSubscriptionInfo.md)
|
|
773
|
+
- [DataTypesGenericResponseArrayBillingServiceSubscriptionPlanChangeInfo](docs/DataTypesGenericResponseArrayBillingServiceSubscriptionPlanChangeInfo.md)
|
|
762
774
|
- [DataTypesGenericResponseArrayDataTypesDefaultMenu](docs/DataTypesGenericResponseArrayDataTypesDefaultMenu.md)
|
|
763
775
|
- [DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping](docs/DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping.md)
|
|
764
776
|
- [DataTypesGenericResponseArrayDataTypesUserWithPermissions](docs/DataTypesGenericResponseArrayDataTypesUserWithPermissions.md)
|
|
765
777
|
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
778
|
+
- [DataTypesGenericResponseBillingServiceTrialEligibilityResponse](docs/DataTypesGenericResponseBillingServiceTrialEligibilityResponse.md)
|
|
766
779
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
767
780
|
- [DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse](docs/DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse.md)
|
|
768
781
|
- [DataTypesGenericResponseDataTypesCurrentPlanInfo](docs/DataTypesGenericResponseDataTypesCurrentPlanInfo.md)
|
|
@@ -788,6 +801,7 @@ Class | Method | HTTP request | Description
|
|
|
788
801
|
- [DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse.md)
|
|
789
802
|
- [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
|
|
790
803
|
- [DataTypesGenericResponseMenuRoutesAddMenuResponse](docs/DataTypesGenericResponseMenuRoutesAddMenuResponse.md)
|
|
804
|
+
- [DataTypesGenericResponsePaymentGatewayCreditProrationResult](docs/DataTypesGenericResponsePaymentGatewayCreditProrationResult.md)
|
|
791
805
|
- [DataTypesGenericResponseString](docs/DataTypesGenericResponseString.md)
|
|
792
806
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
793
807
|
- [DataTypesGetDueSubscriptionsResponse](docs/DataTypesGetDueSubscriptionsResponse.md)
|
|
@@ -1068,6 +1082,7 @@ Class | Method | HTTP request | Description
|
|
|
1068
1082
|
- [MenuRoutesAddMenuResponse](docs/MenuRoutesAddMenuResponse.md)
|
|
1069
1083
|
- [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
|
|
1070
1084
|
- [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
|
|
1085
|
+
- [PaymentGatewayCreditProrationResult](docs/PaymentGatewayCreditProrationResult.md)
|
|
1071
1086
|
- [QuerySuggestionsServiceBannedExpression](docs/QuerySuggestionsServiceBannedExpression.md)
|
|
1072
1087
|
- [QuerySuggestionsServiceBannedMatchType](docs/QuerySuggestionsServiceBannedMatchType.md)
|
|
1073
1088
|
- [QuerySuggestionsServiceBulkOperation](docs/QuerySuggestionsServiceBulkOperation.md)
|