@seekora-ai/admin-api 1.0.94 → 1.0.95
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 +8 -4
- package/api.ts +489 -59
- package/dist/api.d.ts +315 -56
- package/dist/api.js +336 -28
- package/dist/esm/api.d.ts +315 -56
- package/dist/esm/api.js +334 -26
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.95.tgz +0 -0
- package/seekora-ai-admin-api-1.0.94.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
1
|
+
## @seekora-ai/admin-api@1.0.95
|
|
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.0.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.95 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -131,7 +131,7 @@ Class | Method | HTTP request | Description
|
|
|
131
131
|
*BillingDashboardApi* | [**adminBillingOverviewNewGet**](docs/BillingDashboardApi.md#adminbillingoverviewnewget) | **GET** /admin/billing/overview-new | Get billing overview (new)
|
|
132
132
|
*BillingDashboardApi* | [**adminBillingPaymentTransactionsGet**](docs/BillingDashboardApi.md#adminbillingpaymenttransactionsget) | **GET** /admin/billing/payment-transactions | Get payment transactions
|
|
133
133
|
*BillingDashboardApi* | [**adminBillingSavedCardsGet**](docs/BillingDashboardApi.md#adminbillingsavedcardsget) | **GET** /admin/billing/saved-cards | Get saved payment cards
|
|
134
|
-
*BillingDashboardApi* | [**adminBillingUsageDetailsGet**](docs/BillingDashboardApi.md#adminbillingusagedetailsget) | **GET** /admin/billing/usage-details | Get usage details
|
|
134
|
+
*BillingDashboardApi* | [**adminBillingUsageDetailsGet**](docs/BillingDashboardApi.md#adminbillingusagedetailsget) | **GET** /admin/billing/usage-details | Get usage details with granularity and pagination
|
|
135
135
|
*CommonApi* | [**v1CommonLanguagesGet**](docs/CommonApi.md#v1commonlanguagesget) | **GET** /v1/common/languages | Get Supported Languages
|
|
136
136
|
*ConnectorsApi* | [**v1ConnectorsSearchIndexGet**](docs/ConnectorsApi.md#v1connectorssearchindexget) | **GET** /v1/connectors/search/{index} | Test search
|
|
137
137
|
*ConnectorsApi* | [**v1ConnectorsSourcesGet**](docs/ConnectorsApi.md#v1connectorssourcesget) | **GET** /v1/connectors/sources | Get all sources
|
|
@@ -359,6 +359,9 @@ Class | Method | HTTP request | Description
|
|
|
359
359
|
*StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
|
|
360
360
|
*StoresApi* | [**adminStoresXStoreIDCredentialsGet**](docs/StoresApi.md#adminstoresxstoreidcredentialsget) | **GET** /admin/Stores/{xStoreID}/credentials | Get store credentials
|
|
361
361
|
*StoresApi* | [**adminStoresXStoreIDDefaultsGet**](docs/StoresApi.md#adminstoresxstoreiddefaultsget) | **GET** /admin/Stores/{xStoreID}/defaults | Get Store Schema-Based Defaults
|
|
362
|
+
*StoresApi* | [**adminStoresXStoreIDSchemaOptionsGet**](docs/StoresApi.md#adminstoresxstoreidschemaoptionsget) | **GET** /admin/stores/{xStoreID}/schema-options | Get store schema options
|
|
363
|
+
*StoresApi* | [**adminStoresXStoreIDSearchGet**](docs/StoresApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search | Get store search results
|
|
364
|
+
*StoresApi* | [**adminStoresXStoreIDStepStepPut**](docs/StoresApi.md#adminstoresxstoreidstepstepput) | **PUT** /admin/stores/{xStoreID}/step/{step} | Update store step configuration
|
|
362
365
|
*StoresApi* | [**xStoreIDRegenerateSecretPost**](docs/StoresApi.md#xstoreidregeneratesecretpost) | **POST** /{xStoreID}/regenerate-secret | Regenerate X-Store Secret
|
|
363
366
|
*SubscriptionsApi* | [**adminSubscriptionsCancelPreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelpreviewpost) | **POST** /admin/subscriptions/cancel/preview | Preview subscription cancellation details
|
|
364
367
|
*SubscriptionsApi* | [**adminSubscriptionsCancelProcessPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelprocesspost) | **POST** /admin/subscriptions/cancel/process | Process subscription cancellation
|
|
@@ -604,7 +607,6 @@ Class | Method | HTTP request | Description
|
|
|
604
607
|
- [DataTypesCustomWordListsResponseWrapper](docs/DataTypesCustomWordListsResponseWrapper.md)
|
|
605
608
|
- [DataTypesCustomWordWithStatus](docs/DataTypesCustomWordWithStatus.md)
|
|
606
609
|
- [DataTypesCustomerInfoDto](docs/DataTypesCustomerInfoDto.md)
|
|
607
|
-
- [DataTypesDailyConsumption](docs/DataTypesDailyConsumption.md)
|
|
608
610
|
- [DataTypesDefaultDeclension](docs/DataTypesDefaultDeclension.md)
|
|
609
611
|
- [DataTypesDefaultDeclensionsResponse](docs/DataTypesDefaultDeclensionsResponse.md)
|
|
610
612
|
- [DataTypesDefaultDeclensionsResponseWrapper](docs/DataTypesDefaultDeclensionsResponseWrapper.md)
|
|
@@ -722,6 +724,7 @@ Class | Method | HTTP request | Description
|
|
|
722
724
|
- [DataTypesOverrideActions](docs/DataTypesOverrideActions.md)
|
|
723
725
|
- [DataTypesPaginatedTransactionsResponse](docs/DataTypesPaginatedTransactionsResponse.md)
|
|
724
726
|
- [DataTypesPaginationInfo](docs/DataTypesPaginationInfo.md)
|
|
727
|
+
- [DataTypesPaginationMetadata](docs/DataTypesPaginationMetadata.md)
|
|
725
728
|
- [DataTypesParentMenu](docs/DataTypesParentMenu.md)
|
|
726
729
|
- [DataTypesParentMenuResponse](docs/DataTypesParentMenuResponse.md)
|
|
727
730
|
- [DataTypesParentMenusListResponse](docs/DataTypesParentMenusListResponse.md)
|
|
@@ -812,6 +815,7 @@ Class | Method | HTTP request | Description
|
|
|
812
815
|
- [DataTypesTableCell](docs/DataTypesTableCell.md)
|
|
813
816
|
- [DataTypesTask](docs/DataTypesTask.md)
|
|
814
817
|
- [DataTypesTaskRun](docs/DataTypesTaskRun.md)
|
|
818
|
+
- [DataTypesTimeSeriesConsumption](docs/DataTypesTimeSeriesConsumption.md)
|
|
815
819
|
- [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
|
|
816
820
|
- [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
|
|
817
821
|
- [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
|