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