zy-react-library 1.0.102 → 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.
@@ -70,6 +70,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
70
70
  141: 141,
71
71
  142: 142,
72
72
  143: 143,
73
+ 144: 144,
73
74
  };
74
75
 
75
76
  /**
@@ -144,4 +145,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
144
145
  141: "safety_environmental_inspection_inspector_signature",
145
146
  142: "safety_environmental_inspection_inspected_signature",
146
147
  143: "safety_environmental_inspection_inspected_file",
148
+ 144: "safety_environmental_inspection_defense_signature",
147
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.102",
4
+ "version": "1.0.103",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",