automation-lib 5.0.258 → 5.0.259

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
@@ -4600,6 +4600,12 @@ interface FilterInstagramHistoryChangeDto extends IFilterBaseDto, Omit<IInstagra
4600
4600
  }
4601
4601
 
4602
4602
  interface FindInstagramAccountRawDto extends IBaseDto, IInstagramAccountRaw {
4603
+ pcInfo: {
4604
+ name: string;
4605
+ department: string;
4606
+ leader: string;
4607
+ member: string;
4608
+ };
4603
4609
  deviceInfo: {
4604
4610
  key: string;
4605
4611
  name: string;
package/dist/index.d.ts CHANGED
@@ -4600,6 +4600,12 @@ interface FilterInstagramHistoryChangeDto extends IFilterBaseDto, Omit<IInstagra
4600
4600
  }
4601
4601
 
4602
4602
  interface FindInstagramAccountRawDto extends IBaseDto, IInstagramAccountRaw {
4603
+ pcInfo: {
4604
+ name: string;
4605
+ department: string;
4606
+ leader: string;
4607
+ member: string;
4608
+ };
4603
4609
  deviceInfo: {
4604
4610
  key: string;
4605
4611
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.258",
3
+ "version": "5.0.259",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",