automation-lib 4.8.76 → 4.8.78
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|
|
@@ -600,6 +601,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
600
601
|
port: string;
|
|
601
602
|
username: string;
|
|
602
603
|
password: string;
|
|
604
|
+
displayName: string;
|
|
603
605
|
isActive: boolean;
|
|
604
606
|
}
|
|
605
607
|
|
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;
|
|
@@ -600,6 +601,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
600
601
|
port: string;
|
|
601
602
|
username: string;
|
|
602
603
|
password: string;
|
|
604
|
+
displayName: string;
|
|
603
605
|
isActive: boolean;
|
|
604
606
|
}
|
|
605
607
|
|