carriera-intern-components 1.1.22 → 1.1.23

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.
@@ -119,6 +119,7 @@ export type Broker = {
119
119
  status?: number;
120
120
  loadsCount?: number;
121
121
  revenue?: number | null;
122
+ fraudCheck?: boolean;
122
123
  };
123
124
  export type DepartmentContactsPair = {
124
125
  department?: Department;