automation-lib 5.4.92 → 5.4.93

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
@@ -3036,6 +3036,12 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
3036
3036
  }
3037
3037
 
3038
3038
  interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
3039
+ pcInfo: {
3040
+ name: string;
3041
+ department: string;
3042
+ leader: string;
3043
+ member: string;
3044
+ };
3039
3045
  deviceInfo: {
3040
3046
  id: string;
3041
3047
  key: string;
@@ -4995,6 +5001,12 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
4995
5001
  }
4996
5002
 
4997
5003
  interface FindInstagramAccountRawDto extends IFindBaseDto {
5004
+ pcInfo: {
5005
+ name: string;
5006
+ department: string;
5007
+ leader: string;
5008
+ member: string;
5009
+ };
4998
5010
  deviceInfo: {
4999
5011
  id: string;
5000
5012
  key: string;
package/dist/index.d.ts CHANGED
@@ -3036,6 +3036,12 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
3036
3036
  }
3037
3037
 
3038
3038
  interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
3039
+ pcInfo: {
3040
+ name: string;
3041
+ department: string;
3042
+ leader: string;
3043
+ member: string;
3044
+ };
3039
3045
  deviceInfo: {
3040
3046
  id: string;
3041
3047
  key: string;
@@ -4995,6 +5001,12 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
4995
5001
  }
4996
5002
 
4997
5003
  interface FindInstagramAccountRawDto extends IFindBaseDto {
5004
+ pcInfo: {
5005
+ name: string;
5006
+ department: string;
5007
+ leader: string;
5008
+ member: string;
5009
+ };
4998
5010
  deviceInfo: {
4999
5011
  id: string;
5000
5012
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.92",
3
+ "version": "5.4.93",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",