automation-lib 4.9.108 → 4.9.109
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1339,6 +1339,7 @@ interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1339
1339
|
|
|
1340
1340
|
interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1341
1341
|
deviceKey: string;
|
|
1342
|
+
deviceSetting: string | IDeviceSetting;
|
|
1342
1343
|
typeSocial: ETypeSocial;
|
|
1343
1344
|
accountSocial: IAccount | string;
|
|
1344
1345
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1339,6 +1339,7 @@ interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1339
1339
|
|
|
1340
1340
|
interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1341
1341
|
deviceKey: string;
|
|
1342
|
+
deviceSetting: string | IDeviceSetting;
|
|
1342
1343
|
typeSocial: ETypeSocial;
|
|
1343
1344
|
accountSocial: IAccount | string;
|
|
1344
1345
|
}
|