dfh-ui-library 1.12.442 → 1.12.443

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,6 @@ export interface ITodoToggleRequestParams {
5
5
  note?: NoteProps;
6
6
  actionedUser?: string;
7
7
  patient?: string;
8
- survey?: string;
9
- noteType?: string;
10
8
  toggleOptions: {
11
9
  noteIndex: number;
12
10
  check: boolean;
package/dist/index.d.ts CHANGED
@@ -9,8 +9,6 @@ interface ITodoToggleRequestParams {
9
9
  note?: NoteProps;
10
10
  actionedUser?: string;
11
11
  patient?: string;
12
- survey?: string;
13
- noteType?: string;
14
12
  toggleOptions: {
15
13
  noteIndex: number;
16
14
  check: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.442",
3
+ "version": "1.12.443",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",