zy-react-library 1.0.101 → 1.0.103

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.
@@ -67,6 +67,10 @@ export const UPLOAD_FILE_TYPE_ENUM = {
67
67
  138: 138,
68
68
  139: 139,
69
69
  140: 140,
70
+ 141: 141,
71
+ 142: 142,
72
+ 143: 143,
73
+ 144: 144,
70
74
  };
71
75
 
72
76
  /**
@@ -138,4 +142,8 @@ export const UPLOAD_FILE_PATH_ENUM = {
138
142
  138: "hidden_disposal_plan",
139
143
  139: "safety_environmental_inspection_inspection_signature",
140
144
  140: "safety_environmental_inspection_inspection_situation",
145
+ 141: "safety_environmental_inspection_inspector_signature",
146
+ 142: "safety_environmental_inspection_inspected_signature",
147
+ 143: "safety_environmental_inspection_inspected_file",
148
+ 144: "safety_environmental_inspection_defense_signature",
141
149
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.101",
4
+ "version": "1.0.103",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",