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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
1608
|
-
|
|
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
|
-
|
|
1608
|
-
|
|
1607
|
+
sheetUrlImportAccount: string;
|
|
1608
|
+
sheetNameImportAccount: string;
|
|
1609
1609
|
accountDeviceType: string;
|
|
1610
1610
|
accountDeviceName: string;
|
|
1611
1611
|
idea: string | IManagerWork;
|