@hapaul/api 0.1.46 → 0.1.47
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 +4 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1314,13 +1314,6 @@ interface components {
|
|
|
1314
1314
|
/** Format: int64 */
|
|
1315
1315
|
total: number;
|
|
1316
1316
|
};
|
|
1317
|
-
ResponseJson_PaginatedData_PostWithAttachments: {
|
|
1318
|
-
records: (components["schemas"]["Post"] & {
|
|
1319
|
-
attachments: components["schemas"]["PostAttachmentInfo"][];
|
|
1320
|
-
})[];
|
|
1321
|
-
/** Format: int64 */
|
|
1322
|
-
total: number;
|
|
1323
|
-
};
|
|
1324
1317
|
ResponseJson_PaginatedData_RoleDto: {
|
|
1325
1318
|
records: {
|
|
1326
1319
|
/** Format: uuid */
|
|
@@ -1413,6 +1406,9 @@ interface components {
|
|
|
1413
1406
|
/** Format: date-time */
|
|
1414
1407
|
updatedAt: string;
|
|
1415
1408
|
}[];
|
|
1409
|
+
ResponseJson_Vec_PostWithAttachments: (components["schemas"]["Post"] & {
|
|
1410
|
+
attachments: components["schemas"]["PostAttachmentInfo"][];
|
|
1411
|
+
})[];
|
|
1416
1412
|
ResponseJson_Vec_SessionDto: {
|
|
1417
1413
|
/** Format: uuid */
|
|
1418
1414
|
id: string;
|
|
@@ -2691,7 +2687,7 @@ interface operations {
|
|
|
2691
2687
|
[name: string]: unknown;
|
|
2692
2688
|
};
|
|
2693
2689
|
content: {
|
|
2694
|
-
"application/json": components["schemas"]["
|
|
2690
|
+
"application/json": components["schemas"]["ResponseJson_Vec_PostWithAttachments"];
|
|
2695
2691
|
};
|
|
2696
2692
|
};
|
|
2697
2693
|
};
|