automation-lib 5.4.285 → 5.4.287

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
@@ -8940,8 +8940,9 @@ interface DevicePopupOverviewAccountsDto {
8940
8940
  }
8941
8941
  interface IDevicePopupViewAccountSocial {
8942
8942
  id: string;
8943
- accountID: string;
8944
8943
  nameAppClone: string;
8944
+ accountGroup: string;
8945
+ accountID: string;
8945
8946
  username: string;
8946
8947
  fullname: string;
8947
8948
  typeAccountSetting: string;
@@ -8955,31 +8956,18 @@ interface IDevicePopupViewAccountSocial {
8955
8956
  status: EStatusAccountSocialRaw;
8956
8957
  isActiveOnDevice: boolean;
8957
8958
  }
8958
- interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
8959
- }
8960
- interface DevicePopupViewAccountThreadsDto extends IDevicePopupViewAccountSocial {
8961
- }
8962
- interface DevicePopupOverviewAddAccountDto {
8963
- totalAccounts: number;
8964
- availableAccounts: number;
8965
- lockedAccounts: number;
8966
- typeAccounts: {
8967
- business: number;
8968
- individual: number;
8969
- };
8970
- }
8971
8959
  interface DevicePopupListAddAccountDto {
8972
8960
  id: string;
8973
8961
  idea: string;
8974
8962
  niche: string;
8975
8963
  type: ETypeManagerWorkClassify;
8976
8964
  accountGroup: string;
8977
- accountId: string;
8965
+ accountID: string;
8978
8966
  username: string;
8979
8967
  fullname: string;
8980
8968
  email: string;
8981
8969
  password: string;
8982
- typeAccount: ETypeAccountInstagramSetting;
8970
+ typeAccountSetting: ETypeAccountInstagramSetting;
8983
8971
  status: EStatusAccountSocialRaw;
8984
8972
  departmentCreator: string;
8985
8973
  teamCreator: string;
@@ -8988,6 +8976,19 @@ interface DevicePopupListAddAccountDto {
8988
8976
  createdAt: Date;
8989
8977
  updatedAt: Date;
8990
8978
  }
8979
+ interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
8980
+ }
8981
+ interface DevicePopupViewAccountThreadsDto extends IDevicePopupViewAccountSocial {
8982
+ }
8983
+ interface DevicePopupOverviewAddAccountDto {
8984
+ totalAccounts: number;
8985
+ availableAccounts: number;
8986
+ lockedAccounts: number;
8987
+ typeAccounts: {
8988
+ business: number;
8989
+ individual: number;
8990
+ };
8991
+ }
8991
8992
  interface AddAccountForDeviceDto {
8992
8993
  deviceId: string;
8993
8994
  typeSocial: ETypeSocial;
package/dist/index.d.ts CHANGED
@@ -8940,8 +8940,9 @@ interface DevicePopupOverviewAccountsDto {
8940
8940
  }
8941
8941
  interface IDevicePopupViewAccountSocial {
8942
8942
  id: string;
8943
- accountID: string;
8944
8943
  nameAppClone: string;
8944
+ accountGroup: string;
8945
+ accountID: string;
8945
8946
  username: string;
8946
8947
  fullname: string;
8947
8948
  typeAccountSetting: string;
@@ -8955,31 +8956,18 @@ interface IDevicePopupViewAccountSocial {
8955
8956
  status: EStatusAccountSocialRaw;
8956
8957
  isActiveOnDevice: boolean;
8957
8958
  }
8958
- interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
8959
- }
8960
- interface DevicePopupViewAccountThreadsDto extends IDevicePopupViewAccountSocial {
8961
- }
8962
- interface DevicePopupOverviewAddAccountDto {
8963
- totalAccounts: number;
8964
- availableAccounts: number;
8965
- lockedAccounts: number;
8966
- typeAccounts: {
8967
- business: number;
8968
- individual: number;
8969
- };
8970
- }
8971
8959
  interface DevicePopupListAddAccountDto {
8972
8960
  id: string;
8973
8961
  idea: string;
8974
8962
  niche: string;
8975
8963
  type: ETypeManagerWorkClassify;
8976
8964
  accountGroup: string;
8977
- accountId: string;
8965
+ accountID: string;
8978
8966
  username: string;
8979
8967
  fullname: string;
8980
8968
  email: string;
8981
8969
  password: string;
8982
- typeAccount: ETypeAccountInstagramSetting;
8970
+ typeAccountSetting: ETypeAccountInstagramSetting;
8983
8971
  status: EStatusAccountSocialRaw;
8984
8972
  departmentCreator: string;
8985
8973
  teamCreator: string;
@@ -8988,6 +8976,19 @@ interface DevicePopupListAddAccountDto {
8988
8976
  createdAt: Date;
8989
8977
  updatedAt: Date;
8990
8978
  }
8979
+ interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
8980
+ }
8981
+ interface DevicePopupViewAccountThreadsDto extends IDevicePopupViewAccountSocial {
8982
+ }
8983
+ interface DevicePopupOverviewAddAccountDto {
8984
+ totalAccounts: number;
8985
+ availableAccounts: number;
8986
+ lockedAccounts: number;
8987
+ typeAccounts: {
8988
+ business: number;
8989
+ individual: number;
8990
+ };
8991
+ }
8991
8992
  interface AddAccountForDeviceDto {
8992
8993
  deviceId: string;
8993
8994
  typeSocial: ETypeSocial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.285",
3
+ "version": "5.4.287",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",