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 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
- vs_symbol: string;
967
- vs_timeDelay: number;
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
- vs_symbol: string;
967
- vs_timeDelay: number;
966
+ vsd_symbol: string;
967
+ vsd_timeDelay: number;
968
968
  }
969
969
 
970
970
  type index$4_IAccount = IAccount;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.56",
3
+ "version": "4.8.58",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",