automation-lib 6.6.601 → 6.6.602
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1425,7 +1425,9 @@ declare enum EFilterOptionDevice {
|
|
|
1425
1425
|
UserAssign = "userAssign",
|
|
1426
1426
|
DepartmentAssign = "departmentAssign",
|
|
1427
1427
|
TeamAssign = "teamAssign",
|
|
1428
|
-
LeaderAssign = "leaderAssign"
|
|
1428
|
+
LeaderAssign = "leaderAssign",
|
|
1429
|
+
Idea = "idea",
|
|
1430
|
+
Niche = "niche"
|
|
1429
1431
|
}
|
|
1430
1432
|
|
|
1431
1433
|
declare enum ETypeExport {
|
package/dist/index.d.ts
CHANGED
|
@@ -1425,7 +1425,9 @@ declare enum EFilterOptionDevice {
|
|
|
1425
1425
|
UserAssign = "userAssign",
|
|
1426
1426
|
DepartmentAssign = "departmentAssign",
|
|
1427
1427
|
TeamAssign = "teamAssign",
|
|
1428
|
-
LeaderAssign = "leaderAssign"
|
|
1428
|
+
LeaderAssign = "leaderAssign",
|
|
1429
|
+
Idea = "idea",
|
|
1430
|
+
Niche = "niche"
|
|
1429
1431
|
}
|
|
1430
1432
|
|
|
1431
1433
|
declare enum ETypeExport {
|
package/dist/index.js
CHANGED
|
@@ -2001,6 +2001,8 @@ var EFilterOptionDevice = /* @__PURE__ */ ((EFilterOptionDevice2) => {
|
|
|
2001
2001
|
EFilterOptionDevice2["DepartmentAssign"] = "departmentAssign";
|
|
2002
2002
|
EFilterOptionDevice2["TeamAssign"] = "teamAssign";
|
|
2003
2003
|
EFilterOptionDevice2["LeaderAssign"] = "leaderAssign";
|
|
2004
|
+
EFilterOptionDevice2["Idea"] = "idea";
|
|
2005
|
+
EFilterOptionDevice2["Niche"] = "niche";
|
|
2004
2006
|
return EFilterOptionDevice2;
|
|
2005
2007
|
})(EFilterOptionDevice || {});
|
|
2006
2008
|
|
package/dist/index.mjs
CHANGED
|
@@ -1673,6 +1673,8 @@ var EFilterOptionDevice = /* @__PURE__ */ ((EFilterOptionDevice2) => {
|
|
|
1673
1673
|
EFilterOptionDevice2["DepartmentAssign"] = "departmentAssign";
|
|
1674
1674
|
EFilterOptionDevice2["TeamAssign"] = "teamAssign";
|
|
1675
1675
|
EFilterOptionDevice2["LeaderAssign"] = "leaderAssign";
|
|
1676
|
+
EFilterOptionDevice2["Idea"] = "idea";
|
|
1677
|
+
EFilterOptionDevice2["Niche"] = "niche";
|
|
1676
1678
|
return EFilterOptionDevice2;
|
|
1677
1679
|
})(EFilterOptionDevice || {});
|
|
1678
1680
|
|