@soga/types 0.5.5 → 0.5.6

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/dist/index.d.mts CHANGED
@@ -576,6 +576,7 @@ declare enum UploadStatus {
576
576
  NULL = 0,
577
577
  PROCESS = 1,
578
578
  SUCCESS = 2,
579
+ PRE_CREATE = 3,
579
580
  ERROR = 4
580
581
  }
581
582
  declare enum RootStatus {
package/dist/index.d.ts CHANGED
@@ -576,6 +576,7 @@ declare enum UploadStatus {
576
576
  NULL = 0,
577
577
  PROCESS = 1,
578
578
  SUCCESS = 2,
579
+ PRE_CREATE = 3,
579
580
  ERROR = 4
580
581
  }
581
582
  declare enum RootStatus {
package/dist/index.js CHANGED
@@ -108,6 +108,7 @@ var UploadStatus = /* @__PURE__ */ function(UploadStatus2) {
108
108
  UploadStatus2[UploadStatus2["NULL"] = 0] = "NULL";
109
109
  UploadStatus2[UploadStatus2["PROCESS"] = 1] = "PROCESS";
110
110
  UploadStatus2[UploadStatus2["SUCCESS"] = 2] = "SUCCESS";
111
+ UploadStatus2[UploadStatus2["PRE_CREATE"] = 3] = "PRE_CREATE";
111
112
  UploadStatus2[UploadStatus2["ERROR"] = 4] = "ERROR";
112
113
  return UploadStatus2;
113
114
  }({});
package/dist/index.mjs CHANGED
@@ -71,6 +71,7 @@ var UploadStatus = /* @__PURE__ */ function(UploadStatus2) {
71
71
  UploadStatus2[UploadStatus2["NULL"] = 0] = "NULL";
72
72
  UploadStatus2[UploadStatus2["PROCESS"] = 1] = "PROCESS";
73
73
  UploadStatus2[UploadStatus2["SUCCESS"] = 2] = "SUCCESS";
74
+ UploadStatus2[UploadStatus2["PRE_CREATE"] = 3] = "PRE_CREATE";
74
75
  UploadStatus2[UploadStatus2["ERROR"] = 4] = "ERROR";
75
76
  return UploadStatus2;
76
77
  }({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },