automation-lib 5.4.140 → 5.4.142
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 +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2157,7 +2157,6 @@ interface IDeviceLogELS extends IBaseELS {
|
|
|
2157
2157
|
|
|
2158
2158
|
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
2159
2159
|
device: string | IDevice;
|
|
2160
|
-
deviceOld: string | IDevice;
|
|
2161
2160
|
typeSocial: ETypeSocial;
|
|
2162
2161
|
accountSocial: string | IAccountSocialBase;
|
|
2163
2162
|
isActive: boolean;
|
|
@@ -2184,7 +2183,6 @@ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2184
2183
|
|
|
2185
2184
|
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
2186
2185
|
device: string | IDevice;
|
|
2187
|
-
deviceOld: string | IDevice;
|
|
2188
2186
|
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
|
2189
2187
|
}
|
|
2190
2188
|
|
|
@@ -13483,13 +13481,11 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUse
|
|
|
13483
13481
|
|
|
13484
13482
|
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
|
13485
13483
|
device: string | IDevice;
|
|
13486
|
-
deviceOld: string | IDevice;
|
|
13487
13484
|
proxy: IProxy | string;
|
|
13488
13485
|
}
|
|
13489
13486
|
|
|
13490
13487
|
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
13491
13488
|
device: string | IDevice;
|
|
13492
|
-
deviceOld: string | IDevice;
|
|
13493
13489
|
accountVPN: string | IAccountVPN;
|
|
13494
13490
|
}
|
|
13495
13491
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2157,7 +2157,6 @@ interface IDeviceLogELS extends IBaseELS {
|
|
|
2157
2157
|
|
|
2158
2158
|
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
|
|
2159
2159
|
device: string | IDevice;
|
|
2160
|
-
deviceOld: string | IDevice;
|
|
2161
2160
|
typeSocial: ETypeSocial;
|
|
2162
2161
|
accountSocial: string | IAccountSocialBase;
|
|
2163
2162
|
isActive: boolean;
|
|
@@ -2184,7 +2183,6 @@ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2184
2183
|
|
|
2185
2184
|
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
|
|
2186
2185
|
device: string | IDevice;
|
|
2187
|
-
deviceOld: string | IDevice;
|
|
2188
2186
|
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
|
2189
2187
|
}
|
|
2190
2188
|
|
|
@@ -13483,13 +13481,11 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUse
|
|
|
13483
13481
|
|
|
13484
13482
|
interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
|
|
13485
13483
|
device: string | IDevice;
|
|
13486
|
-
deviceOld: string | IDevice;
|
|
13487
13484
|
proxy: IProxy | string;
|
|
13488
13485
|
}
|
|
13489
13486
|
|
|
13490
13487
|
interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
13491
13488
|
device: string | IDevice;
|
|
13492
|
-
deviceOld: string | IDevice;
|
|
13493
13489
|
accountVPN: string | IAccountVPN;
|
|
13494
13490
|
}
|
|
13495
13491
|
|