automation-lib 4.8.56 → 4.8.58
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 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -963,8 +963,8 @@ interface IVoiceGenerated extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
963
963
|
}
|
|
964
964
|
|
|
965
965
|
interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
966
|
-
|
|
967
|
-
|
|
966
|
+
vsd_symbol: string;
|
|
967
|
+
vsd_timeDelay: number;
|
|
968
968
|
}
|
|
969
969
|
|
|
970
970
|
type index$4_IAccount = IAccount;
|
package/dist/index.d.ts
CHANGED
|
@@ -963,8 +963,8 @@ interface IVoiceGenerated extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
963
963
|
}
|
|
964
964
|
|
|
965
965
|
interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
966
|
-
|
|
967
|
-
|
|
966
|
+
vsd_symbol: string;
|
|
967
|
+
vsd_timeDelay: number;
|
|
968
968
|
}
|
|
969
969
|
|
|
970
970
|
type index$4_IAccount = IAccount;
|