automation-lib 6.6.483 → 6.6.485

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;
@@ -12431,6 +12436,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
12431
12436
  name: string;
12432
12437
  department: string;
12433
12438
  leader: string;
12439
+ team: string;
12434
12440
  member: string;
12435
12441
  };
12436
12442
  isActiveOnDevice: boolean;
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;
@@ -12431,6 +12436,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
12431
12436
  name: string;
12432
12437
  department: string;
12433
12438
  leader: string;
12439
+ team: string;
12434
12440
  member: string;
12435
12441
  };
12436
12442
  isActiveOnDevice: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.483",
3
+ "version": "6.6.485",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",