@seekora-ai/admin-api 1.0.29 → 1.0.31
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 +43 -2
- package/api.ts +3138 -1021
- package/dist/api.d.ts +1669 -199
- package/dist/api.js +2160 -986
- package/dist/esm/api.d.ts +1669 -199
- package/dist/esm/api.js +2389 -1223
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.31.tgz +0 -0
- package/seekora-ai-admin-api-1.0.29.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.31
|
|
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.31 --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,12 @@ 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
|
|
195
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswithstorewordsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists/with-store-words | Get word lists by language (includes store-specific words)
|
|
196
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordListID}/words | Remove words from language word list
|
|
197
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordListIDWordsPost**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordListID}/words | Add words to language word list
|
|
185
198
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
186
199
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
187
200
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
@@ -216,13 +229,19 @@ Class | Method | HTTP request | Description
|
|
|
216
229
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
217
230
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
218
231
|
- [DataTypesAPICallsListResponse](docs/DataTypesAPICallsListResponse.md)
|
|
232
|
+
- [DataTypesAddWordsToCustomListRequest](docs/DataTypesAddWordsToCustomListRequest.md)
|
|
233
|
+
- [DataTypesAddWordsToLanguageListRequest](docs/DataTypesAddWordsToLanguageListRequest.md)
|
|
219
234
|
- [DataTypesAdminSearchRequest](docs/DataTypesAdminSearchRequest.md)
|
|
220
235
|
- [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
|
|
236
|
+
- [DataTypesCombinedSearchResponse](docs/DataTypesCombinedSearchResponse.md)
|
|
237
|
+
- [DataTypesCombinedSearchResponseWrapper](docs/DataTypesCombinedSearchResponseWrapper.md)
|
|
238
|
+
- [DataTypesCombinedSearchResult](docs/DataTypesCombinedSearchResult.md)
|
|
221
239
|
- [DataTypesConfigGroup](docs/DataTypesConfigGroup.md)
|
|
222
240
|
- [DataTypesConfigurationSchema](docs/DataTypesConfigurationSchema.md)
|
|
223
241
|
- [DataTypesConfigurationSchemaResponseWrapper](docs/DataTypesConfigurationSchemaResponseWrapper.md)
|
|
224
242
|
- [DataTypesConsumptionHistoryResponse](docs/DataTypesConsumptionHistoryResponse.md)
|
|
225
243
|
- [DataTypesConsumptionSummary](docs/DataTypesConsumptionSummary.md)
|
|
244
|
+
- [DataTypesCreateCustomWordListRequest](docs/DataTypesCreateCustomWordListRequest.md)
|
|
226
245
|
- [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
|
|
227
246
|
- [DataTypesCreateMenuRequestDto](docs/DataTypesCreateMenuRequestDto.md)
|
|
228
247
|
- [DataTypesCreateOrganizationRequest](docs/DataTypesCreateOrganizationRequest.md)
|
|
@@ -243,6 +262,11 @@ Class | Method | HTTP request | Description
|
|
|
243
262
|
- [DataTypesCreditConsumptionResult](docs/DataTypesCreditConsumptionResult.md)
|
|
244
263
|
- [DataTypesCreditPlan](docs/DataTypesCreditPlan.md)
|
|
245
264
|
- [DataTypesCreditTransaction](docs/DataTypesCreditTransaction.md)
|
|
265
|
+
- [DataTypesCustomWordListResponseWrapper](docs/DataTypesCustomWordListResponseWrapper.md)
|
|
266
|
+
- [DataTypesCustomWordListWithWords](docs/DataTypesCustomWordListWithWords.md)
|
|
267
|
+
- [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
|
|
268
|
+
- [DataTypesCustomWordListsResponseWrapper](docs/DataTypesCustomWordListsResponseWrapper.md)
|
|
269
|
+
- [DataTypesCustomWordWithStatus](docs/DataTypesCustomWordWithStatus.md)
|
|
246
270
|
- [DataTypesDetailedCreditBalanceResponse](docs/DataTypesDetailedCreditBalanceResponse.md)
|
|
247
271
|
- [DataTypesErrorMeta](docs/DataTypesErrorMeta.md)
|
|
248
272
|
- [DataTypesErrorMetaResponse](docs/DataTypesErrorMetaResponse.md)
|
|
@@ -262,6 +286,9 @@ Class | Method | HTTP request | Description
|
|
|
262
286
|
- [DataTypesIndexField](docs/DataTypesIndexField.md)
|
|
263
287
|
- [DataTypesJobStatusResponse](docs/DataTypesJobStatusResponse.md)
|
|
264
288
|
- [DataTypesJobStatusResponseWrapper](docs/DataTypesJobStatusResponseWrapper.md)
|
|
289
|
+
- [DataTypesLanguage](docs/DataTypesLanguage.md)
|
|
290
|
+
- [DataTypesLanguagesResponse](docs/DataTypesLanguagesResponse.md)
|
|
291
|
+
- [DataTypesLanguagesResponseWrapper](docs/DataTypesLanguagesResponseWrapper.md)
|
|
265
292
|
- [DataTypesLimit](docs/DataTypesLimit.md)
|
|
266
293
|
- [DataTypesLimitResponse](docs/DataTypesLimitResponse.md)
|
|
267
294
|
- [DataTypesLimitsListResponse](docs/DataTypesLimitsListResponse.md)
|
|
@@ -314,6 +341,8 @@ Class | Method | HTTP request | Description
|
|
|
314
341
|
- [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
|
|
315
342
|
- [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
|
|
316
343
|
- [DataTypesPurchaseCreditsResponse](docs/DataTypesPurchaseCreditsResponse.md)
|
|
344
|
+
- [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
|
|
345
|
+
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
317
346
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|
|
318
347
|
- [DataTypesRole](docs/DataTypesRole.md)
|
|
319
348
|
- [DataTypesRoleResponse](docs/DataTypesRoleResponse.md)
|
|
@@ -354,6 +383,7 @@ Class | Method | HTTP request | Description
|
|
|
354
383
|
- [DataTypesTask](docs/DataTypesTask.md)
|
|
355
384
|
- [DataTypesTaskRun](docs/DataTypesTaskRun.md)
|
|
356
385
|
- [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
|
|
386
|
+
- [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
|
|
357
387
|
- [DataTypesUpdateIndexSchemaRequest](docs/DataTypesUpdateIndexSchemaRequest.md)
|
|
358
388
|
- [DataTypesUpdateIndexSchemaRequestFieldsInner](docs/DataTypesUpdateIndexSchemaRequestFieldsInner.md)
|
|
359
389
|
- [DataTypesUpdateOrganizationRequest](docs/DataTypesUpdateOrganizationRequest.md)
|
|
@@ -361,6 +391,8 @@ Class | Method | HTTP request | Description
|
|
|
361
391
|
- [DataTypesUpdateProfileRequest](docs/DataTypesUpdateProfileRequest.md)
|
|
362
392
|
- [DataTypesUpdateSchemaResponse](docs/DataTypesUpdateSchemaResponse.md)
|
|
363
393
|
- [DataTypesUpdateSourceConfigResponseWrapper](docs/DataTypesUpdateSourceConfigResponseWrapper.md)
|
|
394
|
+
- [DataTypesUpdateWordStatusRequest](docs/DataTypesUpdateWordStatusRequest.md)
|
|
395
|
+
- [DataTypesUpdateWordStatusResponseWrapper](docs/DataTypesUpdateWordStatusResponseWrapper.md)
|
|
364
396
|
- [DataTypesUploadSourceDataResponseWrapper](docs/DataTypesUploadSourceDataResponseWrapper.md)
|
|
365
397
|
- [DataTypesUploadsourceDataResponse](docs/DataTypesUploadsourceDataResponse.md)
|
|
366
398
|
- [DataTypesUser](docs/DataTypesUser.md)
|
|
@@ -370,6 +402,15 @@ Class | Method | HTTP request | Description
|
|
|
370
402
|
- [DataTypesValidationErrorResult](docs/DataTypesValidationErrorResult.md)
|
|
371
403
|
- [DataTypesVerifyOTPResponse](docs/DataTypesVerifyOTPResponse.md)
|
|
372
404
|
- [DataTypesVerifyOTPResponseWrapper](docs/DataTypesVerifyOTPResponseWrapper.md)
|
|
405
|
+
- [DataTypesWidgetSearchResult](docs/DataTypesWidgetSearchResult.md)
|
|
406
|
+
- [DataTypesWordListWithWords](docs/DataTypesWordListWithWords.md)
|
|
407
|
+
- [DataTypesWordListWithWordsEnhanced](docs/DataTypesWordListWithWordsEnhanced.md)
|
|
408
|
+
- [DataTypesWordListsResponse](docs/DataTypesWordListsResponse.md)
|
|
409
|
+
- [DataTypesWordListsResponseEnhanced](docs/DataTypesWordListsResponseEnhanced.md)
|
|
410
|
+
- [DataTypesWordListsResponseEnhancedWrapper](docs/DataTypesWordListsResponseEnhancedWrapper.md)
|
|
411
|
+
- [DataTypesWordListsResponseWrapper](docs/DataTypesWordListsResponseWrapper.md)
|
|
412
|
+
- [DataTypesWordWithStatus](docs/DataTypesWordWithStatus.md)
|
|
413
|
+
- [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
|
|
373
414
|
- [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
|
|
374
415
|
- [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
|
|
375
416
|
- [MultipartFileHeader](docs/MultipartFileHeader.md)
|