@ningboyz/types 1.7.96 → 1.7.97
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/tyc/index.ts +0 -6
package/package.json
CHANGED
package/src/tyc/index.ts
CHANGED
|
@@ -46,8 +46,6 @@ import { IMortgageInfoPeopleInfoResponse, TMortgageInfoPeopleInfoResponse } from
|
|
|
46
46
|
import { IOwnTaxResponse, TOwnTaxResponse } from "./IOwnTaxResponse";
|
|
47
47
|
import { IOwnTaxItemResponse, TOwnTaxItemResponse } from "./IOwnTaxItemResponse";
|
|
48
48
|
import { IProfileResponse, TProfileResponse } from "./IProfileResponse";
|
|
49
|
-
import { IPublicInvestResponse, TPublicInvestResponse } from "./IPublicInvestResponse";
|
|
50
|
-
import { IPublicInvestItemResponse, TPublicInvestItemResponse } from "./IPublicInvestItemResponse";
|
|
51
49
|
import { IPublicNoticeResponse, TPublicNoticeResponse } from "./IPublicNoticeResponse";
|
|
52
50
|
import { IPublicNoticeItemResponse, TPublicNoticeItemResponse } from "./IPublicNoticeItemResponse";
|
|
53
51
|
import { IPunishmentInfoResponse, TPunishmentInfoResponse } from "./IPunishmentInfoResponse";
|
|
@@ -152,10 +150,6 @@ export {
|
|
|
152
150
|
TOwnTaxItemResponse,
|
|
153
151
|
type IProfileResponse,
|
|
154
152
|
TProfileResponse,
|
|
155
|
-
type IPublicInvestResponse,
|
|
156
|
-
TPublicInvestResponse,
|
|
157
|
-
type IPublicInvestItemResponse,
|
|
158
|
-
TPublicInvestItemResponse,
|
|
159
153
|
type IPublicNoticeResponse,
|
|
160
154
|
TPublicNoticeResponse,
|
|
161
155
|
type IPublicNoticeItemResponse,
|