automation-lib 5.1.345 → 5.1.346
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 +9 -9
- package/dist/index.d.ts +9 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2520,7 +2520,7 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2520
2520
|
}
|
|
2521
2521
|
|
|
2522
2522
|
interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
2523
|
-
accountID:
|
|
2523
|
+
accountID: number;
|
|
2524
2524
|
accountUsername: string;
|
|
2525
2525
|
accountEmail: string;
|
|
2526
2526
|
accountDeviceType: string;
|
|
@@ -4668,7 +4668,7 @@ interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
|
4668
4668
|
}
|
|
4669
4669
|
|
|
4670
4670
|
interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
|
|
4671
|
-
accountID:
|
|
4671
|
+
accountID: number;
|
|
4672
4672
|
accountUsername: string;
|
|
4673
4673
|
accountFullname: string;
|
|
4674
4674
|
accountDeviceType: string;
|
|
@@ -4706,7 +4706,7 @@ interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccoun
|
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
4708
|
interface FindThreadsHistoryAutoSyncDto extends IFindBaseDto, IThreadsHistoryAutoSync {
|
|
4709
|
-
accountID:
|
|
4709
|
+
accountID: number;
|
|
4710
4710
|
accountUsername: string;
|
|
4711
4711
|
accountFullname: string;
|
|
4712
4712
|
accountDeviceType: string;
|
|
@@ -4744,7 +4744,7 @@ interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
4744
4744
|
}
|
|
4745
4745
|
|
|
4746
4746
|
interface FindThreadsHistoryCreateDto extends IFindBaseDto, IThreadsHistoryCreate {
|
|
4747
|
-
accountID:
|
|
4747
|
+
accountID: number;
|
|
4748
4748
|
accountUsername: string;
|
|
4749
4749
|
accountFullname: string;
|
|
4750
4750
|
accountDeviceType: string;
|
|
@@ -4782,7 +4782,7 @@ interface FilterThreadsHistoryCreateDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
4782
4782
|
}
|
|
4783
4783
|
|
|
4784
4784
|
interface FindThreadsHistoryChangeDto extends IFindBaseDto, IThreadsHistoryChange {
|
|
4785
|
-
accountID:
|
|
4785
|
+
accountID: number;
|
|
4786
4786
|
accountUsername: string;
|
|
4787
4787
|
accountFullname: string;
|
|
4788
4788
|
accountDeviceType: string;
|
|
@@ -5725,7 +5725,7 @@ interface FindOverviewInstagramHistoryAutoSyncDto {
|
|
|
5725
5725
|
};
|
|
5726
5726
|
}
|
|
5727
5727
|
interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistoryAutoSync {
|
|
5728
|
-
accountID:
|
|
5728
|
+
accountID: number;
|
|
5729
5729
|
accountUsername: string;
|
|
5730
5730
|
accountFullname: string;
|
|
5731
5731
|
accountDeviceType: string;
|
|
@@ -5783,7 +5783,7 @@ interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
|
5783
5783
|
};
|
|
5784
5784
|
}
|
|
5785
5785
|
interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHistoryChangeInfo {
|
|
5786
|
-
accountID:
|
|
5786
|
+
accountID: number;
|
|
5787
5787
|
accountUsername: string;
|
|
5788
5788
|
accountFullname: string;
|
|
5789
5789
|
accountDeviceType: string;
|
|
@@ -5841,7 +5841,7 @@ interface FindOverviewInstagramHistoryCreateFolderNameDto {
|
|
|
5841
5841
|
};
|
|
5842
5842
|
}
|
|
5843
5843
|
interface FindInstagramHistoryCreateFolderNameDto extends IFindBaseDto, IInstagramHistoryCreateFolderName {
|
|
5844
|
-
accountID:
|
|
5844
|
+
accountID: number;
|
|
5845
5845
|
accountUsername: string;
|
|
5846
5846
|
accountFullname: string;
|
|
5847
5847
|
accountDeviceType: string;
|
|
@@ -5899,7 +5899,7 @@ interface FindOverviewInstagramHistoryGroupDto {
|
|
|
5899
5899
|
};
|
|
5900
5900
|
}
|
|
5901
5901
|
interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGroup {
|
|
5902
|
-
accountID:
|
|
5902
|
+
accountID: number;
|
|
5903
5903
|
accountUsername: string;
|
|
5904
5904
|
accountFullname: string;
|
|
5905
5905
|
accountDeviceType: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2520,7 +2520,7 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2520
2520
|
}
|
|
2521
2521
|
|
|
2522
2522
|
interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
2523
|
-
accountID:
|
|
2523
|
+
accountID: number;
|
|
2524
2524
|
accountUsername: string;
|
|
2525
2525
|
accountEmail: string;
|
|
2526
2526
|
accountDeviceType: string;
|
|
@@ -4668,7 +4668,7 @@ interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
|
4668
4668
|
}
|
|
4669
4669
|
|
|
4670
4670
|
interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
|
|
4671
|
-
accountID:
|
|
4671
|
+
accountID: number;
|
|
4672
4672
|
accountUsername: string;
|
|
4673
4673
|
accountFullname: string;
|
|
4674
4674
|
accountDeviceType: string;
|
|
@@ -4706,7 +4706,7 @@ interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccoun
|
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
4708
|
interface FindThreadsHistoryAutoSyncDto extends IFindBaseDto, IThreadsHistoryAutoSync {
|
|
4709
|
-
accountID:
|
|
4709
|
+
accountID: number;
|
|
4710
4710
|
accountUsername: string;
|
|
4711
4711
|
accountFullname: string;
|
|
4712
4712
|
accountDeviceType: string;
|
|
@@ -4744,7 +4744,7 @@ interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
4744
4744
|
}
|
|
4745
4745
|
|
|
4746
4746
|
interface FindThreadsHistoryCreateDto extends IFindBaseDto, IThreadsHistoryCreate {
|
|
4747
|
-
accountID:
|
|
4747
|
+
accountID: number;
|
|
4748
4748
|
accountUsername: string;
|
|
4749
4749
|
accountFullname: string;
|
|
4750
4750
|
accountDeviceType: string;
|
|
@@ -4782,7 +4782,7 @@ interface FilterThreadsHistoryCreateDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
4782
4782
|
}
|
|
4783
4783
|
|
|
4784
4784
|
interface FindThreadsHistoryChangeDto extends IFindBaseDto, IThreadsHistoryChange {
|
|
4785
|
-
accountID:
|
|
4785
|
+
accountID: number;
|
|
4786
4786
|
accountUsername: string;
|
|
4787
4787
|
accountFullname: string;
|
|
4788
4788
|
accountDeviceType: string;
|
|
@@ -5725,7 +5725,7 @@ interface FindOverviewInstagramHistoryAutoSyncDto {
|
|
|
5725
5725
|
};
|
|
5726
5726
|
}
|
|
5727
5727
|
interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistoryAutoSync {
|
|
5728
|
-
accountID:
|
|
5728
|
+
accountID: number;
|
|
5729
5729
|
accountUsername: string;
|
|
5730
5730
|
accountFullname: string;
|
|
5731
5731
|
accountDeviceType: string;
|
|
@@ -5783,7 +5783,7 @@ interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
|
5783
5783
|
};
|
|
5784
5784
|
}
|
|
5785
5785
|
interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHistoryChangeInfo {
|
|
5786
|
-
accountID:
|
|
5786
|
+
accountID: number;
|
|
5787
5787
|
accountUsername: string;
|
|
5788
5788
|
accountFullname: string;
|
|
5789
5789
|
accountDeviceType: string;
|
|
@@ -5841,7 +5841,7 @@ interface FindOverviewInstagramHistoryCreateFolderNameDto {
|
|
|
5841
5841
|
};
|
|
5842
5842
|
}
|
|
5843
5843
|
interface FindInstagramHistoryCreateFolderNameDto extends IFindBaseDto, IInstagramHistoryCreateFolderName {
|
|
5844
|
-
accountID:
|
|
5844
|
+
accountID: number;
|
|
5845
5845
|
accountUsername: string;
|
|
5846
5846
|
accountFullname: string;
|
|
5847
5847
|
accountDeviceType: string;
|
|
@@ -5899,7 +5899,7 @@ interface FindOverviewInstagramHistoryGroupDto {
|
|
|
5899
5899
|
};
|
|
5900
5900
|
}
|
|
5901
5901
|
interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGroup {
|
|
5902
|
-
accountID:
|
|
5902
|
+
accountID: number;
|
|
5903
5903
|
accountUsername: string;
|
|
5904
5904
|
accountFullname: string;
|
|
5905
5905
|
accountDeviceType: string;
|