automation-lib 5.1.123 → 5.1.125

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
@@ -5067,6 +5067,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
5067
5067
  };
5068
5068
  }
5069
5069
  interface AutoFillInstagramAccountRawDto {
5070
+ sheet: {
5071
+ url: string;
5072
+ name: string;
5073
+ };
5070
5074
  accountID: {
5071
5075
  id: string;
5072
5076
  val: string;
package/dist/index.d.ts CHANGED
@@ -5067,6 +5067,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
5067
5067
  };
5068
5068
  }
5069
5069
  interface AutoFillInstagramAccountRawDto {
5070
+ sheet: {
5071
+ url: string;
5072
+ name: string;
5073
+ };
5070
5074
  accountID: {
5071
5075
  id: string;
5072
5076
  val: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.123",
3
+ "version": "5.1.125",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",