automation-lib 6.6.406 → 6.6.407
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7850,10 +7850,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7850
7850
|
sheetName: string;
|
|
7851
7851
|
type: string;
|
|
7852
7852
|
status: string;
|
|
7853
|
+
timeStartStopChange: Date;
|
|
7853
7854
|
departmentCreator: string;
|
|
7854
7855
|
leaderCreator: string;
|
|
7855
7856
|
teamCreator: string;
|
|
7856
7857
|
createdBy: string;
|
|
7858
|
+
updatedBy: string;
|
|
7859
|
+
updatedAt: string;
|
|
7857
7860
|
}>;
|
|
7858
7861
|
listTypeChangeInfo: Array<{
|
|
7859
7862
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7850,10 +7850,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7850
7850
|
sheetName: string;
|
|
7851
7851
|
type: string;
|
|
7852
7852
|
status: string;
|
|
7853
|
+
timeStartStopChange: Date;
|
|
7853
7854
|
departmentCreator: string;
|
|
7854
7855
|
leaderCreator: string;
|
|
7855
7856
|
teamCreator: string;
|
|
7856
7857
|
createdBy: string;
|
|
7858
|
+
updatedBy: string;
|
|
7859
|
+
updatedAt: string;
|
|
7857
7860
|
}>;
|
|
7858
7861
|
listTypeChangeInfo: Array<{
|
|
7859
7862
|
id: string;
|