automation-lib 5.1.304 → 5.1.305

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
@@ -9091,7 +9091,6 @@ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam
9091
9091
  }
9092
9092
  interface FilterTeamDto extends IFilterBaseDto {
9093
9093
  department: string[];
9094
- listTypeSocials: ETypeSocial[];
9095
9094
  leader: string[];
9096
9095
  status: EStatusTeam[];
9097
9096
  }
package/dist/index.d.ts CHANGED
@@ -9091,7 +9091,6 @@ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam
9091
9091
  }
9092
9092
  interface FilterTeamDto extends IFilterBaseDto {
9093
9093
  department: string[];
9094
- listTypeSocials: ETypeSocial[];
9095
9094
  leader: string[];
9096
9095
  status: EStatusTeam[];
9097
9096
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.304",
3
+ "version": "5.1.305",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",