@ningboyz/types 1.5.20 → 1.5.21

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.20",
4
+ "version": "1.5.21",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -152,12 +152,12 @@ export enum TButtonType {
152
152
  uploadFile = "uploadFile",
153
153
  /** 同步浙政钉 */
154
154
  syncZzding = "syncZzding",
155
-
156
155
  /** 出库 */
157
156
  outbound = "outbound",
158
157
  /** 打印副本 */
159
158
  printCopy = "printCopy",
160
159
  /** 打印正本 */
161
160
  printOriginal = "printOriginal",
162
-
161
+ /** 下载 */
162
+ download = "download",
163
163
  }