@exclusive-website/types 1.6.0 → 1.6.1

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