@exclusive-website/types 2.1.9 → 2.2.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.
@@ -170,7 +170,8 @@ export declare enum ContactMethod {
170
170
  export declare enum ServicesFor {
171
171
  MEN = "MEN",
172
172
  WOMEN = "WOMEN",
173
- COUPLES = "COUPLES"
173
+ COUPLES = "COUPLES",
174
+ ZTP = "ZTP"
174
175
  }
175
176
  export declare enum UserRole {
176
177
  MODEL = "MODEL",
@@ -200,6 +200,7 @@ var ServicesFor;
200
200
  ServicesFor["MEN"] = "MEN";
201
201
  ServicesFor["WOMEN"] = "WOMEN";
202
202
  ServicesFor["COUPLES"] = "COUPLES";
203
+ ServicesFor["ZTP"] = "ZTP";
203
204
  })(ServicesFor = exports.ServicesFor || (exports.ServicesFor = {}));
204
205
  // USER ROLE
205
206
  var UserRole;
package/dist/types.d.ts CHANGED
@@ -111,6 +111,7 @@ export interface ModelReadDto {
111
111
  height: number;
112
112
  weight: number;
113
113
  breastSize: number;
114
+ feetSize: number;
114
115
  hairColor: HairColor;
115
116
  hairLength: HairLength;
116
117
  isSmoker: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.1.9",
3
+ "version": "2.2.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",
@@ -204,6 +204,7 @@ export enum ServicesFor {
204
204
  MEN = "MEN",
205
205
  WOMEN = "WOMEN",
206
206
  COUPLES = "COUPLES",
207
+ ZTP = "ZTP",
207
208
  }
208
209
 
209
210
  // USER ROLE
package/src/types.ts CHANGED
@@ -138,6 +138,7 @@ export interface ModelReadDto {
138
138
  height: number;
139
139
  weight: number;
140
140
  breastSize: number;
141
+ feetSize: number;
141
142
  hairColor: HairColor;
142
143
  hairLength: HairLength;
143
144
  isSmoker: boolean;
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/exclusive-girls-types.iml" filepath="$PROJECT_DIR$/.idea/exclusive-girls-types.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>