@chahakshah/terabox-api 2.6.3 → 2.6.4

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -419,13 +419,13 @@ declare module "@chahakshah/terabox-api/helper" {
419
419
  export function getChunkSize(fileSize: number, is_vip?: boolean): number;
420
420
  export function hashFile(
421
421
  filePath: string
422
- ): Promise<import("terabox-api").FileHashData>;
422
+ ): Promise<import("@chahakshah/terabox-api").FileHashData>;
423
423
  export function uploadChunks(
424
- app: import("terabox-api").default,
425
- data: import("terabox-api").UploadData,
424
+ app: import("@chahakshah/terabox-api").default,
425
+ data: import("@chahakshah/terabox-api").UploadData,
426
426
  filePath: string,
427
427
  maxTasks?: number,
428
428
  maxTries?: number
429
- ): Promise<{ ok: boolean; data: import("terabox-api").UploadData }>;
429
+ ): Promise<{ ok: boolean; data: import("@chahakshah/terabox-api").UploadData }>;
430
430
  export function unwrapErrorMessage(err: any): string | undefined;
431
431
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chahakshah/terabox-api",
3
3
  "name_ext": "TeraBox API",
4
- "version": "2.6.3",
4
+ "version": "2.6.4",
5
5
  "main": "api.js",
6
6
  "type": "module",
7
7
  "keywords": [