automation-lib 4.7.14 → 4.7.16
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/commit.bat +3 -3
- package/dist/index.d.mts +2 -4
- package/dist/index.d.ts +2 -4
- package/package.json +1 -1
package/commit.bat
CHANGED
|
@@ -32,10 +32,10 @@ call npm run pub
|
|
|
32
32
|
git add .
|
|
33
33
|
|
|
34
34
|
:: Commit changes with a message
|
|
35
|
-
git commit -m "update:
|
|
35
|
+
git commit -m "update: Son update code"
|
|
36
36
|
|
|
37
37
|
:: Push changes to the 'main' branch of the 'cp' remote
|
|
38
|
-
git pull
|
|
39
|
-
git push
|
|
38
|
+
git pull hs main
|
|
39
|
+
git push hs main
|
|
40
40
|
|
|
41
41
|
|
package/dist/index.d.mts
CHANGED
|
@@ -496,10 +496,8 @@ interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
496
496
|
interface IDeviceInfoEmail {
|
|
497
497
|
email: string;
|
|
498
498
|
email2fa: string;
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
emailReceiverOld: string;
|
|
502
|
-
emailReceiverNew: string;
|
|
499
|
+
password: string;
|
|
500
|
+
emailReceiver: string;
|
|
503
501
|
}
|
|
504
502
|
interface IDeviceAllowPermission {
|
|
505
503
|
isAllowPermissionCanva: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -496,10 +496,8 @@ interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
496
496
|
interface IDeviceInfoEmail {
|
|
497
497
|
email: string;
|
|
498
498
|
email2fa: string;
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
emailReceiverOld: string;
|
|
502
|
-
emailReceiverNew: string;
|
|
499
|
+
password: string;
|
|
500
|
+
emailReceiver: string;
|
|
503
501
|
}
|
|
504
502
|
interface IDeviceAllowPermission {
|
|
505
503
|
isAllowPermissionCanva: boolean;
|