@ningboyz/types 1.5.156 → 1.5.158

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.5.156",
4
+ "version": "1.5.158",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -177,5 +177,9 @@ export enum TButtonType {
177
177
  /** 终审导出 */
178
178
  finalReviewExport = "finalReviewExport",
179
179
  /** 非租赁转租赁 */
180
- nonLeaseToLease = "nonLeaseToLease"
180
+ nonLeaseToLease = "nonLeaseToLease",
181
+ /**重置密码 */
182
+ resetPassword = "resetPassword",
183
+
184
+
181
185
  }