zy-react-library 1.0.70 → 1.0.71

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.
@@ -63,6 +63,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
63
63
  134: 134,
64
64
  135: 135,
65
65
  136: 136,
66
+ 137: 137,
66
67
  };
67
68
 
68
69
  /**
@@ -130,4 +131,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
130
131
  134: "project_authority_review_signature",
131
132
  135: "branch_manager_approval_signature",
132
133
  136: "accident_incident",
134
+ 137: "accident_incident",
133
135
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.70",
4
+ "version": "1.0.71",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",