@ningboyz/types 1.7.202 → 1.7.203
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 +4 -1
package/package.json
CHANGED
package/src/pzpt/index.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { IPzptPzpzResponse, TPzptPzpzResponse } from "./IPzptPzpzResponse";
|
|
|
12
12
|
import { IPzptPzpzP6pzResponse, TPzptPzpzP6pzResponse } from "./IPzptPzpzP6pzResponse";
|
|
13
13
|
import { IPzptPzpzDataResponse, TPzptPzpzDataResponse } from "./IPzptPzpzDataResponse";
|
|
14
14
|
import { IPzptCashResponse, TPzptCashResponse } from "./IPzptCashResponse";
|
|
15
|
+
import { IPzptGlkmzdResponse, TPzptGlkmzdResponse } from "./IPzptGlkmzdResponse";
|
|
15
16
|
|
|
16
17
|
export {
|
|
17
18
|
type IPzptCnfgResponse,
|
|
@@ -28,6 +29,7 @@ export {
|
|
|
28
29
|
type IPzptPzpzP6pzResponse,
|
|
29
30
|
type IPzptPzpzDataResponse,
|
|
30
31
|
type IPzptCashResponse,
|
|
32
|
+
type IPzptGlkmzdResponse,
|
|
31
33
|
TPzptCnfgResponse,
|
|
32
34
|
TPzptCnfgMoreResponse,
|
|
33
35
|
TPzptItemResponse,
|
|
@@ -41,5 +43,6 @@ export {
|
|
|
41
43
|
TPzptPzpzResponse,
|
|
42
44
|
TPzptPzpzP6pzResponse,
|
|
43
45
|
TPzptPzpzDataResponse,
|
|
44
|
-
TPzptCashResponse
|
|
46
|
+
TPzptCashResponse,
|
|
47
|
+
TPzptGlkmzdResponse
|
|
45
48
|
};
|