@hapaul/api 0.1.25 → 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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -733,6 +733,8 @@ interface components {
|
|
|
733
733
|
id: string;
|
|
734
734
|
name: string;
|
|
735
735
|
gender?: null | components["schemas"]["Gender"];
|
|
736
|
+
/** Format: date-time */
|
|
737
|
+
birth: string;
|
|
736
738
|
/** Format: uuid */
|
|
737
739
|
createdBy: string;
|
|
738
740
|
/** Format: date-time */
|
|
@@ -1038,6 +1040,8 @@ interface components {
|
|
|
1038
1040
|
id: string;
|
|
1039
1041
|
name: string;
|
|
1040
1042
|
gender?: null | components["schemas"]["Gender"];
|
|
1043
|
+
/** Format: date-time */
|
|
1044
|
+
birth: string;
|
|
1041
1045
|
/** Format: uuid */
|
|
1042
1046
|
createdBy: string;
|
|
1043
1047
|
/** Format: date-time */
|
|
@@ -1184,6 +1188,8 @@ interface components {
|
|
|
1184
1188
|
id: string;
|
|
1185
1189
|
name: string;
|
|
1186
1190
|
gender?: null | components["schemas"]["Gender"];
|
|
1191
|
+
/** Format: date-time */
|
|
1192
|
+
birth: string;
|
|
1187
1193
|
/** Format: uuid */
|
|
1188
1194
|
createdBy: string;
|
|
1189
1195
|
/** Format: date-time */
|