automation-lib 5.1.488 → 5.1.489

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
@@ -9826,7 +9826,6 @@ interface FilterTeamDto extends IFilterBaseDto {
9826
9826
  leaderName: string[];
9827
9827
  teamName: string[];
9828
9828
  memberName: string[];
9829
- typeSocial: ETypeSocial[];
9830
9829
  status: EStatusTeam[];
9831
9830
  }
9832
9831
 
package/dist/index.d.ts CHANGED
@@ -9826,7 +9826,6 @@ interface FilterTeamDto extends IFilterBaseDto {
9826
9826
  leaderName: string[];
9827
9827
  teamName: string[];
9828
9828
  memberName: string[];
9829
- typeSocial: ETypeSocial[];
9830
9829
  status: EStatusTeam[];
9831
9830
  }
9832
9831
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.488",
3
+ "version": "5.1.489",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",