@stacks/storage 5.0.3-pr.2029a3a.0 → 5.0.3-pr.2ff2acf.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type PutFileContent = string | Uint8Array | ArrayBufferView | ArrayBufferLike | Blob;
|
|
2
2
|
export declare class FileContentLoader {
|
|
3
3
|
readonly content: Uint8Array | Blob;
|
|
4
4
|
readonly wasString: boolean;
|
package/dist/esm/storage.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export declare class Storage {
|
|
|
39
39
|
getOrSetLocalGaiaHubConnection(): Promise<GaiaHubConfig>;
|
|
40
40
|
setLocalGaiaHubConnection(): Promise<GaiaHubConfig>;
|
|
41
41
|
}
|
|
42
|
-
|
|
42
|
+
type FileUrlOptions = {
|
|
43
43
|
path: string;
|
|
44
44
|
username: string;
|
|
45
45
|
appOrigin: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type PutFileContent = string | Uint8Array | ArrayBufferView | ArrayBufferLike | Blob;
|
|
2
2
|
export declare class FileContentLoader {
|
|
3
3
|
readonly content: Uint8Array | Blob;
|
|
4
4
|
readonly wasString: boolean;
|
package/dist/storage.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export declare class Storage {
|
|
|
39
39
|
getOrSetLocalGaiaHubConnection(): Promise<GaiaHubConfig>;
|
|
40
40
|
setLocalGaiaHubConnection(): Promise<GaiaHubConfig>;
|
|
41
41
|
}
|
|
42
|
-
|
|
42
|
+
type FileUrlOptions = {
|
|
43
43
|
path: string;
|
|
44
44
|
username: string;
|
|
45
45
|
appOrigin: string;
|