automation-lib 5.4.223 → 5.4.225
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
|
@@ -5774,6 +5774,9 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
|
5774
5774
|
colSymbol: string;
|
|
5775
5775
|
listValsOnCol: string[];
|
|
5776
5776
|
};
|
|
5777
|
+
note?: {
|
|
5778
|
+
listAccountUnavailableOnSystem?: string[];
|
|
5779
|
+
};
|
|
5777
5780
|
}
|
|
5778
5781
|
interface AutoFillInstagramAccountRawDto {
|
|
5779
5782
|
sheet: {
|
package/dist/index.d.ts
CHANGED
|
@@ -5774,6 +5774,9 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
|
5774
5774
|
colSymbol: string;
|
|
5775
5775
|
listValsOnCol: string[];
|
|
5776
5776
|
};
|
|
5777
|
+
note?: {
|
|
5778
|
+
listAccountUnavailableOnSystem?: string[];
|
|
5779
|
+
};
|
|
5777
5780
|
}
|
|
5778
5781
|
interface AutoFillInstagramAccountRawDto {
|
|
5779
5782
|
sheet: {
|