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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|