automation-lib 5.1.549 → 5.1.550

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
@@ -10084,6 +10084,7 @@ interface ImportManagerWorkDto {
10084
10084
  sheetName: string;
10085
10085
  sheetUrl: string;
10086
10086
  department: string;
10087
+ team: string;
10087
10088
  user: string;
10088
10089
  }
10089
10090
  interface CreateManagerWorkDto {
@@ -10138,6 +10139,7 @@ interface ImportSheetWorkDto {
10138
10139
  sheetName: string;
10139
10140
  sheetUrl: string;
10140
10141
  department: string;
10142
+ team: string;
10141
10143
  user: string;
10142
10144
  }
10143
10145
  interface CreateSheetWorkDto {
package/dist/index.d.ts CHANGED
@@ -10084,6 +10084,7 @@ interface ImportManagerWorkDto {
10084
10084
  sheetName: string;
10085
10085
  sheetUrl: string;
10086
10086
  department: string;
10087
+ team: string;
10087
10088
  user: string;
10088
10089
  }
10089
10090
  interface CreateManagerWorkDto {
@@ -10138,6 +10139,7 @@ interface ImportSheetWorkDto {
10138
10139
  sheetName: string;
10139
10140
  sheetUrl: string;
10140
10141
  department: string;
10142
+ team: string;
10141
10143
  user: string;
10142
10144
  }
10143
10145
  interface CreateSheetWorkDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.549",
3
+ "version": "5.1.550",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",