@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 +1 -2
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
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 };
|