@bpd-library/utilities 1.2.8-beta.2 → 1.2.8-beta.6
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/esm/api/http.js +120 -0
- package/dist/esm/api/http.js.map +1 -0
- package/dist/esm/api/index.js +11 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api-utilities/compose-exclude-string.js +6 -0
- package/dist/esm/api-utilities/compose-exclude-string.js.map +1 -0
- package/dist/esm/api-utilities/decimal-range/merge-decimal-range.js +13 -0
- package/dist/esm/api-utilities/decimal-range/merge-decimal-range.js.map +1 -0
- package/dist/esm/api-utilities/decimal-range/merge-specification-range.js +29 -0
- package/dist/esm/api-utilities/decimal-range/merge-specification-range.js.map +1 -0
- package/dist/esm/api-utilities/district-status.js +14 -0
- package/dist/esm/api-utilities/district-status.js.map +1 -0
- package/dist/esm/api-utilities/find-filter.js +41 -0
- package/dist/esm/api-utilities/find-filter.js.map +1 -0
- package/dist/esm/api-utilities/get/coordinates.js +31 -0
- package/dist/esm/api-utilities/get/coordinates.js.map +1 -0
- package/dist/esm/api-utilities/get/layer-raster.js +4 -0
- package/dist/esm/api-utilities/get/layer-raster.js.map +1 -0
- package/dist/esm/api-utilities/show-mortgage-price.js +11 -0
- package/dist/esm/api-utilities/show-mortgage-price.js.map +1 -0
- package/dist/esm/api-utilities/show-price.js +13 -0
- package/dist/esm/api-utilities/show-price.js.map +1 -0
- package/dist/esm/constants/index.js +7 -0
- package/dist/esm/constants/index.js.map +1 -0
- package/dist/esm/date.js +11 -0
- package/dist/esm/date.js.map +1 -0
- package/dist/esm/debounce.js +25 -0
- package/dist/esm/debounce.js.map +1 -0
- package/dist/esm/dom/dom.js +9 -0
- package/dist/esm/dom/dom.js.map +1 -0
- package/dist/esm/environment.js +27 -0
- package/dist/esm/environment.js.map +1 -0
- package/dist/esm/extended-api-models/excluded-properties.js +36 -0
- package/dist/esm/extended-api-models/excluded-properties.js.map +1 -0
- package/dist/esm/extended-api-models/extended-area-projects.js +12 -0
- package/dist/esm/extended-api-models/extended-area-projects.js.map +1 -0
- package/dist/esm/extended-api-models/extended-area.js +182 -0
- package/dist/esm/extended-api-models/extended-area.js.map +1 -0
- package/dist/esm/extended-api-models/status/apartment-building-status.js +60 -0
- package/dist/esm/extended-api-models/status/apartment-building-status.js.map +1 -0
- package/dist/esm/extended-api-models/status/construction-number-status.js +20 -0
- package/dist/esm/extended-api-models/status/construction-number-status.js.map +1 -0
- package/dist/esm/extended-api-models/status/property-type-status.js +60 -0
- package/dist/esm/extended-api-models/status/property-type-status.js.map +1 -0
- package/dist/esm/extended-api-models/utilities/apartment-building-view.js +5 -0
- package/dist/esm/extended-api-models/utilities/apartment-building-view.js.map +1 -0
- package/dist/esm/extended-api-models/utilities/extended-model-price-range.js +37 -0
- package/dist/esm/extended-api-models/utilities/extended-model-price-range.js.map +1 -0
- package/dist/esm/extended-api-models/utilities/find-extended-object.js +23 -0
- package/dist/esm/extended-api-models/utilities/find-extended-object.js.map +1 -0
- package/dist/esm/extended-api-models/utilities/is-apartment.js +14 -0
- package/dist/esm/extended-api-models/utilities/is-apartment.js.map +1 -0
- package/dist/esm/function-is-true.js +13 -0
- package/dist/esm/function-is-true.js.map +1 -0
- package/dist/esm/generated/bpd-client.js +53 -0
- package/dist/esm/generated/bpd-client.js.map +1 -0
- package/dist/esm/geometry/country-bounding-box.js +14 -0
- package/dist/esm/geometry/country-bounding-box.js.map +1 -0
- package/dist/esm/geometry/geometry.js +65 -0
- package/dist/esm/geometry/geometry.js.map +1 -0
- package/dist/esm/hooks/use-click-outside.js +34 -0
- package/dist/esm/hooks/use-click-outside.js.map +1 -0
- package/dist/esm/hooks/use-form-changes.js +30 -0
- package/dist/esm/hooks/use-form-changes.js.map +1 -0
- package/dist/esm/hooks/use-history.js +15 -0
- package/dist/esm/hooks/use-history.js.map +1 -0
- package/dist/esm/hooks/use-keyboard-focus.js +14 -0
- package/dist/esm/hooks/use-keyboard-focus.js.map +1 -0
- package/dist/esm/hooks/use-lazy.js +47 -0
- package/dist/esm/hooks/use-lazy.js.map +1 -0
- package/dist/esm/hooks/use-map-storage.js +16 -0
- package/dist/esm/hooks/use-map-storage.js.map +1 -0
- package/dist/esm/hooks/use-scroll-position.js +23 -0
- package/dist/esm/hooks/use-scroll-position.js.map +1 -0
- package/dist/esm/hooks/use-scroll-to.js +66 -0
- package/dist/esm/hooks/use-scroll-to.js.map +1 -0
- package/dist/esm/hooks/use-stylesheet.js +8 -0
- package/dist/esm/hooks/use-stylesheet.js.map +1 -0
- package/dist/esm/hooks/use-url-params.js +31 -0
- package/dist/esm/hooks/use-url-params.js.map +1 -0
- package/dist/esm/index.js +40 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/is-touch.js +32 -0
- package/dist/esm/is-touch.js.map +1 -0
- package/dist/esm/media-query/breakpoints.js +29 -0
- package/dist/esm/media-query/breakpoints.js.map +1 -0
- package/dist/esm/media-query/media-query.js +39 -0
- package/dist/esm/media-query/media-query.js.map +1 -0
- package/dist/esm/media-query/utils/index.js +35 -0
- package/dist/esm/media-query/utils/index.js.map +1 -0
- package/dist/esm/raf-throttle.js +24 -0
- package/dist/esm/raf-throttle.js.map +1 -0
- package/dist/esm/throttle.js +23 -0
- package/dist/esm/throttle.js.map +1 -0
- package/dist/esm/to-currency.js +26 -0
- package/dist/esm/to-currency.js.map +1 -0
- package/dist/hooks/use-stylesheet.d.ts +1 -15
- package/dist/hooks/use-stylesheet.js +3 -79
- package/dist/hooks/use-stylesheet.js.map +1 -1
- package/dist/lib/api/http.js +117 -0
- package/dist/lib/api/http.js.map +1 -0
- package/dist/lib/api/index.js +8 -0
- package/dist/lib/api/index.js.map +1 -0
- package/dist/lib/api-utilities/api-utilities.js +9 -0
- package/dist/lib/api-utilities/api-utilities.js.map +1 -0
- package/dist/lib/api-utilities/api-utilities.test.js +122 -0
- package/dist/lib/api-utilities/api-utilities.test.js.map +1 -0
- package/dist/lib/api-utilities/api-utilities.types.js +1 -0
- package/dist/lib/api-utilities/api-utilities.types.js.map +1 -0
- package/dist/lib/api-utilities/compose-exclude-string.js +5 -0
- package/dist/lib/api-utilities/compose-exclude-string.js.map +1 -0
- package/dist/lib/api-utilities/decimal-range/merge-decimal-range.js +12 -0
- package/dist/lib/api-utilities/decimal-range/merge-decimal-range.js.map +1 -0
- package/dist/lib/api-utilities/decimal-range/merge-specification-range.js +27 -0
- package/dist/lib/api-utilities/decimal-range/merge-specification-range.js.map +1 -0
- package/dist/lib/api-utilities/district-status.js +13 -0
- package/dist/lib/api-utilities/district-status.js.map +1 -0
- package/dist/lib/api-utilities/find-filter.js +40 -0
- package/dist/lib/api-utilities/find-filter.js.map +1 -0
- package/dist/lib/api-utilities/get/coordinates.js +29 -0
- package/dist/lib/api-utilities/get/coordinates.js.map +1 -0
- package/dist/lib/api-utilities/get/layer-raster.js +3 -0
- package/dist/lib/api-utilities/get/layer-raster.js.map +1 -0
- package/dist/lib/api-utilities/index.js +2 -0
- package/dist/lib/api-utilities/index.js.map +1 -0
- package/dist/lib/api-utilities/show-mortgage-price.js +10 -0
- package/dist/lib/api-utilities/show-mortgage-price.js.map +1 -0
- package/dist/lib/api-utilities/show-price.js +12 -0
- package/dist/lib/api-utilities/show-price.js.map +1 -0
- package/dist/lib/constants/index.js +5 -0
- package/dist/lib/constants/index.js.map +1 -0
- package/dist/lib/date.js +10 -0
- package/dist/lib/date.js.map +1 -0
- package/dist/lib/debounce.js +23 -0
- package/dist/lib/debounce.js.map +1 -0
- package/dist/lib/dom/dom.js +7 -0
- package/dist/lib/dom/dom.js.map +1 -0
- package/dist/lib/dom/index.js +2 -0
- package/dist/lib/dom/index.js.map +1 -0
- package/dist/lib/environment.js +25 -0
- package/dist/lib/environment.js.map +1 -0
- package/dist/lib/extended-api-models/excluded-properties.js +35 -0
- package/dist/lib/extended-api-models/excluded-properties.js.map +1 -0
- package/dist/lib/extended-api-models/extended-area-projects.js +10 -0
- package/dist/lib/extended-api-models/extended-area-projects.js.map +1 -0
- package/dist/lib/extended-api-models/extended-area.js +179 -0
- package/dist/lib/extended-api-models/extended-area.js.map +1 -0
- package/dist/lib/extended-api-models/index.js +7 -0
- package/dist/lib/extended-api-models/index.js.map +1 -0
- package/dist/lib/extended-api-models/status/apartment-building-status.js +58 -0
- package/dist/lib/extended-api-models/status/apartment-building-status.js.map +1 -0
- package/dist/lib/extended-api-models/status/construction-number-status.js +19 -0
- package/dist/lib/extended-api-models/status/construction-number-status.js.map +1 -0
- package/dist/lib/extended-api-models/status/property-type-status.js +58 -0
- package/dist/lib/extended-api-models/status/property-type-status.js.map +1 -0
- package/dist/lib/extended-api-models/utilities/apartment-building-view.js +4 -0
- package/dist/lib/extended-api-models/utilities/apartment-building-view.js.map +1 -0
- package/dist/lib/extended-api-models/utilities/extended-model-price-range.js +35 -0
- package/dist/lib/extended-api-models/utilities/extended-model-price-range.js.map +1 -0
- package/dist/lib/extended-api-models/utilities/find-extended-object.js +21 -0
- package/dist/lib/extended-api-models/utilities/find-extended-object.js.map +1 -0
- package/dist/lib/extended-api-models/utilities/is-apartment.js +13 -0
- package/dist/lib/extended-api-models/utilities/is-apartment.js.map +1 -0
- package/dist/lib/function-is-true.js +11 -0
- package/dist/lib/function-is-true.js.map +1 -0
- package/dist/lib/generated/bpd-client.js +50 -0
- package/dist/lib/generated/bpd-client.js.map +1 -0
- package/dist/lib/generated/index.js +2 -0
- package/dist/lib/generated/index.js.map +1 -0
- package/dist/lib/geometry/country-bounding-box.js +12 -0
- package/dist/lib/geometry/country-bounding-box.js.map +1 -0
- package/dist/lib/geometry/geometry.js +64 -0
- package/dist/lib/geometry/geometry.js.map +1 -0
- package/dist/lib/geometry/geometry.test.js +87 -0
- package/dist/lib/geometry/geometry.test.js.map +1 -0
- package/dist/lib/geometry/index.js +3 -0
- package/dist/lib/geometry/index.js.map +1 -0
- package/dist/lib/hooks/index.js +11 -0
- package/dist/lib/hooks/index.js.map +1 -0
- package/dist/lib/hooks/use-click-outside.js +32 -0
- package/dist/lib/hooks/use-click-outside.js.map +1 -0
- package/dist/lib/hooks/use-delegate-listen.js +10 -0
- package/dist/lib/hooks/use-delegate-listen.js.map +1 -0
- package/dist/lib/hooks/use-form-changes.js +27 -0
- package/dist/lib/hooks/use-form-changes.js.map +1 -0
- package/dist/lib/hooks/use-history.js +13 -0
- package/dist/lib/hooks/use-history.js.map +1 -0
- package/dist/lib/hooks/use-input.js +28 -0
- package/dist/lib/hooks/use-input.js.map +1 -0
- package/dist/lib/hooks/use-keyboard-focus.js +11 -0
- package/dist/lib/hooks/use-keyboard-focus.js.map +1 -0
- package/dist/lib/hooks/use-lazy.js +44 -0
- package/dist/lib/hooks/use-lazy.js.map +1 -0
- package/dist/lib/hooks/use-map-storage.js +14 -0
- package/dist/lib/hooks/use-map-storage.js.map +1 -0
- package/dist/lib/hooks/use-scroll-position.js +20 -0
- package/dist/lib/hooks/use-scroll-position.js.map +1 -0
- package/dist/lib/hooks/use-scroll-to.js +64 -0
- package/dist/lib/hooks/use-scroll-to.js.map +1 -0
- package/dist/lib/hooks/use-stylesheet.js +5 -0
- package/dist/lib/hooks/use-stylesheet.js.map +1 -0
- package/dist/lib/hooks/use-text.js +16 -0
- package/dist/lib/hooks/use-text.js.map +1 -0
- package/dist/lib/hooks/use-url-params.js +28 -0
- package/dist/lib/hooks/use-url-params.js.map +1 -0
- package/dist/lib/index.js +18 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/is-touch.js +30 -0
- package/dist/lib/is-touch.js.map +1 -0
- package/dist/lib/media-query/breakpoints.js +27 -0
- package/dist/lib/media-query/breakpoints.js.map +1 -0
- package/dist/lib/media-query/index.js +2 -0
- package/dist/lib/media-query/index.js.map +1 -0
- package/dist/lib/media-query/media-query.js +36 -0
- package/dist/lib/media-query/media-query.js.map +1 -0
- package/dist/lib/media-query/media-query.types.js +1 -0
- package/dist/lib/media-query/media-query.types.js.map +1 -0
- package/dist/lib/media-query/utils/index.js +32 -0
- package/dist/lib/media-query/utils/index.js.map +1 -0
- package/dist/lib/raf-throttle.js +22 -0
- package/dist/lib/raf-throttle.js.map +1 -0
- package/dist/lib/throttle.js +22 -0
- package/dist/lib/throttle.js.map +1 -0
- package/dist/lib/to-currency.js +24 -0
- package/dist/lib/to-currency.js.map +1 -0
- package/dist/types/api/http.d.ts +47 -0
- package/dist/types/api/index.d.ts +2 -0
- package/dist/types/api-utilities/api-utilities.d.ts +8 -0
- package/dist/types/api-utilities/api-utilities.test.d.ts +1 -0
- package/dist/types/api-utilities/api-utilities.types.d.ts +46 -0
- package/dist/types/api-utilities/compose-exclude-string.d.ts +3 -0
- package/dist/types/api-utilities/decimal-range/merge-decimal-range.d.ts +3 -0
- package/dist/types/api-utilities/decimal-range/merge-specification-range.d.ts +13 -0
- package/dist/types/api-utilities/district-status.d.ts +3 -0
- package/dist/types/api-utilities/find-filter.d.ts +32 -0
- package/dist/types/api-utilities/get/coordinates.d.ts +6 -0
- package/dist/types/api-utilities/get/layer-raster.d.ts +3 -0
- package/dist/types/api-utilities/index.d.ts +1 -0
- package/dist/types/api-utilities/show-mortgage-price.d.ts +3 -0
- package/dist/types/api-utilities/show-price.d.ts +7 -0
- package/dist/types/constants/index.d.ts +4 -0
- package/dist/types/date.d.ts +3 -0
- package/dist/types/debounce.d.ts +5 -0
- package/dist/types/dom/dom.d.ts +6 -0
- package/dist/types/dom/index.d.ts +1 -0
- package/dist/types/environment.d.ts +9 -0
- package/dist/types/extended-api-models/excluded-properties.d.ts +5 -0
- package/dist/types/extended-api-models/extended-area-projects.d.ts +3 -0
- package/dist/types/extended-api-models/extended-area.d.ts +13 -0
- package/dist/types/extended-api-models/index.d.ts +6 -0
- package/dist/types/extended-api-models/status/apartment-building-status.d.ts +3 -0
- package/dist/types/extended-api-models/status/construction-number-status.d.ts +3 -0
- package/dist/types/extended-api-models/status/property-type-status.d.ts +4 -0
- package/dist/types/extended-api-models/utilities/apartment-building-view.d.ts +4 -0
- package/dist/types/extended-api-models/utilities/extended-model-price-range.d.ts +4 -0
- package/dist/types/extended-api-models/utilities/find-extended-object.d.ts +4 -0
- package/dist/types/extended-api-models/utilities/is-apartment.d.ts +11 -0
- package/dist/types/function-is-true.d.ts +1 -0
- package/dist/types/generated/bpd-client.d.ts +808 -0
- package/dist/types/generated/index.d.ts +1 -0
- package/dist/types/geometry/country-bounding-box.d.ts +6 -0
- package/dist/types/geometry/geometry.d.ts +11 -0
- package/dist/types/geometry/geometry.test.d.ts +8 -0
- package/dist/types/geometry/index.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +10 -0
- package/dist/types/hooks/use-click-outside.d.ts +6 -0
- package/dist/types/hooks/use-delegate-listen.d.ts +6 -0
- package/dist/types/hooks/use-form-changes.d.ts +12 -0
- package/dist/types/hooks/use-history.d.ts +4 -0
- package/dist/types/hooks/use-input.d.ts +41 -0
- package/dist/types/hooks/use-keyboard-focus.d.ts +6 -0
- package/dist/types/hooks/use-lazy.d.ts +21 -0
- package/dist/types/hooks/use-map-storage.d.ts +6 -0
- package/dist/types/hooks/use-scroll-position.d.ts +10 -0
- package/dist/types/hooks/use-scroll-to.d.ts +8 -0
- package/dist/types/hooks/use-stylesheet.d.ts +1 -0
- package/dist/types/hooks/use-text.d.ts +1 -0
- package/dist/types/hooks/use-url-params.d.ts +5 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/is-touch.d.ts +8 -0
- package/dist/types/media-query/breakpoints.d.ts +26 -0
- package/dist/types/media-query/index.d.ts +1 -0
- package/dist/types/media-query/media-query.d.ts +13 -0
- package/dist/types/media-query/media-query.types.d.ts +14 -0
- package/dist/types/media-query/utils/index.d.ts +3 -0
- package/dist/types/raf-throttle.d.ts +4 -0
- package/dist/types/throttle.d.ts +2 -0
- package/dist/types/to-currency.d.ts +3 -0
- package/package.json +3 -3
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -79
- package/coverage/index.html +0 -95
- package/coverage/lcov.info +0 -0
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -170
- package/yarn-error.log +0 -8117
|
@@ -0,0 +1,808 @@
|
|
|
1
|
+
import { RequestConfig } from '../api/http';
|
|
2
|
+
export interface ResourceModel {
|
|
3
|
+
title?: string | null;
|
|
4
|
+
url?: string | null;
|
|
5
|
+
resourceType?: string | null;
|
|
6
|
+
contentType?: string | null;
|
|
7
|
+
lastUpdatedUtc?: string;
|
|
8
|
+
metadata?: {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
} | null;
|
|
11
|
+
}
|
|
12
|
+
export interface PolygonModel {
|
|
13
|
+
coordinates?: number[][] | null;
|
|
14
|
+
}
|
|
15
|
+
export interface ApartmentBuildingViewPointer {
|
|
16
|
+
type?: string | null;
|
|
17
|
+
coordinates?: number[] | null;
|
|
18
|
+
constructionNumberId?: string | null;
|
|
19
|
+
linkToViewId?: string | null;
|
|
20
|
+
label?: string | null;
|
|
21
|
+
alignment?: string | null;
|
|
22
|
+
compassDirection?: string | null;
|
|
23
|
+
}
|
|
24
|
+
export interface ApartmentBuildingView {
|
|
25
|
+
id?: string | null;
|
|
26
|
+
imageUrl?: string | null;
|
|
27
|
+
type?: string | null;
|
|
28
|
+
sourceUrl?: string | null;
|
|
29
|
+
label?: string | null;
|
|
30
|
+
buttonLabel?: string | null;
|
|
31
|
+
rotateLeftViewId?: string | null;
|
|
32
|
+
rotateRightViewId?: string | null;
|
|
33
|
+
pointers?: ApartmentBuildingViewPointer[] | null;
|
|
34
|
+
}
|
|
35
|
+
export interface ApartmentBuildingModel {
|
|
36
|
+
areaProjectId?: string | null;
|
|
37
|
+
projectPhaseId?: string | null;
|
|
38
|
+
projectPhaseName?: string | null;
|
|
39
|
+
displayName?: string | null;
|
|
40
|
+
alias?: string | null;
|
|
41
|
+
nodeId?: string | null;
|
|
42
|
+
propertyTypeIds?: string[] | null;
|
|
43
|
+
constructionNumberIds?: string[] | null;
|
|
44
|
+
image?: ResourceModel;
|
|
45
|
+
geometry?: PolygonModel[] | null;
|
|
46
|
+
views?: ApartmentBuildingView[] | null;
|
|
47
|
+
id: string;
|
|
48
|
+
}
|
|
49
|
+
export interface ResourceReference {
|
|
50
|
+
ownerId?: string | null;
|
|
51
|
+
ownerType?: string | null;
|
|
52
|
+
isMainResource?: boolean | null;
|
|
53
|
+
}
|
|
54
|
+
export interface UpdateResourceModel {
|
|
55
|
+
title?: string | null;
|
|
56
|
+
url?: string | null;
|
|
57
|
+
resourceType?: string | null;
|
|
58
|
+
contentType?: string | null;
|
|
59
|
+
sortIndex?: number;
|
|
60
|
+
references?: ResourceReference[] | null;
|
|
61
|
+
metadata?: {
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
} | null;
|
|
64
|
+
}
|
|
65
|
+
export interface UpdateApartmentBuildingModel {
|
|
66
|
+
districtId?: string | null;
|
|
67
|
+
alias?: string | null;
|
|
68
|
+
displayName?: string | null;
|
|
69
|
+
description?: string | null;
|
|
70
|
+
propertyTypeIds?: string[] | null;
|
|
71
|
+
sortIndex?: number;
|
|
72
|
+
views?: ApartmentBuildingView[] | null;
|
|
73
|
+
image?: UpdateResourceModel;
|
|
74
|
+
}
|
|
75
|
+
export interface ProblemDetails {
|
|
76
|
+
type?: string | null;
|
|
77
|
+
title?: string | null;
|
|
78
|
+
status?: number | null;
|
|
79
|
+
detail?: string | null;
|
|
80
|
+
instance?: string | null;
|
|
81
|
+
}
|
|
82
|
+
export declare type ProvisioningStatus = 'ProvisionedUmbraco7' | 'NotProvisioned' | 'ProvisioningPending' | 'Provisioning' | 'ProvisionedUmbraco8';
|
|
83
|
+
export interface Time {
|
|
84
|
+
hour?: number;
|
|
85
|
+
minute?: number;
|
|
86
|
+
}
|
|
87
|
+
export interface TimeRange {
|
|
88
|
+
from?: Time;
|
|
89
|
+
to?: Time;
|
|
90
|
+
}
|
|
91
|
+
export interface WebsiteContact {
|
|
92
|
+
enableWebchat?: boolean;
|
|
93
|
+
webchatServer?: string | null;
|
|
94
|
+
webchatUcc?: string | null;
|
|
95
|
+
phoneNumber?: string | null;
|
|
96
|
+
emailAddress?: string | null;
|
|
97
|
+
facebookUrl?: string | null;
|
|
98
|
+
pinterestUrl?: string | null;
|
|
99
|
+
twitterUrl?: string | null;
|
|
100
|
+
caseViaEmail?: boolean;
|
|
101
|
+
openingHoursWeekdays?: TimeRange;
|
|
102
|
+
openingHoursSaturday?: TimeRange;
|
|
103
|
+
openingHoursSunday?: TimeRange;
|
|
104
|
+
isClosedToday?: boolean;
|
|
105
|
+
}
|
|
106
|
+
export interface Website {
|
|
107
|
+
isActive?: boolean;
|
|
108
|
+
provisioningStatus?: ProvisioningStatus;
|
|
109
|
+
mapboxTilesetId?: string | null;
|
|
110
|
+
mapboxDatasetId?: string | null;
|
|
111
|
+
url?: string | null;
|
|
112
|
+
isActiveDomain?: boolean;
|
|
113
|
+
enableCustomerCommunity?: boolean;
|
|
114
|
+
enableFavourites?: boolean;
|
|
115
|
+
enableMortgageCalculator?: boolean;
|
|
116
|
+
secondLevelNavigationButtonLabelSingular?: {
|
|
117
|
+
[key: string]: string;
|
|
118
|
+
} | null;
|
|
119
|
+
secondLevelNavigationButtonLabelPlural?: {
|
|
120
|
+
[key: string]: string;
|
|
121
|
+
} | null;
|
|
122
|
+
skinName?: string | null;
|
|
123
|
+
contactDetails?: WebsiteContact;
|
|
124
|
+
showOnCorporateSite?: boolean;
|
|
125
|
+
}
|
|
126
|
+
export interface AreaProjectModel {
|
|
127
|
+
name?: string | null;
|
|
128
|
+
shortDescription?: string | null;
|
|
129
|
+
regionId?: string | null;
|
|
130
|
+
countryName?: string | null;
|
|
131
|
+
municipalityName?: string | null;
|
|
132
|
+
url?: string | null;
|
|
133
|
+
isSingleProject?: boolean;
|
|
134
|
+
isCompleted?: boolean;
|
|
135
|
+
image?: ResourceModel;
|
|
136
|
+
location?: number[] | null;
|
|
137
|
+
geometry?: PolygonModel[] | null;
|
|
138
|
+
sustainabilitySubjects?: string[] | null;
|
|
139
|
+
sustainabilityInfoText?: string | null;
|
|
140
|
+
mapboxDatasetId?: string | null;
|
|
141
|
+
mapboxTilesetId?: string | null;
|
|
142
|
+
caseViaEmail?: boolean;
|
|
143
|
+
website?: Website;
|
|
144
|
+
id: string;
|
|
145
|
+
}
|
|
146
|
+
export interface SeoText {
|
|
147
|
+
saleTitle?: string | null;
|
|
148
|
+
saleText?: string | null;
|
|
149
|
+
rentalTitle?: string | null;
|
|
150
|
+
rentalText?: string | null;
|
|
151
|
+
}
|
|
152
|
+
export interface CityModel {
|
|
153
|
+
countryId?: string | null;
|
|
154
|
+
countryIsoCode?: string | null;
|
|
155
|
+
provinceId?: string | null;
|
|
156
|
+
name?: string | null;
|
|
157
|
+
municipalityName?: string | null;
|
|
158
|
+
seoText?: SeoText;
|
|
159
|
+
id: string;
|
|
160
|
+
}
|
|
161
|
+
export declare type ConstructionNumberStatus = 'Available' | 'InOption' | 'Sold';
|
|
162
|
+
export interface GroundLease {
|
|
163
|
+
priceWithCanonDecimal?: number | null;
|
|
164
|
+
canonPercentageYearly?: number | null;
|
|
165
|
+
canonAmountYearlyDecimal?: number | null;
|
|
166
|
+
canonPercentage10Year?: number | null;
|
|
167
|
+
canonAmount10YearDecimal?: number | null;
|
|
168
|
+
canonPercentage25Year?: number | null;
|
|
169
|
+
canonAmount25YearDecimal?: number | null;
|
|
170
|
+
buyOffAmountDecimal?: number | null;
|
|
171
|
+
priceWithBuyOffDecimal?: number | null;
|
|
172
|
+
}
|
|
173
|
+
export interface DecimalRange {
|
|
174
|
+
from?: number;
|
|
175
|
+
to?: number | null;
|
|
176
|
+
}
|
|
177
|
+
export interface ConstructionNumberSpecifications {
|
|
178
|
+
nonLivingArea?: DecimalRange;
|
|
179
|
+
buildingRelatedExternalSpace?: DecimalRange;
|
|
180
|
+
externalStorage?: DecimalRange;
|
|
181
|
+
characteristic?: string | null;
|
|
182
|
+
sunDirection?: string | null;
|
|
183
|
+
rooms?: DecimalRange;
|
|
184
|
+
bedrooms?: DecimalRange;
|
|
185
|
+
livingArea?: DecimalRange;
|
|
186
|
+
livingRoomArea?: DecimalRange;
|
|
187
|
+
plotArea?: DecimalRange;
|
|
188
|
+
volume?: DecimalRange;
|
|
189
|
+
}
|
|
190
|
+
export declare type PriceCondition = 'VrijOpNaam' | 'KostenKoper';
|
|
191
|
+
export declare type SaleSpecification = 'ExclusiefBouwrente' | 'BtwBelast' | 'InclusiefBtw';
|
|
192
|
+
export declare type PriceType = 'ExactSum' | 'AskingPrice' | 'StartsFrom' | 'Indication' | 'Circa' | 'PriceOnRequest';
|
|
193
|
+
export interface PropertySalesPrice {
|
|
194
|
+
condition?: PriceCondition;
|
|
195
|
+
saleSpecification?: SaleSpecification;
|
|
196
|
+
amount?: DecimalRange;
|
|
197
|
+
priceType?: PriceType;
|
|
198
|
+
priceTypeFunda?: string | null;
|
|
199
|
+
monthlyServiceCosts?: number | null;
|
|
200
|
+
}
|
|
201
|
+
export interface PropertyRentalPrice {
|
|
202
|
+
deposit?: number | null;
|
|
203
|
+
amount?: DecimalRange;
|
|
204
|
+
priceType?: PriceType;
|
|
205
|
+
priceTypeFunda?: string | null;
|
|
206
|
+
monthlyServiceCosts?: number | null;
|
|
207
|
+
}
|
|
208
|
+
export interface LandRegistrationDetails {
|
|
209
|
+
name?: string | null;
|
|
210
|
+
proportion?: string | null;
|
|
211
|
+
purchaseOption?: boolean | null;
|
|
212
|
+
dateOfRequest?: string | null;
|
|
213
|
+
durationOfLeaseHold?: string | null;
|
|
214
|
+
isPermanentlyBought?: boolean | null;
|
|
215
|
+
leaseHoldProvider?: string | null;
|
|
216
|
+
leaseHoldPerYear?: number | null;
|
|
217
|
+
cityHall?: string | null;
|
|
218
|
+
municipalityId?: string | null;
|
|
219
|
+
municipalityCode?: string | null;
|
|
220
|
+
number?: string | null;
|
|
221
|
+
scope?: string | null;
|
|
222
|
+
area?: number | null;
|
|
223
|
+
section?: string | null;
|
|
224
|
+
type?: string | null;
|
|
225
|
+
fixedVariable?: string | null;
|
|
226
|
+
propertyTypeType?: string | null;
|
|
227
|
+
propertyType?: string | null;
|
|
228
|
+
plot?: string | null;
|
|
229
|
+
constructionNumberId?: string | null;
|
|
230
|
+
id?: string | null;
|
|
231
|
+
dbCreateTimestamp?: number | null;
|
|
232
|
+
dbUpdateTimestamp?: number | null;
|
|
233
|
+
}
|
|
234
|
+
export interface Vve {
|
|
235
|
+
vveContribution?: number | null;
|
|
236
|
+
hasMaintenanceForecast?: boolean | null;
|
|
237
|
+
hasPeriodicContribution?: boolean | null;
|
|
238
|
+
isRegisteredInKvK?: boolean | null;
|
|
239
|
+
hasHomeInsurance?: boolean | null;
|
|
240
|
+
hasReserveFunds?: boolean | null;
|
|
241
|
+
hasMeetings?: boolean | null;
|
|
242
|
+
}
|
|
243
|
+
export interface ExtraSpecifications {
|
|
244
|
+
quality?: string | null;
|
|
245
|
+
isPermanentResidence?: boolean | null;
|
|
246
|
+
isRecreationalResidence?: boolean | null;
|
|
247
|
+
isInPark?: boolean | null;
|
|
248
|
+
isPractice?: boolean | null;
|
|
249
|
+
hasExternalStorage?: boolean | null;
|
|
250
|
+
hasVveChecklist?: boolean | null;
|
|
251
|
+
hasOpenPorch?: boolean | null;
|
|
252
|
+
location?: string[] | null;
|
|
253
|
+
certifications?: string[] | null;
|
|
254
|
+
hotWater?: string[] | null;
|
|
255
|
+
facilities?: string[] | null;
|
|
256
|
+
isolation?: string[] | null;
|
|
257
|
+
heating?: string[] | null;
|
|
258
|
+
cooling?: string[] | null;
|
|
259
|
+
energyPerformance?: string[] | null;
|
|
260
|
+
remarks?: string[] | null;
|
|
261
|
+
roofMaterial?: string | null;
|
|
262
|
+
roofType?: string | null;
|
|
263
|
+
roofRemarks?: string | null;
|
|
264
|
+
energyLabel?: string | null;
|
|
265
|
+
maintenanceInside?: string | null;
|
|
266
|
+
maintenanceOutside?: string | null;
|
|
267
|
+
vve?: Vve;
|
|
268
|
+
}
|
|
269
|
+
export interface Room {
|
|
270
|
+
name?: string | null;
|
|
271
|
+
type?: string | null;
|
|
272
|
+
hasStairs?: boolean | null;
|
|
273
|
+
length?: number | null;
|
|
274
|
+
width?: number | null;
|
|
275
|
+
height?: number | null;
|
|
276
|
+
area?: number | null;
|
|
277
|
+
volume?: number | null;
|
|
278
|
+
renewedIn?: string | null;
|
|
279
|
+
facilities?: string[] | null;
|
|
280
|
+
}
|
|
281
|
+
export interface Floor {
|
|
282
|
+
name?: string | null;
|
|
283
|
+
type?: string | null;
|
|
284
|
+
floorNumber?: string | null;
|
|
285
|
+
totalNumberOfRooms?: number | null;
|
|
286
|
+
totalNumberOfBedrooms?: number | null;
|
|
287
|
+
rooms?: Room[] | null;
|
|
288
|
+
id?: string | null;
|
|
289
|
+
dbCreateTimestamp?: number | null;
|
|
290
|
+
dbUpdateTimestamp?: number | null;
|
|
291
|
+
}
|
|
292
|
+
export interface Garden {
|
|
293
|
+
type?: string | null;
|
|
294
|
+
position?: string | null;
|
|
295
|
+
length?: number | null;
|
|
296
|
+
width?: number | null;
|
|
297
|
+
area?: number | null;
|
|
298
|
+
hasBackEntrance?: boolean | null;
|
|
299
|
+
isMain?: boolean;
|
|
300
|
+
id?: string | null;
|
|
301
|
+
dbCreateTimestamp?: number | null;
|
|
302
|
+
dbUpdateTimestamp?: number | null;
|
|
303
|
+
}
|
|
304
|
+
export interface OutsideSpace {
|
|
305
|
+
type?: string | null;
|
|
306
|
+
position?: string | null;
|
|
307
|
+
length?: number | null;
|
|
308
|
+
width?: number | null;
|
|
309
|
+
area?: number | null;
|
|
310
|
+
hasBackEntrance?: boolean | null;
|
|
311
|
+
id?: string | null;
|
|
312
|
+
dbCreateTimestamp?: number | null;
|
|
313
|
+
dbUpdateTimestamp?: number | null;
|
|
314
|
+
}
|
|
315
|
+
export declare type GeoJSONObjectType = 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon' | 'GeometryCollection' | 'Feature' | 'FeatureCollection';
|
|
316
|
+
export interface IGeometryObject {
|
|
317
|
+
type?: GeoJSONObjectType;
|
|
318
|
+
}
|
|
319
|
+
export declare type CRSType = 'unspecified' | 'name' | 'link';
|
|
320
|
+
export interface ICRSObject {
|
|
321
|
+
type?: CRSType;
|
|
322
|
+
}
|
|
323
|
+
export interface Feature {
|
|
324
|
+
type?: GeoJSONObjectType;
|
|
325
|
+
id?: string | null;
|
|
326
|
+
geometry: IGeometryObject;
|
|
327
|
+
properties: {
|
|
328
|
+
[key: string]: any;
|
|
329
|
+
} | null;
|
|
330
|
+
bbox?: number[] | null;
|
|
331
|
+
crs?: ICRSObject;
|
|
332
|
+
}
|
|
333
|
+
export interface FeatureCollection {
|
|
334
|
+
type?: GeoJSONObjectType;
|
|
335
|
+
features: Feature[];
|
|
336
|
+
bbox?: number[] | null;
|
|
337
|
+
crs?: ICRSObject;
|
|
338
|
+
}
|
|
339
|
+
export interface Outbuilding {
|
|
340
|
+
typeCode?: string | null;
|
|
341
|
+
name?: string | null;
|
|
342
|
+
geometry?: FeatureCollection;
|
|
343
|
+
type?: string | null;
|
|
344
|
+
outbuildingType?: string | null;
|
|
345
|
+
length?: number | null;
|
|
346
|
+
width?: number | null;
|
|
347
|
+
area?: number | null;
|
|
348
|
+
isolation?: string[] | null;
|
|
349
|
+
facilities?: string[] | null;
|
|
350
|
+
facilitiesRemarks?: string | null;
|
|
351
|
+
situation?: string | null;
|
|
352
|
+
capacity?: number | null;
|
|
353
|
+
id?: string | null;
|
|
354
|
+
dbCreateTimestamp?: number | null;
|
|
355
|
+
dbUpdateTimestamp?: number | null;
|
|
356
|
+
}
|
|
357
|
+
export interface ConstructionNumberModel {
|
|
358
|
+
areaProjectId?: string | null;
|
|
359
|
+
districtId?: string | null;
|
|
360
|
+
projectPhaseId?: string | null;
|
|
361
|
+
projectPhaseName?: string | null;
|
|
362
|
+
propertyTypeId?: string | null;
|
|
363
|
+
propertyTypeName?: string | null;
|
|
364
|
+
apartmentBuildingId?: string | null;
|
|
365
|
+
identifier?: string | null;
|
|
366
|
+
serviceCostsPerMonth?: number;
|
|
367
|
+
security?: number | null;
|
|
368
|
+
wishlistItemCount?: number;
|
|
369
|
+
numberOfReserveCandidates?: number;
|
|
370
|
+
availabilityStatus?: ConstructionNumberStatus;
|
|
371
|
+
shortDescription?: string | null;
|
|
372
|
+
longDescription?: string | null;
|
|
373
|
+
houseSubType?: string | null;
|
|
374
|
+
deliveryDate?: string | null;
|
|
375
|
+
geometry?: PolygonModel[] | null;
|
|
376
|
+
resources?: ResourceModel[] | null;
|
|
377
|
+
groundLease?: GroundLease;
|
|
378
|
+
mainImage?: ResourceModel;
|
|
379
|
+
specifications?: ConstructionNumberSpecifications;
|
|
380
|
+
salesPrice?: PropertySalesPrice;
|
|
381
|
+
rentalPrice?: PropertyRentalPrice;
|
|
382
|
+
landRegistration?: LandRegistrationDetails;
|
|
383
|
+
extraSpecifications?: ExtraSpecifications;
|
|
384
|
+
floors?: Floor[] | null;
|
|
385
|
+
gardens?: Garden[] | null;
|
|
386
|
+
outsideSpace?: OutsideSpace[] | null;
|
|
387
|
+
outbuildings?: Outbuilding[] | null;
|
|
388
|
+
id: string;
|
|
389
|
+
}
|
|
390
|
+
export interface CountryModel {
|
|
391
|
+
isoCode?: string | null;
|
|
392
|
+
name?: string | null;
|
|
393
|
+
englishName?: string | null;
|
|
394
|
+
seoText?: SeoText;
|
|
395
|
+
id: string;
|
|
396
|
+
}
|
|
397
|
+
export interface CountryQuery {
|
|
398
|
+
[key: string]: any;
|
|
399
|
+
}
|
|
400
|
+
export interface DistrictModel {
|
|
401
|
+
areaProjectId?: string | null;
|
|
402
|
+
name?: string | null;
|
|
403
|
+
url?: string | null;
|
|
404
|
+
location?: number[] | null;
|
|
405
|
+
geometry?: PolygonModel[] | null;
|
|
406
|
+
isSold?: boolean;
|
|
407
|
+
enableWishlist?: boolean;
|
|
408
|
+
descriptionTitle?: string | null;
|
|
409
|
+
description?: string | null;
|
|
410
|
+
image?: ResourceModel;
|
|
411
|
+
id: string;
|
|
412
|
+
}
|
|
413
|
+
export declare type Salutation = 'Undefined' | 'Mr' | 'Mrs' | 'Ms';
|
|
414
|
+
export interface LeadFormModel {
|
|
415
|
+
city?: string | null;
|
|
416
|
+
phone?: string | null;
|
|
417
|
+
mobilePhone?: string | null;
|
|
418
|
+
email?: string | null;
|
|
419
|
+
countryId?: string | null;
|
|
420
|
+
brochureId?: string | null;
|
|
421
|
+
comment?: string | null;
|
|
422
|
+
projectId?: string | null;
|
|
423
|
+
propertyTypeId?: string | null;
|
|
424
|
+
constructionNumberId?: string | null;
|
|
425
|
+
areaProjectId?: string | null;
|
|
426
|
+
districtId?: string | null;
|
|
427
|
+
leadSource?: string | null;
|
|
428
|
+
referringUrl?: string | null;
|
|
429
|
+
salutation?: Salutation;
|
|
430
|
+
initials?: string | null;
|
|
431
|
+
firstName?: string | null;
|
|
432
|
+
lastName?: string | null;
|
|
433
|
+
lastNamePrefix?: string | null;
|
|
434
|
+
street?: string | null;
|
|
435
|
+
houseNumber?: string | null;
|
|
436
|
+
houseNumberAddition?: string | null;
|
|
437
|
+
postalCode?: string | null;
|
|
438
|
+
}
|
|
439
|
+
export interface CaseFormModel {
|
|
440
|
+
areaProjectId?: string | null;
|
|
441
|
+
districtId?: string | null;
|
|
442
|
+
projectId?: string | null;
|
|
443
|
+
propertyTypeId?: string | null;
|
|
444
|
+
regionId?: string | null;
|
|
445
|
+
firstName?: string | null;
|
|
446
|
+
lastName?: string | null;
|
|
447
|
+
lastNamePrefix?: string | null;
|
|
448
|
+
email: string;
|
|
449
|
+
message: string;
|
|
450
|
+
contactReason?: string | null;
|
|
451
|
+
phoneNumber?: string | null;
|
|
452
|
+
webcareSubject?: string | null;
|
|
453
|
+
chatUrl?: string | null;
|
|
454
|
+
mailTo?: string | null;
|
|
455
|
+
referringUrl?: string | null;
|
|
456
|
+
}
|
|
457
|
+
export interface DynamicFormModel {
|
|
458
|
+
objectName?: string | null;
|
|
459
|
+
mailTo?: string | null;
|
|
460
|
+
fields?: {
|
|
461
|
+
[key: string]: string;
|
|
462
|
+
} | null;
|
|
463
|
+
}
|
|
464
|
+
export interface APIProject {
|
|
465
|
+
id?: string | null;
|
|
466
|
+
name?: string | null;
|
|
467
|
+
cityName?: string | null;
|
|
468
|
+
fundaStatus?: string | null;
|
|
469
|
+
fundaLastSyncDate?: string | null;
|
|
470
|
+
fundaGatewayTransactionId?: number | null;
|
|
471
|
+
fundaId?: number | null;
|
|
472
|
+
connectionVersion?: string | null;
|
|
473
|
+
userType?: string | null;
|
|
474
|
+
gwnProjectVersion?: string | null;
|
|
475
|
+
isAdmin?: boolean;
|
|
476
|
+
}
|
|
477
|
+
export interface SerializedFeature {
|
|
478
|
+
featureId?: string | null;
|
|
479
|
+
featureJson?: string | null;
|
|
480
|
+
}
|
|
481
|
+
export interface SerializedObjectFeatures {
|
|
482
|
+
objectId?: string | null;
|
|
483
|
+
features?: SerializedFeature[] | null;
|
|
484
|
+
}
|
|
485
|
+
export interface SerializedFeatures {
|
|
486
|
+
objectFeatures?: SerializedObjectFeatures[] | null;
|
|
487
|
+
}
|
|
488
|
+
export declare type GrantStatus = 'NotActive' | 'ApplicationGranted';
|
|
489
|
+
export interface GrantModel {
|
|
490
|
+
displayOnMap?: boolean;
|
|
491
|
+
projectName?: string | null;
|
|
492
|
+
cityName?: string | null;
|
|
493
|
+
location?: number[] | null;
|
|
494
|
+
status?: GrantStatus;
|
|
495
|
+
id: string;
|
|
496
|
+
}
|
|
497
|
+
export declare type ProjectPhaseStatus = 'InPreparation' | 'OnSale' | 'Sold' | 'ForRent' | 'Rented' | 'NotActive';
|
|
498
|
+
export interface PropertySpecifications {
|
|
499
|
+
rooms?: DecimalRange;
|
|
500
|
+
bedrooms?: DecimalRange;
|
|
501
|
+
livingArea?: DecimalRange;
|
|
502
|
+
livingRoomArea?: DecimalRange;
|
|
503
|
+
plotArea?: DecimalRange;
|
|
504
|
+
volume?: DecimalRange;
|
|
505
|
+
}
|
|
506
|
+
export interface ProjectPhaseModel {
|
|
507
|
+
areaProjectId?: string | null;
|
|
508
|
+
areaProjectName?: string | null;
|
|
509
|
+
districtId?: string | null;
|
|
510
|
+
name?: string | null;
|
|
511
|
+
url?: string | null;
|
|
512
|
+
districtUrl?: string | null;
|
|
513
|
+
shortDescription?: string | null;
|
|
514
|
+
longDescription?: string | null;
|
|
515
|
+
status?: ProjectPhaseStatus;
|
|
516
|
+
saleStartDate?: string | null;
|
|
517
|
+
saleEndDate?: string | null;
|
|
518
|
+
allocationDate?: string | null;
|
|
519
|
+
cityName?: string | null;
|
|
520
|
+
municipalityName?: string | null;
|
|
521
|
+
provinceName?: string | null;
|
|
522
|
+
sortIndex?: number | null;
|
|
523
|
+
environmentTypes?: string[] | null;
|
|
524
|
+
deliveryStartDate?: string | null;
|
|
525
|
+
constructionStartDate?: string | null;
|
|
526
|
+
isRental?: boolean;
|
|
527
|
+
isDigitalBrochureEnabled?: boolean;
|
|
528
|
+
indicationServiceCosts?: number | null;
|
|
529
|
+
indicationSecurity?: number | null;
|
|
530
|
+
location?: number[] | null;
|
|
531
|
+
geometry?: PolygonModel[] | null;
|
|
532
|
+
resources?: ResourceModel[] | null;
|
|
533
|
+
mainImage?: ResourceModel;
|
|
534
|
+
propertySpecifications?: PropertySpecifications;
|
|
535
|
+
propertyPurchasePrice?: PropertySalesPrice;
|
|
536
|
+
propertyRentalPrice?: PropertyRentalPrice;
|
|
537
|
+
houseTypes?: string[] | null;
|
|
538
|
+
id: string;
|
|
539
|
+
}
|
|
540
|
+
export interface PropertyTypeModel {
|
|
541
|
+
areaProjectId?: string | null;
|
|
542
|
+
districtId?: string | null;
|
|
543
|
+
projectPhaseId?: string | null;
|
|
544
|
+
projectPhaseName?: string | null;
|
|
545
|
+
name?: string | null;
|
|
546
|
+
shortDescription?: string | null;
|
|
547
|
+
longDescription?: string | null;
|
|
548
|
+
houseType?: string | null;
|
|
549
|
+
houseSubType?: string | null;
|
|
550
|
+
sortIndex?: number | null;
|
|
551
|
+
environmentTypes?: string[] | null;
|
|
552
|
+
hasBalcony?: boolean;
|
|
553
|
+
isRental?: boolean;
|
|
554
|
+
groundLease?: GroundLease;
|
|
555
|
+
geometry?: PolygonModel[] | null;
|
|
556
|
+
resources?: ResourceModel[] | null;
|
|
557
|
+
mainImage?: ResourceModel;
|
|
558
|
+
deliveryStartDate?: string | null;
|
|
559
|
+
constructionStartDate?: string | null;
|
|
560
|
+
indicationServiceCosts?: number | null;
|
|
561
|
+
indicationSecurity?: number | null;
|
|
562
|
+
specifications?: PropertySpecifications;
|
|
563
|
+
salesPrice?: PropertySalesPrice;
|
|
564
|
+
rentalPrice?: PropertyRentalPrice;
|
|
565
|
+
canShowPrice?: boolean;
|
|
566
|
+
extraSpecifications?: ExtraSpecifications;
|
|
567
|
+
floors?: Floor[] | null;
|
|
568
|
+
gardens?: Garden[] | null;
|
|
569
|
+
outsideSpace?: OutsideSpace[] | null;
|
|
570
|
+
outbuildings?: Outbuilding[] | null;
|
|
571
|
+
usp1Title?: string | null;
|
|
572
|
+
usp1Text?: string | null;
|
|
573
|
+
usp2Title?: string | null;
|
|
574
|
+
usp2Text?: string | null;
|
|
575
|
+
id: string;
|
|
576
|
+
}
|
|
577
|
+
export interface ProvinceModel {
|
|
578
|
+
countryId?: string | null;
|
|
579
|
+
countryIsoCode?: string | null;
|
|
580
|
+
name?: string | null;
|
|
581
|
+
seoText?: SeoText;
|
|
582
|
+
id: string;
|
|
583
|
+
}
|
|
584
|
+
export interface RegionModel {
|
|
585
|
+
name?: string | null;
|
|
586
|
+
id: string;
|
|
587
|
+
}
|
|
588
|
+
export interface ApartmentBuildingQueryQueryParams {
|
|
589
|
+
AreaProjectId?: string | null;
|
|
590
|
+
ProjectPhaseId?: string | null;
|
|
591
|
+
exclude?: string | null;
|
|
592
|
+
lang?: string | null;
|
|
593
|
+
}
|
|
594
|
+
export interface ApartmentBuildingUpdateApartmentBuildingQueryParams {
|
|
595
|
+
origin?: string | null;
|
|
596
|
+
}
|
|
597
|
+
export interface ApartmentBuildingDeleteApartmentBuildingQueryParams {
|
|
598
|
+
origin?: string | null;
|
|
599
|
+
}
|
|
600
|
+
export interface ApartmentBuildingGetByExternalIdQueryParams {
|
|
601
|
+
exclude?: string | null;
|
|
602
|
+
lang?: string | null;
|
|
603
|
+
}
|
|
604
|
+
export interface AreaProjectGetByIdQueryParams {
|
|
605
|
+
exclude?: string | null;
|
|
606
|
+
lang?: string | null;
|
|
607
|
+
}
|
|
608
|
+
export interface AreaProjectQueryQueryParams {
|
|
609
|
+
CountryIsoCode?: string | null;
|
|
610
|
+
HasLocationData?: boolean | null;
|
|
611
|
+
CorporateSite?: boolean | null;
|
|
612
|
+
exclude?: string | null;
|
|
613
|
+
lang?: string | null;
|
|
614
|
+
}
|
|
615
|
+
export interface CityGetByNameQueryParams {
|
|
616
|
+
exclude?: string | null;
|
|
617
|
+
lang?: string | null;
|
|
618
|
+
}
|
|
619
|
+
export interface CityGetByIdQueryParams {
|
|
620
|
+
exclude?: string | null;
|
|
621
|
+
lang?: string | null;
|
|
622
|
+
}
|
|
623
|
+
export interface CityQueryQueryParams {
|
|
624
|
+
CountryIsoCode?: string | null;
|
|
625
|
+
exclude?: string | null;
|
|
626
|
+
lang?: string | null;
|
|
627
|
+
}
|
|
628
|
+
export interface ConstructionNumberGetByIdQueryParams {
|
|
629
|
+
exclude?: string | null;
|
|
630
|
+
lang?: string | null;
|
|
631
|
+
}
|
|
632
|
+
export interface ConstructionNumberQueryQueryParams {
|
|
633
|
+
AreaProjectId?: string | null;
|
|
634
|
+
ProjectPhaseId?: string | null;
|
|
635
|
+
PropertyTypeId?: string | null;
|
|
636
|
+
MinPrice?: number | null;
|
|
637
|
+
MaxPrice?: number | null;
|
|
638
|
+
exclude?: string | null;
|
|
639
|
+
lang?: string | null;
|
|
640
|
+
}
|
|
641
|
+
export interface CountryGetByIsoCodeQueryParams {
|
|
642
|
+
exclude?: string | null;
|
|
643
|
+
lang?: string | null;
|
|
644
|
+
}
|
|
645
|
+
export interface CountryGetByIdQueryParams {
|
|
646
|
+
exclude?: string | null;
|
|
647
|
+
lang?: string | null;
|
|
648
|
+
}
|
|
649
|
+
export interface CountryQueryQueryParams {
|
|
650
|
+
query?: CountryQuery;
|
|
651
|
+
exclude?: string | null;
|
|
652
|
+
lang?: string | null;
|
|
653
|
+
}
|
|
654
|
+
export interface DistrictGetByIdQueryParams {
|
|
655
|
+
exclude?: string | null;
|
|
656
|
+
lang?: string | null;
|
|
657
|
+
}
|
|
658
|
+
export interface DistrictQueryQueryParams {
|
|
659
|
+
AreaProjectId?: string | null;
|
|
660
|
+
exclude?: string | null;
|
|
661
|
+
lang?: string | null;
|
|
662
|
+
}
|
|
663
|
+
export interface FundaQueryQueryParams {
|
|
664
|
+
regionId?: string | null;
|
|
665
|
+
query?: string | null;
|
|
666
|
+
userType?: string | null;
|
|
667
|
+
isAdmin?: boolean;
|
|
668
|
+
allowedRegionIds?: string | null;
|
|
669
|
+
}
|
|
670
|
+
export interface FundaGetQueryParams {
|
|
671
|
+
id?: string | null;
|
|
672
|
+
isAdmin?: boolean;
|
|
673
|
+
userType?: string | null;
|
|
674
|
+
}
|
|
675
|
+
export interface FundaSubmitQueryParams {
|
|
676
|
+
id?: string | null;
|
|
677
|
+
incrementVersion?: boolean;
|
|
678
|
+
}
|
|
679
|
+
export interface FundaValidateQueryParams {
|
|
680
|
+
id?: string | null;
|
|
681
|
+
}
|
|
682
|
+
export interface FundaShowLastSubmittedProjectQueryParams {
|
|
683
|
+
projectCrmId?: string | null;
|
|
684
|
+
}
|
|
685
|
+
export interface FundaShowConvertedFundaObjectQueryParams {
|
|
686
|
+
projectCrmId?: string | null;
|
|
687
|
+
}
|
|
688
|
+
export interface FundaCompareFundaObjectRevisionChangesQueryParams {
|
|
689
|
+
projectCrmId?: string | null;
|
|
690
|
+
gwnId?: number;
|
|
691
|
+
}
|
|
692
|
+
export interface FundaShowFundaProjectLogsQueryParams {
|
|
693
|
+
projectCrmId?: string | null;
|
|
694
|
+
}
|
|
695
|
+
export interface FundaGetAllGwnVersionsByProjectIdQueryParams {
|
|
696
|
+
projectCrmId?: string | null;
|
|
697
|
+
}
|
|
698
|
+
export interface FundaRemoveVersionFromGwnQueryParams {
|
|
699
|
+
projectId?: string | null;
|
|
700
|
+
projectFundaId?: number;
|
|
701
|
+
projectCode?: string | null;
|
|
702
|
+
nvmId?: string | null;
|
|
703
|
+
}
|
|
704
|
+
export interface GrantGetByIdQueryParams {
|
|
705
|
+
exclude?: string | null;
|
|
706
|
+
lang?: string | null;
|
|
707
|
+
}
|
|
708
|
+
export interface GrantQueryQueryParams {
|
|
709
|
+
ProjectName?: string | null;
|
|
710
|
+
exclude?: string | null;
|
|
711
|
+
lang?: string | null;
|
|
712
|
+
}
|
|
713
|
+
export interface ProjectPhaseGetByIdQueryParams {
|
|
714
|
+
exclude?: string | null;
|
|
715
|
+
lang?: string | null;
|
|
716
|
+
}
|
|
717
|
+
export interface ProjectPhaseQueryQueryParams {
|
|
718
|
+
CountryIsoCode?: string | null;
|
|
719
|
+
AreaProjectId?: string | null;
|
|
720
|
+
exclude?: string | null;
|
|
721
|
+
lang?: string | null;
|
|
722
|
+
}
|
|
723
|
+
export interface PropertyTypeGetByIdQueryParams {
|
|
724
|
+
exclude?: string | null;
|
|
725
|
+
lang?: string | null;
|
|
726
|
+
}
|
|
727
|
+
export interface PropertyTypeQueryQueryParams {
|
|
728
|
+
AreaProjectId?: string | null;
|
|
729
|
+
ProjectPhaseId?: string | null;
|
|
730
|
+
exclude?: string | null;
|
|
731
|
+
lang?: string | null;
|
|
732
|
+
}
|
|
733
|
+
export interface ProvinceGetByNameQueryParams {
|
|
734
|
+
exclude?: string | null;
|
|
735
|
+
lang?: string | null;
|
|
736
|
+
}
|
|
737
|
+
export interface ProvinceGetByIdQueryParams {
|
|
738
|
+
exclude?: string | null;
|
|
739
|
+
lang?: string | null;
|
|
740
|
+
}
|
|
741
|
+
export interface ProvinceQueryQueryParams {
|
|
742
|
+
CountryIsoCode?: string | null;
|
|
743
|
+
exclude?: string | null;
|
|
744
|
+
lang?: string | null;
|
|
745
|
+
}
|
|
746
|
+
export interface RegionGetByIdQueryParams {
|
|
747
|
+
exclude?: string | null;
|
|
748
|
+
lang?: string | null;
|
|
749
|
+
}
|
|
750
|
+
export interface RegionQueryQueryParams {
|
|
751
|
+
AllowedRegionIds?: string | null;
|
|
752
|
+
exclude?: string | null;
|
|
753
|
+
lang?: string | null;
|
|
754
|
+
}
|
|
755
|
+
export interface ResourceUpdateResourceQueryParams {
|
|
756
|
+
projectId?: string | null;
|
|
757
|
+
}
|
|
758
|
+
export interface ResourceDeleteResourceQueryParams {
|
|
759
|
+
projectId?: string | null;
|
|
760
|
+
}
|
|
761
|
+
export declare const apartmentBuildingQuery: (params?: ApartmentBuildingQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ApartmentBuildingModel[]>;
|
|
762
|
+
export declare const apartmentBuildingUpdateApartmentBuilding: (nodeId: string | null, body: UpdateApartmentBuildingModel, config?: RequestConfig | undefined) => Promise<void>;
|
|
763
|
+
export declare const apartmentBuildingDeleteApartmentBuilding: (nodeId: string | null, body: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
764
|
+
export declare const apartmentBuildingGetByExternalId: (nodeId: string | null, params?: ApartmentBuildingGetByExternalIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ApartmentBuildingModel>;
|
|
765
|
+
export declare const areaProjectGetById: (id: string | null, params?: AreaProjectGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<AreaProjectModel>;
|
|
766
|
+
export declare const areaProjectQuery: (params?: AreaProjectQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<AreaProjectModel[]>;
|
|
767
|
+
export declare const cityGetByName: (name: string | null, params?: CityGetByNameQueryParams | undefined, config?: RequestConfig | undefined) => Promise<CityModel>;
|
|
768
|
+
export declare const cityGetById: (id: string | null, params?: CityGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<CityModel>;
|
|
769
|
+
export declare const cityQuery: (params?: CityQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<CityModel[]>;
|
|
770
|
+
export declare const communityRedirectAsset: (objectType: string | null, id: string | null, params?: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
771
|
+
export declare const constructionNumberGetById: (id: string | null, params?: ConstructionNumberGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ConstructionNumberModel>;
|
|
772
|
+
export declare const constructionNumberQuery: (params?: ConstructionNumberQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ConstructionNumberModel[]>;
|
|
773
|
+
export declare const countryGetByIsoCode: (isoCode: string | null, params?: CountryGetByIsoCodeQueryParams | undefined, config?: RequestConfig | undefined) => Promise<CountryModel>;
|
|
774
|
+
export declare const countryGetById: (id: string | null, params?: CountryGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<CountryModel>;
|
|
775
|
+
export declare const countryQuery: (params?: CountryQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<CountryModel[]>;
|
|
776
|
+
export declare const districtGetById: (id: string | null, params?: DistrictGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<DistrictModel>;
|
|
777
|
+
export declare const districtQuery: (params?: DistrictQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<DistrictModel[]>;
|
|
778
|
+
export declare const formLead: (body: LeadFormModel, config?: RequestConfig | undefined) => Promise<void>;
|
|
779
|
+
export declare const formCase: (body: CaseFormModel, config?: RequestConfig | undefined) => Promise<void>;
|
|
780
|
+
export declare const formDynamic: (body: DynamicFormModel, config?: RequestConfig | undefined) => Promise<void>;
|
|
781
|
+
export declare const fundaQuery: (params?: FundaQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<APIProject[]>;
|
|
782
|
+
export declare const fundaGet: (params?: FundaGetQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
783
|
+
export declare const fundaSubmit: (body: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
784
|
+
export declare const fundaValidate: (body: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
785
|
+
export declare const fundaShowLastSubmittedProject: (params?: FundaShowLastSubmittedProjectQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
786
|
+
export declare const fundaShowConvertedFundaObject: (params?: FundaShowConvertedFundaObjectQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
787
|
+
export declare const fundaCompareFundaObjectRevisionChanges: (params?: FundaCompareFundaObjectRevisionChangesQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
788
|
+
export declare const fundaShowFundaProjectLogs: (params?: FundaShowFundaProjectLogsQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
789
|
+
export declare const fundaExecuteFundaPublisher: (params?: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
790
|
+
export declare const fundaGetAllGwnVersionsByProjectId: (params?: FundaGetAllGwnVersionsByProjectIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
791
|
+
export declare const fundaRemoveVersionFromGwn: (params?: FundaRemoveVersionFromGwnQueryParams | undefined, config?: RequestConfig | undefined) => Promise<void>;
|
|
792
|
+
export declare const fundaGetActiveBrokersInGateway: (params?: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
793
|
+
export declare const geoFeatureUpsertGeoFeature: (areaId: string | null, objectId: string | null, body: SerializedFeature, config?: RequestConfig | undefined) => Promise<void>;
|
|
794
|
+
export declare const geoFeatureUpsertAreaFeatures: (areaId: string | null, body: SerializedFeatures, config?: RequestConfig | undefined) => Promise<void>;
|
|
795
|
+
export declare const geoFeatureDeleteGeoFeature: (areaId: string | null, objectId: string | null, featureId: string | null, body: any, config?: RequestConfig | undefined) => Promise<void>;
|
|
796
|
+
export declare const grantGetById: (id: string | null, params?: GrantGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<GrantModel>;
|
|
797
|
+
export declare const grantQuery: (params?: GrantQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<GrantModel[]>;
|
|
798
|
+
export declare const projectPhaseGetById: (id: string | null, params?: ProjectPhaseGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ProjectPhaseModel>;
|
|
799
|
+
export declare const projectPhaseQuery: (params?: ProjectPhaseQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ProjectPhaseModel[]>;
|
|
800
|
+
export declare const propertyTypeGetById: (id: string | null, params?: PropertyTypeGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<PropertyTypeModel>;
|
|
801
|
+
export declare const propertyTypeQuery: (params?: PropertyTypeQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<PropertyTypeModel[]>;
|
|
802
|
+
export declare const provinceGetByName: (name: string | null, params?: ProvinceGetByNameQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ProvinceModel>;
|
|
803
|
+
export declare const provinceGetById: (id: string | null, params?: ProvinceGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ProvinceModel>;
|
|
804
|
+
export declare const provinceQuery: (params?: ProvinceQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<ProvinceModel[]>;
|
|
805
|
+
export declare const regionGetById: (id: string | null, params?: RegionGetByIdQueryParams | undefined, config?: RequestConfig | undefined) => Promise<RegionModel>;
|
|
806
|
+
export declare const regionQuery: (params?: RegionQueryQueryParams | undefined, config?: RequestConfig | undefined) => Promise<RegionModel[]>;
|
|
807
|
+
export declare const resourceUpdateResource: (mediaId: string | null, body: UpdateResourceModel, config?: RequestConfig | undefined) => Promise<void>;
|
|
808
|
+
export declare const resourceDeleteResource: (mediaId: string | null, body: any, config?: RequestConfig | undefined) => Promise<void>;
|