automation-lib 5.1.105 → 5.1.106
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
@@ -5187,8 +5187,6 @@ interface FindAccountDriveDto extends IFindBaseDto, IAccountDrive {
|
|
5187
5187
|
interface FindOverviewAccountDriveDto {
|
5188
5188
|
totalAccounts: {
|
5189
5189
|
total: number;
|
5190
|
-
free: number;
|
5191
|
-
premium: number;
|
5192
5190
|
};
|
5193
5191
|
totalAccountsActiveWorking: {
|
5194
5192
|
total: number;
|
package/dist/index.d.ts
CHANGED
@@ -5187,8 +5187,6 @@ interface FindAccountDriveDto extends IFindBaseDto, IAccountDrive {
|
|
5187
5187
|
interface FindOverviewAccountDriveDto {
|
5188
5188
|
totalAccounts: {
|
5189
5189
|
total: number;
|
5190
|
-
free: number;
|
5191
|
-
premium: number;
|
5192
5190
|
};
|
5193
5191
|
totalAccountsActiveWorking: {
|
5194
5192
|
total: number;
|