automation-lib 6.6.483 → 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 +5 -0
- package/dist/index.d.ts +5 -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;
|
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;
|