@seekora-ai/admin-api 1.0.17 → 1.0.18
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 +9 -10
- package/api.ts +295 -262
- package/dist/api.d.ts +179 -182
- package/dist/api.js +271 -210
- package/dist/esm/api.d.ts +179 -182
- package/dist/esm/api.js +271 -210
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.18.tgz +0 -0
- package/seekora-ai-admin-api-1.0.17.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.18
|
|
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.18 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -159,22 +159,23 @@ Class | Method | HTTP request | Description
|
|
|
159
159
|
*RolesApi* | [**adminRolesOrgIdGet**](docs/RolesApi.md#adminrolesorgidget) | **GET** /admin/roles/{OrgId} | Fetches list of all roles
|
|
160
160
|
*RolesApi* | [**adminRolesOrgIdRoleIdGet**](docs/RolesApi.md#adminrolesorgidroleidget) | **GET** /admin/roles/{OrgId}/{RoleId} | Fetches role by id
|
|
161
161
|
*RolesApi* | [**adminRolesPost**](docs/RolesApi.md#adminrolespost) | **POST** /admin/roles | Creates a new role
|
|
162
|
-
*SearchApi* | [**
|
|
162
|
+
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
163
163
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
164
164
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
165
165
|
*SearchApi* | [**v1IndexIndexnameConfigPost**](docs/SearchApi.md#v1indexindexnameconfigpost) | **POST** /v1/index/{indexname}/config | Index Config
|
|
166
166
|
*SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
|
|
167
167
|
*SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
|
|
168
168
|
*SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Public Search API
|
|
169
|
+
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
169
170
|
*StoresApi* | [**adminStoresGetStoreStoreIDGet**](docs/StoresApi.md#adminstoresgetstorestoreidget) | **GET** /admin/Stores/GetStore/{storeID} | Fetches stores by id
|
|
170
|
-
*StoresApi* | [**
|
|
171
|
+
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
171
172
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
172
|
-
*StoresApi* | [**adminStoresStoreIDConfigGet**](docs/StoresApi.md#adminstoresstoreidconfigget) | **GET** /admin/Stores/{storeID}/config | Get Store Config
|
|
173
|
-
*StoresApi* | [**adminStoresStoreIDConfigPut**](docs/StoresApi.md#adminstoresstoreidconfigput) | **PUT** /admin/Stores/{storeID}/config | Update Store Config
|
|
174
|
-
*StoresApi* | [**adminStoresStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresstoreidconfigschemaget) | **GET** /admin/Stores/{storeID}/config-schema | Get Store Config Schema
|
|
175
|
-
*StoresApi* | [**adminStoresStoreIDDefaultsGet**](docs/StoresApi.md#adminstoresstoreiddefaultsget) | **GET** /admin/Stores/{storeID}/defaults | Get Store Schema-Based Defaults
|
|
176
173
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
177
174
|
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update an existing StoreStatus
|
|
175
|
+
*StoresApi* | [**adminStoresXStoreIDConfigGet**](docs/StoresApi.md#adminstoresxstoreidconfigget) | **GET** /admin/Stores/{xStoreID}/config | Get Store Config
|
|
176
|
+
*StoresApi* | [**adminStoresXStoreIDConfigPut**](docs/StoresApi.md#adminstoresxstoreidconfigput) | **PUT** /admin/Stores/{xStoreID}/config | Update Store Config
|
|
177
|
+
*StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
|
|
178
|
+
*StoresApi* | [**adminStoresXStoreIDDefaultsGet**](docs/StoresApi.md#adminstoresxstoreiddefaultsget) | **GET** /admin/Stores/{xStoreID}/defaults | Get Store Schema-Based Defaults
|
|
178
179
|
*SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
|
|
179
180
|
*SubscriptionsApi* | [**adminSubscriptionsUpdatestatusSubscriptionIDStatusPut**](docs/SubscriptionsApi.md#adminsubscriptionsupdatestatussubscriptionidstatusput) | **PUT** /admin/subscriptions/updatestatus/{subscriptionID}/{status} | Update an existing Subscription status
|
|
180
181
|
*SubscriptionsApi* | [**miscSubscriptionsGet**](docs/SubscriptionsApi.md#miscsubscriptionsget) | **GET** /misc/subscriptions | Fetches list of all Subscription
|
|
@@ -203,7 +204,6 @@ Class | Method | HTTP request | Description
|
|
|
203
204
|
- [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
|
|
204
205
|
- [DataTypesConfigGroup](docs/DataTypesConfigGroup.md)
|
|
205
206
|
- [DataTypesConfigurationSchema](docs/DataTypesConfigurationSchema.md)
|
|
206
|
-
- [DataTypesConfigurationSchemaResponse](docs/DataTypesConfigurationSchemaResponse.md)
|
|
207
207
|
- [DataTypesConfigurationSchemaResponseWrapper](docs/DataTypesConfigurationSchemaResponseWrapper.md)
|
|
208
208
|
- [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
|
|
209
209
|
- [DataTypesCreateMenuRequestDto](docs/DataTypesCreateMenuRequestDto.md)
|
|
@@ -282,7 +282,6 @@ Class | Method | HTTP request | Description
|
|
|
282
282
|
- [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
|
|
283
283
|
- [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
|
|
284
284
|
- [DataTypesSchemaBasedDefaults](docs/DataTypesSchemaBasedDefaults.md)
|
|
285
|
-
- [DataTypesSchemaBasedDefaultsResponse](docs/DataTypesSchemaBasedDefaultsResponse.md)
|
|
286
285
|
- [DataTypesSchemaBasedDefaultsResponseWrapper](docs/DataTypesSchemaBasedDefaultsResponseWrapper.md)
|
|
287
286
|
- [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
|
|
288
287
|
- [DataTypesSchemaOptionsResponseWrapper](docs/DataTypesSchemaOptionsResponseWrapper.md)
|