automation-lib 5.0.21 → 5.0.22

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
@@ -1668,6 +1668,7 @@ interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInter
1668
1668
  }
1669
1669
 
1670
1670
  interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1671
+ rowId: string;
1671
1672
  email: string;
1672
1673
  password: string;
1673
1674
  code2FA: string;
package/dist/index.d.ts CHANGED
@@ -1668,6 +1668,7 @@ interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInter
1668
1668
  }
1669
1669
 
1670
1670
  interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1671
+ rowId: string;
1671
1672
  email: string;
1672
1673
  password: string;
1673
1674
  code2FA: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.21",
3
+ "version": "5.0.22",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",