@hapaul/api 0.1.35 → 0.1.36
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 +1 -41
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -813,27 +813,6 @@ interface components {
|
|
|
813
813
|
/** Format: date-time */
|
|
814
814
|
updatedAt: string;
|
|
815
815
|
};
|
|
816
|
-
BabyInvitation: {
|
|
817
|
-
/** Format: uuid */
|
|
818
|
-
id: string;
|
|
819
|
-
/** Format: uuid */
|
|
820
|
-
babyId: string;
|
|
821
|
-
/** Format: uuid */
|
|
822
|
-
inviterId: string;
|
|
823
|
-
/** Format: uuid */
|
|
824
|
-
inviteeId?: string | null;
|
|
825
|
-
invitationCode: string;
|
|
826
|
-
relationCode: components["schemas"]["BabyRelationCode"];
|
|
827
|
-
status: components["schemas"]["BabyInvitationStatus"];
|
|
828
|
-
/** Format: date-time */
|
|
829
|
-
expiresAt: string;
|
|
830
|
-
/** Format: date-time */
|
|
831
|
-
acceptedAt?: string | null;
|
|
832
|
-
/** Format: date-time */
|
|
833
|
-
createdAt: string;
|
|
834
|
-
};
|
|
835
|
-
/** @enum {string} */
|
|
836
|
-
BabyInvitationStatus: "pending" | "accepted";
|
|
837
816
|
BabyRelationCode: "father" | "mother" | "grandFather" | "grandMother" | "maternalGrandFather" | "maternalGrandMother" | {
|
|
838
817
|
custom: string;
|
|
839
818
|
};
|
|
@@ -1144,25 +1123,6 @@ interface components {
|
|
|
1144
1123
|
platform?: null | components["schemas"]["LoginPlatform"];
|
|
1145
1124
|
};
|
|
1146
1125
|
ResponseJson: components["schemas"]["Null"];
|
|
1147
|
-
ResponseJson_BabyInvitation: {
|
|
1148
|
-
/** Format: uuid */
|
|
1149
|
-
id: string;
|
|
1150
|
-
/** Format: uuid */
|
|
1151
|
-
babyId: string;
|
|
1152
|
-
/** Format: uuid */
|
|
1153
|
-
inviterId: string;
|
|
1154
|
-
/** Format: uuid */
|
|
1155
|
-
inviteeId?: string | null;
|
|
1156
|
-
invitationCode: string;
|
|
1157
|
-
relationCode: components["schemas"]["BabyRelationCode"];
|
|
1158
|
-
status: components["schemas"]["BabyInvitationStatus"];
|
|
1159
|
-
/** Format: date-time */
|
|
1160
|
-
expiresAt: string;
|
|
1161
|
-
/** Format: date-time */
|
|
1162
|
-
acceptedAt?: string | null;
|
|
1163
|
-
/** Format: date-time */
|
|
1164
|
-
createdAt: string;
|
|
1165
|
-
};
|
|
1166
1126
|
ResponseJson_InvitationPreview: {
|
|
1167
1127
|
invitationCode: string;
|
|
1168
1128
|
babyName: string;
|
|
@@ -2263,7 +2223,7 @@ interface operations {
|
|
|
2263
2223
|
[name: string]: unknown;
|
|
2264
2224
|
};
|
|
2265
2225
|
content: {
|
|
2266
|
-
"application/json": components["schemas"]["
|
|
2226
|
+
"application/json": components["schemas"]["ResponseJson_InvitationPreview"];
|
|
2267
2227
|
};
|
|
2268
2228
|
};
|
|
2269
2229
|
};
|