osocna-react-tailwind 0.0.27 → 0.0.28
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/index.js
CHANGED
|
@@ -18482,7 +18482,7 @@ export {
|
|
|
18482
18482
|
kd as MembershipMapper,
|
|
18483
18483
|
Md as NationalityMapper,
|
|
18484
18484
|
Wd as OriginMapper,
|
|
18485
|
-
DV as
|
|
18485
|
+
DV as PersonMapper,
|
|
18486
18486
|
Ld as PhoneMapper,
|
|
18487
18487
|
nV as PhoneTypeEnum,
|
|
18488
18488
|
Ti as PlanMapper,
|
|
@@ -18,7 +18,7 @@ export interface PersonInterface {
|
|
|
18
18
|
phone?: PhoneInterface;
|
|
19
19
|
sex?: string;
|
|
20
20
|
}
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const PersonMapper: () => {
|
|
22
22
|
mapFromDto: (entity: any) => PersonInterface;
|
|
23
23
|
mapToDto: (entity: PersonInterface) => any;
|
|
24
24
|
};
|