@sapphire-ion/framework 1.2.31 → 1.2.32
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.
|
@@ -23,7 +23,7 @@ export declare class StorageService {
|
|
|
23
23
|
* lista de respostas dos arquivos, como promise, quando todos estiverem completos ou deram erro, é retornada
|
|
24
24
|
*/
|
|
25
25
|
GetBlobBatchLiveResponse(lstFiles: string[], onUpdate: (totalProgress: number, lstResponse?: LiveResponse[], eventType?: HttpEventType) => void): Promise<LiveResponse[]>;
|
|
26
|
-
GetBlobLiveResponse(file: string, onUpdate
|
|
26
|
+
GetBlobLiveResponse(file: string, onUpdate?: (progress: number, response?: LiveResponse, eventType?: HttpEventType) => void): Promise<LiveResponse>;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
|
|
28
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
|
|
29
29
|
}
|