automation-lib 6.6.634 → 6.6.636
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -17772,6 +17772,11 @@ interface CanvaCoverDetailInstagramDto {
|
|
|
17772
17772
|
code2FA: string;
|
|
17773
17773
|
status: EStatusAccountCanva;
|
|
17774
17774
|
}>;
|
|
17775
|
+
infoCanvaAsset: {
|
|
17776
|
+
statusGenerateImage: ETaskStatus;
|
|
17777
|
+
statusEditUserName: ETaskStatus;
|
|
17778
|
+
statusChangeFontText: ETaskStatus;
|
|
17779
|
+
};
|
|
17775
17780
|
infoCanvaDownload: {
|
|
17776
17781
|
statusDownloadCanvaCover: ETaskStatus;
|
|
17777
17782
|
countCover: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -17772,6 +17772,11 @@ interface CanvaCoverDetailInstagramDto {
|
|
|
17772
17772
|
code2FA: string;
|
|
17773
17773
|
status: EStatusAccountCanva;
|
|
17774
17774
|
}>;
|
|
17775
|
+
infoCanvaAsset: {
|
|
17776
|
+
statusGenerateImage: ETaskStatus;
|
|
17777
|
+
statusEditUserName: ETaskStatus;
|
|
17778
|
+
statusChangeFontText: ETaskStatus;
|
|
17779
|
+
};
|
|
17775
17780
|
infoCanvaDownload: {
|
|
17776
17781
|
statusDownloadCanvaCover: ETaskStatus;
|
|
17777
17782
|
countCover: number;
|