automation-lib 6.6.484 → 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
@@ -12436,6 +12436,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
12436
12436
  name: string;
12437
12437
  department: string;
12438
12438
  leader: string;
12439
+ team: string;
12439
12440
  member: string;
12440
12441
  };
12441
12442
  isActiveOnDevice: boolean;
package/dist/index.d.ts CHANGED
@@ -12436,6 +12436,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
12436
12436
  name: string;
12437
12437
  department: string;
12438
12438
  leader: string;
12439
+ team: string;
12439
12440
  member: string;
12440
12441
  };
12441
12442
  isActiveOnDevice: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.484",
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",