zy-react-library 1.0.101 → 1.0.102

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,9 @@ 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,
70
73
  };
71
74
 
72
75
  /**
@@ -138,4 +141,7 @@ export const UPLOAD_FILE_PATH_ENUM = {
138
141
  138: "hidden_disposal_plan",
139
142
  139: "safety_environmental_inspection_inspection_signature",
140
143
  140: "safety_environmental_inspection_inspection_situation",
144
+ 141: "safety_environmental_inspection_inspector_signature",
145
+ 142: "safety_environmental_inspection_inspected_signature",
146
+ 143: "safety_environmental_inspection_inspected_file",
141
147
  };
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.102",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",