@bagelink/sdk 1.4.20 → 1.4.22

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.cts CHANGED
@@ -108,5 +108,4 @@ declare class Bagel {
108
108
  uploadFile<T>(file: File, options?: UploadOptions): Promise<T>;
109
109
  }
110
110
 
111
- export { Bagel, formatAPIErrorMessage, _default as openAPI };
112
- export type { TableToTypeMapping, Tables, UploadOptions, User };
111
+ export { Bagel, type TableToTypeMapping, type Tables, type UploadOptions, type User, formatAPIErrorMessage, _default as openAPI };
package/dist/index.d.mts CHANGED
@@ -108,5 +108,4 @@ declare class Bagel {
108
108
  uploadFile<T>(file: File, options?: UploadOptions): Promise<T>;
109
109
  }
110
110
 
111
- export { Bagel, formatAPIErrorMessage, _default as openAPI };
112
- export type { TableToTypeMapping, Tables, UploadOptions, User };
111
+ export { Bagel, type TableToTypeMapping, type Tables, type UploadOptions, type User, formatAPIErrorMessage, _default as openAPI };
package/dist/index.d.ts CHANGED
@@ -108,5 +108,4 @@ declare class Bagel {
108
108
  uploadFile<T>(file: File, options?: UploadOptions): Promise<T>;
109
109
  }
110
110
 
111
- export { Bagel, formatAPIErrorMessage, _default as openAPI };
112
- export type { TableToTypeMapping, Tables, UploadOptions, User };
111
+ export { Bagel, type TableToTypeMapping, type Tables, type UploadOptions, type User, formatAPIErrorMessage, _default as openAPI };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/sdk",
3
3
  "type": "module",
4
- "version": "1.4.20",
4
+ "version": "1.4.22",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",