byzip-v2-sdk 1.0.53 → 1.0.54

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.
@@ -113,6 +113,26 @@ export interface HousingSupplyCreateRequestDto {
113
113
  subscrptAreaCodeNm: string;
114
114
  totSuplyHshldco: number;
115
115
  }
116
+ export interface HousingSupplyDetailResponseDto {
117
+ area: string;
118
+ createdAt: Date;
119
+ etcHshldco: number;
120
+ houseType: string;
121
+ id: number;
122
+ insttRecomendHshldco: number;
123
+ lfeFrstHshldco: number;
124
+ mnYchHshldco: number;
125
+ modelNo: string;
126
+ nwBbHshldco: number;
127
+ nwWdsHshldco: number;
128
+ oldParntsSuportHshldco: number;
129
+ spSplyHshldco: number;
130
+ suplyHshldco: number;
131
+ supplyAmount: string;
132
+ transrInsttEnfsnHshldco: number;
133
+ updatedAt: Date;
134
+ ygmnHshldco: number;
135
+ }
116
136
  export interface HousingSupplyResponseDto {
117
137
  bsnsMbyNm: string;
118
138
  cnstrctEntrpsNm: string;
@@ -120,6 +140,7 @@ export interface HousingSupplyResponseDto {
120
140
  cntrctCnclsEndde: Date;
121
141
  collectedAt: Date;
122
142
  createdAt: Date;
143
+ details: HousingSupplyDetailResponseDto[];
123
144
  gnrlRnk1CrspareaEndde: Date;
124
145
  gnrlRnk1CrspareaRcptde: Date;
125
146
  gnrlRnk1EtcAreaEndde: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byzip-v2-sdk",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [