byzip-v2-sdk 1.0.49 → 1.0.50

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,7 @@ export interface HousingSupplyResponseDto {
144
144
  hssplyZip: string;
145
145
  id: number;
146
146
  imprmnBsnsAt: string;
147
+ isHidden: boolean;
147
148
  latitude: number;
148
149
  longitude: number;
149
150
  lrsclBldlndAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byzip-v2-sdk",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [