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