automation-lib 6.6.635 → 6.6.637

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
@@ -19199,6 +19199,11 @@ interface CanvaCoverDetailThreadsDto {
19199
19199
  linkOutput: string;
19200
19200
  status: EStatusAccountDrive;
19201
19201
  }>;
19202
+ infoCanvaAsset: {
19203
+ statusGenerateImage: ETaskStatus;
19204
+ statusEditUserName: ETaskStatus;
19205
+ statusChangeFontText: ETaskStatus;
19206
+ };
19202
19207
  infoBrowserInfo: {
19203
19208
  browserName: string;
19204
19209
  browserType: "GPM";
package/dist/index.d.ts CHANGED
@@ -19199,6 +19199,11 @@ interface CanvaCoverDetailThreadsDto {
19199
19199
  linkOutput: string;
19200
19200
  status: EStatusAccountDrive;
19201
19201
  }>;
19202
+ infoCanvaAsset: {
19203
+ statusGenerateImage: ETaskStatus;
19204
+ statusEditUserName: ETaskStatus;
19205
+ statusChangeFontText: ETaskStatus;
19206
+ };
19202
19207
  infoBrowserInfo: {
19203
19208
  browserName: string;
19204
19209
  browserType: "GPM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.635",
3
+ "version": "6.6.637",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",