automation-lib 5.4.266 → 5.4.267
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5879,11 +5879,11 @@ interface ResultImportInstagramAccountRawDto {
|
|
|
5879
5879
|
result: Array<{
|
|
5880
5880
|
row: number;
|
|
5881
5881
|
status: EStatusImportAccountSocial;
|
|
5882
|
-
data: {
|
|
5882
|
+
data: Array<{
|
|
5883
5883
|
colName: string;
|
|
5884
5884
|
colSymbol: string;
|
|
5885
5885
|
val: string;
|
|
5886
|
-
}
|
|
5886
|
+
}>;
|
|
5887
5887
|
}>;
|
|
5888
5888
|
}
|
|
5889
5889
|
interface ImportInstagramAccountRawDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -5879,11 +5879,11 @@ interface ResultImportInstagramAccountRawDto {
|
|
|
5879
5879
|
result: Array<{
|
|
5880
5880
|
row: number;
|
|
5881
5881
|
status: EStatusImportAccountSocial;
|
|
5882
|
-
data: {
|
|
5882
|
+
data: Array<{
|
|
5883
5883
|
colName: string;
|
|
5884
5884
|
colSymbol: string;
|
|
5885
5885
|
val: string;
|
|
5886
|
-
}
|
|
5886
|
+
}>;
|
|
5887
5887
|
}>;
|
|
5888
5888
|
}
|
|
5889
5889
|
interface ImportInstagramAccountRawDto {
|