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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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> {
|