@ningboyz/types 1.0.130 → 1.0.133

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.0.130",
3
+ "version": "1.0.133",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
package/src/pzpt/index.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { IPzptCnfgResponse, TPzptCnfgResponse } from "./IPzptCnfgResponse";
2
+ import { IPzptCnfgMoreResponse, TPzptCnfgMoreResponse } from "./IPzptCnfgMoreResponse";
2
3
  import { IPzptItemResponse, TPzptItemResponse } from "./IPzptItemResponse";
3
4
  import { IPzptK0kmResponse, TPzptK0kmResponse } from "./IPzptK0kmResponse";
4
5
  import { IPzptK8kmResponse, TPzptK8kmResponse } from "./IPzptK8kmResponse";
@@ -13,6 +14,7 @@ import { IPzptPzpzDataResponse, TPzptPzpzDataResponse } from "./IPzptPzpzDataRes
13
14
 
14
15
  export {
15
16
  type IPzptCnfgResponse,
17
+ type IPzptCnfgMoreResponse,
16
18
  type IPzptItemResponse,
17
19
  type IPzptK0kmResponse,
18
20
  type IPzptK8kmResponse,
@@ -25,6 +27,7 @@ export {
25
27
  type IPzptPzpzP6pzResponse,
26
28
  type IPzptPzpzDataResponse,
27
29
  TPzptCnfgResponse,
30
+ TPzptCnfgMoreResponse,
28
31
  TPzptItemResponse,
29
32
  TPzptK0kmResponse,
30
33
  TPzptK8kmResponse,