samls-js-integration 1.1.1 → 1.1.3

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,34 +1,34 @@
1
1
  export declare class RentPriceModel {
2
- JanuaryPrice: number | null;
3
- FebruaryPrice: number | null;
4
- MarchPrice: number | null;
5
- MarchToLDPrice: number | null;
6
- MarchAprilPrice: number | null;
7
- AprilPrice: number | null;
8
- AprilToLDPrice: number | null;
9
- AprilMayPrice: number | null;
10
- MayPrice: number | null;
11
- MayToLDPrice: number | null;
12
- MayJunePrice: number | null;
13
- MDToLDPrice: number | null;
14
- JunePrice: number | null;
15
- JuneToLDPrice: number | null;
16
- JuneJulyPrice: number | null;
17
- JulyPrice: number | null;
18
- JulyToLDPrice: number | null;
19
- JulyAugustPrice: number | null;
20
- AugustPrice: number | null;
21
- AugustToLDPrice: number | null;
22
- SeptemberPrice: number | null;
23
- OctoberPrice: number | null;
24
- NovemberPrice: number | null;
25
- DecemberPrice: number | null;
26
- WeeklyPrice: number | null;
27
- MonthlyPrice: number | null;
28
- YearlyPrice: number | null;
29
- ExtendedSeasonPrice: number | null;
30
- OffSeasonPrice: number | null;
31
- LowSeasonPrice: number | null;
32
- WinterPrice: number | null;
33
- FurnishedPrice: number | null;
2
+ januaryPrice: number | null;
3
+ februaryPrice: number | null;
4
+ marchPrice: number | null;
5
+ marchToLDPrice: number | null;
6
+ marchAprilPrice: number | null;
7
+ aprilPrice: number | null;
8
+ aprilToLDPrice: number | null;
9
+ aprilMayPrice: number | null;
10
+ mayPrice: number | null;
11
+ mayToLDPrice: number | null;
12
+ mayJunePrice: number | null;
13
+ mdToLDPrice: number | null;
14
+ junePrice: number | null;
15
+ juneToLDPrice: number | null;
16
+ juneJulyPrice: number | null;
17
+ julyPrice: number | null;
18
+ julyToLDPrice: number | null;
19
+ julyAugustPrice: number | null;
20
+ augustPrice: number | null;
21
+ augustToLDPrice: number | null;
22
+ septemberPrice: number | null;
23
+ octoberPrice: number | null;
24
+ novemberPrice: number | null;
25
+ decemberPrice: number | null;
26
+ weeklyPrice: number | null;
27
+ monthlyPrice: number | null;
28
+ yearlyPrice: number | null;
29
+ extendedSeasonPrice: number | null;
30
+ offSeasonPrice: number | null;
31
+ lowSeasonPrice: number | null;
32
+ winterPrice: number | null;
33
+ furnishedPrice: number | null;
34
34
  }
@@ -1,41 +1,40 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RentPriceModel = void 0;
4
- //Fully cleaned
5
4
  class RentPriceModel {
6
5
  constructor() {
7
- this.JanuaryPrice = null;
8
- this.FebruaryPrice = null;
9
- this.MarchPrice = null;
10
- this.MarchToLDPrice = null;
11
- this.MarchAprilPrice = null;
12
- this.AprilPrice = null;
13
- this.AprilToLDPrice = null;
14
- this.AprilMayPrice = null;
15
- this.MayPrice = null;
16
- this.MayToLDPrice = null;
17
- this.MayJunePrice = null;
18
- this.MDToLDPrice = null;
19
- this.JunePrice = null;
20
- this.JuneToLDPrice = null;
21
- this.JuneJulyPrice = null;
22
- this.JulyPrice = null;
23
- this.JulyToLDPrice = null;
24
- this.JulyAugustPrice = null;
25
- this.AugustPrice = null;
26
- this.AugustToLDPrice = null;
27
- this.SeptemberPrice = null;
28
- this.OctoberPrice = null;
29
- this.NovemberPrice = null;
30
- this.DecemberPrice = null;
31
- this.WeeklyPrice = null;
32
- this.MonthlyPrice = null;
33
- this.YearlyPrice = null;
34
- this.ExtendedSeasonPrice = null;
35
- this.OffSeasonPrice = null;
36
- this.LowSeasonPrice = null;
37
- this.WinterPrice = null;
38
- this.FurnishedPrice = null;
6
+ this.januaryPrice = null;
7
+ this.februaryPrice = null;
8
+ this.marchPrice = null;
9
+ this.marchToLDPrice = null;
10
+ this.marchAprilPrice = null;
11
+ this.aprilPrice = null;
12
+ this.aprilToLDPrice = null;
13
+ this.aprilMayPrice = null;
14
+ this.mayPrice = null;
15
+ this.mayToLDPrice = null;
16
+ this.mayJunePrice = null;
17
+ this.mdToLDPrice = null;
18
+ this.junePrice = null;
19
+ this.juneToLDPrice = null;
20
+ this.juneJulyPrice = null;
21
+ this.julyPrice = null;
22
+ this.julyToLDPrice = null;
23
+ this.julyAugustPrice = null;
24
+ this.augustPrice = null;
25
+ this.augustToLDPrice = null;
26
+ this.septemberPrice = null;
27
+ this.octoberPrice = null;
28
+ this.novemberPrice = null;
29
+ this.decemberPrice = null;
30
+ this.weeklyPrice = null;
31
+ this.monthlyPrice = null;
32
+ this.yearlyPrice = null;
33
+ this.extendedSeasonPrice = null;
34
+ this.offSeasonPrice = null;
35
+ this.lowSeasonPrice = null;
36
+ this.winterPrice = null;
37
+ this.furnishedPrice = null;
39
38
  }
40
39
  }
41
40
  exports.RentPriceModel = RentPriceModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samls-js-integration",
3
- "version": "1.1.01",
3
+ "version": "1.1.03",
4
4
  "description": "samls npm package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",