automation-lib 6.4.6 → 6.4.7
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5698,9 +5698,9 @@ interface FindListVPSForEmailRawManagerDto {
|
|
|
5698
5698
|
[EVPSStatus.Error]: number;
|
|
5699
5699
|
[EVPSStatus.NA]: number;
|
|
5700
5700
|
};
|
|
5701
|
-
totalVps: number;
|
|
5702
5701
|
totalEmailInVps: number;
|
|
5703
5702
|
totalChangeInfoEmail: number;
|
|
5703
|
+
totalItems: number;
|
|
5704
5704
|
result: Array<{
|
|
5705
5705
|
id: string;
|
|
5706
5706
|
status: EVPSStatus;
|
|
@@ -5714,7 +5714,6 @@ interface FindListVPSForEmailRawManagerDto {
|
|
|
5714
5714
|
totalProcessChangeEmail: number;
|
|
5715
5715
|
totalProcessAccountSocialOtp: number;
|
|
5716
5716
|
}>;
|
|
5717
|
-
totalItems: number;
|
|
5718
5717
|
}
|
|
5719
5718
|
interface FindProcessLoginDto extends IFindBaseDto {
|
|
5720
5719
|
timeAddProcessLogin: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -5698,9 +5698,9 @@ interface FindListVPSForEmailRawManagerDto {
|
|
|
5698
5698
|
[EVPSStatus.Error]: number;
|
|
5699
5699
|
[EVPSStatus.NA]: number;
|
|
5700
5700
|
};
|
|
5701
|
-
totalVps: number;
|
|
5702
5701
|
totalEmailInVps: number;
|
|
5703
5702
|
totalChangeInfoEmail: number;
|
|
5703
|
+
totalItems: number;
|
|
5704
5704
|
result: Array<{
|
|
5705
5705
|
id: string;
|
|
5706
5706
|
status: EVPSStatus;
|
|
@@ -5714,7 +5714,6 @@ interface FindListVPSForEmailRawManagerDto {
|
|
|
5714
5714
|
totalProcessChangeEmail: number;
|
|
5715
5715
|
totalProcessAccountSocialOtp: number;
|
|
5716
5716
|
}>;
|
|
5717
|
-
totalItems: number;
|
|
5718
5717
|
}
|
|
5719
5718
|
interface FindProcessLoginDto extends IFindBaseDto {
|
|
5720
5719
|
timeAddProcessLogin: Date;
|