samls-js-integration 1.1.45 → 1.1.47
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/Listing/ClusteringFilterRequest.model.d.ts +1 -1
- package/dist/Listing/ClusteringFilterRequest.model.js +1 -1
- package/dist/Listing/GetByLegacyMlsIdRequest.model.d.ts +5 -0
- package/dist/Listing/GetByLegacyMlsIdRequest.model.js +13 -0
- package/dist/Listing/GetMapListingsRequest.model.d.ts +1 -1
- package/dist/Listing/GetMapListingsRequest.model.js +1 -1
- package/dist/Listing/index.d.ts +1 -0
- package/dist/Listing/index.js +3 -1
- package/dist/Mls/MlsInfo.model.d.ts +4 -1
- package/dist/Mls/MlsInfo.model.js +4 -1
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetByLegacyMlsIdRequestModel = void 0;
|
|
4
|
+
class GetByLegacyMlsIdRequestModel {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
this.fields = [];
|
|
7
|
+
this.legacyMlsId = '';
|
|
8
|
+
if (data) {
|
|
9
|
+
Object.assign(this, data);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.GetByLegacyMlsIdRequestModel = GetByLegacyMlsIdRequestModel;
|
package/dist/Listing/index.d.ts
CHANGED
|
@@ -20,3 +20,4 @@ export { WalkScoreModel } from './WalkScore.model';
|
|
|
20
20
|
export { OpenHouseModel } from './OpenHouse.model';
|
|
21
21
|
export { OfficeFilterModel } from './OfficeFilter.model';
|
|
22
22
|
export { MapListingsRequestModel, GlobalListingFilterModel, EnhancedGlobalListingFilterModel, } from './MapListingsRequest.model';
|
|
23
|
+
export { GetByLegacyMlsIdRequestModel } from './GetByLegacyMlsIdRequest.model';
|
package/dist/Listing/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnhancedGlobalListingFilterModel = exports.GlobalListingFilterModel = exports.MapListingsRequestModel = exports.OpenHouseModel = exports.WalkScoreModel = exports.RentPriceModel = exports.PropertyModel = exports.PhotoModel = exports.StyleModel = exports.ListingModel = exports.GetMapListingsRequestModel = exports.GetListingsByFilterRequestModel = exports.GetByOfficesRequestModel = exports.GetByMlsIdRequestModel = exports.GetByIdRequestModel = exports.GetByAgentsRequestModel = exports.GetByAgentRequestModel = exports.FeatureCacheModel = exports.ClusteringFilterResponseModel = exports.ClusteringFilterRequestModel = exports.BathroomTypeModel = exports.AgentFilterModel = void 0;
|
|
3
|
+
exports.GetByLegacyMlsIdRequestModel = exports.EnhancedGlobalListingFilterModel = exports.GlobalListingFilterModel = exports.MapListingsRequestModel = exports.OpenHouseModel = exports.WalkScoreModel = exports.RentPriceModel = exports.PropertyModel = exports.PhotoModel = exports.StyleModel = exports.ListingModel = exports.GetMapListingsRequestModel = exports.GetListingsByFilterRequestModel = exports.GetByOfficesRequestModel = exports.GetByMlsIdRequestModel = exports.GetByIdRequestModel = exports.GetByAgentsRequestModel = exports.GetByAgentRequestModel = exports.FeatureCacheModel = exports.ClusteringFilterResponseModel = exports.ClusteringFilterRequestModel = exports.BathroomTypeModel = exports.AgentFilterModel = void 0;
|
|
4
4
|
var AgentFilter_model_1 = require("./AgentFilter.model");
|
|
5
5
|
Object.defineProperty(exports, "AgentFilterModel", { enumerable: true, get: function () { return AgentFilter_model_1.AgentFilterModel; } });
|
|
6
6
|
var BathroomType_model_1 = require("./BathroomType.model");
|
|
@@ -43,3 +43,5 @@ var MapListingsRequest_model_1 = require("./MapListingsRequest.model");
|
|
|
43
43
|
Object.defineProperty(exports, "MapListingsRequestModel", { enumerable: true, get: function () { return MapListingsRequest_model_1.MapListingsRequestModel; } });
|
|
44
44
|
Object.defineProperty(exports, "GlobalListingFilterModel", { enumerable: true, get: function () { return MapListingsRequest_model_1.GlobalListingFilterModel; } });
|
|
45
45
|
Object.defineProperty(exports, "EnhancedGlobalListingFilterModel", { enumerable: true, get: function () { return MapListingsRequest_model_1.EnhancedGlobalListingFilterModel; } });
|
|
46
|
+
var GetByLegacyMlsIdRequest_model_1 = require("./GetByLegacyMlsIdRequest.model");
|
|
47
|
+
Object.defineProperty(exports, "GetByLegacyMlsIdRequestModel", { enumerable: true, get: function () { return GetByLegacyMlsIdRequest_model_1.GetByLegacyMlsIdRequestModel; } });
|
|
@@ -6,8 +6,11 @@ export declare class MlsInfoModel {
|
|
|
6
6
|
publicLogoUrl: string;
|
|
7
7
|
privateLogoUrl: string;
|
|
8
8
|
isLogoRequired: boolean;
|
|
9
|
-
|
|
9
|
+
iDXText: boolean;
|
|
10
10
|
isIDXInfoRequired: boolean;
|
|
11
|
+
isIDXLogoRequired: boolean;
|
|
12
|
+
isIDXTextRequired: boolean;
|
|
13
|
+
isMlsNameRequired: boolean;
|
|
11
14
|
isOfficeNameRequired: boolean;
|
|
12
15
|
isAgentsLicenseRequired: boolean;
|
|
13
16
|
isPrimaryAgentPhoneRequired: boolean;
|
|
@@ -9,8 +9,11 @@ class MlsInfoModel {
|
|
|
9
9
|
this.publicLogoUrl = '';
|
|
10
10
|
this.privateLogoUrl = '';
|
|
11
11
|
this.isLogoRequired = false;
|
|
12
|
-
this.
|
|
12
|
+
this.iDXText = false;
|
|
13
13
|
this.isIDXInfoRequired = false;
|
|
14
|
+
this.isIDXLogoRequired = false;
|
|
15
|
+
this.isIDXTextRequired = false;
|
|
16
|
+
this.isMlsNameRequired = false;
|
|
14
17
|
this.isOfficeNameRequired = false;
|
|
15
18
|
this.isAgentsLicenseRequired = false;
|
|
16
19
|
this.isPrimaryAgentPhoneRequired = false;
|