@seekora-ai/admin-api 1.0.29 → 1.0.30

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.29
1
+ ## @seekora-ai/admin-api@1.0.30
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.29 --save
39
+ npm install @seekora-ai/admin-api@1.0.30 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -89,6 +89,13 @@ Class | Method | HTTP request | Description
89
89
  *CreditsApi* | [**apiCreditsPlansGet**](docs/CreditsApi.md#apicreditsplansget) | **GET** /api/credits/plans | Get available credit plans
90
90
  *CreditsApi* | [**apiCreditsPurchasePost**](docs/CreditsApi.md#apicreditspurchasepost) | **POST** /api/credits/purchase | Purchase credits
91
91
  *CreditsApi* | [**apiCreditsTransactionsGet**](docs/CreditsApi.md#apicreditstransactionsget) | **GET** /api/credits/transactions | Get organization credit transactions
92
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistiddelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Delete custom word list
93
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Get custom word list by ID
94
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDPut**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidput) | **PUT** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Update custom word list
95
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDWordsDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID}/words | Remove words from custom word list
96
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDWordsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID}/words | Add words to custom word list
97
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Get custom word lists
98
+ *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Create custom word list
92
99
  *LimitsApi* | [**miscLimitsChangeStatusLimitIDIsActivePut**](docs/LimitsApi.md#misclimitschangestatuslimitidisactiveput) | **PUT** /misc/limits/ChangeStatus/{limitID}/{isActive} | Change Limit Status of an existing limit
93
100
  *LimitsApi* | [**miscLimitsGet**](docs/LimitsApi.md#misclimitsget) | **GET** /misc/limits | Fetches list of all limits
94
101
  *LimitsApi* | [**miscLimitsLimitIDGet**](docs/LimitsApi.md#misclimitslimitidget) | **GET** /misc/limits/{limitID} | Fetches limit by id
@@ -182,6 +189,9 @@ Class | Method | HTTP request | Description
182
189
  *SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
183
190
  *SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
184
191
  *SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Public Search API
192
+ *StopwordsApi* | [**adminStoresStopwordsLanguagesGet**](docs/StopwordsApi.md#adminstoresstopwordslanguagesget) | **GET** /admin/Stores/stopwords/languages | Get available languages
193
+ *StopwordsApi* | [**adminStoresXStoreIDStopwordsWordStatusPut**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordstatusput) | **PUT** /admin/Stores/{xStoreID}/stopwords/word-status | Update word status for store
194
+ *StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists | Get word lists by language
185
195
  *StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
186
196
  *StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
187
197
  *StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
@@ -216,13 +226,18 @@ Class | Method | HTTP request | Description
216
226
  - [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
217
227
  - [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
218
228
  - [DataTypesAPICallsListResponse](docs/DataTypesAPICallsListResponse.md)
229
+ - [DataTypesAddWordsToCustomListRequest](docs/DataTypesAddWordsToCustomListRequest.md)
219
230
  - [DataTypesAdminSearchRequest](docs/DataTypesAdminSearchRequest.md)
220
231
  - [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
232
+ - [DataTypesCombinedSearchResponse](docs/DataTypesCombinedSearchResponse.md)
233
+ - [DataTypesCombinedSearchResponseWrapper](docs/DataTypesCombinedSearchResponseWrapper.md)
234
+ - [DataTypesCombinedSearchResult](docs/DataTypesCombinedSearchResult.md)
221
235
  - [DataTypesConfigGroup](docs/DataTypesConfigGroup.md)
222
236
  - [DataTypesConfigurationSchema](docs/DataTypesConfigurationSchema.md)
223
237
  - [DataTypesConfigurationSchemaResponseWrapper](docs/DataTypesConfigurationSchemaResponseWrapper.md)
224
238
  - [DataTypesConsumptionHistoryResponse](docs/DataTypesConsumptionHistoryResponse.md)
225
239
  - [DataTypesConsumptionSummary](docs/DataTypesConsumptionSummary.md)
240
+ - [DataTypesCreateCustomWordListRequest](docs/DataTypesCreateCustomWordListRequest.md)
226
241
  - [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
227
242
  - [DataTypesCreateMenuRequestDto](docs/DataTypesCreateMenuRequestDto.md)
228
243
  - [DataTypesCreateOrganizationRequest](docs/DataTypesCreateOrganizationRequest.md)
@@ -243,6 +258,11 @@ Class | Method | HTTP request | Description
243
258
  - [DataTypesCreditConsumptionResult](docs/DataTypesCreditConsumptionResult.md)
244
259
  - [DataTypesCreditPlan](docs/DataTypesCreditPlan.md)
245
260
  - [DataTypesCreditTransaction](docs/DataTypesCreditTransaction.md)
261
+ - [DataTypesCustomWordListResponseWrapper](docs/DataTypesCustomWordListResponseWrapper.md)
262
+ - [DataTypesCustomWordListWithWords](docs/DataTypesCustomWordListWithWords.md)
263
+ - [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
264
+ - [DataTypesCustomWordListsResponseWrapper](docs/DataTypesCustomWordListsResponseWrapper.md)
265
+ - [DataTypesCustomWordWithStatus](docs/DataTypesCustomWordWithStatus.md)
246
266
  - [DataTypesDetailedCreditBalanceResponse](docs/DataTypesDetailedCreditBalanceResponse.md)
247
267
  - [DataTypesErrorMeta](docs/DataTypesErrorMeta.md)
248
268
  - [DataTypesErrorMetaResponse](docs/DataTypesErrorMetaResponse.md)
@@ -262,6 +282,9 @@ Class | Method | HTTP request | Description
262
282
  - [DataTypesIndexField](docs/DataTypesIndexField.md)
263
283
  - [DataTypesJobStatusResponse](docs/DataTypesJobStatusResponse.md)
264
284
  - [DataTypesJobStatusResponseWrapper](docs/DataTypesJobStatusResponseWrapper.md)
285
+ - [DataTypesLanguage](docs/DataTypesLanguage.md)
286
+ - [DataTypesLanguagesResponse](docs/DataTypesLanguagesResponse.md)
287
+ - [DataTypesLanguagesResponseWrapper](docs/DataTypesLanguagesResponseWrapper.md)
265
288
  - [DataTypesLimit](docs/DataTypesLimit.md)
266
289
  - [DataTypesLimitResponse](docs/DataTypesLimitResponse.md)
267
290
  - [DataTypesLimitsListResponse](docs/DataTypesLimitsListResponse.md)
@@ -314,6 +337,7 @@ Class | Method | HTTP request | Description
314
337
  - [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
315
338
  - [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
316
339
  - [DataTypesPurchaseCreditsResponse](docs/DataTypesPurchaseCreditsResponse.md)
340
+ - [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
317
341
  - [DataTypesResponse](docs/DataTypesResponse.md)
318
342
  - [DataTypesRole](docs/DataTypesRole.md)
319
343
  - [DataTypesRoleResponse](docs/DataTypesRoleResponse.md)
@@ -354,6 +378,7 @@ Class | Method | HTTP request | Description
354
378
  - [DataTypesTask](docs/DataTypesTask.md)
355
379
  - [DataTypesTaskRun](docs/DataTypesTaskRun.md)
356
380
  - [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
381
+ - [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
357
382
  - [DataTypesUpdateIndexSchemaRequest](docs/DataTypesUpdateIndexSchemaRequest.md)
358
383
  - [DataTypesUpdateIndexSchemaRequestFieldsInner](docs/DataTypesUpdateIndexSchemaRequestFieldsInner.md)
359
384
  - [DataTypesUpdateOrganizationRequest](docs/DataTypesUpdateOrganizationRequest.md)
@@ -361,6 +386,8 @@ Class | Method | HTTP request | Description
361
386
  - [DataTypesUpdateProfileRequest](docs/DataTypesUpdateProfileRequest.md)
362
387
  - [DataTypesUpdateSchemaResponse](docs/DataTypesUpdateSchemaResponse.md)
363
388
  - [DataTypesUpdateSourceConfigResponseWrapper](docs/DataTypesUpdateSourceConfigResponseWrapper.md)
389
+ - [DataTypesUpdateWordStatusRequest](docs/DataTypesUpdateWordStatusRequest.md)
390
+ - [DataTypesUpdateWordStatusResponseWrapper](docs/DataTypesUpdateWordStatusResponseWrapper.md)
364
391
  - [DataTypesUploadSourceDataResponseWrapper](docs/DataTypesUploadSourceDataResponseWrapper.md)
365
392
  - [DataTypesUploadsourceDataResponse](docs/DataTypesUploadsourceDataResponse.md)
366
393
  - [DataTypesUser](docs/DataTypesUser.md)
@@ -370,6 +397,11 @@ Class | Method | HTTP request | Description
370
397
  - [DataTypesValidationErrorResult](docs/DataTypesValidationErrorResult.md)
371
398
  - [DataTypesVerifyOTPResponse](docs/DataTypesVerifyOTPResponse.md)
372
399
  - [DataTypesVerifyOTPResponseWrapper](docs/DataTypesVerifyOTPResponseWrapper.md)
400
+ - [DataTypesWidgetSearchResult](docs/DataTypesWidgetSearchResult.md)
401
+ - [DataTypesWordListWithWords](docs/DataTypesWordListWithWords.md)
402
+ - [DataTypesWordListsResponse](docs/DataTypesWordListsResponse.md)
403
+ - [DataTypesWordListsResponseWrapper](docs/DataTypesWordListsResponseWrapper.md)
404
+ - [DataTypesWordWithStatus](docs/DataTypesWordWithStatus.md)
373
405
  - [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
374
406
  - [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
375
407
  - [MultipartFileHeader](docs/MultipartFileHeader.md)