automation-lib 5.0.88 → 5.0.90

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 CHANGED
@@ -1612,6 +1612,7 @@ interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1612
1612
  email2FA: string;
1613
1613
  emailReceiver: string;
1614
1614
  urlSheetPost: string;
1615
+ isCanSync: boolean;
1615
1616
  }
1616
1617
 
1617
1618
  interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -1612,6 +1612,7 @@ interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1612
1612
  email2FA: string;
1613
1613
  emailReceiver: string;
1614
1614
  urlSheetPost: string;
1615
+ isCanSync: boolean;
1615
1616
  }
1616
1617
 
1617
1618
  interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.88",
3
+ "version": "5.0.90",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",