automation-lib 6.6.482 → 6.6.484
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12360,6 +12360,11 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12360
12360
|
teamCreator: string;
|
|
12361
12361
|
createdBy: string;
|
|
12362
12362
|
}>;
|
|
12363
|
+
bioLinkInfo: {
|
|
12364
|
+
listLink: string[];
|
|
12365
|
+
statusChange: EStatusChangeInfo;
|
|
12366
|
+
timeChange: Date;
|
|
12367
|
+
};
|
|
12363
12368
|
listTypeChangeInfo: Array<{
|
|
12364
12369
|
sheetUrl: string;
|
|
12365
12370
|
sheetName: string;
|
|
@@ -12584,6 +12589,7 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
12584
12589
|
assignmentStatus: EAssignedThreadsAccountRaw[];
|
|
12585
12590
|
statusCreateFolder: EStatusAccountSocialFolderName[];
|
|
12586
12591
|
fileNameSheetImport: string[];
|
|
12592
|
+
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
12587
12593
|
createdDateRange: [Date, Date];
|
|
12588
12594
|
updatedDateRange: [Date, Date];
|
|
12589
12595
|
autoSyncDateRange: [Date, Date];
|
package/dist/index.d.ts
CHANGED
|
@@ -12360,6 +12360,11 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12360
12360
|
teamCreator: string;
|
|
12361
12361
|
createdBy: string;
|
|
12362
12362
|
}>;
|
|
12363
|
+
bioLinkInfo: {
|
|
12364
|
+
listLink: string[];
|
|
12365
|
+
statusChange: EStatusChangeInfo;
|
|
12366
|
+
timeChange: Date;
|
|
12367
|
+
};
|
|
12363
12368
|
listTypeChangeInfo: Array<{
|
|
12364
12369
|
sheetUrl: string;
|
|
12365
12370
|
sheetName: string;
|
|
@@ -12584,6 +12589,7 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
12584
12589
|
assignmentStatus: EAssignedThreadsAccountRaw[];
|
|
12585
12590
|
statusCreateFolder: EStatusAccountSocialFolderName[];
|
|
12586
12591
|
fileNameSheetImport: string[];
|
|
12592
|
+
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
12587
12593
|
createdDateRange: [Date, Date];
|
|
12588
12594
|
updatedDateRange: [Date, Date];
|
|
12589
12595
|
autoSyncDateRange: [Date, Date];
|