automation-lib 5.7.3 → 5.7.5

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
@@ -5919,7 +5919,7 @@ interface DataActionChangeInfoInstagramAccountRawDto {
5919
5919
  totalCols: number;
5920
5920
  listChangeInfo: Array<EAccountInstagramTypeChangeInfo>;
5921
5921
  };
5922
- result: {
5922
+ result: Array<{
5923
5923
  row: number;
5924
5924
  oldUsername?: {
5925
5925
  colName: string;
@@ -5995,7 +5995,7 @@ interface DataActionChangeInfoInstagramAccountRawDto {
5995
5995
  }>;
5996
5996
  }>;
5997
5997
  };
5998
- };
5998
+ }>;
5999
5999
  }
6000
6000
 
6001
6001
  interface ViewSettingInstagramOfAccountDto {
package/dist/index.d.ts CHANGED
@@ -5919,7 +5919,7 @@ interface DataActionChangeInfoInstagramAccountRawDto {
5919
5919
  totalCols: number;
5920
5920
  listChangeInfo: Array<EAccountInstagramTypeChangeInfo>;
5921
5921
  };
5922
- result: {
5922
+ result: Array<{
5923
5923
  row: number;
5924
5924
  oldUsername?: {
5925
5925
  colName: string;
@@ -5995,7 +5995,7 @@ interface DataActionChangeInfoInstagramAccountRawDto {
5995
5995
  }>;
5996
5996
  }>;
5997
5997
  };
5998
- };
5998
+ }>;
5999
5999
  }
6000
6000
 
6001
6001
  interface ViewSettingInstagramOfAccountDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.3",
3
+ "version": "5.7.5",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",