automation-lib 5.4.223 → 5.4.224

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
@@ -5774,6 +5774,9 @@ interface AutoFillOverviewInstagramAccountRawDto {
5774
5774
  colSymbol: string;
5775
5775
  listValsOnCol: string[];
5776
5776
  };
5777
+ note?: {
5778
+ listAccountUnavailableOnSystem?: string[];
5779
+ };
5777
5780
  }
5778
5781
  interface AutoFillInstagramAccountRawDto {
5779
5782
  sheet: {
package/dist/index.d.ts CHANGED
@@ -5774,6 +5774,9 @@ interface AutoFillOverviewInstagramAccountRawDto {
5774
5774
  colSymbol: string;
5775
5775
  listValsOnCol: string[];
5776
5776
  };
5777
+ note?: {
5778
+ listAccountUnavailableOnSystem?: string[];
5779
+ };
5777
5780
  }
5778
5781
  interface AutoFillInstagramAccountRawDto {
5779
5782
  sheet: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.223",
3
+ "version": "5.4.224",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",