zy-react-library 1.0.126 → 1.0.127

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.
@@ -77,7 +77,8 @@ export const UPLOAD_FILE_TYPE_ENUM = {
77
77
  146: 146, // safety_environmental_inspection_acceptance - 安全环保检查-验收
78
78
  145: 145, // qualified_list_inspection - 清单检查合格
79
79
  147: 147, // hidden_qualified_listInspection_signature - 隐患清单排查签字
80
- 148: 148, // application_for_admission_qualification - 准入资质申请
80
+ 148: 148, // special_qualification - 专项资质
81
+ 149: 149, // safety_qualification - 安全资质
81
82
  };
82
83
 
83
84
  /**
@@ -156,5 +157,6 @@ export const UPLOAD_FILE_PATH_ENUM = {
156
157
  145: "qualified_list_inspection",
157
158
  146: "safety_environmental_inspection_acceptance",
158
159
  147: "hidden_qualified_listInspection_signature",
159
- 148: "application_for_admission_qualification",
160
+ 148: "special_qualification",
161
+ 149: "safety_qualification",
160
162
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.126",
4
+ "version": "1.0.127",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",