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.
- package/dist/generated.d.ts +3 -3
- package/package.json +1 -1
package/dist/generated.d.ts
CHANGED
|
@@ -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;
|