automation-lib 4.8.120 → 4.8.121
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.
- package/dist/index.d.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1100,10 +1100,6 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
|
|
|
1100
1100
|
columnSymbol: string;
|
|
1101
1101
|
columnName: string;
|
|
1102
1102
|
}>;
|
|
1103
|
-
listColumnActionsSelected: Array<{
|
|
1104
|
-
columnSymbol: string;
|
|
1105
|
-
columnName: string;
|
|
1106
|
-
}>;
|
|
1107
1103
|
isActive: boolean;
|
|
1108
1104
|
}
|
|
1109
1105
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1100,10 +1100,6 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
|
|
|
1100
1100
|
columnSymbol: string;
|
|
1101
1101
|
columnName: string;
|
|
1102
1102
|
}>;
|
|
1103
|
-
listColumnActionsSelected: Array<{
|
|
1104
|
-
columnSymbol: string;
|
|
1105
|
-
columnName: string;
|
|
1106
|
-
}>;
|
|
1107
1103
|
isActive: boolean;
|
|
1108
1104
|
}
|
|
1109
1105
|
|