samls-js-integration 1.1.84 → 1.1.86

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.
@@ -1,6 +1,7 @@
1
1
  import { AddressDetailModel } from './AddressDetailModel';
2
2
  import { ListingAgencyEnum, MLSEnum } from '../Enums';
3
3
  export declare class AddressDetailExtendedModel extends AddressDetailModel {
4
+ iDXParticipationYN: boolean | null;
4
5
  sourceMlsId: keyof typeof MLSEnum | null;
5
6
  internetAddressDisplayYN: boolean | null;
6
7
  internetEntireListingDisplayYN: boolean | null;
@@ -5,6 +5,7 @@ const AddressDetailModel_1 = require("./AddressDetailModel");
5
5
  class AddressDetailExtendedModel extends AddressDetailModel_1.AddressDetailModel {
6
6
  constructor() {
7
7
  super(...arguments);
8
+ this.iDXParticipationYN = null;
8
9
  this.sourceMlsId = null;
9
10
  this.internetAddressDisplayYN = null;
10
11
  this.internetEntireListingDisplayYN = null;
@@ -128,5 +128,12 @@ export declare enum MLSEnum {
128
128
  DUNCAN = 127,
129
129
  MCMLS = 128,
130
130
  MVMLS = 129,
131
- BSEMLS = 130
131
+ BSEMLS = 130,
132
+ RESIDES = 131,
133
+ OCMLS = 132,
134
+ FSBOR = 133,
135
+ GCBOR = 134,
136
+ SDMLS = 135,
137
+ SIRA = 136,
138
+ GLAR = 137
132
139
  }
@@ -133,4 +133,11 @@ var MLSEnum;
133
133
  MLSEnum[MLSEnum["MCMLS"] = 128] = "MCMLS";
134
134
  MLSEnum[MLSEnum["MVMLS"] = 129] = "MVMLS";
135
135
  MLSEnum[MLSEnum["BSEMLS"] = 130] = "BSEMLS";
136
+ MLSEnum[MLSEnum["RESIDES"] = 131] = "RESIDES";
137
+ MLSEnum[MLSEnum["OCMLS"] = 132] = "OCMLS";
138
+ MLSEnum[MLSEnum["FSBOR"] = 133] = "FSBOR";
139
+ MLSEnum[MLSEnum["GCBOR"] = 134] = "GCBOR";
140
+ MLSEnum[MLSEnum["SDMLS"] = 135] = "SDMLS";
141
+ MLSEnum[MLSEnum["SIRA"] = 136] = "SIRA";
142
+ MLSEnum[MLSEnum["GLAR"] = 137] = "GLAR";
136
143
  })(MLSEnum || (exports.MLSEnum = MLSEnum = {}));
@@ -86,4 +86,5 @@ export declare class ListingModel {
86
86
  openHouses: OpenHouseModel[] | null;
87
87
  addressDetail: AddressDetailModel | null;
88
88
  sourceMlsId: keyof typeof MLSEnum | null;
89
+ iDXParticipationYN: boolean | null;
89
90
  }
@@ -80,6 +80,7 @@ class ListingModel {
80
80
  this.openHouses = null;
81
81
  this.addressDetail = null;
82
82
  this.sourceMlsId = null;
83
+ this.iDXParticipationYN = null;
83
84
  }
84
85
  }
85
86
  exports.ListingModel = ListingModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samls-js-integration",
3
- "version": "1.1.84",
3
+ "version": "1.1.86",
4
4
  "description": "samls npm package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",