@volontariapp/contracts 4.2.1 → 4.2.3-snap-2bd113a

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`44e7a08`](https://github.com/Volontariapp/npm-packages/commit/44e7a0874947115ea18c2274c7f76d52df560ced) Thanks [@VictorAgahi](https://github.com/VictorAgahi)! - change date post
8
+
9
+ ## 4.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - rename: comment request
14
+
3
15
  ## 4.2.1
4
16
 
5
17
  ### Patch Changes
@@ -2,7 +2,7 @@ import type { PaginationRequest } from '../../../index.js';
2
2
  export interface CreateCommentRequest {
3
3
  content: string;
4
4
  }
5
- export interface ListCommandRequest extends PaginationRequest {
5
+ export interface ListCommentsRequest extends PaginationRequest {
6
6
  postId: string;
7
7
  }
8
8
  //# sourceMappingURL=comment.request.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"comment.request.d.ts","sourceRoot":"","sources":["../../../../src/gateway/post/request/comment.request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"comment.request.d.ts","sourceRoot":"","sources":["../../../../src/gateway/post/request/comment.request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,mBAAoB,SAAQ,iBAAiB;IAC5D,MAAM,EAAE,MAAM,CAAC;CAChB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/contracts",
3
- "version": "4.2.1",
3
+ "version": "4.2.3-snap-2bd113a",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true