automation-lib 5.0.57 → 5.0.58

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
@@ -1604,8 +1604,8 @@ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1604
1604
  interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1605
1605
  typeSocial: ETypeSocial;
1606
1606
  accountSocialSync: IAccount;
1607
- sheetUrl: string;
1608
- sheetName: string;
1607
+ sheetUrlImportAccount: string;
1608
+ sheetNameImportAccount: string;
1609
1609
  accountDeviceType: string;
1610
1610
  accountDeviceName: string;
1611
1611
  idea: string | IManagerWork;
package/dist/index.d.ts CHANGED
@@ -1604,8 +1604,8 @@ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1604
1604
  interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1605
1605
  typeSocial: ETypeSocial;
1606
1606
  accountSocialSync: IAccount;
1607
- sheetUrl: string;
1608
- sheetName: string;
1607
+ sheetUrlImportAccount: string;
1608
+ sheetNameImportAccount: string;
1609
1609
  accountDeviceType: string;
1610
1610
  accountDeviceName: string;
1611
1611
  idea: string | IManagerWork;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.57",
3
+ "version": "5.0.58",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",