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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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.
|
|
8
|
-
this.
|
|
9
|
-
this.
|
|
10
|
-
this.
|
|
11
|
-
this.
|
|
12
|
-
this.
|
|
13
|
-
this.
|
|
14
|
-
this.
|
|
15
|
-
this.
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
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;
|