byzip-v2-sdk 1.0.51 → 1.0.52

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;
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.52",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [