valyu-js 2.7.3 → 2.7.4
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/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -327,11 +327,9 @@ interface ChartDataSeries {
|
|
|
327
327
|
interface ImageMetadata {
|
|
328
328
|
image_id: string;
|
|
329
329
|
image_type: ImageType;
|
|
330
|
-
deepresearch_id: string;
|
|
331
330
|
title: string;
|
|
332
331
|
description?: string;
|
|
333
332
|
image_url: string;
|
|
334
|
-
s3_key: string;
|
|
335
333
|
created_at: number;
|
|
336
334
|
chart_type?: ChartType;
|
|
337
335
|
x_axis_label?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -327,11 +327,9 @@ interface ChartDataSeries {
|
|
|
327
327
|
interface ImageMetadata {
|
|
328
328
|
image_id: string;
|
|
329
329
|
image_type: ImageType;
|
|
330
|
-
deepresearch_id: string;
|
|
331
330
|
title: string;
|
|
332
331
|
description?: string;
|
|
333
332
|
image_url: string;
|
|
334
|
-
s3_key: string;
|
|
335
333
|
created_at: number;
|
|
336
334
|
chart_type?: ChartType;
|
|
337
335
|
x_axis_label?: string;
|