@seekora-ai/admin-api 1.1.5 → 1.1.6
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 +10 -3
- package/api.ts +662 -27
- package/dist/api.d.ts +431 -28
- package/dist/api.js +416 -0
- package/dist/esm/api.d.ts +431 -28
- package/dist/esm/api.js +416 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.6.tgz +0 -0
- package/seekora-ai-admin-api-1.1.5.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.6
|
|
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.6 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -111,6 +111,7 @@ Class | Method | HTTP request | Description
|
|
|
111
111
|
*AuthApi* | [**authLoginPost**](docs/AuthApi.md#authloginpost) | **POST** /Auth/login | Login a user
|
|
112
112
|
*AuthApi* | [**authLogoutPost**](docs/AuthApi.md#authlogoutpost) | **POST** /Auth/logout | Logout a user
|
|
113
113
|
*AuthApi* | [**authSessionGet**](docs/AuthApi.md#authsessionget) | **GET** /Auth/session | Get current auth session
|
|
114
|
+
*AuthApi* | [**authUpdateSsoPost**](docs/AuthApi.md#authupdatessopost) | **POST** /Auth/update-sso | Link or Unlink an SSO provider
|
|
114
115
|
*AutomatedRefundManagementApi* | [**refundAutomatedPreviewPost**](docs/AutomatedRefundManagementApi.md#refundautomatedpreviewpost) | **POST** /refund/automated/preview | Preview automated refund
|
|
115
116
|
*AutomatedRefundManagementApi* | [**refundAutomatedProcessPost**](docs/AutomatedRefundManagementApi.md#refundautomatedprocesspost) | **POST** /refund/automated/process | Process automated refund
|
|
116
117
|
*BillingDashboardApi* | [**adminBillingAlertsGet**](docs/BillingDashboardApi.md#adminbillingalertsget) | **GET** /admin/billing/alerts | Get billing alerts
|
|
@@ -138,6 +139,11 @@ Class | Method | HTTP request | Description
|
|
|
138
139
|
*BillingDashboardApi* | [**adminBillingOverviewGet**](docs/BillingDashboardApi.md#adminbillingoverviewget) | **GET** /admin/billing/overview | Get billing overview
|
|
139
140
|
*BillingDashboardApi* | [**adminBillingOverviewNewGet**](docs/BillingDashboardApi.md#adminbillingoverviewnewget) | **GET** /admin/billing/overview-new | Get billing overview (new)
|
|
140
141
|
*BillingDashboardApi* | [**adminBillingPaymentTransactionsGet**](docs/BillingDashboardApi.md#adminbillingpaymenttransactionsget) | **GET** /admin/billing/payment-transactions | Get payment transactions
|
|
142
|
+
*BillingDashboardApi* | [**adminBillingReceiptsAutoGeneratePost**](docs/BillingDashboardApi.md#adminbillingreceiptsautogeneratepost) | **POST** /admin/billing/receipts/auto-generate | Auto-generate receipts for organization
|
|
143
|
+
*BillingDashboardApi* | [**adminBillingReceiptsGeneratePaymentIdPost**](docs/BillingDashboardApi.md#adminbillingreceiptsgeneratepaymentidpost) | **POST** /admin/billing/receipts/generate/{paymentId} | Generate receipt from payment
|
|
144
|
+
*BillingDashboardApi* | [**adminBillingReceiptsGet**](docs/BillingDashboardApi.md#adminbillingreceiptsget) | **GET** /admin/billing/receipts | List receipts
|
|
145
|
+
*BillingDashboardApi* | [**adminBillingReceiptsIdDownloadGet**](docs/BillingDashboardApi.md#adminbillingreceiptsiddownloadget) | **GET** /admin/billing/receipts/{id}/download | Download receipt PDF
|
|
146
|
+
*BillingDashboardApi* | [**adminBillingReceiptsIdGet**](docs/BillingDashboardApi.md#adminbillingreceiptsidget) | **GET** /admin/billing/receipts/{id} | Get receipt by ID
|
|
141
147
|
*BillingDashboardApi* | [**adminBillingSavedCardsGet**](docs/BillingDashboardApi.md#adminbillingsavedcardsget) | **GET** /admin/billing/saved-cards | Get saved payment cards
|
|
142
148
|
*BillingDashboardApi* | [**adminBillingUsageDetailsGet**](docs/BillingDashboardApi.md#adminbillingusagedetailsget) | **GET** /admin/billing/usage-details | Get usage details with granularity and pagination
|
|
143
149
|
*CommonApi* | [**v1CommonLanguagesGet**](docs/CommonApi.md#v1commonlanguagesget) | **GET** /v1/common/languages | Get Supported Languages
|
|
@@ -629,11 +635,11 @@ Class | Method | HTTP request | Description
|
|
|
629
635
|
- [DataTypesGSTVerificationResponse](docs/DataTypesGSTVerificationResponse.md)
|
|
630
636
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
631
637
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
632
|
-
- [DataTypesGenericResponseArrayDataTypesInvoice](docs/DataTypesGenericResponseArrayDataTypesInvoice.md)
|
|
633
638
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
634
639
|
- [DataTypesGenericResponseDataTypesGSTVerificationResponse](docs/DataTypesGenericResponseDataTypesGSTVerificationResponse.md)
|
|
635
640
|
- [DataTypesGenericResponseDataTypesOrganizationTaxDetails](docs/DataTypesGenericResponseDataTypesOrganizationTaxDetails.md)
|
|
636
641
|
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
642
|
+
- [DataTypesGenericResponseDataTypesReceipt](docs/DataTypesGenericResponseDataTypesReceipt.md)
|
|
637
643
|
- [DataTypesGenericResponseDataTypesTaxCalculationResponse](docs/DataTypesGenericResponseDataTypesTaxCalculationResponse.md)
|
|
638
644
|
- [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
|
|
639
645
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
@@ -718,6 +724,7 @@ Class | Method | HTTP request | Description
|
|
|
718
724
|
- [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
|
|
719
725
|
- [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
|
|
720
726
|
- [DataTypesQuerySuggestionsConfig](docs/DataTypesQuerySuggestionsConfig.md)
|
|
727
|
+
- [DataTypesReceipt](docs/DataTypesReceipt.md)
|
|
721
728
|
- [DataTypesRefundApprovalDto](docs/DataTypesRefundApprovalDto.md)
|
|
722
729
|
- [DataTypesRefundCalculationRequestDto](docs/DataTypesRefundCalculationRequestDto.md)
|
|
723
730
|
- [DataTypesRefundListDto](docs/DataTypesRefundListDto.md)
|