automation-lib 5.0.49 → 5.0.50

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
@@ -1382,6 +1382,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
1382
1382
  avatar: string;
1383
1383
  cover: string;
1384
1384
  sheetUrl: string;
1385
+ sheetName: string;
1385
1386
  accountDeviceType: string;
1386
1387
  accountDeviceName: string;
1387
1388
  idea: string | IManagerWork;
@@ -1576,6 +1577,7 @@ interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1576
1577
  typeSocial: ETypeSocial;
1577
1578
  accountSocialSync: IAccount;
1578
1579
  sheetUrl: string;
1580
+ sheetName: string;
1579
1581
  accountDeviceType: string;
1580
1582
  accountDeviceName: string;
1581
1583
  idea: string | IManagerWork;
package/dist/index.d.ts CHANGED
@@ -1382,6 +1382,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
1382
1382
  avatar: string;
1383
1383
  cover: string;
1384
1384
  sheetUrl: string;
1385
+ sheetName: string;
1385
1386
  accountDeviceType: string;
1386
1387
  accountDeviceName: string;
1387
1388
  idea: string | IManagerWork;
@@ -1576,6 +1577,7 @@ interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1576
1577
  typeSocial: ETypeSocial;
1577
1578
  accountSocialSync: IAccount;
1578
1579
  sheetUrl: string;
1580
+ sheetName: string;
1579
1581
  accountDeviceType: string;
1580
1582
  accountDeviceName: string;
1581
1583
  idea: string | IManagerWork;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.49",
3
+ "version": "5.0.50",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",