samls-js-integration 1.0.65 → 1.0.66
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/Enums/PhysicalPropertyTypeEnum.js +53 -0
- package/dist/Enums/index.d.ts +1 -1
- package/dist/Enums/index.js +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/package.json +1 -1
|
@@ -1,2 +1,55 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PhysicalPropertyTypeEnum = void 0;
|
|
4
|
+
var PhysicalPropertyTypeEnum;
|
|
5
|
+
(function (PhysicalPropertyTypeEnum) {
|
|
6
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["NotMapped"] = -1] = "NotMapped";
|
|
7
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Other"] = 0] = "Other";
|
|
8
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["HighRise"] = 1] = "HighRise";
|
|
9
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Apartment"] = 2] = "Apartment";
|
|
10
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Attached"] = 3] = "Attached";
|
|
11
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["CoOp"] = 4] = "CoOp";
|
|
12
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Condominium"] = 5] = "Condominium";
|
|
13
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["DetachedSingleFamilyResidence"] = 6] = "DetachedSingleFamilyResidence";
|
|
14
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Duplex"] = 7] = "Duplex";
|
|
15
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Fourplex"] = 8] = "Fourplex";
|
|
16
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["ManufacturedHome"] = 9] = "ManufacturedHome";
|
|
17
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MixedUse"] = 10] = "MixedUse";
|
|
18
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MobileHome"] = 11] = "MobileHome";
|
|
19
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["ModularHome"] = 12] = "ModularHome";
|
|
20
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MultiFamily"] = 13] = "MultiFamily";
|
|
21
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Residential"] = 14] = "Residential";
|
|
22
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SingleFamilyResidence"] = 15] = "SingleFamilyResidence";
|
|
23
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Timeshare"] = 16] = "Timeshare";
|
|
24
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Townhouse"] = 17] = "Townhouse";
|
|
25
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Triplex"] = 18] = "Triplex";
|
|
26
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Villa"] = 19] = "Villa";
|
|
27
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["AgriculturalLand"] = 20] = "AgriculturalLand";
|
|
28
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["BoatSlip"] = 21] = "BoatSlip";
|
|
29
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Business"] = 22] = "Business";
|
|
30
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Commercial"] = 23] = "Commercial";
|
|
31
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["DeededParking"] = 24] = "DeededParking";
|
|
32
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Farm"] = 25] = "Farm";
|
|
33
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["HotelMotel"] = 26] = "HotelMotel";
|
|
34
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Industrial"] = 27] = "Industrial";
|
|
35
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Office"] = 28] = "Office";
|
|
36
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Recreation"] = 30] = "Recreation";
|
|
37
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Restaurant"] = 31] = "Restaurant";
|
|
38
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Retail"] = 32] = "Retail";
|
|
39
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SitePlanned"] = 33] = "SitePlanned";
|
|
40
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SpecialPurpose"] = 34] = "SpecialPurpose";
|
|
41
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["StockCooperative"] = 35] = "StockCooperative";
|
|
42
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Warehouse"] = 36] = "Warehouse";
|
|
43
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["CommercialLand"] = 37] = "CommercialLand";
|
|
44
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["ImprovedLand"] = 38] = "ImprovedLand";
|
|
45
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Land"] = 39] = "Land";
|
|
46
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MultifamilyLot"] = 40] = "MultifamilyLot";
|
|
47
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MultipleParcels"] = 41] = "MultipleParcels";
|
|
48
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["RVLot"] = 42] = "RVLot";
|
|
49
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SingleFamilyLot"] = 43] = "SingleFamilyLot";
|
|
50
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["UnimprovedLand"] = 44] = "UnimprovedLand";
|
|
51
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["RanchLand"] = 45] = "RanchLand";
|
|
52
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["AccessoryApartment"] = 46] = "AccessoryApartment";
|
|
53
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["GarageApartment"] = 47] = "GarageApartment";
|
|
54
|
+
PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["PUD"] = 48] = "PUD";
|
|
55
|
+
})(PhysicalPropertyTypeEnum || (exports.PhysicalPropertyTypeEnum = PhysicalPropertyTypeEnum = {}));
|
package/dist/Enums/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './PhysicalPropertyTypeEnum';
|
|
1
2
|
export * from './AgentTypeEnum';
|
|
2
3
|
export * from './AssociationFeeFrequencyEnum';
|
|
3
4
|
export * from './AuthenticationTypeEnum';
|
|
@@ -11,7 +12,6 @@ export * from './ListingTypeEnum';
|
|
|
11
12
|
export * from './MLSEnum';
|
|
12
13
|
export * from './OrderByOptions';
|
|
13
14
|
export * from './OwnershipTypeEnum';
|
|
14
|
-
export * from './PhysicalPropertyTypeEnum';
|
|
15
15
|
export * from './PhysicalPropertyClassEnum';
|
|
16
16
|
export * from './PlatformEnum';
|
|
17
17
|
export * from './ProcessingStatusEnum';
|
package/dist/Enums/index.js
CHANGED
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./PhysicalPropertyTypeEnum"), exports);
|
|
17
18
|
__exportStar(require("./AgentTypeEnum"), exports);
|
|
18
19
|
__exportStar(require("./AssociationFeeFrequencyEnum"), exports);
|
|
19
20
|
__exportStar(require("./AuthenticationTypeEnum"), exports);
|
|
@@ -27,7 +28,6 @@ __exportStar(require("./ListingTypeEnum"), exports);
|
|
|
27
28
|
__exportStar(require("./MLSEnum"), exports);
|
|
28
29
|
__exportStar(require("./OrderByOptions"), exports);
|
|
29
30
|
__exportStar(require("./OwnershipTypeEnum"), exports);
|
|
30
|
-
__exportStar(require("./PhysicalPropertyTypeEnum"), exports);
|
|
31
31
|
__exportStar(require("./PhysicalPropertyClassEnum"), exports);
|
|
32
32
|
__exportStar(require("./PlatformEnum"), exports);
|
|
33
33
|
__exportStar(require("./ProcessingStatusEnum"), exports);
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14,11 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./Enums"), exports);
|
|
18
18
|
__exportStar(require("./Common"), exports);
|
|
19
19
|
__exportStar(require("./Address"), exports);
|
|
20
20
|
__exportStar(require("./Agent"), exports);
|
|
21
|
-
__exportStar(require("./Enums"), exports);
|
|
22
21
|
__exportStar(require("./Feature"), exports);
|
|
23
22
|
__exportStar(require("./Mls"), exports);
|
|
24
23
|
__exportStar(require("./Listing"), exports);
|