@sitecore/sc-contenthub-webclient-sdk 1.2.47 → 1.2.49

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,4 +1,4 @@
1
- export declare type VisualSearchType = "image" | "imageAndMetaData" | "metaData";
1
+ export declare type VisualSearchType = "vector" | "vector+text" | "text";
2
2
  export declare class VisualSearchResource {
3
3
  /**
4
4
  * The color the user has selected in the color dropdown.
@@ -1,4 +1,4 @@
1
- export declare type VisualSearchType = "image" | "imageAndMetaData" | "metaData";
1
+ export declare type VisualSearchType = "vector" | "vector+text" | "text";
2
2
  export declare class VisualSearchResource {
3
3
  /**
4
4
  * The color the user has selected in the color dropdown.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore/sc-contenthub-webclient-sdk",
3
- "version": "1.2.47",
3
+ "version": "1.2.49",
4
4
  "description": "Sitecore Content Hub WebClient SDK.",
5
5
  "sideEffect": false,
6
6
  "scripts": {