@bagelink/sdk 1.4.5 → 1.4.8
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 +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -108,4 +108,5 @@ declare class Bagel {
|
|
|
108
108
|
uploadFile<T>(file: File, options?: UploadOptions): Promise<T>;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
export { Bagel,
|
|
111
|
+
export { Bagel, formatAPIErrorMessage, _default as openAPI };
|
|
112
|
+
export type { TableToTypeMapping, Tables, UploadOptions, User };
|
package/dist/index.d.mts
CHANGED
|
@@ -108,4 +108,5 @@ declare class Bagel {
|
|
|
108
108
|
uploadFile<T>(file: File, options?: UploadOptions): Promise<T>;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
export { Bagel,
|
|
111
|
+
export { Bagel, formatAPIErrorMessage, _default as openAPI };
|
|
112
|
+
export type { TableToTypeMapping, Tables, UploadOptions, User };
|
package/dist/index.d.ts
CHANGED
|
@@ -108,4 +108,5 @@ declare class Bagel {
|
|
|
108
108
|
uploadFile<T>(file: File, options?: UploadOptions): Promise<T>;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
export { Bagel,
|
|
111
|
+
export { Bagel, formatAPIErrorMessage, _default as openAPI };
|
|
112
|
+
export type { TableToTypeMapping, Tables, UploadOptions, User };
|