automation-lib 6.6.634 → 6.6.635

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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.634",
3
+ "version": "6.6.635",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",