automation-lib 5.0.219 → 5.0.221

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
@@ -1773,7 +1773,7 @@ interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
1773
1773
  accountVPN: string | IAccountVPN;
1774
1774
  }
1775
1775
 
1776
- interface IAccountSocialBase {
1776
+ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
1777
1777
  typeSocial: ETypeSocial;
1778
1778
  sheetImport: string | ISheetImport;
1779
1779
  sheetUrl: string;
package/dist/index.d.ts CHANGED
@@ -1773,7 +1773,7 @@ interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
1773
1773
  accountVPN: string | IAccountVPN;
1774
1774
  }
1775
1775
 
1776
- interface IAccountSocialBase {
1776
+ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
1777
1777
  typeSocial: ETypeSocial;
1778
1778
  sheetImport: string | ISheetImport;
1779
1779
  sheetUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.219",
3
+ "version": "5.0.221",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",