automation-lib 6.6.636 → 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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
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";
|