@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.
- package/client/types.gen.ts +3 -2
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -1011,10 +1011,11 @@ export type TimelineEventDto = {
|
|
|
1011
1011
|
};
|
|
1012
1012
|
|
|
1013
1013
|
export type UserStatisticsDto = {
|
|
1014
|
-
user: UserProfileDto;
|
|
1015
1014
|
negotiations: NegotiationCountStatisticsDto;
|
|
1016
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e255595d646c76ad5ba1c12cf046c1e0c0366c0717e476fb922d655bd2c0872f
|