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 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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.482",
3
+ "version": "6.6.483",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",