automation-lib 5.4.258 → 5.4.259

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
@@ -5838,12 +5838,14 @@ interface ResultImportInstagramAccountRawDto {
5838
5838
  };
5839
5839
  message: string;
5840
5840
  };
5841
- data: Array<{
5841
+ result: Array<{
5842
5842
  row: number;
5843
5843
  status: EStatusImportAccountSocial;
5844
- colName: string;
5845
- colSymbol: string;
5846
- val: string;
5844
+ data: {
5845
+ colName: string;
5846
+ colSymbol: string;
5847
+ val: string;
5848
+ };
5847
5849
  }>;
5848
5850
  }
5849
5851
  interface ImportInstagramAccountRawDto {
package/dist/index.d.ts CHANGED
@@ -5838,12 +5838,14 @@ interface ResultImportInstagramAccountRawDto {
5838
5838
  };
5839
5839
  message: string;
5840
5840
  };
5841
- data: Array<{
5841
+ result: Array<{
5842
5842
  row: number;
5843
5843
  status: EStatusImportAccountSocial;
5844
- colName: string;
5845
- colSymbol: string;
5846
- val: string;
5844
+ data: {
5845
+ colName: string;
5846
+ colSymbol: string;
5847
+ val: string;
5848
+ };
5847
5849
  }>;
5848
5850
  }
5849
5851
  interface ImportInstagramAccountRawDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.258",
3
+ "version": "5.4.259",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",