Skip to content

Commit

Permalink
[FEA-1181] Create legacy gender model
Browse files Browse the repository at this point in the history
  • Loading branch information
kseha1080 committed Dec 22, 2020
1 parent a80f2a2 commit 5ae0aa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@popsure/public-models",
"version": "0.0.9",
"version": "0.0.11",
"author": "Vincent Audoire <vincent@getpopsure.com>",
"license": "MIT",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions src/gender.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type Gender = 'MALE' | 'FEMALE' | 'OTHER';
export type LegacyGender = 'MALE' | 'FEMALE';
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { Gender } from './gender';
export { LegacyGender } from './gender';
export { CalendarDate } from './calendarDate';
export { Address } from './address';
export { Country, allCountries } from './country';
Expand Down

0 comments on commit 5ae0aa6

Please sign in to comment.