automation-lib 4.8.111 → 4.8.113
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1187,7 +1187,7 @@ interface IManagerSheet extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfac
|
|
|
1187
1187
|
interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1188
1188
|
managerSheet: string | IManagerSheet;
|
|
1189
1189
|
name: string;
|
|
1190
|
-
|
|
1190
|
+
accountAI: string | IAccountAI;
|
|
1191
1191
|
listColumnActions: Array<{
|
|
1192
1192
|
columnSymbol: string;
|
|
1193
1193
|
columnName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1187,7 +1187,7 @@ interface IManagerSheet extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfac
|
|
|
1187
1187
|
interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1188
1188
|
managerSheet: string | IManagerSheet;
|
|
1189
1189
|
name: string;
|
|
1190
|
-
|
|
1190
|
+
accountAI: string | IAccountAI;
|
|
1191
1191
|
listColumnActions: Array<{
|
|
1192
1192
|
columnSymbol: string;
|
|
1193
1193
|
columnName: string;
|