automation-lib 6.6.482 → 6.6.483
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12584,6 +12584,7 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
12584
12584
|
assignmentStatus: EAssignedThreadsAccountRaw[];
|
|
12585
12585
|
statusCreateFolder: EStatusAccountSocialFolderName[];
|
|
12586
12586
|
fileNameSheetImport: string[];
|
|
12587
|
+
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
12587
12588
|
createdDateRange: [Date, Date];
|
|
12588
12589
|
updatedDateRange: [Date, Date];
|
|
12589
12590
|
autoSyncDateRange: [Date, Date];
|
package/dist/index.d.ts
CHANGED
|
@@ -12584,6 +12584,7 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
12584
12584
|
assignmentStatus: EAssignedThreadsAccountRaw[];
|
|
12585
12585
|
statusCreateFolder: EStatusAccountSocialFolderName[];
|
|
12586
12586
|
fileNameSheetImport: string[];
|
|
12587
|
+
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
12587
12588
|
createdDateRange: [Date, Date];
|
|
12588
12589
|
updatedDateRange: [Date, Date];
|
|
12589
12590
|
autoSyncDateRange: [Date, Date];
|