automation-lib 5.1.382 → 5.1.384
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 +28 -2
- package/dist/index.d.ts +28 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5851,6 +5851,8 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
|
|
|
5851
5851
|
accountGroup: string[];
|
|
5852
5852
|
account: string[];
|
|
5853
5853
|
sheetName: string[];
|
|
5854
|
+
statusSyncAccount: EStatusAccountSocialSync[];
|
|
5855
|
+
timeAction: [Date, Date];
|
|
5854
5856
|
}
|
|
5855
5857
|
|
|
5856
5858
|
interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
@@ -5981,6 +5983,25 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
|
|
|
5981
5983
|
accountGroup: string[];
|
|
5982
5984
|
account: string[];
|
|
5983
5985
|
sheetName: string[];
|
|
5986
|
+
changeType: string[];
|
|
5987
|
+
statusChangeAvatar: EStatusChangeInfo[];
|
|
5988
|
+
statusChangeCover: EStatusChangeInfo[];
|
|
5989
|
+
statusChangeUsername: EStatusChangeInfo[];
|
|
5990
|
+
statusChangeFullname: EStatusChangeInfo[];
|
|
5991
|
+
statusChangeEmail: EStatusChangeInfo[];
|
|
5992
|
+
statusChange2fa: EStatusChangeInfo[];
|
|
5993
|
+
statusChangePassword: EStatusChangeInfo[];
|
|
5994
|
+
statusChangeBio: EStatusChangeInfo[];
|
|
5995
|
+
statusAccountSetting: EStatusAccountSocialSetting[];
|
|
5996
|
+
timeChangeAvatar: [Date, Date];
|
|
5997
|
+
timeChangeCover: [Date, Date];
|
|
5998
|
+
timeChangeUserName: [Date, Date];
|
|
5999
|
+
timeChangeFullname: [Date, Date];
|
|
6000
|
+
timeChangeEmail: [Date, Date];
|
|
6001
|
+
timeChange2FA: [Date, Date];
|
|
6002
|
+
timeChangePassword: [Date, Date];
|
|
6003
|
+
timeChangeBio: [Date, Date];
|
|
6004
|
+
timeAction: [Date, Date];
|
|
5984
6005
|
}
|
|
5985
6006
|
|
|
5986
6007
|
interface FindOverviewInstagramHistoryCreateNewDto {
|
|
@@ -6068,6 +6089,9 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
|
|
|
6068
6089
|
accountGroup: string[];
|
|
6069
6090
|
account: string[];
|
|
6070
6091
|
sheetName: string[];
|
|
6092
|
+
model: EAIModelImage[];
|
|
6093
|
+
folderName: string[];
|
|
6094
|
+
timeAction: [Date, Date];
|
|
6071
6095
|
}
|
|
6072
6096
|
|
|
6073
6097
|
interface FindOverviewInstagramHistoryGroupDto {
|
|
@@ -6137,7 +6161,7 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
6137
6161
|
emailRecover: string;
|
|
6138
6162
|
};
|
|
6139
6163
|
}
|
|
6140
|
-
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6164
|
+
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBaseAccountSocialDto, 'accountGroup'> {
|
|
6141
6165
|
team: string[];
|
|
6142
6166
|
leader: string[];
|
|
6143
6167
|
department: string[];
|
|
@@ -6151,9 +6175,11 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAcco
|
|
|
6151
6175
|
type: ETypeManagerWorkClassify[];
|
|
6152
6176
|
pc: string[];
|
|
6153
6177
|
device: string[];
|
|
6154
|
-
accountGroup: string[];
|
|
6155
6178
|
account: string[];
|
|
6156
6179
|
sheetName: string[];
|
|
6180
|
+
oldGroup: string[];
|
|
6181
|
+
newGroup: string[];
|
|
6182
|
+
timeAction: [Date, Date];
|
|
6157
6183
|
}
|
|
6158
6184
|
|
|
6159
6185
|
interface FindInstagramAccountRawDto extends IFindBaseDto, IInstagramAccountRaw {
|
package/dist/index.d.ts
CHANGED
|
@@ -5851,6 +5851,8 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
|
|
|
5851
5851
|
accountGroup: string[];
|
|
5852
5852
|
account: string[];
|
|
5853
5853
|
sheetName: string[];
|
|
5854
|
+
statusSyncAccount: EStatusAccountSocialSync[];
|
|
5855
|
+
timeAction: [Date, Date];
|
|
5854
5856
|
}
|
|
5855
5857
|
|
|
5856
5858
|
interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
@@ -5981,6 +5983,25 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
|
|
|
5981
5983
|
accountGroup: string[];
|
|
5982
5984
|
account: string[];
|
|
5983
5985
|
sheetName: string[];
|
|
5986
|
+
changeType: string[];
|
|
5987
|
+
statusChangeAvatar: EStatusChangeInfo[];
|
|
5988
|
+
statusChangeCover: EStatusChangeInfo[];
|
|
5989
|
+
statusChangeUsername: EStatusChangeInfo[];
|
|
5990
|
+
statusChangeFullname: EStatusChangeInfo[];
|
|
5991
|
+
statusChangeEmail: EStatusChangeInfo[];
|
|
5992
|
+
statusChange2fa: EStatusChangeInfo[];
|
|
5993
|
+
statusChangePassword: EStatusChangeInfo[];
|
|
5994
|
+
statusChangeBio: EStatusChangeInfo[];
|
|
5995
|
+
statusAccountSetting: EStatusAccountSocialSetting[];
|
|
5996
|
+
timeChangeAvatar: [Date, Date];
|
|
5997
|
+
timeChangeCover: [Date, Date];
|
|
5998
|
+
timeChangeUserName: [Date, Date];
|
|
5999
|
+
timeChangeFullname: [Date, Date];
|
|
6000
|
+
timeChangeEmail: [Date, Date];
|
|
6001
|
+
timeChange2FA: [Date, Date];
|
|
6002
|
+
timeChangePassword: [Date, Date];
|
|
6003
|
+
timeChangeBio: [Date, Date];
|
|
6004
|
+
timeAction: [Date, Date];
|
|
5984
6005
|
}
|
|
5985
6006
|
|
|
5986
6007
|
interface FindOverviewInstagramHistoryCreateNewDto {
|
|
@@ -6068,6 +6089,9 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
|
|
|
6068
6089
|
accountGroup: string[];
|
|
6069
6090
|
account: string[];
|
|
6070
6091
|
sheetName: string[];
|
|
6092
|
+
model: EAIModelImage[];
|
|
6093
|
+
folderName: string[];
|
|
6094
|
+
timeAction: [Date, Date];
|
|
6071
6095
|
}
|
|
6072
6096
|
|
|
6073
6097
|
interface FindOverviewInstagramHistoryGroupDto {
|
|
@@ -6137,7 +6161,7 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
6137
6161
|
emailRecover: string;
|
|
6138
6162
|
};
|
|
6139
6163
|
}
|
|
6140
|
-
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6164
|
+
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBaseAccountSocialDto, 'accountGroup'> {
|
|
6141
6165
|
team: string[];
|
|
6142
6166
|
leader: string[];
|
|
6143
6167
|
department: string[];
|
|
@@ -6151,9 +6175,11 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAcco
|
|
|
6151
6175
|
type: ETypeManagerWorkClassify[];
|
|
6152
6176
|
pc: string[];
|
|
6153
6177
|
device: string[];
|
|
6154
|
-
accountGroup: string[];
|
|
6155
6178
|
account: string[];
|
|
6156
6179
|
sheetName: string[];
|
|
6180
|
+
oldGroup: string[];
|
|
6181
|
+
newGroup: string[];
|
|
6182
|
+
timeAction: [Date, Date];
|
|
6157
6183
|
}
|
|
6158
6184
|
|
|
6159
6185
|
interface FindInstagramAccountRawDto extends IFindBaseDto, IInstagramAccountRaw {
|