@seekora-ai/admin-api 1.0.16 → 1.0.17

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.0.16
1
+ ## @seekora-ai/admin-api@1.0.17
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.16 --save
39
+ npm install @seekora-ai/admin-api@1.0.17 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -159,14 +159,20 @@ 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* | [**adminV1SearchPost**](docs/SearchApi.md#adminv1searchpost) | **POST** /admin/v1/search | Admin Search API
162
+ *SearchApi* | [**adminV1SearchStoreidPost**](docs/SearchApi.md#adminv1searchstoreidpost) | **POST** /admin/v1/search/{storeid} | Admin Search API
163
+ *SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
163
164
  *SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
164
165
  *SearchApi* | [**v1IndexIndexnameConfigPost**](docs/SearchApi.md#v1indexindexnameconfigpost) | **POST** /v1/index/{indexname}/config | Index Config
165
166
  *SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
167
+ *SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
166
168
  *SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Public Search API
167
169
  *StoresApi* | [**adminStoresGetStoreStoreIDGet**](docs/StoresApi.md#adminstoresgetstorestoreidget) | **GET** /admin/Stores/GetStore/{storeID} | Fetches stores by id
168
170
  *StoresApi* | [**adminStoresOrgIdGet**](docs/StoresApi.md#adminstoresorgidget) | **GET** /admin/Stores/{OrgId} | Fetches list of all stores
169
171
  *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
170
176
  *StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
171
177
  *StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update an existing StoreStatus
172
178
  *SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
@@ -195,6 +201,10 @@ Class | Method | HTTP request | Description
195
201
  - [DataTypesAPICallsListResponse](docs/DataTypesAPICallsListResponse.md)
196
202
  - [DataTypesAdminSearchRequest](docs/DataTypesAdminSearchRequest.md)
197
203
  - [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
204
+ - [DataTypesConfigGroup](docs/DataTypesConfigGroup.md)
205
+ - [DataTypesConfigurationSchema](docs/DataTypesConfigurationSchema.md)
206
+ - [DataTypesConfigurationSchemaResponse](docs/DataTypesConfigurationSchemaResponse.md)
207
+ - [DataTypesConfigurationSchemaResponseWrapper](docs/DataTypesConfigurationSchemaResponseWrapper.md)
198
208
  - [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
199
209
  - [DataTypesCreateMenuRequestDto](docs/DataTypesCreateMenuRequestDto.md)
200
210
  - [DataTypesCreateOrganizationRequest](docs/DataTypesCreateOrganizationRequest.md)
@@ -209,9 +219,12 @@ Class | Method | HTTP request | Description
209
219
  - [DataTypesCreateUserRequestDto](docs/DataTypesCreateUserRequestDto.md)
210
220
  - [DataTypesCreateUserResponse](docs/DataTypesCreateUserResponse.md)
211
221
  - [DataTypesCreateUserResponseWrapper](docs/DataTypesCreateUserResponseWrapper.md)
222
+ - [DataTypesFieldMetadata](docs/DataTypesFieldMetadata.md)
212
223
  - [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
224
+ - [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
213
225
  - [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
214
- - [DataTypesIndexConfigResponse](docs/DataTypesIndexConfigResponse.md)
226
+ - [DataTypesIndexConfigResponseWrapper](docs/DataTypesIndexConfigResponseWrapper.md)
227
+ - [DataTypesIndexField](docs/DataTypesIndexField.md)
215
228
  - [DataTypesJobStatusResponse](docs/DataTypesJobStatusResponse.md)
216
229
  - [DataTypesJobStatusResponseWrapper](docs/DataTypesJobStatusResponseWrapper.md)
217
230
  - [DataTypesLimit](docs/DataTypesLimit.md)
@@ -268,15 +281,18 @@ Class | Method | HTTP request | Description
268
281
  - [DataTypesRolesListResponse](docs/DataTypesRolesListResponse.md)
269
282
  - [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
270
283
  - [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
284
+ - [DataTypesSchemaBasedDefaults](docs/DataTypesSchemaBasedDefaults.md)
285
+ - [DataTypesSchemaBasedDefaultsResponse](docs/DataTypesSchemaBasedDefaultsResponse.md)
286
+ - [DataTypesSchemaBasedDefaultsResponseWrapper](docs/DataTypesSchemaBasedDefaultsResponseWrapper.md)
271
287
  - [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
272
288
  - [DataTypesSchemaOptionsResponseWrapper](docs/DataTypesSchemaOptionsResponseWrapper.md)
273
- - [DataTypesSearchConfig](docs/DataTypesSearchConfig.md)
274
289
  - [DataTypesSearchResult](docs/DataTypesSearchResult.md)
275
290
  - [DataTypesSearchResultResponse](docs/DataTypesSearchResultResponse.md)
276
291
  - [DataTypesServiceRequest](docs/DataTypesServiceRequest.md)
277
292
  - [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
278
293
  - [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
279
294
  - [DataTypesServiceRequestsListResponse](docs/DataTypesServiceRequestsListResponse.md)
295
+ - [DataTypesSortField](docs/DataTypesSortField.md)
280
296
  - [DataTypesSource](docs/DataTypesSource.md)
281
297
  - [DataTypesSourcesListResponse](docs/DataTypesSourcesListResponse.md)
282
298
  - [DataTypesStore](docs/DataTypesStore.md)