@exclusive-website/types 2.1.8 → 2.1.9

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.
@@ -27,7 +27,6 @@ export declare enum Country {
27
27
  POLAND = "POLAND"
28
28
  }
29
29
  export declare enum Region {
30
- UNDEFINED = "UNDEFINED",
31
30
  BANSKOBYSTRICKY = "BANSKOBYSTRICKY",
32
31
  BRATISLAVSKY = "BRATISLAVSKY",
33
32
  KOSICKY = "KOSICKY",
@@ -135,7 +134,6 @@ export declare enum Language {
135
134
  FRENCH = "FRENCH"
136
135
  }
137
136
  export declare enum AgeRange {
138
- UNDEFINED = "UNDEFINED",
139
137
  AGE_18_19 = "AGE_18_19",
140
138
  AGE_20_24 = "AGE_20_24",
141
139
  AGE_25_29 = "AGE_25_29",
@@ -144,12 +142,10 @@ export declare enum AgeRange {
144
142
  AGE_40_PLUS = "AGE_40_PLUS"
145
143
  }
146
144
  export declare enum AvailabilityStatus {
147
- UNDEFINED = "UNDEFINED",
148
145
  AVAILABLE = "AVAILABLE",
149
146
  UNAVAILABLE = "UNAVAILABLE"
150
147
  }
151
148
  export declare enum BreastSize {
152
- UNDEFINED = "UNDEFINED",
153
149
  SIZE_1 = "SIZE_1",
154
150
  SIZE_2 = "SIZE_2",
155
151
  SIZE_3 = "SIZE_3",
@@ -159,7 +155,6 @@ export declare enum BreastSize {
159
155
  SIZE_7_PLUS = "SIZE_7_PLUS"
160
156
  }
161
157
  export declare enum NationalityOption {
162
- UNDEFINED = "UNDEFINED",
163
158
  SLOVAK = "SLOVAK",
164
159
  HUNGARIAN = "HUNGARIAN",
165
160
  CZECH = "CZECH",
@@ -40,7 +40,6 @@ var Country;
40
40
  })(Country = exports.Country || (exports.Country = {}));
41
41
  var Region;
42
42
  (function (Region) {
43
- Region["UNDEFINED"] = "UNDEFINED";
44
43
  Region["BANSKOBYSTRICKY"] = "BANSKOBYSTRICKY";
45
44
  Region["BRATISLAVSKY"] = "BRATISLAVSKY";
46
45
  Region["KOSICKY"] = "KOSICKY";
@@ -154,7 +153,6 @@ var Language;
154
153
  // AGE RANGE
155
154
  var AgeRange;
156
155
  (function (AgeRange) {
157
- AgeRange["UNDEFINED"] = "UNDEFINED";
158
156
  AgeRange["AGE_18_19"] = "AGE_18_19";
159
157
  AgeRange["AGE_20_24"] = "AGE_20_24";
160
158
  AgeRange["AGE_25_29"] = "AGE_25_29";
@@ -165,14 +163,12 @@ var AgeRange;
165
163
  // AVAILABILITY
166
164
  var AvailabilityStatus;
167
165
  (function (AvailabilityStatus) {
168
- AvailabilityStatus["UNDEFINED"] = "UNDEFINED";
169
166
  AvailabilityStatus["AVAILABLE"] = "AVAILABLE";
170
167
  AvailabilityStatus["UNAVAILABLE"] = "UNAVAILABLE";
171
168
  })(AvailabilityStatus = exports.AvailabilityStatus || (exports.AvailabilityStatus = {}));
172
169
  // BREAST SIZE
173
170
  var BreastSize;
174
171
  (function (BreastSize) {
175
- BreastSize["UNDEFINED"] = "UNDEFINED";
176
172
  BreastSize["SIZE_1"] = "SIZE_1";
177
173
  BreastSize["SIZE_2"] = "SIZE_2";
178
174
  BreastSize["SIZE_3"] = "SIZE_3";
@@ -184,7 +180,6 @@ var BreastSize;
184
180
  // NATIONALITY
185
181
  var NationalityOption;
186
182
  (function (NationalityOption) {
187
- NationalityOption["UNDEFINED"] = "UNDEFINED";
188
183
  NationalityOption["SLOVAK"] = "SLOVAK";
189
184
  NationalityOption["HUNGARIAN"] = "HUNGARIAN";
190
185
  NationalityOption["CZECH"] = "CZECH";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
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",
@@ -37,7 +37,6 @@ export enum Country {
37
37
  }
38
38
 
39
39
  export enum Region {
40
- UNDEFINED = "UNDEFINED",
41
40
  BANSKOBYSTRICKY = "BANSKOBYSTRICKY",
42
41
  BRATISLAVSKY = "BRATISLAVSKY",
43
42
  KOSICKY = "KOSICKY",
@@ -158,7 +157,6 @@ export enum Language {
158
157
 
159
158
  // AGE RANGE
160
159
  export enum AgeRange {
161
- UNDEFINED = "UNDEFINED",
162
160
  AGE_18_19 = "AGE_18_19",
163
161
  AGE_20_24 = "AGE_20_24",
164
162
  AGE_25_29 = "AGE_25_29",
@@ -169,14 +167,12 @@ export enum AgeRange {
169
167
 
170
168
  // AVAILABILITY
171
169
  export enum AvailabilityStatus {
172
- UNDEFINED = "UNDEFINED",
173
170
  AVAILABLE = "AVAILABLE",
174
171
  UNAVAILABLE = "UNAVAILABLE",
175
172
  }
176
173
 
177
174
  // BREAST SIZE
178
175
  export enum BreastSize {
179
- UNDEFINED = "UNDEFINED",
180
176
  SIZE_1 = "SIZE_1",
181
177
  SIZE_2 = "SIZE_2",
182
178
  SIZE_3 = "SIZE_3",
@@ -188,7 +184,6 @@ export enum BreastSize {
188
184
 
189
185
  // NATIONALITY
190
186
  export enum NationalityOption {
191
- UNDEFINED = "UNDEFINED",
192
187
  SLOVAK = "SLOVAK",
193
188
  HUNGARIAN = "HUNGARIAN",
194
189
  CZECH = "CZECH",