@ningboyz/types 1.2.149 → 1.2.150

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.2.149",
4
+ "version": "1.2.150",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
package/src/yzht/index.ts CHANGED
@@ -3,6 +3,8 @@ import { IYzhtGlfdResponse, TYzhtGlfdResponse } from "./IYzhtGlfdResponse";
3
3
  import { IYzhtGlpzResponse, TYzhtGlpzResponse } from "./IYzhtGlpzResponse";
4
4
  import { IYzhtGlzdResponse, TYzhtGlzdResponse } from "./IYzhtGlzdResponse";
5
5
  import { IYzhtMainResponse, TYzhtMainResponse } from "./IYzhtMainResponse";
6
+ import { IYzhtDzmxResponse, TYzhtDzmxResponse } from "./IYzhtDzmxResponse";
7
+ import { IYzhtFymxResponse, TYzhtFymxResponse } from "./IYzhtFymxResponse";
6
8
 
7
9
  export {
8
10
  TYzhtBillResponse,
@@ -10,9 +12,13 @@ export {
10
12
  TYzhtGlpzResponse,
11
13
  TYzhtGlzdResponse,
12
14
  TYzhtMainResponse,
15
+ TYzhtDzmxResponse,
16
+ TYzhtFymxResponse,
13
17
  type IYzhtBillResponse,
14
18
  type IYzhtGlfdResponse,
15
19
  type IYzhtGlpzResponse,
16
20
  type IYzhtGlzdResponse,
17
- type IYzhtMainResponse
21
+ type IYzhtMainResponse,
22
+ type IYzhtDzmxResponse,
23
+ type IYzhtFymxResponse
18
24
  };