@common_ch/common 1.0.374 → 1.0.377

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.
@@ -9,7 +9,7 @@ export declare enum ContentRoleGeminiEnum {
9
9
  user = "user",
10
10
  model = "model"
11
11
  }
12
- interface IPart {
12
+ export interface IPart {
13
13
  text?: string;
14
14
  fileData?: {
15
15
  mimeType: string;
@@ -30,4 +30,3 @@ export type Attachment = {
30
30
  path: string;
31
31
  name: string;
32
32
  };
33
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common_ch/common",
3
- "version": "1.0.374",
3
+ "version": "1.0.377",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [