@seekora-ai/admin-api 1.1.86 → 1.1.87
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 +16 -16
- package/api.ts +2865 -3060
- package/dist/api.d.ts +1374 -1504
- package/dist/api.js +2797 -2987
- package/dist/esm/api.d.ts +1374 -1504
- package/dist/esm/api.js +2948 -3118
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.87.tgz +0 -0
- package/seekora-ai-admin-api-1.1.86.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.1.
|
|
1
|
+
## @seekora-ai/admin-api@1.1.87
|
|
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.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.1.87 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -530,21 +530,7 @@ Class | Method | HTTP request | Description
|
|
|
530
530
|
*RolesApi* | [**adminRolesRoleIdPermissionsBackfillPost**](docs/RolesApi.md#adminrolesroleidpermissionsbackfillpost) | **POST** /admin/roles/{roleId}/permissions/backfill | Backfill missing store permissions for a role
|
|
531
531
|
*RolesApi* | [**adminRolesRoleIdPermissionsGet**](docs/RolesApi.md#adminrolesroleidpermissionsget) | **GET** /admin/roles/{roleId}/permissions | Get role permissions with org-level and store-level separation
|
|
532
532
|
*RolesApi* | [**adminRolesRoleIdPermissionsPut**](docs/RolesApi.md#adminrolesroleidpermissionsput) | **PUT** /admin/roles/{roleId}/permissions | Update role permissions
|
|
533
|
-
*SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsBulkPost**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentsbulkpost) | **POST** /api/v1/stores/{xStoreID}/documents/bulk | Bulk index documents
|
|
534
|
-
*SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDDelete**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentsdocumentiddelete) | **DELETE** /api/v1/stores/{xStoreID}/documents/{documentID} | Delete a document
|
|
535
|
-
*SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDGet**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentsdocumentidget) | **GET** /api/v1/stores/{xStoreID}/documents/{documentID} | Get a document by ID
|
|
536
|
-
*SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsPost**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentspost) | **POST** /api/v1/stores/{xStoreID}/documents | Index a single document
|
|
537
533
|
*SDKExperimentsApi* | [**v1ExperimentsAssignmentGet**](docs/SDKExperimentsApi.md#v1experimentsassignmentget) | **GET** /v1/experiments/assignment | Get experiment assignments for a user
|
|
538
|
-
*SDKQuerySuggestionsConfigApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigGet**](docs/SDKQuerySuggestionsConfigApi.md#apiv1storesxstoreidquerysuggestionsconfigget) | **GET** /api/v1/stores/{xStoreID}/query-suggestions/config | Get query suggestions configuration
|
|
539
|
-
*SDKQuerySuggestionsConfigApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigPut**](docs/SDKQuerySuggestionsConfigApi.md#apiv1storesxstoreidquerysuggestionsconfigput) | **PUT** /api/v1/stores/{xStoreID}/query-suggestions/config | Update query suggestions configuration
|
|
540
|
-
*SDKSchemaApi* | [**apiV1StoresXStoreIDDocumentsDelete**](docs/SDKSchemaApi.md#apiv1storesxstoreiddocumentsdelete) | **DELETE** /api/v1/stores/{xStoreID}/documents | Clear all documents
|
|
541
|
-
*SDKSchemaApi* | [**apiV1StoresXStoreIDSchemaGet**](docs/SDKSchemaApi.md#apiv1storesxstoreidschemaget) | **GET** /api/v1/stores/{xStoreID}/schema | Get index schema
|
|
542
|
-
*SDKSchemaApi* | [**apiV1StoresXStoreIDSchemaPost**](docs/SDKSchemaApi.md#apiv1storesxstoreidschemapost) | **POST** /api/v1/stores/{xStoreID}/schema | Create or update index schema
|
|
543
|
-
*SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigGet**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigget) | **GET** /api/v1/stores/{xStoreID}/config | Get store configuration
|
|
544
|
-
*SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigPut**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigput) | **PUT** /api/v1/stores/{xStoreID}/config | Update store configuration
|
|
545
|
-
*SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigSchemaGet**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigschemaget) | **GET** /api/v1/stores/{xStoreID}/config-schema | Get store config schema
|
|
546
|
-
*SDKStoreCreationApi* | [**apiV1StoresPost**](docs/SDKStoreCreationApi.md#apiv1storespost) | **POST** /api/v1/stores | Create Store (Public SDK API)
|
|
547
|
-
*SDKStoreInfoApi* | [**apiV1StoresXStoreIDGet**](docs/SDKStoreInfoApi.md#apiv1storesxstoreidget) | **GET** /api/v1/stores/{xStoreID} | Get store info
|
|
548
534
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
549
535
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
550
536
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
@@ -577,6 +563,20 @@ Class | Method | HTTP request | Description
|
|
|
577
563
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDPut**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidput) | **PUT** /admin/Stores/{xStoreID}/documents/{documentID} | Update document
|
|
578
564
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsget) | **GET** /admin/Stores/{xStoreID}/documents | Get documents from store
|
|
579
565
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsPost**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentspost) | **POST** /admin/Stores/{xStoreID}/documents | Insert document
|
|
566
|
+
*StoreManagementApi* | [**apiV1StoresPost**](docs/StoreManagementApi.md#apiv1storespost) | **POST** /api/v1/stores | Create Store (Public SDK API)
|
|
567
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDConfigGet**](docs/StoreManagementApi.md#apiv1storesxstoreidconfigget) | **GET** /api/v1/stores/{xStoreID}/config | Get store configuration
|
|
568
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDConfigPut**](docs/StoreManagementApi.md#apiv1storesxstoreidconfigput) | **PUT** /api/v1/stores/{xStoreID}/config | Update store configuration
|
|
569
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDConfigSchemaGet**](docs/StoreManagementApi.md#apiv1storesxstoreidconfigschemaget) | **GET** /api/v1/stores/{xStoreID}/config-schema | Get store config schema
|
|
570
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsBulkPost**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsbulkpost) | **POST** /api/v1/stores/{xStoreID}/documents/bulk | Bulk index documents
|
|
571
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsDelete**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsdelete) | **DELETE** /api/v1/stores/{xStoreID}/documents | Clear all documents
|
|
572
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDDelete**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsdocumentiddelete) | **DELETE** /api/v1/stores/{xStoreID}/documents/{documentID} | Delete a document
|
|
573
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDGet**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsdocumentidget) | **GET** /api/v1/stores/{xStoreID}/documents/{documentID} | Get a document by ID
|
|
574
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsPost**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentspost) | **POST** /api/v1/stores/{xStoreID}/documents | Index a single document
|
|
575
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDGet**](docs/StoreManagementApi.md#apiv1storesxstoreidget) | **GET** /api/v1/stores/{xStoreID} | Get store info
|
|
576
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigGet**](docs/StoreManagementApi.md#apiv1storesxstoreidquerysuggestionsconfigget) | **GET** /api/v1/stores/{xStoreID}/query-suggestions/config | Get query suggestions configuration
|
|
577
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigPut**](docs/StoreManagementApi.md#apiv1storesxstoreidquerysuggestionsconfigput) | **PUT** /api/v1/stores/{xStoreID}/query-suggestions/config | Update query suggestions configuration
|
|
578
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDSchemaGet**](docs/StoreManagementApi.md#apiv1storesxstoreidschemaget) | **GET** /api/v1/stores/{xStoreID}/schema | Get index schema
|
|
579
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDSchemaPost**](docs/StoreManagementApi.md#apiv1storesxstoreidschemapost) | **POST** /api/v1/stores/{xStoreID}/schema | Create or update index schema
|
|
580
580
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
581
581
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
582
582
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|