automation-lib 5.1.99 → 5.1.100
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 +4 -16
- package/dist/index.d.ts +4 -16
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6189
6189
|
};
|
6190
6190
|
}
|
6191
6191
|
interface AutoFillInstagramAccountRawDto {
|
6192
|
-
idea:
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
6196
|
-
niche: {
|
6197
|
-
id: string;
|
6198
|
-
name: string;
|
6199
|
-
};
|
6200
|
-
accountId: {
|
6201
|
-
id: string;
|
6202
|
-
val: string;
|
6203
|
-
};
|
6204
|
-
oldUsername: {
|
6205
|
-
id: string;
|
6206
|
-
name: string;
|
6207
|
-
};
|
6192
|
+
idea: string;
|
6193
|
+
niche: string;
|
6194
|
+
accountId: string;
|
6195
|
+
oldUsername: string;
|
6208
6196
|
newUsername: string;
|
6209
6197
|
newFullname: string;
|
6210
6198
|
timeExecuteChangeInfo: Date;
|
package/dist/index.d.ts
CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6189
6189
|
};
|
6190
6190
|
}
|
6191
6191
|
interface AutoFillInstagramAccountRawDto {
|
6192
|
-
idea:
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
6196
|
-
niche: {
|
6197
|
-
id: string;
|
6198
|
-
name: string;
|
6199
|
-
};
|
6200
|
-
accountId: {
|
6201
|
-
id: string;
|
6202
|
-
val: string;
|
6203
|
-
};
|
6204
|
-
oldUsername: {
|
6205
|
-
id: string;
|
6206
|
-
name: string;
|
6207
|
-
};
|
6192
|
+
idea: string;
|
6193
|
+
niche: string;
|
6194
|
+
accountId: string;
|
6195
|
+
oldUsername: string;
|
6208
6196
|
newUsername: string;
|
6209
6197
|
newFullname: string;
|
6210
6198
|
timeExecuteChangeInfo: Date;
|