automation-lib 5.4.118 → 5.4.120
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5166,12 +5166,11 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5166
5166
|
}
|
|
5167
5167
|
interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
5168
5168
|
accountGroup: string[];
|
|
5169
|
-
accountType: string[];
|
|
5170
5169
|
idea: string[];
|
|
5171
5170
|
niche: string[];
|
|
5171
|
+
accountType: ETypeManagerWorkClassify[];
|
|
5172
5172
|
createdBy: string[];
|
|
5173
5173
|
updatedBy: string[];
|
|
5174
|
-
fileNameSheetImport: string[];
|
|
5175
5174
|
accountIDRange: [number, number];
|
|
5176
5175
|
accountStatus: EStatusSocialAccountRaw[];
|
|
5177
5176
|
loginSocialStatus: EStatusAccountSocialLogin[];
|
package/dist/index.d.ts
CHANGED
|
@@ -5166,12 +5166,11 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5166
5166
|
}
|
|
5167
5167
|
interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
5168
5168
|
accountGroup: string[];
|
|
5169
|
-
accountType: string[];
|
|
5170
5169
|
idea: string[];
|
|
5171
5170
|
niche: string[];
|
|
5171
|
+
accountType: ETypeManagerWorkClassify[];
|
|
5172
5172
|
createdBy: string[];
|
|
5173
5173
|
updatedBy: string[];
|
|
5174
|
-
fileNameSheetImport: string[];
|
|
5175
5174
|
accountIDRange: [number, number];
|
|
5176
5175
|
accountStatus: EStatusSocialAccountRaw[];
|
|
5177
5176
|
loginSocialStatus: EStatusAccountSocialLogin[];
|