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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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 {
|