@ningboyz/types 1.2.169 → 1.2.170

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.169",
4
+ "version": "1.2.170",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
package/src/hznk/index.ts CHANGED
@@ -35,7 +35,6 @@ import { IHznkXmysYsxqResponse, THznkXmysYsxqResponse } from "./IHznkXmysYsxqRes
35
35
  //#fytq
36
36
  import { IHznkFytqResponse, THznkFytqResponse } from "./IHznkFytqResponse";
37
37
  import { IHznkFytqBillResponse, THznkFytqBillResponse } from "./IHznkFytqBillResponse";
38
- import { IHznkYssqYsxqResponse, THznkYssqYsxqResponse } from "./IHznkYssqYsxqResponse";
39
38
 
40
39
  export {
41
40
  THznkDataResponse,
@@ -67,7 +66,6 @@ export {
67
66
  THznkXmysYsxqResponse,
68
67
  THznkFytqResponse,
69
68
  THznkFytqBillResponse,
70
- THznkYssqYsxqResponse,
71
69
  type IHznkDataResponse,
72
70
  type IHznkDataEachResponse,
73
71
  type IHznkDataPathResponse,
@@ -97,5 +95,4 @@ export {
97
95
  type IHznkXmysYsxqResponse,
98
96
  type IHznkFytqResponse,
99
97
  type IHznkFytqBillResponse,
100
- type IHznkYssqYsxqResponse,
101
98
  };