@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 +1 -1
- package/src/pzpt/index.ts +3 -0
package/package.json
CHANGED
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,
|