automation-lib 5.4.266 → 5.4.267

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
@@ -5879,11 +5879,11 @@ interface ResultImportInstagramAccountRawDto {
5879
5879
  result: Array<{
5880
5880
  row: number;
5881
5881
  status: EStatusImportAccountSocial;
5882
- data: {
5882
+ data: Array<{
5883
5883
  colName: string;
5884
5884
  colSymbol: string;
5885
5885
  val: string;
5886
- };
5886
+ }>;
5887
5887
  }>;
5888
5888
  }
5889
5889
  interface ImportInstagramAccountRawDto {
package/dist/index.d.ts CHANGED
@@ -5879,11 +5879,11 @@ interface ResultImportInstagramAccountRawDto {
5879
5879
  result: Array<{
5880
5880
  row: number;
5881
5881
  status: EStatusImportAccountSocial;
5882
- data: {
5882
+ data: Array<{
5883
5883
  colName: string;
5884
5884
  colSymbol: string;
5885
5885
  val: string;
5886
- };
5886
+ }>;
5887
5887
  }>;
5888
5888
  }
5889
5889
  interface ImportInstagramAccountRawDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.266",
3
+ "version": "5.4.267",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",