@hapaul/api 0.1.26 → 0.1.27
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.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -734,7 +734,7 @@ interface components {
|
|
|
734
734
|
name: string;
|
|
735
735
|
gender?: null | components["schemas"]["Gender"];
|
|
736
736
|
/** Format: date-time */
|
|
737
|
-
|
|
737
|
+
birth: string;
|
|
738
738
|
/** Format: uuid */
|
|
739
739
|
createdBy: string;
|
|
740
740
|
/** Format: date-time */
|
|
@@ -1041,7 +1041,7 @@ interface components {
|
|
|
1041
1041
|
name: string;
|
|
1042
1042
|
gender?: null | components["schemas"]["Gender"];
|
|
1043
1043
|
/** Format: date-time */
|
|
1044
|
-
|
|
1044
|
+
birth: string;
|
|
1045
1045
|
/** Format: uuid */
|
|
1046
1046
|
createdBy: string;
|
|
1047
1047
|
/** Format: date-time */
|
|
@@ -1189,7 +1189,7 @@ interface components {
|
|
|
1189
1189
|
name: string;
|
|
1190
1190
|
gender?: null | components["schemas"]["Gender"];
|
|
1191
1191
|
/** Format: date-time */
|
|
1192
|
-
|
|
1192
|
+
birth: string;
|
|
1193
1193
|
/** Format: uuid */
|
|
1194
1194
|
createdBy: string;
|
|
1195
1195
|
/** Format: date-time */
|