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