automation-lib 4.8.76 → 4.8.77

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
@@ -512,6 +512,7 @@ interface IFile extends BoInterfaceModelsCommon$1.IBaseModel {
512
512
  file_type: string;
513
513
  file_md5: string;
514
514
  file_url: string;
515
+ file_isDraft: boolean;
515
516
  }
516
517
 
517
518
  type index$6_IFile = IFile;
package/dist/index.d.ts CHANGED
@@ -512,6 +512,7 @@ interface IFile extends BoInterfaceModelsCommon$1.IBaseModel {
512
512
  file_type: string;
513
513
  file_md5: string;
514
514
  file_url: string;
515
+ file_isDraft: boolean;
515
516
  }
516
517
 
517
518
  type index$6_IFile = IFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.76",
3
+ "version": "4.8.77",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",