@createiq/backend 1.0.7 → 1.0.8

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.
@@ -1011,10 +1011,11 @@ export type TimelineEventDto = {
1011
1011
  };
1012
1012
 
1013
1013
  export type UserStatisticsDto = {
1014
- user: UserProfileDto;
1015
1014
  negotiations: NegotiationCountStatisticsDto;
1016
- myPendingApprovals: PendingApprovalCountsDto;
1015
+ myNegotiationApprovals: PendingApprovalCountsDto;
1017
1016
  unreadTaggedComments: number;
1017
+ myPendingApprovals: PendingApprovalCountsDto;
1018
+ user: UserProfileDto;
1018
1019
  };
1019
1020
 
1020
1021
  export type DraftingNoteDto = {
package/dist/index.d.cts CHANGED
@@ -896,10 +896,11 @@ type TimelineEventDto = {
896
896
  user: TimelineEventUserDto;
897
897
  };
898
898
  type UserStatisticsDto = {
899
- user: UserProfileDto;
900
899
  negotiations: NegotiationCountStatisticsDto;
901
- myPendingApprovals: PendingApprovalCountsDto;
900
+ myNegotiationApprovals: PendingApprovalCountsDto;
902
901
  unreadTaggedComments: number;
902
+ myPendingApprovals: PendingApprovalCountsDto;
903
+ user: UserProfileDto;
903
904
  };
904
905
  type DraftingNoteDto = {
905
906
  electionId?: string;
package/dist/index.d.ts CHANGED
@@ -896,10 +896,11 @@ type TimelineEventDto = {
896
896
  user: TimelineEventUserDto;
897
897
  };
898
898
  type UserStatisticsDto = {
899
- user: UserProfileDto;
900
899
  negotiations: NegotiationCountStatisticsDto;
901
- myPendingApprovals: PendingApprovalCountsDto;
900
+ myNegotiationApprovals: PendingApprovalCountsDto;
902
901
  unreadTaggedComments: number;
902
+ myPendingApprovals: PendingApprovalCountsDto;
903
+ user: UserProfileDto;
903
904
  };
904
905
  type DraftingNoteDto = {
905
906
  electionId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- b95f118aba82a2f8672cdfe564495710976278ff6eb7d4ae465b3a896a5c5c2c
1
+ e255595d646c76ad5ba1c12cf046c1e0c0366c0717e476fb922d655bd2c0872f