automation-lib 5.0.205 → 5.0.207

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
@@ -3884,19 +3884,19 @@ interface FindOverviewAccountCHPlayICloudDto {
3884
3884
  };
3885
3885
  }
3886
3886
 
3887
- interface FindInstagramHistoryGroupDto extends IBaseDto {
3887
+ interface FindInstagramHistoryGroupDto extends IBaseDto, IInstagramHistoryGroup {
3888
3888
  }
3889
- interface FilterInstagramHistoryGroupDto extends IBaseDto {
3889
+ interface FilterInstagramHistoryGroupDto extends IBaseDto, IInstagramHistoryGroup {
3890
3890
  }
3891
3891
 
3892
- interface FindInstagramHistoryAutoSyncDto extends IBaseDto {
3892
+ interface FindInstagramHistoryAutoSyncDto extends IBaseDto, IInstagramHistoryAutoSync {
3893
3893
  }
3894
- interface FilterInstagramHistoryAutoSyncDto extends IBaseDto {
3894
+ interface FilterInstagramHistoryAutoSyncDto extends IBaseDto, IInstagramHistoryAutoSync {
3895
3895
  }
3896
3896
 
3897
- interface FindInstagramHistoryChangeCreateDto extends IBaseDto {
3897
+ interface FindInstagramHistoryChangeCreateDto extends IBaseDto, IInstagramHistoryChangeCreate {
3898
3898
  }
3899
- interface FilterInstagramHistoryChangeCreateDto extends IBaseDto {
3899
+ interface FilterInstagramHistoryChangeCreateDto extends IBaseDto, IInstagramHistoryChangeCreate {
3900
3900
  }
3901
3901
 
3902
3902
  interface FindThreadsAccountGroupDto extends IBaseDto, IThreadsAccountGroup {
package/dist/index.d.ts CHANGED
@@ -3884,19 +3884,19 @@ interface FindOverviewAccountCHPlayICloudDto {
3884
3884
  };
3885
3885
  }
3886
3886
 
3887
- interface FindInstagramHistoryGroupDto extends IBaseDto {
3887
+ interface FindInstagramHistoryGroupDto extends IBaseDto, IInstagramHistoryGroup {
3888
3888
  }
3889
- interface FilterInstagramHistoryGroupDto extends IBaseDto {
3889
+ interface FilterInstagramHistoryGroupDto extends IBaseDto, IInstagramHistoryGroup {
3890
3890
  }
3891
3891
 
3892
- interface FindInstagramHistoryAutoSyncDto extends IBaseDto {
3892
+ interface FindInstagramHistoryAutoSyncDto extends IBaseDto, IInstagramHistoryAutoSync {
3893
3893
  }
3894
- interface FilterInstagramHistoryAutoSyncDto extends IBaseDto {
3894
+ interface FilterInstagramHistoryAutoSyncDto extends IBaseDto, IInstagramHistoryAutoSync {
3895
3895
  }
3896
3896
 
3897
- interface FindInstagramHistoryChangeCreateDto extends IBaseDto {
3897
+ interface FindInstagramHistoryChangeCreateDto extends IBaseDto, IInstagramHistoryChangeCreate {
3898
3898
  }
3899
- interface FilterInstagramHistoryChangeCreateDto extends IBaseDto {
3899
+ interface FilterInstagramHistoryChangeCreateDto extends IBaseDto, IInstagramHistoryChangeCreate {
3900
3900
  }
3901
3901
 
3902
3902
  interface FindThreadsAccountGroupDto extends IBaseDto, IThreadsAccountGroup {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.205",
3
+ "version": "5.0.207",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",