bfg-common 1.4.291 → 1.4.293

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.
@@ -93,8 +93,7 @@ export interface UI_I_CloneVmData {
93
93
  export interface UI_I_CloneVmPayload {
94
94
  data: UI_I_CloneVmData
95
95
  schedulerForm: UI_I_ScheduleNewTasksForm
96
- isScheduledTasks: boolean
97
- isEditScheduledTasks: boolean
96
+ schedulerTask: any // TODO надо перенести для этого interface в uikit
98
97
  }
99
98
 
100
99
  export interface UI_I_EditVmPayload {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.291",
4
+ "version": "1.4.293",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",