vectocore4 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -28,7 +28,7 @@ export interface DeleteIndexParams {
28
28
  */
29
29
  indexName: string;
30
30
  }
31
- export type XFinderDocType = "text" | "image";
31
+ export type XFinderDocType = "text" | "image" | "video";
32
32
  export interface PutExtremeDataParams {
33
33
  /**
34
34
  * 지식을 추가할 인덱스의 이름입니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vectocore4",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/cjs/index.js",