@or-sdk/files 3.4.4 → 3.4.5-beta.1856.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.
- package/package.json +2 -3
- package/src/Files.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/files",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.5-beta.1856.0",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -28,6 +28,5 @@
|
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
|
-
}
|
|
32
|
-
"gitHead": "ed57ac4477e3585618f9abb6341e2708b1e10a5f"
|
|
31
|
+
}
|
|
33
32
|
}
|
package/src/Files.ts
CHANGED
|
@@ -284,7 +284,7 @@ export class Files extends Base {
|
|
|
284
284
|
* Get a link to download file, example: for preview
|
|
285
285
|
* @param key folder name
|
|
286
286
|
* @param isPublic does this file public or private
|
|
287
|
-
* @param expireMs how long PRIVATE file link will be accessible in
|
|
287
|
+
* @param expireMs how long PRIVATE file link will be accessible in milliseconds
|
|
288
288
|
* @param checkFileExist check that file exists in database
|
|
289
289
|
* @return file url
|
|
290
290
|
*/
|