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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
7936
|
+
assignmentStatus: EAssignedInstagramAccountRaw[];
|
|
7937
7937
|
statusCreateFolder: string[];
|
|
7938
7938
|
createdDateRange: [Date, Date];
|
|
7939
7939
|
updatedDateRange: [Date, Date];
|