zy-react-library 1.0.100 → 1.0.101

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.
@@ -65,6 +65,8 @@ export const UPLOAD_FILE_TYPE_ENUM = {
65
65
  136: 136,
66
66
  137: 137,
67
67
  138: 138,
68
+ 139: 139,
69
+ 140: 140,
68
70
  };
69
71
 
70
72
  /**
@@ -134,4 +136,6 @@ export const UPLOAD_FILE_PATH_ENUM = {
134
136
  136: "accident_incident",
135
137
  137: "accident_incident",
136
138
  138: "hidden_disposal_plan",
139
+ 139: "safety_environmental_inspection_inspection_signature",
140
+ 140: "safety_environmental_inspection_inspection_situation",
137
141
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.100",
4
+ "version": "1.0.101",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",