@automateinc/fleet-types 1.0.72-dev.0aedd37 → 1.0.72-dev.916e19a

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.
@@ -1,3 +1,5 @@
1
+ import { ITagColor } from "./tag-color";
2
+
1
3
  export interface IClientStatus {
2
4
  id: string;
3
5
  createdAt: string;
@@ -6,5 +8,8 @@ export interface IClientStatus {
6
8
  default: boolean;
7
9
  weight: number;
8
10
  regionId: string;
11
+ darkColors?: ITagColor | null;
12
+ lightColors?: ITagColor | null;
13
+ clientActive: boolean;
9
14
  metadata?: any;
10
15
  }
package/package.json CHANGED
@@ -52,5 +52,5 @@
52
52
  "test": "echo \"Error: no test specified\" && exit 1"
53
53
  },
54
54
  "types": "dist/types/index.d.ts",
55
- "version": "1.0.72-dev.0aedd37"
55
+ "version": "1.0.72-dev.916e19a"
56
56
  }