byzip-v2-sdk 1.0.51 → 1.0.53

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.
@@ -144,6 +144,9 @@ export interface HousingSupplyResponseDto {
144
144
  hssplyZip: string;
145
145
  id: number;
146
146
  imprmnBsnsAt: string;
147
+ /**
148
+ * 숨김 여부
149
+ */
147
150
  isHidden: boolean;
148
151
  latitude: number;
149
152
  longitude: number;
@@ -159,9 +162,6 @@ export interface HousingSupplyResponseDto {
159
162
  przwnerPresnatnDe: Date;
160
163
  publicHouseEarthAt: string;
161
164
  publicHouseSpclwApplcAt: string;
162
- rawData: {
163
- [index: string]: any;
164
- };
165
165
  rceptBgnde: Date;
166
166
  rceptEndde: Date;
167
167
  rcritPblancDe: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byzip-v2-sdk",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [