samls-js-integration 1.1.84 → 1.1.85

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.
@@ -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 = {}));
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.85",
4
4
  "description": "samls npm package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",