samls-js-integration 1.0.64 → 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/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).
@@ -18,6 +18,3 @@ var ListingTypeEnum;
18
18
  ListingTypeEnum[ListingTypeEnum["BoatDockLease"] = 11] = "BoatDockLease";
19
19
  ListingTypeEnum[ListingTypeEnum["BusinessOpportunity"] = 12] = "BusinessOpportunity";
20
20
  })(ListingTypeEnum || (exports.ListingTypeEnum = ListingTypeEnum = {}));
21
- // // Usage example
22
- // const typeName: ListingTypeEnum = ListingTypeEnum.ResidentialSale;
23
- // console.log(listingTypeEnumDisplayNames[typeName]); // "Residential sale"
@@ -29,23 +29,23 @@ export declare enum PhysicalPropertyTypeEnum {
29
29
  HotelMotel = 26,
30
30
  Industrial = 27,
31
31
  Office = 28,
32
- Recreation = 29,
33
- Restaurant = 30,
34
- Retail = 31,
35
- SitePlanned = 32,
36
- SpecialPurpose = 33,
37
- StockCooperative = 34,
38
- Warehouse = 35,
39
- CommercialLand = 36,
40
- ImprovedLand = 37,
41
- Land = 38,
42
- MultifamilyLot = 39,
43
- MultipleParcels = 40,
44
- RVLot = 41,
45
- SingleFamilyLot = 42,
46
- UnimprovedLand = 43,
47
- RanchLand = 44,
48
- AccessoryApartment = 45,
49
- GarageApartment = 46,
50
- PUD = 47
32
+ Recreation = 30,
33
+ Restaurant = 31,
34
+ Retail = 32,
35
+ SitePlanned = 33,
36
+ SpecialPurpose = 34,
37
+ StockCooperative = 35,
38
+ Warehouse = 36,
39
+ CommercialLand = 37,
40
+ ImprovedLand = 38,
41
+ Land = 39,
42
+ MultifamilyLot = 40,
43
+ MultipleParcels = 41,
44
+ RVLot = 42,
45
+ SingleFamilyLot = 43,
46
+ UnimprovedLand = 44,
47
+ RanchLand = 45,
48
+ AccessoryApartment = 46,
49
+ GarageApartment = 47,
50
+ PUD = 48
51
51
  }
@@ -33,23 +33,23 @@ var PhysicalPropertyTypeEnum;
33
33
  PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["HotelMotel"] = 26] = "HotelMotel";
34
34
  PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Industrial"] = 27] = "Industrial";
35
35
  PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Office"] = 28] = "Office";
36
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Recreation"] = 29] = "Recreation";
37
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Restaurant"] = 30] = "Restaurant";
38
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Retail"] = 31] = "Retail";
39
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SitePlanned"] = 32] = "SitePlanned";
40
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SpecialPurpose"] = 33] = "SpecialPurpose";
41
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["StockCooperative"] = 34] = "StockCooperative";
42
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Warehouse"] = 35] = "Warehouse";
43
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["CommercialLand"] = 36] = "CommercialLand";
44
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["ImprovedLand"] = 37] = "ImprovedLand";
45
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["Land"] = 38] = "Land";
46
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MultifamilyLot"] = 39] = "MultifamilyLot";
47
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["MultipleParcels"] = 40] = "MultipleParcels";
48
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["RVLot"] = 41] = "RVLot";
49
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["SingleFamilyLot"] = 42] = "SingleFamilyLot";
50
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["UnimprovedLand"] = 43] = "UnimprovedLand";
51
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["RanchLand"] = 44] = "RanchLand";
52
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["AccessoryApartment"] = 45] = "AccessoryApartment";
53
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["GarageApartment"] = 46] = "GarageApartment";
54
- PhysicalPropertyTypeEnum[PhysicalPropertyTypeEnum["PUD"] = 47] = "PUD";
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
55
  })(PhysicalPropertyTypeEnum || (exports.PhysicalPropertyTypeEnum = PhysicalPropertyTypeEnum = {}));
@@ -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';
@@ -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
@@ -1,8 +1,7 @@
1
- export * from './Address';
1
+ export * from './Enums';
2
2
  export * from './Common';
3
3
  export * from './Address';
4
4
  export * from './Agent';
5
- export * from './Enums';
6
5
  export * from './Feature';
7
6
  export * from './Mls';
8
7
  export * from './Listing';
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("./Address"), exports);
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samls-js-integration",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
4
4
  "description": "samls npm package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",