samls-js-integration 1.1.40 → 1.1.42
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/README.md +1 -2
- package/dist/Address/AddressDetailExtendedModel.d.ts +5 -0
- package/dist/Address/AddressDetailExtendedModel.js +12 -0
- package/dist/Address/AddressDetailModel.d.ts +37 -0
- package/dist/Address/AddressDetailModel.js +42 -0
- package/dist/Address/AddressQueryModel.d.ts +12 -0
- package/dist/Address/AddressQueryModel.js +17 -0
- package/dist/{models/Address → Address}/index.d.ts +1 -0
- package/dist/Address/index.js +19 -0
- package/dist/{models/Agent → Agent}/AgentInfoModel.d.ts +2 -2
- package/dist/{models/Agent → Agent}/AgentInfoModel.js +5 -1
- package/dist/{models/Agent → Agent}/AgentModel.d.ts +2 -1
- package/dist/Agent/AgentModel.js +13 -0
- package/dist/Agent/GetAgentRequestModel.js +10 -0
- package/dist/Agent/GetAgentsRequestModel.js +14 -0
- package/dist/{models/Agent → Agent}/OfficeModel.js +5 -1
- package/dist/Agent/index.js +21 -0
- package/dist/{models/Common → Common}/GlobalQueryModel.d.ts +3 -3
- package/dist/{models/Common → Common}/GlobalQueryModel.js +8 -4
- package/dist/Common/LocationModel.d.ts +4 -0
- package/dist/Common/LocationModel.js +10 -0
- package/dist/{models/Common → Common}/PaginationOptions.d.ts +2 -2
- package/dist/Common/PaginationOptions.js +10 -0
- package/dist/Common/Point.js +10 -0
- package/dist/{models/Common → Common}/index.d.ts +1 -1
- package/dist/Common/index.js +21 -0
- package/dist/Entities/Entity.d.ts +5 -0
- package/dist/Entities/Entity.js +2 -0
- package/dist/Entities/Listing.d.ts +11 -0
- package/dist/Entities/Listing.js +2 -0
- package/dist/Entities/ListingSchool.d.ts +8 -0
- package/dist/Entities/ListingSchool.js +2 -0
- package/dist/Entities/Property.d.ts +7 -0
- package/dist/Entities/Property.js +2 -0
- package/dist/Entities/index.d.ts +4 -0
- package/dist/Entities/index.js +2 -0
- package/dist/{models/Enums → Enums}/AgentTypeEnum.js +5 -2
- package/dist/{models/Enums → Enums}/AssociationFeeFrequencyEnum.js +5 -2
- package/dist/{models/Enums → Enums}/AuthenticationTypeEnum.js +5 -2
- package/dist/{models/Enums → Enums}/CurrencyEnum.js +5 -2
- package/dist/{models/Enums → Enums}/DirectionFacesEnum.js +5 -2
- package/dist/{models/Enums → Enums}/FeatureSourceEnum.js +7 -3
- package/dist/{models/Enums → Enums}/GeometryTypeEnum.d.ts +4 -1
- package/dist/{models/Enums → Enums}/GeometryTypeEnum.js +7 -2
- package/dist/Enums/Listing/BathroomOperator.enum.d.ts +5 -0
- package/dist/Enums/Listing/BathroomOperator.enum.js +9 -0
- package/dist/Enums/Listing/BathroomType.enum.d.ts +8 -0
- package/dist/Enums/Listing/BathroomType.enum.js +12 -0
- package/dist/Enums/Listing/ContextType.enum.d.ts +5 -0
- package/dist/Enums/Listing/ContextType.enum.js +9 -0
- package/dist/Enums/Listing/HomeType.enum.d.ts +13 -0
- package/dist/Enums/Listing/HomeType.enum.js +16 -0
- package/dist/Enums/Listing/ListingAgency.enum.d.ts +4 -0
- package/dist/Enums/Listing/ListingAgency.enum.js +8 -0
- package/dist/Enums/Listing/ListingOrder.enum.d.ts +17 -0
- package/dist/Enums/Listing/ListingOrder.enum.js +22 -0
- package/dist/{models/Enums/ListingStatusEnum.d.ts → Enums/Listing/ListingStatus.enum.d.ts} +1 -0
- package/dist/{models/Enums/ListingStatusEnum.js → Enums/Listing/ListingStatus.enum.js} +5 -17
- package/dist/{models/Enums/ListingTypeEnum.js → Enums/Listing/ListingType.enum.js} +5 -5
- package/dist/{models/Enums/ListingTypeClassEnum.d.ts → Enums/Listing/ListingTypeClass.enum.d.ts} +0 -1
- package/dist/{models/Enums/ListingTypeClassEnum.js → Enums/Listing/ListingTypeClass.enum.js} +5 -2
- package/dist/Enums/Listing/RentalPeriod.enum.d.ts +34 -0
- package/dist/Enums/Listing/RentalPeriod.enum.js +38 -0
- package/dist/Enums/Listing/index.d.ts +10 -0
- package/dist/Enums/Listing/index.js +24 -0
- package/dist/{models/Enums → Enums}/MLSEnum.d.ts +12 -2
- package/dist/{models/Enums → Enums}/MLSEnum.js +16 -3
- package/dist/{models/Enums → Enums}/OrderByOptions.js +5 -2
- package/dist/{models/Enums → Enums}/OwnershipTypeEnum.js +5 -2
- package/dist/{models/Enums → Enums}/PhysicalPropertyClassEnum.js +5 -2
- package/dist/{models/Enums → Enums}/PhysicalPropertyTypeEnum.d.ts +21 -21
- package/dist/{models/Enums → Enums}/PhysicalPropertyTypeEnum.js +26 -26
- package/dist/{models/Enums → Enums}/PlatformEnum.js +5 -2
- package/dist/{models/Enums → Enums}/ProcessingStatusEnum.js +5 -2
- package/dist/{models/Enums → Enums}/ProcessingTypeEnum.js +5 -2
- package/dist/{models/Enums → Enums}/PropertyConditionEnum.js +5 -5
- package/dist/{models/Enums → Enums}/PropertyLevelEnum.js +5 -2
- package/dist/{models/Enums → Enums}/StreetDirectionEnum.js +5 -2
- package/dist/{models/Enums → Enums}/StreetSuffixEnum.js +5 -2
- package/dist/{models/Enums → Enums}/index.d.ts +15 -17
- package/dist/Enums/index.js +36 -0
- package/dist/Feature/Category.model.js +10 -0
- package/dist/{models/Feature/FeatureModel.d.ts → Feature/Feature.model.d.ts} +4 -2
- package/dist/Feature/Feature.model.js +15 -0
- package/dist/Feature/SubCategory.model.js +10 -0
- package/dist/Feature/index.d.ts +3 -0
- package/dist/Feature/index.js +19 -0
- package/dist/Listing/AgentFilter.model.d.ts +5 -0
- package/dist/Listing/AgentFilter.model.js +10 -0
- package/dist/Listing/BathroomType.model.d.ts +6 -0
- package/dist/Listing/BathroomType.model.js +12 -0
- package/dist/Listing/ClusteringFilterRequest.model.d.ts +8 -0
- package/dist/Listing/ClusteringFilterRequest.model.js +13 -0
- package/dist/Listing/ClusteringFilterResponse.model.d.ts +23 -0
- package/dist/Listing/ClusteringFilterResponse.model.js +11 -0
- package/dist/Listing/FeatureCache.model.d.ts +5 -0
- package/dist/Listing/FeatureCache.model.js +11 -0
- package/dist/Listing/GetByAgentRequest.model.d.ts +10 -0
- package/dist/Listing/GetByAgentRequest.model.js +16 -0
- package/dist/Listing/GetByAgentsRequest.model.d.ts +8 -0
- package/dist/Listing/GetByAgentsRequest.model.js +13 -0
- package/dist/Listing/GetByIdRequest.model.js +13 -0
- package/dist/{models/Listing/GetByMlsIdRequestModel.d.ts → Listing/GetByMlsIdRequest.model.d.ts} +1 -2
- package/dist/Listing/GetByMlsIdRequest.model.js +13 -0
- package/dist/Listing/GetByOfficesRequest.model.d.ts +6 -0
- package/dist/Listing/GetByOfficesRequest.model.js +12 -0
- package/dist/{models/Listing/GetListingsByFilterRequestModel.js → Listing/GetListingsByFilterRequest.model.js} +6 -2
- package/dist/Listing/GetMapListingsRequest.model.d.ts +8 -0
- package/dist/Listing/GetMapListingsRequest.model.js +15 -0
- package/dist/Listing/IListingTypeGroups.model.d.ts +6 -0
- package/dist/Listing/IListingTypeGroups.model.js +2 -0
- package/dist/{models/Listing/ListingModel.d.ts → Listing/Listing.model.d.ts} +26 -24
- package/dist/{models/Listing/ListingModel.js → Listing/Listing.model.js} +11 -7
- package/dist/Listing/MapListingsRequest.model.d.ts +45 -0
- package/dist/Listing/MapListingsRequest.model.js +51 -0
- package/dist/Listing/MoveIn.model.d.ts +4 -0
- package/dist/Listing/MoveIn.model.js +10 -0
- package/dist/Listing/OfficeFilter.model.d.ts +7 -0
- package/dist/Listing/OfficeFilter.model.js +2 -0
- package/dist/Listing/OpenHouse.model.d.ts +20 -0
- package/dist/Listing/OpenHouse.model.js +26 -0
- package/dist/Listing/OpenHouseLite.model.d.ts +4 -0
- package/dist/Listing/OpenHouseLite.model.js +2 -0
- package/dist/{models/Listing/PhotoModel.js → Listing/Photo.model.js} +5 -1
- package/dist/Listing/PlaceFilter.model.d.ts +6 -0
- package/dist/Listing/PlaceFilter.model.js +12 -0
- package/dist/{models/Listing/PropertyModel.d.ts → Listing/Property.model.d.ts} +4 -4
- package/dist/{models/Listing/PropertyModel.js → Listing/Property.model.js} +10 -4
- package/dist/Listing/Rage.model.d.ts +4 -0
- package/dist/Listing/Rage.model.js +10 -0
- package/dist/Listing/RentPrice.model.d.ts +34 -0
- package/dist/Listing/RentPrice.model.js +40 -0
- package/dist/Listing/SchoolType.model.d.ts +4 -0
- package/dist/Listing/SchoolType.model.js +10 -0
- package/dist/Listing/Style.model.d.ts +4 -0
- package/dist/Listing/Style.model.js +10 -0
- package/dist/Listing/WalkScore.model.d.ts +9 -0
- package/dist/Listing/WalkScore.model.js +15 -0
- package/dist/Listing/index.d.ts +22 -0
- package/dist/Listing/index.js +45 -0
- package/dist/Mls/MlsInfo.model.d.ts +20 -0
- package/dist/Mls/MlsInfo.model.js +25 -0
- package/dist/Mls/MlsState.model.d.ts +5 -0
- package/dist/Mls/MlsState.model.js +11 -0
- package/dist/Mls/index.d.ts +2 -0
- package/dist/Mls/index.js +18 -0
- package/dist/PData/index.js +17 -0
- package/dist/PData/models/Condition.js +8 -0
- package/dist/{models/PData → PData}/models/ConditionModel.js +5 -1
- package/dist/PData/models/IPagination.js +2 -0
- package/dist/{models/PData → PData}/models/Operator.js +5 -2
- package/dist/{models/PData → PData}/models/Ordering.d.ts +1 -2
- package/dist/{models/PData → PData}/models/Ordering.js +12 -6
- package/dist/PData/models/QueryModel.d.ts +12 -0
- package/dist/PData/models/QueryModel.js +16 -0
- package/dist/{models/PData → PData}/models/index.d.ts +1 -0
- package/dist/PData/models/index.js +22 -0
- package/dist/Polygon/LimitModel.js +13 -0
- package/dist/Polygon/PolygonByWeightRequest.model.d.ts +12 -0
- package/dist/Polygon/PolygonByWeightRequest.model.js +16 -0
- package/dist/Polygon/PolygonByWeightResponseModel.d.ts +5 -0
- package/dist/Polygon/PolygonByWeightResponseModel.js +15 -0
- package/dist/{models/Polygon/PolygonFilterRequestModel.js → Polygon/PolygonFilterRequest.model.js} +5 -1
- package/dist/{models/Polygon/PolygonFilterResponseModel.d.ts → Polygon/PolygonFilterResponse.model.d.ts} +1 -1
- package/dist/Polygon/PolygonFilterResponse.model.js +13 -0
- package/dist/{models/Polygon/PolygonLiteResponseModel.d.ts → Polygon/PolygonLiteResponse.model.d.ts} +6 -0
- package/dist/Polygon/PolygonLiteResponse.model.js +28 -0
- package/dist/Polygon/PolygonResponse.model.d.ts +7 -0
- package/dist/Polygon/PolygonResponse.model.js +15 -0
- package/dist/Polygon/PolygonsQueryModel.d.ts +10 -0
- package/dist/Polygon/PolygonsQueryModel.js +17 -0
- package/dist/Polygon/index.d.ts +8 -0
- package/dist/Polygon/index.js +19 -0
- package/dist/School/SchoolModel.d.ts +13 -0
- package/dist/School/SchoolModel.js +19 -0
- package/dist/School/SchoolsByRadiusRequestModel.d.ts +8 -0
- package/dist/School/SchoolsByRadiusRequestModel.js +14 -0
- package/dist/School/index.d.ts +2 -0
- package/dist/School/index.js +18 -0
- package/dist/index.d.ts +11 -2
- package/dist/index.js +27 -2
- package/package.json +6 -3
- package/dist/clients/AddressDetail.d.ts +0 -5
- package/dist/clients/AddressDetail.js +0 -6
- package/dist/clients/ListingsClient.d.ts +0 -9
- package/dist/clients/ListingsClient.js +0 -18
- package/dist/clients/MlsClient.d.ts +0 -6
- package/dist/clients/MlsClient.js +0 -10
- package/dist/clients/PolygonClient.d.ts +0 -5
- package/dist/clients/PolygonClient.js +0 -7
- package/dist/clients/index.d.ts +0 -3
- package/dist/clients/index.js +0 -3
- package/dist/globals/HttpModule.d.ts +0 -1
- package/dist/globals/HttpModule.js +0 -4
- package/dist/globals/constants/url.d.ts +0 -4
- package/dist/globals/constants/url.js +0 -4
- package/dist/globals/index.d.ts +0 -3
- package/dist/globals/index.js +0 -3
- package/dist/globals/models/IApiResponse.d.ts +0 -5
- package/dist/globals/models/IApiResponse.js +0 -1
- package/dist/globals/models/index.d.ts +0 -2
- package/dist/globals/models/index.js +0 -2
- package/dist/models/Address/AddressDetailModel.d.ts +0 -37
- package/dist/models/Address/AddressDetailModel.js +0 -38
- package/dist/models/Address/AddressQueryModel.d.ts +0 -5
- package/dist/models/Address/AddressQueryModel.js +0 -8
- package/dist/models/Address/index.js +0 -2
- package/dist/models/Agent/AgentModel.js +0 -8
- package/dist/models/Agent/GetAgentRequestModel.js +0 -7
- package/dist/models/Agent/GetAgentsRequestModel.js +0 -10
- package/dist/models/Agent/index.js +0 -5
- package/dist/models/Common/LocationModel.d.ts +0 -4
- package/dist/models/Common/LocationModel.js +0 -6
- package/dist/models/Common/PaginationOptions.js +0 -6
- package/dist/models/Common/Point.js +0 -7
- package/dist/models/Common/index.js +0 -5
- package/dist/models/Entities/AddressDetail.d.ts +0 -42
- package/dist/models/Entities/AddressDetail.js +0 -42
- package/dist/models/Entities/AddressPolygon.d.ts +0 -10
- package/dist/models/Entities/AddressPolygon.js +0 -10
- package/dist/models/Entities/Entity.d.ts +0 -6
- package/dist/models/Entities/Entity.js +0 -7
- package/dist/models/Entities/Listing.d.ts +0 -78
- package/dist/models/Entities/Listing.js +0 -3
- package/dist/models/Entities/ListingOpenHouse.d.ts +0 -24
- package/dist/models/Entities/ListingOpenHouse.js +0 -3
- package/dist/models/Entities/ListingSchool.d.ts +0 -9
- package/dist/models/Entities/ListingSchool.js +0 -9
- package/dist/models/Entities/Polygon.d.ts +0 -2
- package/dist/models/Entities/Polygon.js +0 -3
- package/dist/models/Entities/Property.d.ts +0 -2
- package/dist/models/Entities/Property.js +0 -3
- package/dist/models/Entities/PropertyFeature.d.ts +0 -2
- package/dist/models/Entities/PropertyFeature.js +0 -3
- package/dist/models/Entities/School.d.ts +0 -2
- package/dist/models/Entities/School.js +0 -3
- package/dist/models/Entities/index.d.ts +0 -10
- package/dist/models/Entities/index.js +0 -10
- package/dist/models/Enums/index.js +0 -22
- package/dist/models/Feature/CategoryModel.js +0 -6
- package/dist/models/Feature/FeatureModel.js +0 -9
- package/dist/models/Feature/SubCategoryModel.js +0 -6
- package/dist/models/Feature/index.d.ts +0 -3
- package/dist/models/Feature/index.js +0 -3
- package/dist/models/Listing/ClusteringFilterRequestBaseModel.d.ts +0 -0
- package/dist/models/Listing/ClusteringFilterRequestBaseModel.js +0 -18
- package/dist/models/Listing/GetByIdRequestModel.js +0 -9
- package/dist/models/Listing/GetByMlsIdRequestModel.js +0 -9
- package/dist/models/Listing/OpenHouseModel.d.ts +0 -20
- package/dist/models/Listing/OpenHouseModel.js +0 -23
- package/dist/models/Listing/RentPriceModel.d.ts +0 -34
- package/dist/models/Listing/RentPriceModel.js +0 -37
- package/dist/models/Listing/StyleModel.d.ts +0 -4
- package/dist/models/Listing/StyleModel.js +0 -7
- package/dist/models/Listing/WalkScoreModel.d.ts +0 -9
- package/dist/models/Listing/WalkScoreModel.js +0 -12
- package/dist/models/Listing/index.d.ts +0 -10
- package/dist/models/Listing/index.js +0 -10
- package/dist/models/Mls/MlsInfoModel.d.ts +0 -8
- package/dist/models/Mls/MlsInfoModel.js +0 -11
- package/dist/models/Mls/index.d.ts +0 -1
- package/dist/models/Mls/index.js +0 -1
- package/dist/models/PData/index.js +0 -1
- package/dist/models/PData/models/Condition.js +0 -5
- package/dist/models/PData/models/IPagination.js +0 -1
- package/dist/models/PData/models/index.js +0 -5
- package/dist/models/Polygon/LimitModel.js +0 -9
- package/dist/models/Polygon/PolygonFilterResponseModel.js +0 -9
- package/dist/models/Polygon/PolygonLiteResponseModel.js +0 -17
- package/dist/models/Polygon/index.d.ts +0 -4
- package/dist/models/Polygon/index.js +0 -4
- package/dist/models/School/SchoolIdentifierModel.d.ts +0 -0
- package/dist/models/School/SchoolIdentifierModel.js +0 -9
- package/dist/models/School/SchoolModel.d.ts +0 -13
- package/dist/models/School/SchoolModel.js +0 -16
- package/dist/models/School/index.d.ts +0 -1
- package/dist/models/School/index.js +0 -1
- package/dist/models/index.d.ts +0 -12
- package/dist/models/index.js +0 -12
- package/dist/services/SamlsClient.d.ts +0 -8
- package/dist/services/SamlsClient.js +0 -12
- /package/dist/{models/Agent → Agent}/GetAgentRequestModel.d.ts +0 -0
- /package/dist/{models/Agent → Agent}/GetAgentsRequestModel.d.ts +0 -0
- /package/dist/{models/Agent → Agent}/OfficeModel.d.ts +0 -0
- /package/dist/{models/Agent → Agent}/index.d.ts +0 -0
- /package/dist/{models/Common → Common}/Point.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/AgentTypeEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/AssociationFeeFrequencyEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/AuthenticationTypeEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/CurrencyEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/DirectionFacesEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/FeatureSourceEnum.d.ts +0 -0
- /package/dist/{models/Enums/ListingTypeEnum.d.ts → Enums/Listing/ListingType.enum.d.ts} +0 -0
- /package/dist/{models/Enums → Enums}/OrderByOptions.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/OwnershipTypeEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/PhysicalPropertyClassEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/PlatformEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/ProcessingStatusEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/ProcessingTypeEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/PropertyConditionEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/PropertyLevelEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/StreetDirectionEnum.d.ts +0 -0
- /package/dist/{models/Enums → Enums}/StreetSuffixEnum.d.ts +0 -0
- /package/dist/{models/Feature/CategoryModel.d.ts → Feature/Category.model.d.ts} +0 -0
- /package/dist/{models/Feature/SubCategoryModel.d.ts → Feature/SubCategory.model.d.ts} +0 -0
- /package/dist/{models/Listing/GetByIdRequestModel.d.ts → Listing/GetByIdRequest.model.d.ts} +0 -0
- /package/dist/{models/Listing/GetListingsByFilterRequestModel.d.ts → Listing/GetListingsByFilterRequest.model.d.ts} +0 -0
- /package/dist/{models/Listing/PhotoModel.d.ts → Listing/Photo.model.d.ts} +0 -0
- /package/dist/{models/PData → PData}/index.d.ts +0 -0
- /package/dist/{models/PData → PData}/models/Condition.d.ts +0 -0
- /package/dist/{models/PData → PData}/models/ConditionModel.d.ts +0 -0
- /package/dist/{models/PData → PData}/models/IPagination.d.ts +0 -0
- /package/dist/{models/PData → PData}/models/Operator.d.ts +0 -0
- /package/dist/{models/Polygon → Polygon}/LimitModel.d.ts +0 -0
- /package/dist/{models/Polygon/PolygonFilterRequestModel.d.ts → Polygon/PolygonFilterRequest.model.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# Samls-js-integration
|
|
2
2
|
|
|
3
3
|
The package provides
|
|
4
|
-
* Core http interface as a service to make calls to samls api with axios library.
|
|
5
4
|
* A bunch of ts Models to work with Samls Data, model files have .model filename suffix to make it possible to use them
|
|
6
|
-
easily in libraries supporting OpenApi specification(e.g. @nestjs/swagger).
|
|
5
|
+
easily in libraries supporting to the OpenApi specification(e.g. @nestjs/swagger).
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddressDetailExtendedModel = void 0;
|
|
4
|
+
const AddressDetailModel_1 = require("./AddressDetailModel");
|
|
5
|
+
class AddressDetailExtendedModel extends AddressDetailModel_1.AddressDetailModel {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.internetAddressDisplayYN = null;
|
|
9
|
+
this.internetEntireListingDisplayYN = null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.AddressDetailExtendedModel = AddressDetailExtendedModel;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { StreetDirectionEnum, StreetSuffixEnum } from '../Enums';
|
|
2
|
+
export declare class AddressDetailModel {
|
|
3
|
+
coreListingId: number;
|
|
4
|
+
city: string | null;
|
|
5
|
+
country: string | null;
|
|
6
|
+
county: string | null;
|
|
7
|
+
crossStreet: string | null;
|
|
8
|
+
directions: string | null;
|
|
9
|
+
elementarySchool: string | null;
|
|
10
|
+
elementarySchoolDistrict: string | null;
|
|
11
|
+
fullAddress: string | null;
|
|
12
|
+
highSchool: string | null;
|
|
13
|
+
highSchoolDistrict: string | null;
|
|
14
|
+
latitude: number | null;
|
|
15
|
+
locationDescription: string | null;
|
|
16
|
+
longitude: number | null;
|
|
17
|
+
middleOrJuniorSchool: string | null;
|
|
18
|
+
middleOrJuniorSchoolDistrict: string | null;
|
|
19
|
+
neighborhood: string | null;
|
|
20
|
+
postalCode: string | null;
|
|
21
|
+
seniorCommunityYN: boolean | null;
|
|
22
|
+
stateOrProvince: string | null;
|
|
23
|
+
streetDirPrefix: StreetDirectionEnum | null;
|
|
24
|
+
streetDirSuffix: StreetDirectionEnum | null;
|
|
25
|
+
streetName: string | null;
|
|
26
|
+
streetNumber: string | null;
|
|
27
|
+
streetSuffix: StreetSuffixEnum | null;
|
|
28
|
+
subDivision: string | null;
|
|
29
|
+
unitNumber: string | null;
|
|
30
|
+
waterBodyName: string | null;
|
|
31
|
+
waterfrontProximity: string | null;
|
|
32
|
+
waterfrontYN: boolean | null;
|
|
33
|
+
zoning: string | null;
|
|
34
|
+
samlsFullAddress: string | null;
|
|
35
|
+
samlsPartialAddress: string | null;
|
|
36
|
+
polygonCollection: number[];
|
|
37
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddressDetailModel = void 0;
|
|
4
|
+
class AddressDetailModel {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.coreListingId = 0;
|
|
7
|
+
this.city = null;
|
|
8
|
+
this.country = null;
|
|
9
|
+
this.county = null;
|
|
10
|
+
this.crossStreet = null;
|
|
11
|
+
this.directions = null;
|
|
12
|
+
this.elementarySchool = null;
|
|
13
|
+
this.elementarySchoolDistrict = null;
|
|
14
|
+
this.fullAddress = null;
|
|
15
|
+
this.highSchool = null;
|
|
16
|
+
this.highSchoolDistrict = null;
|
|
17
|
+
this.latitude = null;
|
|
18
|
+
this.locationDescription = null;
|
|
19
|
+
this.longitude = null;
|
|
20
|
+
this.middleOrJuniorSchool = null;
|
|
21
|
+
this.middleOrJuniorSchoolDistrict = null;
|
|
22
|
+
this.neighborhood = null;
|
|
23
|
+
this.postalCode = null;
|
|
24
|
+
this.seniorCommunityYN = null;
|
|
25
|
+
this.stateOrProvince = null;
|
|
26
|
+
this.streetDirPrefix = null;
|
|
27
|
+
this.streetDirSuffix = null;
|
|
28
|
+
this.streetName = null;
|
|
29
|
+
this.streetNumber = null;
|
|
30
|
+
this.streetSuffix = null;
|
|
31
|
+
this.subDivision = null;
|
|
32
|
+
this.unitNumber = null;
|
|
33
|
+
this.waterBodyName = null;
|
|
34
|
+
this.waterfrontProximity = null;
|
|
35
|
+
this.waterfrontYN = null;
|
|
36
|
+
this.zoning = null;
|
|
37
|
+
this.samlsFullAddress = null;
|
|
38
|
+
this.samlsPartialAddress = null;
|
|
39
|
+
this.polygonCollection = [];
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.AddressDetailModel = AddressDetailModel;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GlobalQueryModel } from '../Common';
|
|
2
|
+
import { ListingTypeClassEnumKeys } from '../Listing';
|
|
3
|
+
import { ContextTypeEnum } from '../Enums/Listing/ContextType.enum';
|
|
4
|
+
import { ListingStatusEnum } from '../Enums';
|
|
5
|
+
export declare class AddressQueryModel extends GlobalQueryModel {
|
|
6
|
+
fullAddress: string;
|
|
7
|
+
internetAddressDisplayYN: boolean | null;
|
|
8
|
+
listingStatuses: ListingStatusEnum[];
|
|
9
|
+
contextType: ContextTypeEnum;
|
|
10
|
+
listingTypeClass: ListingTypeClassEnumKeys | null;
|
|
11
|
+
constructor(data?: Partial<AddressQueryModel>, superData?: Partial<GlobalQueryModel>);
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddressQueryModel = void 0;
|
|
4
|
+
const Common_1 = require("../Common");
|
|
5
|
+
const ContextType_enum_1 = require("../Enums/Listing/ContextType.enum");
|
|
6
|
+
class AddressQueryModel extends Common_1.GlobalQueryModel {
|
|
7
|
+
constructor(data, superData) {
|
|
8
|
+
super(superData);
|
|
9
|
+
this.fullAddress = '';
|
|
10
|
+
this.internetAddressDisplayYN = null;
|
|
11
|
+
this.listingStatuses = [];
|
|
12
|
+
this.contextType = ContextType_enum_1.ContextTypeEnum.Both;
|
|
13
|
+
this.listingTypeClass = null;
|
|
14
|
+
Object.assign(this, data);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.AddressQueryModel = AddressQueryModel;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AddressQueryModel"), exports);
|
|
18
|
+
__exportStar(require("./AddressDetailModel"), exports);
|
|
19
|
+
__exportStar(require("./AddressDetailExtendedModel"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MLSEnum } from
|
|
1
|
+
import { MLSEnum } from '../Enums';
|
|
2
2
|
export declare class AgentInfoModel {
|
|
3
3
|
agentId: number;
|
|
4
4
|
agentAOR: string;
|
|
@@ -12,7 +12,7 @@ export declare class AgentInfoModel {
|
|
|
12
12
|
agentLastName: string;
|
|
13
13
|
agentLicenseNumber: string;
|
|
14
14
|
agentMiddleName: string;
|
|
15
|
-
agentMls: MLSEnum | null;
|
|
15
|
+
agentMls: keyof typeof MLSEnum | null;
|
|
16
16
|
agentMlsId: string;
|
|
17
17
|
agentMobilePhone: string;
|
|
18
18
|
agentNamePrefix: string;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AgentInfoModel = void 0;
|
|
4
|
+
class AgentInfoModel {
|
|
2
5
|
constructor() {
|
|
3
6
|
this.agentId = 0;
|
|
4
7
|
this.agentAOR = '';
|
|
@@ -26,3 +29,4 @@ export class AgentInfoModel {
|
|
|
26
29
|
this.teamName = '';
|
|
27
30
|
}
|
|
28
31
|
}
|
|
32
|
+
exports.AgentInfoModel = AgentInfoModel;
|
|
@@ -2,6 +2,7 @@ import { AgentInfoModel } from './AgentInfoModel';
|
|
|
2
2
|
import { AgentTypeEnum } from '../Enums';
|
|
3
3
|
import { OfficeModel } from './OfficeModel';
|
|
4
4
|
export declare class AgentModel extends AgentInfoModel {
|
|
5
|
-
|
|
5
|
+
order: number;
|
|
6
6
|
office: OfficeModel | null;
|
|
7
|
+
agentTypeId: keyof typeof AgentTypeEnum | null;
|
|
7
8
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AgentModel = void 0;
|
|
4
|
+
const AgentInfoModel_1 = require("./AgentInfoModel");
|
|
5
|
+
class AgentModel extends AgentInfoModel_1.AgentInfoModel {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.order = 0;
|
|
9
|
+
this.office = null;
|
|
10
|
+
this.agentTypeId = null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.AgentModel = AgentModel;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAgentRequestModel = void 0;
|
|
4
|
+
class GetAgentRequestModel {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.agentMlsId = '';
|
|
7
|
+
this.mlsId = null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.GetAgentRequestModel = GetAgentRequestModel;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAgentsRequestModel = void 0;
|
|
4
|
+
const Common_1 = require("../Common");
|
|
5
|
+
class GetAgentsRequestModel extends Common_1.PaginationOptions {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.email = '';
|
|
9
|
+
this.lastName = '';
|
|
10
|
+
this.firstName = '';
|
|
11
|
+
this.mlsId = null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.GetAgentsRequestModel = GetAgentsRequestModel;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OfficeModel = void 0;
|
|
4
|
+
class OfficeModel {
|
|
2
5
|
constructor() {
|
|
3
6
|
this.officeKey = '';
|
|
4
7
|
this.officeAOR = '';
|
|
@@ -18,3 +21,4 @@ export class OfficeModel {
|
|
|
18
21
|
this.officeZip = '';
|
|
19
22
|
}
|
|
20
23
|
}
|
|
24
|
+
exports.OfficeModel = OfficeModel;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AgentInfoModel"), exports);
|
|
18
|
+
__exportStar(require("./AgentModel"), exports);
|
|
19
|
+
__exportStar(require("./GetAgentRequestModel"), exports);
|
|
20
|
+
__exportStar(require("./GetAgentsRequestModel"), exports);
|
|
21
|
+
__exportStar(require("./OfficeModel"), exports);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ConditionModel, OrderingModel } from '../PData';
|
|
2
2
|
export declare class GlobalQueryModel {
|
|
3
|
+
fields: string[];
|
|
4
|
+
count: boolean;
|
|
3
5
|
skip: number | null;
|
|
4
6
|
take: number | null;
|
|
5
|
-
count: boolean;
|
|
6
7
|
filter: string | null;
|
|
8
|
+
conditions: ConditionModel[];
|
|
7
9
|
order: OrderingModel[] | null;
|
|
8
|
-
conditions: ConditionModel[] | null;
|
|
9
|
-
fields: string[];
|
|
10
10
|
constructor(data?: Partial<GlobalQueryModel>);
|
|
11
11
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GlobalQueryModel = void 0;
|
|
4
|
+
class GlobalQueryModel {
|
|
2
5
|
constructor(data) {
|
|
6
|
+
this.fields = [];
|
|
7
|
+
this.count = false;
|
|
3
8
|
this.skip = 0;
|
|
4
9
|
this.take = 10;
|
|
5
|
-
this.count = false;
|
|
6
10
|
this.filter = null;
|
|
11
|
+
this.conditions = [];
|
|
7
12
|
this.order = null;
|
|
8
|
-
this.conditions = null;
|
|
9
|
-
this.fields = [];
|
|
10
13
|
if (data) {
|
|
11
14
|
Object.assign(this, data);
|
|
12
15
|
}
|
|
13
16
|
}
|
|
14
17
|
}
|
|
18
|
+
exports.GlobalQueryModel = GlobalQueryModel;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Point"), exports);
|
|
18
|
+
__exportStar(require("./GlobalQueryModel"), exports);
|
|
19
|
+
__exportStar(require("./LocationModel"), exports);
|
|
20
|
+
__exportStar(require("./PaginationOptions"), exports);
|
|
21
|
+
__exportStar(require("../PData/models"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Entity } from './Entity';
|
|
2
|
+
import { Property } from './Property';
|
|
3
|
+
export interface Listing extends Entity {
|
|
4
|
+
sourceUpdateDate: string | null;
|
|
5
|
+
sourceAgentsChangeDate: string | null;
|
|
6
|
+
sourcePhotosChangeDate: string | null;
|
|
7
|
+
sourceAddressChangeDate: string | null;
|
|
8
|
+
sourcePropertyChangeDate: string | null;
|
|
9
|
+
listingSchools: Listing[];
|
|
10
|
+
property: Property[];
|
|
11
|
+
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AgentTypeEnum = void 0;
|
|
4
|
+
var AgentTypeEnum;
|
|
2
5
|
(function (AgentTypeEnum) {
|
|
3
6
|
AgentTypeEnum[AgentTypeEnum["ListAgent"] = 1] = "ListAgent";
|
|
4
7
|
AgentTypeEnum[AgentTypeEnum["CoListAgent"] = 2] = "CoListAgent";
|
|
5
8
|
AgentTypeEnum[AgentTypeEnum["BuyerAgent"] = 3] = "BuyerAgent";
|
|
6
9
|
AgentTypeEnum[AgentTypeEnum["CoBuyerAgent"] = 4] = "CoBuyerAgent";
|
|
7
|
-
})(AgentTypeEnum || (AgentTypeEnum = {}));
|
|
10
|
+
})(AgentTypeEnum || (exports.AgentTypeEnum = AgentTypeEnum = {}));
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociationFeeFrequencyEnum = void 0;
|
|
4
|
+
var AssociationFeeFrequencyEnum;
|
|
2
5
|
(function (AssociationFeeFrequencyEnum) {
|
|
3
6
|
AssociationFeeFrequencyEnum[AssociationFeeFrequencyEnum["NotMapped"] = -1] = "NotMapped";
|
|
4
7
|
AssociationFeeFrequencyEnum[AssociationFeeFrequencyEnum["Annually"] = 1] = "Annually";
|
|
@@ -11,4 +14,4 @@ export var AssociationFeeFrequencyEnum;
|
|
|
11
14
|
AssociationFeeFrequencyEnum[AssociationFeeFrequencyEnum["Daily"] = 8] = "Daily";
|
|
12
15
|
AssociationFeeFrequencyEnum[AssociationFeeFrequencyEnum["OneTime"] = 9] = "OneTime";
|
|
13
16
|
AssociationFeeFrequencyEnum[AssociationFeeFrequencyEnum["SeeRemarks"] = 10] = "SeeRemarks";
|
|
14
|
-
})(AssociationFeeFrequencyEnum || (AssociationFeeFrequencyEnum = {}));
|
|
17
|
+
})(AssociationFeeFrequencyEnum || (exports.AssociationFeeFrequencyEnum = AssociationFeeFrequencyEnum = {}));
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthenticationTypeEnum = void 0;
|
|
4
|
+
var AuthenticationTypeEnum;
|
|
2
5
|
(function (AuthenticationTypeEnum) {
|
|
3
6
|
AuthenticationTypeEnum[AuthenticationTypeEnum["None"] = 0] = "None";
|
|
4
7
|
AuthenticationTypeEnum[AuthenticationTypeEnum["AccessTokenParameter"] = 1] = "AccessTokenParameter";
|
|
5
8
|
AuthenticationTypeEnum[AuthenticationTypeEnum["AccessTokenHeader"] = 2] = "AccessTokenHeader";
|
|
6
9
|
AuthenticationTypeEnum[AuthenticationTypeEnum["ClientCredentials"] = 3] = "ClientCredentials";
|
|
7
|
-
})(AuthenticationTypeEnum || (AuthenticationTypeEnum = {}));
|
|
10
|
+
})(AuthenticationTypeEnum || (exports.AuthenticationTypeEnum = AuthenticationTypeEnum = {}));
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CurrencyEnum = void 0;
|
|
4
|
+
var CurrencyEnum;
|
|
2
5
|
(function (CurrencyEnum) {
|
|
3
6
|
CurrencyEnum[CurrencyEnum["NotMapped"] = -1] = "NotMapped";
|
|
4
7
|
CurrencyEnum[CurrencyEnum["Other"] = 0] = "Other";
|
|
5
8
|
CurrencyEnum[CurrencyEnum["USD"] = 1] = "USD";
|
|
6
|
-
})(CurrencyEnum || (CurrencyEnum = {}));
|
|
9
|
+
})(CurrencyEnum || (exports.CurrencyEnum = CurrencyEnum = {}));
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DirectionFacesEnum = void 0;
|
|
4
|
+
var DirectionFacesEnum;
|
|
2
5
|
(function (DirectionFacesEnum) {
|
|
3
6
|
DirectionFacesEnum[DirectionFacesEnum["NotMapped"] = -1] = "NotMapped";
|
|
4
7
|
DirectionFacesEnum[DirectionFacesEnum["North"] = 1] = "North";
|
|
@@ -9,4 +12,4 @@ export var DirectionFacesEnum;
|
|
|
9
12
|
DirectionFacesEnum[DirectionFacesEnum["SouthWest"] = 6] = "SouthWest";
|
|
10
13
|
DirectionFacesEnum[DirectionFacesEnum["West"] = 7] = "West";
|
|
11
14
|
DirectionFacesEnum[DirectionFacesEnum["NorthWest"] = 8] = "NorthWest";
|
|
12
|
-
})(DirectionFacesEnum || (DirectionFacesEnum = {}));
|
|
15
|
+
})(DirectionFacesEnum || (exports.DirectionFacesEnum = DirectionFacesEnum = {}));
|
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.hasFlag = exports.FeatureSourceEnum = void 0;
|
|
4
|
+
var FeatureSourceEnum;
|
|
2
5
|
(function (FeatureSourceEnum) {
|
|
3
6
|
FeatureSourceEnum[FeatureSourceEnum["MLS"] = 1] = "MLS";
|
|
4
7
|
FeatureSourceEnum[FeatureSourceEnum["ImageProcessing"] = 2] = "ImageProcessing";
|
|
5
8
|
FeatureSourceEnum[FeatureSourceEnum["NLP"] = 4] = "NLP";
|
|
6
|
-
})(FeatureSourceEnum || (FeatureSourceEnum = {}));
|
|
9
|
+
})(FeatureSourceEnum || (exports.FeatureSourceEnum = FeatureSourceEnum = {}));
|
|
7
10
|
// Helper function to check if a combination of flags is set
|
|
8
|
-
|
|
11
|
+
function hasFlag(enumValue, flag) {
|
|
9
12
|
return (enumValue & flag) === flag;
|
|
10
13
|
}
|
|
14
|
+
exports.hasFlag = hasFlag;
|
|
11
15
|
// // Usage example
|
|
12
16
|
// const value: FeatureSourceEnum = FeatureSourceEnum.MLS | FeatureSourceEnum.NLP;
|
|
13
17
|
// console.log(hasFlag(value, FeatureSourceEnum.MLS)); // true
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GeometryTypeEnum = void 0;
|
|
4
|
+
var GeometryTypeEnum;
|
|
2
5
|
(function (GeometryTypeEnum) {
|
|
3
6
|
GeometryTypeEnum[GeometryTypeEnum["Zip"] = 1] = "Zip";
|
|
4
7
|
GeometryTypeEnum[GeometryTypeEnum["Neighborhood"] = 2] = "Neighborhood";
|
|
@@ -8,4 +11,6 @@ export var GeometryTypeEnum;
|
|
|
8
11
|
GeometryTypeEnum[GeometryTypeEnum["School"] = 6] = "School";
|
|
9
12
|
GeometryTypeEnum[GeometryTypeEnum["SubNeighborhood"] = 7] = "SubNeighborhood";
|
|
10
13
|
GeometryTypeEnum[GeometryTypeEnum["SubDivision"] = 8] = "SubDivision";
|
|
11
|
-
|
|
14
|
+
GeometryTypeEnum[GeometryTypeEnum["Market"] = 9] = "Market";
|
|
15
|
+
GeometryTypeEnum[GeometryTypeEnum["Country"] = 10] = "Country";
|
|
16
|
+
})(GeometryTypeEnum || (exports.GeometryTypeEnum = GeometryTypeEnum = {}));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BathroomTypeOperator = void 0;
|
|
4
|
+
var BathroomTypeOperator;
|
|
5
|
+
(function (BathroomTypeOperator) {
|
|
6
|
+
BathroomTypeOperator[BathroomTypeOperator["Eq"] = 0] = "Eq";
|
|
7
|
+
BathroomTypeOperator[BathroomTypeOperator["Ge"] = 1] = "Ge";
|
|
8
|
+
BathroomTypeOperator[BathroomTypeOperator["Le"] = 2] = "Le";
|
|
9
|
+
})(BathroomTypeOperator || (exports.BathroomTypeOperator = BathroomTypeOperator = {}));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BathroomType = void 0;
|
|
4
|
+
var BathroomType;
|
|
5
|
+
(function (BathroomType) {
|
|
6
|
+
BathroomType["Full"] = "Full";
|
|
7
|
+
BathroomType["Half"] = "Half";
|
|
8
|
+
BathroomType["Total"] = "ToTal";
|
|
9
|
+
BathroomType["OneQuarter"] = "Operator";
|
|
10
|
+
BathroomType["ThreeQuarter"] = "ThreeQuarter";
|
|
11
|
+
BathroomType["TotalDecimal"] = "TotalDecimal";
|
|
12
|
+
})(BathroomType || (exports.BathroomType = BathroomType = {}));
|