@seekora-ai/admin-api 1.1.75 → 1.1.76

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.1.75
1
+ ## @seekora-ai/admin-api@1.1.76
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.75 --save
39
+ npm install @seekora-ai/admin-api@1.1.76 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -62,8 +62,14 @@ Class | Method | HTTP request | Description
62
62
  *QuerySuggestionsApi* | [**v1SuggestionsConfigGet**](docs/QuerySuggestionsApi.md#v1suggestionsconfigget) | **GET** /v1/suggestions/config | Get Query Suggestions Configuration
63
63
  *QuerySuggestionsApi* | [**v1SuggestionsQueriesGet**](docs/QuerySuggestionsApi.md#v1suggestionsqueriesget) | **GET** /v1/suggestions/queries | Get Query Suggestions
64
64
  *QuerySuggestionsApi* | [**v1SuggestionsQueriesPost**](docs/QuerySuggestionsApi.md#v1suggestionsqueriespost) | **POST** /v1/suggestions/queries | Post Query Suggestions
65
+ *SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsBulkPost**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentsbulkpost) | **POST** /api/v1/stores/{xStoreID}/documents/bulk | Bulk index documents (Public SDK API)
66
+ *SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDDelete**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentsdocumentiddelete) | **DELETE** /api/v1/stores/{xStoreID}/documents/{documentID} | Delete a document (Public SDK API)
67
+ *SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsPost**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentspost) | **POST** /api/v1/stores/{xStoreID}/documents | Index a single document (Public SDK API)
65
68
  *SDKQuerySuggestionsConfigApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigGet**](docs/SDKQuerySuggestionsConfigApi.md#apiv1storesxstoreidquerysuggestionsconfigget) | **GET** /api/v1/stores/{xStoreID}/query-suggestions/config | Get Query Suggestions Config (Public SDK API)
66
69
  *SDKQuerySuggestionsConfigApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigPut**](docs/SDKQuerySuggestionsConfigApi.md#apiv1storesxstoreidquerysuggestionsconfigput) | **PUT** /api/v1/stores/{xStoreID}/query-suggestions/config | Update Query Suggestions Config (Public SDK API)
70
+ *SDKSchemaApi* | [**apiV1StoresXStoreIDDocumentsDelete**](docs/SDKSchemaApi.md#apiv1storesxstoreiddocumentsdelete) | **DELETE** /api/v1/stores/{xStoreID}/documents | Clear All Documents (Public SDK API)
71
+ *SDKSchemaApi* | [**apiV1StoresXStoreIDSchemaGet**](docs/SDKSchemaApi.md#apiv1storesxstoreidschemaget) | **GET** /api/v1/stores/{xStoreID}/schema | Get Collection Schema (Public SDK API)
72
+ *SDKSchemaApi* | [**apiV1StoresXStoreIDSchemaPost**](docs/SDKSchemaApi.md#apiv1storesxstoreidschemapost) | **POST** /api/v1/stores/{xStoreID}/schema | Create or Update Collection Schema (Public SDK API)
67
73
  *SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigGet**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigget) | **GET** /api/v1/stores/{xStoreID}/config | Get Store Config (Public SDK API)
68
74
  *SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigPut**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigput) | **PUT** /api/v1/stores/{xStoreID}/config | Update Store Config (Public SDK API)
69
75
  *SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigSchemaGet**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigschemaget) | **GET** /api/v1/stores/{xStoreID}/config-schema | Get Store Config Schema (Public SDK API)
@@ -201,6 +207,10 @@ Class | Method | HTTP request | Description
201
207
  - [DataTypesBulkUploadPluralDeclensionRequest](docs/DataTypesBulkUploadPluralDeclensionRequest.md)
202
208
  - [DataTypesBulkUploadResponseWrapper](docs/DataTypesBulkUploadResponseWrapper.md)
203
209
  - [DataTypesChannelStatus](docs/DataTypesChannelStatus.md)
210
+ - [DataTypesClearDocumentsResponse](docs/DataTypesClearDocumentsResponse.md)
211
+ - [DataTypesClearDocumentsResponseWrapper](docs/DataTypesClearDocumentsResponseWrapper.md)
212
+ - [DataTypesCollectionSchemaRequest](docs/DataTypesCollectionSchemaRequest.md)
213
+ - [DataTypesCollectionSchemaResponse](docs/DataTypesCollectionSchemaResponse.md)
204
214
  - [DataTypesCombinedSearchResponse](docs/DataTypesCombinedSearchResponse.md)
205
215
  - [DataTypesCombinedSearchResponseWrapper](docs/DataTypesCombinedSearchResponseWrapper.md)
206
216
  - [DataTypesCombinedSearchResult](docs/DataTypesCombinedSearchResult.md)
@@ -470,8 +480,10 @@ Class | Method | HTTP request | Description
470
480
  - [DataTypesScheduleNotificationResponse](docs/DataTypesScheduleNotificationResponse.md)
471
481
  - [DataTypesSchemaBasedDefaults](docs/DataTypesSchemaBasedDefaults.md)
472
482
  - [DataTypesSchemaBasedDefaultsResponseWrapper](docs/DataTypesSchemaBasedDefaultsResponseWrapper.md)
483
+ - [DataTypesSchemaField](docs/DataTypesSchemaField.md)
473
484
  - [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
474
485
  - [DataTypesSchemaOptionsResponseWrapper](docs/DataTypesSchemaOptionsResponseWrapper.md)
486
+ - [DataTypesSchemaResponseWrapper](docs/DataTypesSchemaResponseWrapper.md)
475
487
  - [DataTypesSearchRequestsGraphResponse](docs/DataTypesSearchRequestsGraphResponse.md)
476
488
  - [DataTypesSearchResult](docs/DataTypesSearchResult.md)
477
489
  - [DataTypesSearchResultResponse](docs/DataTypesSearchResultResponse.md)