@flashbacktech/flashbackclient 0.1.3 → 0.1.5

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.
@@ -175,5 +175,6 @@ export declare enum RepoErrorCodes {
175
175
  MIRROR_UNIT_ALREADY_IN_OTHER_REPO = "MIRROR_UNIT_ALREADY_IN_OTHER_REPO",
176
176
  NORMAL_UNIT_FOLDER_ALREADY_USED = "NORMAL_UNIT_FOLDER_ALREADY_USED",
177
177
  NORMAL_UNIT_CANNOT_DELETE = "NORMAL_UNIT_FOLDER_CANNOT_DELETE",
178
- NORMAL_UNIT_CANNOT_EDIT_FOLDER = "NORMAL_UNIT_CANNOT_EDIT_FOLDER"
178
+ NORMAL_UNIT_CANNOT_EDIT_FOLDER = "NORMAL_UNIT_CANNOT_EDIT_FOLDER",
179
+ QUOTA_EXCEEDED = "QUOTA_EXCEEDED"
179
180
  }
@@ -29,4 +29,5 @@ var RepoErrorCodes;
29
29
  RepoErrorCodes["NORMAL_UNIT_FOLDER_ALREADY_USED"] = "NORMAL_UNIT_FOLDER_ALREADY_USED";
30
30
  RepoErrorCodes["NORMAL_UNIT_CANNOT_DELETE"] = "NORMAL_UNIT_FOLDER_CANNOT_DELETE";
31
31
  RepoErrorCodes["NORMAL_UNIT_CANNOT_EDIT_FOLDER"] = "NORMAL_UNIT_CANNOT_EDIT_FOLDER";
32
+ RepoErrorCodes["QUOTA_EXCEEDED"] = "QUOTA_EXCEEDED";
32
33
  })(RepoErrorCodes || (exports.RepoErrorCodes = RepoErrorCodes = {}));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.1.3",
4
- "type": "module",
3
+ "version": "0.1.5",
4
+ "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },