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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.105",
3
+ "version": "5.1.106",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",