@ningboyz/types 1.1.156 → 1.1.157

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.156",
3
+ "version": "1.1.157",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -128,7 +128,7 @@ export enum TButtonType {
128
128
  /**自动对账 */
129
129
  autoCheckPay = "autoCheckPay",
130
130
  /**手动对账 */
131
- noramlCheckPay = "noramlCheckPay",
131
+ normalCheckPay = "normalCheckPay",
132
132
  /**取消对账 */
133
133
  cancelCheckPay = "cancelCheckPay"
134
134
  }