automation-lib 5.4.308 → 5.4.309

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
@@ -6986,7 +6986,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
6986
6986
  status: EStatusActive[];
6987
6987
  }
6988
6988
  interface CreateInstagramSettingInteractFollowDto {
6989
- accountId: string;
6989
+ listAccountIds: string[];
6990
6990
  timezone: ETimeZone;
6991
6991
  dayOfWeeks: EDayOfWeek[];
6992
6992
  listRunTimes: Array<{
@@ -7158,7 +7158,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
7158
7158
  status: EStatusActive[];
7159
7159
  }
7160
7160
  interface CreateInstagramSettingInteractReplyCommentDto {
7161
- accountId: string;
7161
+ listAccountIds: string[];
7162
7162
  timezone: ETimeZone;
7163
7163
  dayOfWeeks: EDayOfWeek[];
7164
7164
  listRunTimes: Array<{
@@ -7307,7 +7307,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
7307
7307
  status: EStatusActive[];
7308
7308
  }
7309
7309
  interface CreateInstagramSettingInteractReplyMessageDto {
7310
- accountId: string;
7310
+ listAccountIds: string[];
7311
7311
  timezone: ETimeZone;
7312
7312
  dayOfWeeks: EDayOfWeek[];
7313
7313
  listRunTimes: Array<{
@@ -7459,7 +7459,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
7459
7459
  status: EStatusActive[];
7460
7460
  }
7461
7461
  interface CreateInstagramSettingInteractUnFollowDto {
7462
- accountId: string;
7462
+ listAccountIds: string[];
7463
7463
  timezone: ETimeZone;
7464
7464
  dayOfWeeks: EDayOfWeek[];
7465
7465
  listRunTimes: Array<{
@@ -7501,7 +7501,7 @@ interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
7501
7501
  }
7502
7502
 
7503
7503
  interface CreateInstagramSettingPostDto {
7504
- accountId: string;
7504
+ listAccountIds: string[];
7505
7505
  timezone: ETimeZone;
7506
7506
  dayOfWeeks: EDayOfWeek[];
7507
7507
  listRunTimes: Array<{
package/dist/index.d.ts CHANGED
@@ -6986,7 +6986,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
6986
6986
  status: EStatusActive[];
6987
6987
  }
6988
6988
  interface CreateInstagramSettingInteractFollowDto {
6989
- accountId: string;
6989
+ listAccountIds: string[];
6990
6990
  timezone: ETimeZone;
6991
6991
  dayOfWeeks: EDayOfWeek[];
6992
6992
  listRunTimes: Array<{
@@ -7158,7 +7158,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
7158
7158
  status: EStatusActive[];
7159
7159
  }
7160
7160
  interface CreateInstagramSettingInteractReplyCommentDto {
7161
- accountId: string;
7161
+ listAccountIds: string[];
7162
7162
  timezone: ETimeZone;
7163
7163
  dayOfWeeks: EDayOfWeek[];
7164
7164
  listRunTimes: Array<{
@@ -7307,7 +7307,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
7307
7307
  status: EStatusActive[];
7308
7308
  }
7309
7309
  interface CreateInstagramSettingInteractReplyMessageDto {
7310
- accountId: string;
7310
+ listAccountIds: string[];
7311
7311
  timezone: ETimeZone;
7312
7312
  dayOfWeeks: EDayOfWeek[];
7313
7313
  listRunTimes: Array<{
@@ -7459,7 +7459,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
7459
7459
  status: EStatusActive[];
7460
7460
  }
7461
7461
  interface CreateInstagramSettingInteractUnFollowDto {
7462
- accountId: string;
7462
+ listAccountIds: string[];
7463
7463
  timezone: ETimeZone;
7464
7464
  dayOfWeeks: EDayOfWeek[];
7465
7465
  listRunTimes: Array<{
@@ -7501,7 +7501,7 @@ interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
7501
7501
  }
7502
7502
 
7503
7503
  interface CreateInstagramSettingPostDto {
7504
- accountId: string;
7504
+ listAccountIds: string[];
7505
7505
  timezone: ETimeZone;
7506
7506
  dayOfWeeks: EDayOfWeek[];
7507
7507
  listRunTimes: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.308",
3
+ "version": "5.4.309",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",