@automateinc/fleet-types 1.0.77-dev.0060c26 → 1.0.77-dev.50c9fc9

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,7 @@
1
+ import { IClientRequestCategoryField } from "./client-request-category-field";
2
+ import { IClientStatus } from "./client-status";
3
+ import { IClientChecklistItem } from "./client-checklist-item";
4
+
1
5
  export type IClientChecklistDefinitionScope = "REGION" | "CLIENT";
2
6
 
3
7
  export interface IClientChecklistDefinition {
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.77-dev.0060c26"
55
+ "version": "1.0.77-dev.50c9fc9"
56
56
  }