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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
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;
|