automation-lib 5.0.103 → 5.0.104

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
@@ -1483,10 +1483,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
1483
1483
  statusChangeCover: EStatusChangeInfo;
1484
1484
  bio: string;
1485
1485
  statusChangeBio: EStatusChangeInfo;
1486
- timeChangeBio: Date;
1487
1486
  links: string[];
1488
1487
  statusChangeLinks: EStatusChangeInfo;
1489
- timeChangeLinks: Date;
1490
1488
  oldUsername: string;
1491
1489
  newUsername: string;
1492
1490
  statusChangeUsername: EStatusChangeInfo;
package/dist/index.d.ts CHANGED
@@ -1483,10 +1483,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
1483
1483
  statusChangeCover: EStatusChangeInfo;
1484
1484
  bio: string;
1485
1485
  statusChangeBio: EStatusChangeInfo;
1486
- timeChangeBio: Date;
1487
1486
  links: string[];
1488
1487
  statusChangeLinks: EStatusChangeInfo;
1489
- timeChangeLinks: Date;
1490
1488
  oldUsername: string;
1491
1489
  newUsername: string;
1492
1490
  statusChangeUsername: EStatusChangeInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.103",
3
+ "version": "5.0.104",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",