@seekora-ai/search-sdk 0.2.12 → 0.2.14

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Seekora APIs
3
- * This is an API with JWT authentication.
3
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Seekora APIs
6
- * This is an API with JWT authentication.
6
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Seekora APIs
3
- * This is an API with JWT authentication.
3
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Seekora APIs
6
- * This is an API with JWT authentication.
6
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Seekora APIs
3
- * This is an API with JWT authentication.
3
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /**
4
4
  * Seekora APIs
5
- * This is an API with JWT authentication.
5
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
8
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Seekora APIs
3
- * This is an API with JWT authentication.
3
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Seekora APIs
6
- * This is an API with JWT authentication.
6
+ * Seekora provides search, suggestions, and store management APIs. **Admin APIs** require JWT (Bearer token from login). **Public/SDK APIs** (search, stores, suggestions, documents) use store credentials: send `x-storeid` (Store ID) and either `x-storesecret` (read) or `x-store-write-secret` (write) in headers. Get these from the Seekora dashboard. Base path for public v1 APIs: `/api/v1`.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Main entry point for the SDK
5
5
  */
6
- export { SeekoraClient, type SeekoraClientConfig, type SearchOptions, type SearchResponse, type SearchContext, type ExtendedEventPayload, type QuerySuggestionsFullResponse } from './client';
6
+ export { SeekoraClient, type SeekoraClientConfig, type SearchOptions, type SearchResponse, type SearchContext, type ExtendedEventPayload, type QuerySuggestionsFullResponse, type FilterOptions, type FacetSearchOptions, type FilterValue, type FilterStats, type FilterField, type FiltersResponse, type FacetValuesSearchResponse, type FilterSchemaField, type FiltersSchemaResponse } from './client';
7
7
  export type { SeekoraEnvironment } from './config';
8
8
  export { ENVIRONMENTS, getBaseUrl, getEnvironment, type EnvironmentConfig } from './config';
9
9
  export { Logger, createLogger, getLogLevelFromEnv, type LogLevel, type LoggerConfig } from './logger';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/search-sdk",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "Seekora Search SDK for JavaScript/TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",