@createiq/backend 1.0.68 → 1.0.69

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.
@@ -3159,6 +3159,7 @@ export type ActiveUserStatisticsDto = {
3159
3159
  profileColour?: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
3160
3160
  lastName: string;
3161
3161
  myPendingApprovals: number;
3162
+ isAdvisor: boolean;
3162
3163
  userId: string;
3163
3164
  offline: number;
3164
3165
  myTurn: number;
package/dist/index.d.cts CHANGED
@@ -2735,6 +2735,7 @@ type ActiveUserStatisticsDto = {
2735
2735
  profileColour?: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
2736
2736
  lastName: string;
2737
2737
  myPendingApprovals: number;
2738
+ isAdvisor: boolean;
2738
2739
  userId: string;
2739
2740
  offline: number;
2740
2741
  myTurn: number;
package/dist/index.d.ts CHANGED
@@ -2735,6 +2735,7 @@ type ActiveUserStatisticsDto = {
2735
2735
  profileColour?: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
2736
2736
  lastName: string;
2737
2737
  myPendingApprovals: number;
2738
+ isAdvisor: boolean;
2738
2739
  userId: string;
2739
2740
  offline: number;
2740
2741
  myTurn: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 548f227d72eece9c267ad263b4bb426e357ccba20557a2f72c83ccab52ed5619
1
+ f96807296f5e00f53ded1b3d468ccda37b2f24e4b64b58cfa860303748f6033f