@xuda.io/drive_module 1.1.768 → 1.1.770

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.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -934,7 +934,7 @@ exports.create_drive_folder = async function (req, job_id, headers) {
934
934
  };
935
935
  exports.rename_drive_file = async function (req) {
936
936
  try {
937
- const { drive_type, app_id, file_name_id, file_name_to, file_path } = req;
937
+ const { drive_type, app_id, file_name_to, file_path } = req;
938
938
  validate_drive_type(drive_type);
939
939
 
940
940
  let check_req = {
@@ -2541,3 +2541,5 @@ setTimeout(async function () {
2541
2541
  })
2542
2542
  );
2543
2543
  }, 2000);
2544
+
2545
+ const get_drive_doc = function (drive_type, ref, file_path) {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.768",
3
+ "version": "1.1.770",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {