dfh-ui-library 1.13.76 → 1.13.77

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.
@@ -838,6 +838,7 @@ export interface NoteProps {
838
838
  actionedUser?: ActionedUser;
839
839
  noteType?: string;
840
840
  shouldUpdateLastContactDate?: boolean;
841
+ isBillable?: boolean;
841
842
  }
842
843
  interface ActionedUser {
843
844
  _id?: string;
@@ -838,6 +838,7 @@ export interface NoteProps {
838
838
  actionedUser?: ActionedUser;
839
839
  noteType?: string;
840
840
  shouldUpdateLastContactDate?: boolean;
841
+ isBillable?: boolean;
841
842
  }
842
843
  interface ActionedUser {
843
844
  _id?: string;
package/dist/index.d.ts CHANGED
@@ -729,6 +729,7 @@ interface NoteProps {
729
729
  actionedUser?: ActionedUser;
730
730
  noteType?: string;
731
731
  shouldUpdateLastContactDate?: boolean;
732
+ isBillable?: boolean;
732
733
  }
733
734
  interface ActionedUser {
734
735
  _id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.76",
3
+ "version": "1.13.77",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",