automation-lib 6.6.417 → 6.6.418

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
@@ -7933,7 +7933,7 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
7933
7933
  departmentToAssign: string[];
7934
7934
  leaderTeamToAssign: string[];
7935
7935
  memberToAssign: string[];
7936
- assignmentStatus: string[];
7936
+ assignmentStatus: EAssignedInstagramAccountRaw[];
7937
7937
  statusCreateFolder: string[];
7938
7938
  createdDateRange: [Date, Date];
7939
7939
  updatedDateRange: [Date, Date];
package/dist/index.d.ts CHANGED
@@ -7933,7 +7933,7 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
7933
7933
  departmentToAssign: string[];
7934
7934
  leaderTeamToAssign: string[];
7935
7935
  memberToAssign: string[];
7936
- assignmentStatus: string[];
7936
+ assignmentStatus: EAssignedInstagramAccountRaw[];
7937
7937
  statusCreateFolder: string[];
7938
7938
  createdDateRange: [Date, Date];
7939
7939
  updatedDateRange: [Date, Date];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.417",
3
+ "version": "6.6.418",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",