app-v3-scripts-editor 1.36.5 → 1.36.6

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.
@@ -50,6 +50,7 @@ export interface ContactAssignNodeData extends INodeBaseType, Record<string, unk
50
50
  exclude_off_shift: boolean;
51
51
  require_online: boolean;
52
52
  reassign_if_has_owner: boolean;
53
+ exclude_compensation_for_unassigned: boolean;
53
54
  };
54
55
  };
55
56
  }
@@ -128,6 +128,7 @@ export declare const initialData: {
128
128
  exclude_off_shift: boolean;
129
129
  reassign_if_has_owner: boolean;
130
130
  within_working_hours: boolean;
131
+ exclude_compensation_for_unassigned: boolean;
131
132
  };
132
133
  };
133
134
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "app-v3-scripts-editor",
3
3
  "private": false,
4
- "version": "1.36.5",
4
+ "version": "1.36.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ucall-asia/app-v3-scripts-editor.git"