@volontariapp/contracts 4.0.14 → 4.1.0
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/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { CreatePostCommand, UpdatePostCommand } from '../../../post/post.command.js';
|
|
2
|
-
import type { ListPostsQuery } from '../../../post/post.query.js';
|
|
2
|
+
import type { GetPostQuery, ListPostsQuery } from '../../../post/post.query.js';
|
|
3
3
|
export interface CreatePostRequest extends CreatePostCommand {
|
|
4
4
|
}
|
|
5
5
|
export interface UpdatePostRequest extends Partial<Omit<UpdatePostCommand, 'id'>> {
|
|
6
6
|
}
|
|
7
7
|
export interface ListPostsRequest extends Partial<ListPostsQuery> {
|
|
8
8
|
}
|
|
9
|
+
export interface GetPostRequest extends GetPostQuery {
|
|
10
|
+
}
|
|
9
11
|
//# sourceMappingURL=post.request.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post.request.d.ts","sourceRoot":"","sources":["../../../../src/gateway/post/request/post.request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAC1F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"post.request.d.ts","sourceRoot":"","sources":["../../../../src/gateway/post/request/post.request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAC1F,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAKhF,MAAM,WAAW,iBAAkB,SAAQ,iBAAiB;CAAG;AAM/D,MAAM,WAAW,iBAAkB,SAAQ,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;CAAG;AAKpF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,cAAc,CAAC;CAAG;AAKpE,MAAM,WAAW,cAAe,SAAQ,YAAY;CAAG"}
|