@volontariapp/contracts 4.0.14 → 4.1.0-snap-058e08e

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - added GetPostRequest in post contract library
8
+
3
9
  ## 4.0.14
4
10
 
5
11
  ### Patch Changes
@@ -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;AAKlE,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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/contracts",
3
- "version": "4.0.14",
3
+ "version": "4.1.0-snap-058e08e",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true