@exclusive-website/types 1.5.1 → 1.5.2
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/filterEnums.js +39 -36
- package/dist/index.js +18 -2
- package/dist/types.js +2 -1
- package/package.json +1 -1
- package/tsconfig.json +1 -1
package/dist/filterEnums.js
CHANGED
|
@@ -1,39 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HairLength = exports.HairColor = exports.ShaveStatus = exports.OtherPractise = exports.Practise = exports.UserRole = exports.ServicesFor = exports.ContactMethod = exports.NationalityOption = exports.BreastSize = exports.AvailabilityStatus = exports.AgeRange = exports.Language = exports.Location = exports.ServiceType = exports.ExperienceLevel = exports.SexualOrientation = exports.DayStatus = void 0;
|
|
1
4
|
// ENUMS
|
|
2
|
-
|
|
5
|
+
var DayStatus;
|
|
3
6
|
(function (DayStatus) {
|
|
4
7
|
DayStatus["WORKING"] = "Pracujem";
|
|
5
8
|
DayStatus["ON_DEMAND"] = "Na objednavku";
|
|
6
9
|
DayStatus["BUSY"] = "Obsadena";
|
|
7
10
|
DayStatus["NOT_WORKING"] = "Nepracujem";
|
|
8
|
-
})(DayStatus || (DayStatus = {}));
|
|
9
|
-
|
|
11
|
+
})(DayStatus = exports.DayStatus || (exports.DayStatus = {}));
|
|
12
|
+
var SexualOrientation;
|
|
10
13
|
(function (SexualOrientation) {
|
|
11
14
|
SexualOrientation["HETERO"] = "hetero";
|
|
12
15
|
SexualOrientation["BI"] = "bi";
|
|
13
16
|
SexualOrientation["HOMO"] = "homo";
|
|
14
|
-
})(SexualOrientation || (SexualOrientation = {}));
|
|
15
|
-
|
|
17
|
+
})(SexualOrientation = exports.SexualOrientation || (exports.SexualOrientation = {}));
|
|
18
|
+
var ExperienceLevel;
|
|
16
19
|
(function (ExperienceLevel) {
|
|
17
20
|
ExperienceLevel["PROFI"] = "profi";
|
|
18
21
|
ExperienceLevel["ADVANCED"] = "advanced";
|
|
19
22
|
ExperienceLevel["AMATEUR"] = "amateur";
|
|
20
|
-
})(ExperienceLevel || (ExperienceLevel = {}));
|
|
21
|
-
|
|
23
|
+
})(ExperienceLevel = exports.ExperienceLevel || (exports.ExperienceLevel = {}));
|
|
24
|
+
var ServiceType;
|
|
22
25
|
(function (ServiceType) {
|
|
23
26
|
ServiceType["ESCORT"] = "escort";
|
|
24
27
|
ServiceType["MASSAGE"] = "massage";
|
|
25
28
|
ServiceType["DOMINA"] = "domina";
|
|
26
|
-
})(ServiceType || (ServiceType = {}));
|
|
29
|
+
})(ServiceType = exports.ServiceType || (exports.ServiceType = {}));
|
|
27
30
|
// LOCATION
|
|
28
|
-
|
|
31
|
+
var Location;
|
|
29
32
|
(function (Location) {
|
|
30
33
|
Location["UNDEFINED"] = "Neuveden\u00E1";
|
|
31
34
|
Location["BRATISLAVA"] = "Bratislava";
|
|
32
35
|
Location["KOSICE"] = "Ko\u0161ice";
|
|
33
36
|
Location["PRESOV"] = "Pre\u0161ov";
|
|
34
37
|
Location["NITRA"] = "Nitra";
|
|
35
|
-
})(Location || (Location = {}));
|
|
36
|
-
|
|
38
|
+
})(Location = exports.Location || (exports.Location = {}));
|
|
39
|
+
var Language;
|
|
37
40
|
(function (Language) {
|
|
38
41
|
Language["ENGLISH"] = "I speak English";
|
|
39
42
|
Language["GERMAN"] = "Ich spreche Deutsch";
|
|
@@ -43,9 +46,9 @@ export var Language;
|
|
|
43
46
|
Language["POLISH"] = "Ja m\u00F3wi\u0119 po polsku";
|
|
44
47
|
Language["SPANISH"] = "Yo hablo espa\u00F1ol";
|
|
45
48
|
Language["FRENCH"] = "Je parle fran\u00E7ais";
|
|
46
|
-
})(Language || (Language = {}));
|
|
49
|
+
})(Language = exports.Language || (exports.Language = {}));
|
|
47
50
|
// AGE RANGES
|
|
48
|
-
|
|
51
|
+
var AgeRange;
|
|
49
52
|
(function (AgeRange) {
|
|
50
53
|
AgeRange["UNDEFINED"] = "Neuveden\u00E9";
|
|
51
54
|
AgeRange["AGE_18_19"] = "18-19 rokov";
|
|
@@ -54,16 +57,16 @@ export var AgeRange;
|
|
|
54
57
|
AgeRange["AGE_30_34"] = "30-34 rokov";
|
|
55
58
|
AgeRange["AGE_35_39"] = "35-39 rokov";
|
|
56
59
|
AgeRange["AGE_40_PLUS"] = "40 rokov a viac";
|
|
57
|
-
})(AgeRange || (AgeRange = {}));
|
|
60
|
+
})(AgeRange = exports.AgeRange || (exports.AgeRange = {}));
|
|
58
61
|
// AVAILABILITY
|
|
59
|
-
|
|
62
|
+
var AvailabilityStatus;
|
|
60
63
|
(function (AvailabilityStatus) {
|
|
61
64
|
AvailabilityStatus["UNDEFINED"] = "Neuveden\u00E9";
|
|
62
65
|
AvailabilityStatus["AVAILABLE"] = "Dostupn\u00E1";
|
|
63
66
|
AvailabilityStatus["UNAVAILABLE"] = "Nedostupn\u00E1";
|
|
64
|
-
})(AvailabilityStatus || (AvailabilityStatus = {}));
|
|
67
|
+
})(AvailabilityStatus = exports.AvailabilityStatus || (exports.AvailabilityStatus = {}));
|
|
65
68
|
// BREAST SIZE
|
|
66
|
-
|
|
69
|
+
var BreastSize;
|
|
67
70
|
(function (BreastSize) {
|
|
68
71
|
BreastSize["UNDEFINED"] = "Neuveden\u00E9";
|
|
69
72
|
BreastSize["SIZE_1"] = "Ve\u013Ekos\u0165 1";
|
|
@@ -73,9 +76,9 @@ export var BreastSize;
|
|
|
73
76
|
BreastSize["SIZE_5"] = "Ve\u013Ekos\u0165 5";
|
|
74
77
|
BreastSize["SIZE_6"] = "Ve\u013Ekos\u0165 6";
|
|
75
78
|
BreastSize["SIZE_7_PLUS"] = "Ve\u013Ekos\u0165 7 a viac";
|
|
76
|
-
})(BreastSize || (BreastSize = {}));
|
|
79
|
+
})(BreastSize = exports.BreastSize || (exports.BreastSize = {}));
|
|
77
80
|
// NATIONALITY
|
|
78
|
-
|
|
81
|
+
var NationalityOption;
|
|
79
82
|
(function (NationalityOption) {
|
|
80
83
|
NationalityOption["UNDEFINED"] = "Neuveden\u00E9";
|
|
81
84
|
NationalityOption["SLOVAK"] = "Slovenka";
|
|
@@ -84,27 +87,27 @@ export var NationalityOption;
|
|
|
84
87
|
NationalityOption["AUSTRIAN"] = "Rak\u00FA\u0161anka";
|
|
85
88
|
NationalityOption["GERMAN"] = "Nemeck\u00E1";
|
|
86
89
|
NationalityOption["OTHER"] = "In\u00E1";
|
|
87
|
-
})(NationalityOption || (NationalityOption = {}));
|
|
90
|
+
})(NationalityOption = exports.NationalityOption || (exports.NationalityOption = {}));
|
|
88
91
|
// CONTACT METHODS
|
|
89
|
-
|
|
92
|
+
var ContactMethod;
|
|
90
93
|
(function (ContactMethod) {
|
|
91
94
|
ContactMethod["WHATSAPP"] = "WhatsApp";
|
|
92
95
|
ContactMethod["TELEGRAM"] = "Telegram";
|
|
93
96
|
ContactMethod["VIBER"] = "Viber";
|
|
94
|
-
})(ContactMethod || (ContactMethod = {}));
|
|
97
|
+
})(ContactMethod = exports.ContactMethod || (exports.ContactMethod = {}));
|
|
95
98
|
// SERVICES FOR
|
|
96
|
-
|
|
99
|
+
var ServicesFor;
|
|
97
100
|
(function (ServicesFor) {
|
|
98
101
|
ServicesFor["MEN"] = "Pre mu\u017Eov";
|
|
99
102
|
ServicesFor["WOMEN"] = "Pre \u017Eeny";
|
|
100
103
|
ServicesFor["COUPLES"] = "Pre p\u00E1ry";
|
|
101
|
-
})(ServicesFor || (ServicesFor = {}));
|
|
102
|
-
|
|
104
|
+
})(ServicesFor = exports.ServicesFor || (exports.ServicesFor = {}));
|
|
105
|
+
var UserRole;
|
|
103
106
|
(function (UserRole) {
|
|
104
107
|
UserRole[UserRole["MODEL"] = 0] = "MODEL";
|
|
105
108
|
UserRole[UserRole["CLIENT"] = 1] = "CLIENT";
|
|
106
|
-
})(UserRole || (UserRole = {}));
|
|
107
|
-
|
|
109
|
+
})(UserRole = exports.UserRole || (exports.UserRole = {}));
|
|
110
|
+
var Practise;
|
|
108
111
|
(function (Practise) {
|
|
109
112
|
Practise[Practise["MASSAGE"] = 0] = "MASSAGE";
|
|
110
113
|
Practise[Practise["HANDJOB"] = 1] = "HANDJOB";
|
|
@@ -121,8 +124,8 @@ export var Practise;
|
|
|
121
124
|
Practise[Practise["COMPANY"] = 12] = "COMPANY";
|
|
122
125
|
Practise[Practise["ESCORT"] = 13] = "ESCORT";
|
|
123
126
|
Practise[Practise["OTHER"] = 14] = "OTHER";
|
|
124
|
-
})(Practise || (Practise = {}));
|
|
125
|
-
|
|
127
|
+
})(Practise = exports.Practise || (exports.Practise = {}));
|
|
128
|
+
var OtherPractise;
|
|
126
129
|
(function (OtherPractise) {
|
|
127
130
|
OtherPractise[OtherPractise["ANAL"] = 0] = "ANAL";
|
|
128
131
|
OtherPractise[OtherPractise["ORAL_WITHOUT"] = 1] = "ORAL_WITHOUT";
|
|
@@ -135,21 +138,21 @@ export var OtherPractise;
|
|
|
135
138
|
OtherPractise[OtherPractise["PISSING"] = 8] = "PISSING";
|
|
136
139
|
OtherPractise[OtherPractise["RIMMING"] = 9] = "RIMMING";
|
|
137
140
|
OtherPractise[OtherPractise["TOYS"] = 10] = "TOYS";
|
|
138
|
-
})(OtherPractise || (OtherPractise = {}));
|
|
139
|
-
|
|
141
|
+
})(OtherPractise = exports.OtherPractise || (exports.OtherPractise = {}));
|
|
142
|
+
var ShaveStatus;
|
|
140
143
|
(function (ShaveStatus) {
|
|
141
144
|
ShaveStatus["SHAVED"] = "shaved";
|
|
142
145
|
ShaveStatus["PARTIALLY_SHAVED"] = "partially shaved";
|
|
143
146
|
ShaveStatus["NOT_SHAVED"] = "not shaved";
|
|
144
|
-
})(ShaveStatus || (ShaveStatus = {}));
|
|
145
|
-
|
|
147
|
+
})(ShaveStatus = exports.ShaveStatus || (exports.ShaveStatus = {}));
|
|
148
|
+
var HairColor;
|
|
146
149
|
(function (HairColor) {
|
|
147
150
|
HairColor["BLOND"] = "Blond";
|
|
148
151
|
HairColor["BRUNET"] = "Brunet";
|
|
149
152
|
HairColor["REDHEAD"] = "Ry\u0161av\u00E9";
|
|
150
|
-
})(HairColor || (HairColor = {}));
|
|
151
|
-
|
|
153
|
+
})(HairColor = exports.HairColor || (exports.HairColor = {}));
|
|
154
|
+
var HairLength;
|
|
152
155
|
(function (HairLength) {
|
|
153
156
|
HairLength["LONG"] = "Dlh\u00E9";
|
|
154
157
|
HairLength["SHORT"] = "Kr\u00E1tke";
|
|
155
|
-
})(HairLength || (HairLength = {}));
|
|
158
|
+
})(HairLength = exports.HairLength || (exports.HairLength = {}));
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./filterEnums"), exports);
|
package/dist/types.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/package.json
CHANGED