automation-lib 5.1.383 → 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 +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5848,6 +5848,7 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
|
|
|
5848
5848
|
type: ETypeManagerWorkClassify[];
|
|
5849
5849
|
pc: string[];
|
|
5850
5850
|
device: string[];
|
|
5851
|
+
accountGroup: string[];
|
|
5851
5852
|
account: string[];
|
|
5852
5853
|
sheetName: string[];
|
|
5853
5854
|
statusSyncAccount: EStatusAccountSocialSync[];
|
|
@@ -5979,6 +5980,7 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
|
|
|
5979
5980
|
type: ETypeManagerWorkClassify[];
|
|
5980
5981
|
pc: string[];
|
|
5981
5982
|
device: string[];
|
|
5983
|
+
accountGroup: string[];
|
|
5982
5984
|
account: string[];
|
|
5983
5985
|
sheetName: string[];
|
|
5984
5986
|
changeType: string[];
|
|
@@ -6084,6 +6086,7 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
|
|
|
6084
6086
|
type: ETypeManagerWorkClassify[];
|
|
6085
6087
|
pc: string[];
|
|
6086
6088
|
device: string[];
|
|
6089
|
+
accountGroup: string[];
|
|
6087
6090
|
account: string[];
|
|
6088
6091
|
sheetName: string[];
|
|
6089
6092
|
model: EAIModelImage[];
|
|
@@ -6158,7 +6161,7 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
6158
6161
|
emailRecover: string;
|
|
6159
6162
|
};
|
|
6160
6163
|
}
|
|
6161
|
-
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6164
|
+
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBaseAccountSocialDto, 'accountGroup'> {
|
|
6162
6165
|
team: string[];
|
|
6163
6166
|
leader: string[];
|
|
6164
6167
|
department: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -5848,6 +5848,7 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
|
|
|
5848
5848
|
type: ETypeManagerWorkClassify[];
|
|
5849
5849
|
pc: string[];
|
|
5850
5850
|
device: string[];
|
|
5851
|
+
accountGroup: string[];
|
|
5851
5852
|
account: string[];
|
|
5852
5853
|
sheetName: string[];
|
|
5853
5854
|
statusSyncAccount: EStatusAccountSocialSync[];
|
|
@@ -5979,6 +5980,7 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
|
|
|
5979
5980
|
type: ETypeManagerWorkClassify[];
|
|
5980
5981
|
pc: string[];
|
|
5981
5982
|
device: string[];
|
|
5983
|
+
accountGroup: string[];
|
|
5982
5984
|
account: string[];
|
|
5983
5985
|
sheetName: string[];
|
|
5984
5986
|
changeType: string[];
|
|
@@ -6084,6 +6086,7 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
|
|
|
6084
6086
|
type: ETypeManagerWorkClassify[];
|
|
6085
6087
|
pc: string[];
|
|
6086
6088
|
device: string[];
|
|
6089
|
+
accountGroup: string[];
|
|
6087
6090
|
account: string[];
|
|
6088
6091
|
sheetName: string[];
|
|
6089
6092
|
model: EAIModelImage[];
|
|
@@ -6158,7 +6161,7 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
6158
6161
|
emailRecover: string;
|
|
6159
6162
|
};
|
|
6160
6163
|
}
|
|
6161
|
-
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6164
|
+
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBaseAccountSocialDto, 'accountGroup'> {
|
|
6162
6165
|
team: string[];
|
|
6163
6166
|
leader: string[];
|
|
6164
6167
|
department: string[];
|