@seekora-ai/admin-api 1.2.4 → 1.2.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 +23 -2
- package/api.ts +1448 -8
- package/dist/api.d.ts +798 -4
- package/dist/api.js +1124 -14
- package/dist/esm/api.d.ts +798 -4
- package/dist/esm/api.js +1118 -8
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.2.6.tgz +0 -0
- package/seekora-ai-admin-api-1.2.4.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.2.
|
|
1
|
+
## @seekora-ai/admin-api@1.2.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.2.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.2.6 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -79,6 +79,7 @@ Class | Method | HTTP request | Description
|
|
|
79
79
|
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesIdDelete**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesiddelete) | **DELETE** /v1/admin/notifications/schedules/{id} | Delete notification schedule (Admin)
|
|
80
80
|
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesIdPut**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesidput) | **PUT** /v1/admin/notifications/schedules/{id} | Update notification schedule (Admin)
|
|
81
81
|
*AdminNotificationsApi* | [**v1AdminNotificationsSendBulkPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendbulkpost) | **POST** /v1/admin/notifications/send-bulk | Send bulk notifications (Admin)
|
|
82
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSendOrgPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendorgpost) | **POST** /v1/admin/notifications/send-org | Send org-wide notification (Admin)
|
|
82
83
|
*AdminNotificationsApi* | [**v1AdminNotificationsSendPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendpost) | **POST** /v1/admin/notifications/send | Send notification (Admin)
|
|
83
84
|
*AdminNotificationsApi* | [**v1AdminNotificationsStatsGet**](docs/AdminNotificationsApi.md#v1adminnotificationsstatsget) | **GET** /v1/admin/notifications/stats | Get notification statistics (Admin)
|
|
84
85
|
*AdminNotificationsApi* | [**v1AdminNotificationsTestModePost**](docs/AdminNotificationsApi.md#v1adminnotificationstestmodepost) | **POST** /v1/admin/notifications/test/mode | Enable/Disable notification test mode (Admin)
|
|
@@ -195,6 +196,7 @@ Class | Method | HTTP request | Description
|
|
|
195
196
|
*BackofficePaymentLinksApi* | [**backofficePaymentLinksIdCancelPost**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksidcancelpost) | **POST** /backoffice/payment-links/{id}/cancel | Cancel a payment link
|
|
196
197
|
*BackofficePaymentLinksApi* | [**backofficePaymentLinksIdGet**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksidget) | **GET** /backoffice/payment-links/{id} | Get a payment link by ID
|
|
197
198
|
*BillingDashboardApi* | [**adminBillingActivePlanGet**](docs/BillingDashboardApi.md#adminbillingactiveplanget) | **GET** /admin/billing/active-plan | Get current active plan details
|
|
199
|
+
*BillingDashboardApi* | [**adminBillingAlertHistoryGet**](docs/BillingDashboardApi.md#adminbillingalerthistoryget) | **GET** /admin/billing/alert-history | Get alert trigger history
|
|
198
200
|
*BillingDashboardApi* | [**adminBillingAlertsGet**](docs/BillingDashboardApi.md#adminbillingalertsget) | **GET** /admin/billing/alerts | Get billing alerts
|
|
199
201
|
*BillingDashboardApi* | [**adminBillingAlertsIdDelete**](docs/BillingDashboardApi.md#adminbillingalertsiddelete) | **DELETE** /admin/billing/alerts/{id} | Delete billing alert
|
|
200
202
|
*BillingDashboardApi* | [**adminBillingAlertsIdPut**](docs/BillingDashboardApi.md#adminbillingalertsidput) | **PUT** /admin/billing/alerts/{id} | Update billing alert
|
|
@@ -202,6 +204,7 @@ Class | Method | HTTP request | Description
|
|
|
202
204
|
*BillingDashboardApi* | [**adminBillingAlertsTypesGet**](docs/BillingDashboardApi.md#adminbillingalertstypesget) | **GET** /admin/billing/alerts/types | Get billing alert types
|
|
203
205
|
*BillingDashboardApi* | [**adminBillingCreditConsumptionGet**](docs/BillingDashboardApi.md#adminbillingcreditconsumptionget) | **GET** /admin/billing/credit-consumption | Get credit consumption
|
|
204
206
|
*BillingDashboardApi* | [**adminBillingCreditLedgerGet**](docs/BillingDashboardApi.md#adminbillingcreditledgerget) | **GET** /admin/billing/credit-ledger | Get credit ledger
|
|
207
|
+
*BillingDashboardApi* | [**adminBillingCreditNotesExportGet**](docs/BillingDashboardApi.md#adminbillingcreditnotesexportget) | **GET** /admin/billing/credit-notes/export | Export credit notes for GSTR-1
|
|
205
208
|
*BillingDashboardApi* | [**adminBillingCreditPurchasesGet**](docs/BillingDashboardApi.md#adminbillingcreditpurchasesget) | **GET** /admin/billing/credit-purchases | Get credit purchases
|
|
206
209
|
*BillingDashboardApi* | [**adminBillingCreditTransactionsGet**](docs/BillingDashboardApi.md#adminbillingcredittransactionsget) | **GET** /admin/billing/credit-transactions | Get credit transactions
|
|
207
210
|
*BillingDashboardApi* | [**adminBillingInvoicesAutoGeneratePost**](docs/BillingDashboardApi.md#adminbillinginvoicesautogeneratepost) | **POST** /admin/billing/invoices/auto-generate | Auto-generate invoices
|
|
@@ -213,6 +216,7 @@ Class | Method | HTTP request | Description
|
|
|
213
216
|
*BillingDashboardApi* | [**adminBillingInvoicesIdGet**](docs/BillingDashboardApi.md#adminbillinginvoicesidget) | **GET** /admin/billing/invoices/{id} | Get invoice
|
|
214
217
|
*BillingDashboardApi* | [**adminBillingInvoicesIdPdfUrlGet**](docs/BillingDashboardApi.md#adminbillinginvoicesidpdfurlget) | **GET** /admin/billing/invoices/{id}/pdf-url | Get invoice PDF signed URL
|
|
215
218
|
*BillingDashboardApi* | [**adminBillingInvoicesIdPut**](docs/BillingDashboardApi.md#adminbillinginvoicesidput) | **PUT** /admin/billing/invoices/{id} | Update invoice
|
|
219
|
+
*BillingDashboardApi* | [**adminBillingInvoicesIdVoidPost**](docs/BillingDashboardApi.md#adminbillinginvoicesidvoidpost) | **POST** /admin/billing/invoices/{id}/void | Void a credit note
|
|
216
220
|
*BillingDashboardApi* | [**adminBillingInvoicesInvoiceIdPayPost**](docs/BillingDashboardApi.md#adminbillinginvoicesinvoiceidpaypost) | **POST** /admin/billing/invoices/{invoice_id}/pay | Pay a pending invoice
|
|
217
221
|
*BillingDashboardApi* | [**adminBillingOrdersGet**](docs/BillingDashboardApi.md#adminbillingordersget) | **GET** /admin/billing/orders | Get orders
|
|
218
222
|
*BillingDashboardApi* | [**adminBillingOrdersIdGet**](docs/BillingDashboardApi.md#adminbillingordersidget) | **GET** /admin/billing/orders/{id} | Get single order with transactions and invoices
|
|
@@ -228,6 +232,13 @@ Class | Method | HTTP request | Description
|
|
|
228
232
|
*BillingDashboardApi* | [**adminBillingReceiptsIdGet**](docs/BillingDashboardApi.md#adminbillingreceiptsidget) | **GET** /admin/billing/receipts/{id} | Get receipt by ID
|
|
229
233
|
*BillingDashboardApi* | [**adminBillingReceiptsIdPdfUrlGet**](docs/BillingDashboardApi.md#adminbillingreceiptsidpdfurlget) | **GET** /admin/billing/receipts/{id}/pdf-url | Get receipt PDF signed URL
|
|
230
234
|
*BillingDashboardApi* | [**adminBillingSavedCardsGet**](docs/BillingDashboardApi.md#adminbillingsavedcardsget) | **GET** /admin/billing/saved-cards | Get saved payment cards
|
|
235
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasGet**](docs/BillingDashboardApi.md#adminbillingstorequotasget) | **GET** /admin/billing/store-quotas | List store credit quotas
|
|
236
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasPost**](docs/BillingDashboardApi.md#adminbillingstorequotaspost) | **POST** /admin/billing/store-quotas | Create store credit quota
|
|
237
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasQuotaUuidDelete**](docs/BillingDashboardApi.md#adminbillingstorequotasquotauuiddelete) | **DELETE** /admin/billing/store-quotas/{quotaUuid} | Delete store credit quota
|
|
238
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasQuotaUuidGet**](docs/BillingDashboardApi.md#adminbillingstorequotasquotauuidget) | **GET** /admin/billing/store-quotas/{quotaUuid} | Get store credit quota
|
|
239
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasQuotaUuidPut**](docs/BillingDashboardApi.md#adminbillingstorequotasquotauuidput) | **PUT** /admin/billing/store-quotas/{quotaUuid} | Update store credit quota
|
|
240
|
+
*BillingDashboardApi* | [**adminBillingStoreUsageGet**](docs/BillingDashboardApi.md#adminbillingstoreusageget) | **GET** /admin/billing/store-usage | Get all stores usage summary
|
|
241
|
+
*BillingDashboardApi* | [**adminBillingStoreUsageXStoreIdGet**](docs/BillingDashboardApi.md#adminbillingstoreusagexstoreidget) | **GET** /admin/billing/store-usage/{xStoreId} | Get single store usage detail
|
|
231
242
|
*BillingDashboardApi* | [**adminBillingUsageDetailsGet**](docs/BillingDashboardApi.md#adminbillingusagedetailsget) | **GET** /admin/billing/usage-details | Get usage details with granularity and pagination
|
|
232
243
|
*BillingDashboardApi* | [**apiAdminBillingCancelledSubscriptionsGet**](docs/BillingDashboardApi.md#apiadminbillingcancelledsubscriptionsget) | **GET** /api/admin/billing/cancelled-subscriptions | Get cancelled subscriptions history
|
|
233
244
|
*BillingDashboardApi* | [**apiAdminBillingCreditProrationPreviewGet**](docs/BillingDashboardApi.md#apiadminbillingcreditprorationpreviewget) | **GET** /api/admin/billing/credit-proration-preview | Preview credit proration for plan change
|
|
@@ -628,7 +639,11 @@ Class | Method | HTTP request | Description
|
|
|
628
639
|
*SubscriptionPaymentsApi* | [**apiInternalSubscriptionPaymentsStatusSubscriptionIdGet**](docs/SubscriptionPaymentsApi.md#apiinternalsubscriptionpaymentsstatussubscriptionidget) | **GET** /api/internal/subscription-payments/status/{subscription_id} | Get subscription payment status
|
|
629
640
|
*SubscriptionsApi* | [**adminSubscriptionsCancelPreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelpreviewpost) | **POST** /admin/subscriptions/cancel/preview | Preview subscription cancellation details
|
|
630
641
|
*SubscriptionsApi* | [**adminSubscriptionsCancelProcessPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelprocesspost) | **POST** /admin/subscriptions/cancel/process | Process subscription cancellation
|
|
642
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeImmediateOrderPost**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangeimmediateorderpost) | **POST** /admin/subscriptions/plan-change/immediate/order | Create an immediate plan change order
|
|
631
643
|
*SubscriptionsApi* | [**adminSubscriptionsPlanChangePreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangepreviewpost) | **POST** /admin/subscriptions/plan-change/preview | Preview plan change details
|
|
644
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeScheduleDelete**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangescheduledelete) | **DELETE** /admin/subscriptions/plan-change/schedule | Cancel a scheduled plan change
|
|
645
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeScheduleGet**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangescheduleget) | **GET** /admin/subscriptions/plan-change/schedule | Get pending scheduled plan change
|
|
646
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeSchedulePost**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangeschedulepost) | **POST** /admin/subscriptions/plan-change/schedule | Schedule a plan change at end of billing cycle
|
|
632
647
|
*SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
|
|
633
648
|
*SubscriptionsApi* | [**adminSubscriptionsUpdatestatusSubscriptionIDStatusPut**](docs/SubscriptionsApi.md#adminsubscriptionsupdatestatussubscriptionidstatusput) | **PUT** /admin/subscriptions/updatestatus/{subscriptionID}/{status} | Update an existing Subscription status
|
|
634
649
|
*SubscriptionsApi* | [**miscSubscriptionsGet**](docs/SubscriptionsApi.md#miscsubscriptionsget) | **GET** /misc/subscriptions | Fetches list of all Subscription
|
|
@@ -1337,6 +1352,9 @@ Class | Method | HTTP request | Description
|
|
|
1337
1352
|
- [DataTypesSendBulkNotificationResponse](docs/DataTypesSendBulkNotificationResponse.md)
|
|
1338
1353
|
- [DataTypesSendNotificationData](docs/DataTypesSendNotificationData.md)
|
|
1339
1354
|
- [DataTypesSendNotificationResponse](docs/DataTypesSendNotificationResponse.md)
|
|
1355
|
+
- [DataTypesSendOrgNotificationData](docs/DataTypesSendOrgNotificationData.md)
|
|
1356
|
+
- [DataTypesSendOrgNotificationRequest](docs/DataTypesSendOrgNotificationRequest.md)
|
|
1357
|
+
- [DataTypesSendOrgNotificationResponse](docs/DataTypesSendOrgNotificationResponse.md)
|
|
1340
1358
|
- [DataTypesServiceRequest](docs/DataTypesServiceRequest.md)
|
|
1341
1359
|
- [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
|
|
1342
1360
|
- [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
|
|
@@ -1379,6 +1397,7 @@ Class | Method | HTTP request | Description
|
|
|
1379
1397
|
- [DataTypesStoreKeyResponseWrapper](docs/DataTypesStoreKeyResponseWrapper.md)
|
|
1380
1398
|
- [DataTypesStoreLevelMenuRight](docs/DataTypesStoreLevelMenuRight.md)
|
|
1381
1399
|
- [DataTypesStoreLevelMenuRightWithMenu](docs/DataTypesStoreLevelMenuRightWithMenu.md)
|
|
1400
|
+
- [DataTypesStoreQuotaRequest](docs/DataTypesStoreQuotaRequest.md)
|
|
1382
1401
|
- [DataTypesStoreRecordSizeMetrics](docs/DataTypesStoreRecordSizeMetrics.md)
|
|
1383
1402
|
- [DataTypesStoreRequestDto](docs/DataTypesStoreRequestDto.md)
|
|
1384
1403
|
- [DataTypesStoreResponse](docs/DataTypesStoreResponse.md)
|
|
@@ -1567,7 +1586,9 @@ Class | Method | HTTP request | Description
|
|
|
1567
1586
|
- [StoreRouteTimeSeriesResponse](docs/StoreRouteTimeSeriesResponse.md)
|
|
1568
1587
|
- [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
|
|
1569
1588
|
- [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
|
|
1589
|
+
- [SubscriptionRouteImmediatePlanChangeOrderHTTPRequest](docs/SubscriptionRouteImmediatePlanChangeOrderHTTPRequest.md)
|
|
1570
1590
|
- [SubscriptionRoutePlanChangePreviewHTTPRequest](docs/SubscriptionRoutePlanChangePreviewHTTPRequest.md)
|
|
1591
|
+
- [SubscriptionRouteSchedulePlanChangeHTTPRequest](docs/SubscriptionRouteSchedulePlanChangeHTTPRequest.md)
|
|
1571
1592
|
- [V1AdminNotificationsSchedulePostRequest](docs/V1AdminNotificationsSchedulePostRequest.md)
|
|
1572
1593
|
- [V1AdminNotificationsTemplatesCodeSendPostRequest](docs/V1AdminNotificationsTemplatesCodeSendPostRequest.md)
|
|
1573
1594
|
- [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)
|