automation-lib 5.1.101 → 5.1.102

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
@@ -5154,25 +5154,25 @@ interface FilterAccountCanvaDto extends IFilterBaseDto, Omit<IAccountCanva, TOmi
5154
5154
  }
5155
5155
  interface FindOverviewAccountCanvaDto {
5156
5156
  totalAccounts: {
5157
- total: string;
5157
+ total: number;
5158
5158
  free: number;
5159
5159
  premium: number;
5160
5160
  };
5161
5161
  totalAccountsActiveWorking: {
5162
- total: string;
5162
+ total: number;
5163
5163
  active: number;
5164
5164
  working: number;
5165
5165
  };
5166
5166
  totalAccountNew: {
5167
- total: string;
5167
+ total: number;
5168
5168
  percentage: number;
5169
5169
  };
5170
5170
  totalAccountWrongPassword: {
5171
- total: string;
5171
+ total: number;
5172
5172
  percentage: number;
5173
5173
  };
5174
5174
  totalAccountNotExist: {
5175
- total: string;
5175
+ total: number;
5176
5176
  percentage: number;
5177
5177
  };
5178
5178
  }
@@ -5183,25 +5183,25 @@ interface FindAccountDriveDto extends IFindBaseDto, IAccountDrive {
5183
5183
  }
5184
5184
  interface FindOverviewAccountDriveDto {
5185
5185
  totalAccounts: {
5186
- total: string;
5186
+ total: number;
5187
5187
  free: number;
5188
5188
  premium: number;
5189
5189
  };
5190
5190
  totalAccountsActiveWorking: {
5191
- total: string;
5191
+ total: number;
5192
5192
  active: number;
5193
5193
  working: number;
5194
5194
  };
5195
5195
  totalAccountNew: {
5196
- total: string;
5196
+ total: number;
5197
5197
  percentage: number;
5198
5198
  };
5199
5199
  totalAccountWrongPassword: {
5200
- total: string;
5200
+ total: number;
5201
5201
  percentage: number;
5202
5202
  };
5203
5203
  totalAccountNotExist: {
5204
- total: string;
5204
+ total: number;
5205
5205
  percentage: number;
5206
5206
  };
5207
5207
  }
@@ -5286,17 +5286,17 @@ interface FindAccountVPNDto extends IFindBaseDto, IAccountVPN {
5286
5286
  }
5287
5287
  interface FindOverviewAccountVPNDto {
5288
5288
  totalAccounts: {
5289
- total: string;
5289
+ total: number;
5290
5290
  free: number;
5291
5291
  premium: number;
5292
5292
  };
5293
5293
  totalAccountsActiveWorking: {
5294
- total: string;
5294
+ total: number;
5295
5295
  active: number;
5296
5296
  working: number;
5297
5297
  };
5298
5298
  totalAccountNew: {
5299
- total: string;
5299
+ total: number;
5300
5300
  percentage: number;
5301
5301
  };
5302
5302
  totalAccountInactiveError: {
@@ -5309,16 +5309,16 @@ interface FindOverviewAccountVPNDto {
5309
5309
  percentage: number;
5310
5310
  };
5311
5311
  totalAccountConnectedDevices: {
5312
- total: string;
5312
+ total: number;
5313
5313
  android: number;
5314
5314
  ios: number;
5315
5315
  };
5316
5316
  totalAccountWrongPassword: {
5317
- total: string;
5317
+ total: number;
5318
5318
  percentage: number;
5319
5319
  };
5320
5320
  totalAccountNotExist: {
5321
- total: string;
5321
+ total: number;
5322
5322
  percentage: number;
5323
5323
  };
5324
5324
  }
@@ -5347,15 +5347,15 @@ interface FindAccountCHPlayICloudDto extends IFindBaseDto, IAccountCHPlayICloud
5347
5347
  }
5348
5348
  interface FindOverviewAccountCHPlayICloudDto {
5349
5349
  totalAccounts: {
5350
- total: string;
5350
+ total: number;
5351
5351
  };
5352
5352
  totalAccountsActiveWorking: {
5353
- total: string;
5353
+ total: number;
5354
5354
  active: number;
5355
5355
  working: number;
5356
5356
  };
5357
5357
  totalAccountNew: {
5358
- total: string;
5358
+ total: number;
5359
5359
  percentage: number;
5360
5360
  };
5361
5361
  totalAccountInactiveError: {
@@ -5364,16 +5364,16 @@ interface FindOverviewAccountCHPlayICloudDto {
5364
5364
  error: number;
5365
5365
  };
5366
5366
  totalAccountConnectedDevices: {
5367
- total: string;
5367
+ total: number;
5368
5368
  android: number;
5369
5369
  ios: number;
5370
5370
  };
5371
5371
  totalAccountWrongPassword: {
5372
- total: string;
5372
+ total: number;
5373
5373
  percentage: number;
5374
5374
  };
5375
5375
  totalAccountNotExist: {
5376
- total: string;
5376
+ total: number;
5377
5377
  percentage: number;
5378
5378
  };
5379
5379
  }
package/dist/index.d.ts CHANGED
@@ -5154,25 +5154,25 @@ interface FilterAccountCanvaDto extends IFilterBaseDto, Omit<IAccountCanva, TOmi
5154
5154
  }
5155
5155
  interface FindOverviewAccountCanvaDto {
5156
5156
  totalAccounts: {
5157
- total: string;
5157
+ total: number;
5158
5158
  free: number;
5159
5159
  premium: number;
5160
5160
  };
5161
5161
  totalAccountsActiveWorking: {
5162
- total: string;
5162
+ total: number;
5163
5163
  active: number;
5164
5164
  working: number;
5165
5165
  };
5166
5166
  totalAccountNew: {
5167
- total: string;
5167
+ total: number;
5168
5168
  percentage: number;
5169
5169
  };
5170
5170
  totalAccountWrongPassword: {
5171
- total: string;
5171
+ total: number;
5172
5172
  percentage: number;
5173
5173
  };
5174
5174
  totalAccountNotExist: {
5175
- total: string;
5175
+ total: number;
5176
5176
  percentage: number;
5177
5177
  };
5178
5178
  }
@@ -5183,25 +5183,25 @@ interface FindAccountDriveDto extends IFindBaseDto, IAccountDrive {
5183
5183
  }
5184
5184
  interface FindOverviewAccountDriveDto {
5185
5185
  totalAccounts: {
5186
- total: string;
5186
+ total: number;
5187
5187
  free: number;
5188
5188
  premium: number;
5189
5189
  };
5190
5190
  totalAccountsActiveWorking: {
5191
- total: string;
5191
+ total: number;
5192
5192
  active: number;
5193
5193
  working: number;
5194
5194
  };
5195
5195
  totalAccountNew: {
5196
- total: string;
5196
+ total: number;
5197
5197
  percentage: number;
5198
5198
  };
5199
5199
  totalAccountWrongPassword: {
5200
- total: string;
5200
+ total: number;
5201
5201
  percentage: number;
5202
5202
  };
5203
5203
  totalAccountNotExist: {
5204
- total: string;
5204
+ total: number;
5205
5205
  percentage: number;
5206
5206
  };
5207
5207
  }
@@ -5286,17 +5286,17 @@ interface FindAccountVPNDto extends IFindBaseDto, IAccountVPN {
5286
5286
  }
5287
5287
  interface FindOverviewAccountVPNDto {
5288
5288
  totalAccounts: {
5289
- total: string;
5289
+ total: number;
5290
5290
  free: number;
5291
5291
  premium: number;
5292
5292
  };
5293
5293
  totalAccountsActiveWorking: {
5294
- total: string;
5294
+ total: number;
5295
5295
  active: number;
5296
5296
  working: number;
5297
5297
  };
5298
5298
  totalAccountNew: {
5299
- total: string;
5299
+ total: number;
5300
5300
  percentage: number;
5301
5301
  };
5302
5302
  totalAccountInactiveError: {
@@ -5309,16 +5309,16 @@ interface FindOverviewAccountVPNDto {
5309
5309
  percentage: number;
5310
5310
  };
5311
5311
  totalAccountConnectedDevices: {
5312
- total: string;
5312
+ total: number;
5313
5313
  android: number;
5314
5314
  ios: number;
5315
5315
  };
5316
5316
  totalAccountWrongPassword: {
5317
- total: string;
5317
+ total: number;
5318
5318
  percentage: number;
5319
5319
  };
5320
5320
  totalAccountNotExist: {
5321
- total: string;
5321
+ total: number;
5322
5322
  percentage: number;
5323
5323
  };
5324
5324
  }
@@ -5347,15 +5347,15 @@ interface FindAccountCHPlayICloudDto extends IFindBaseDto, IAccountCHPlayICloud
5347
5347
  }
5348
5348
  interface FindOverviewAccountCHPlayICloudDto {
5349
5349
  totalAccounts: {
5350
- total: string;
5350
+ total: number;
5351
5351
  };
5352
5352
  totalAccountsActiveWorking: {
5353
- total: string;
5353
+ total: number;
5354
5354
  active: number;
5355
5355
  working: number;
5356
5356
  };
5357
5357
  totalAccountNew: {
5358
- total: string;
5358
+ total: number;
5359
5359
  percentage: number;
5360
5360
  };
5361
5361
  totalAccountInactiveError: {
@@ -5364,16 +5364,16 @@ interface FindOverviewAccountCHPlayICloudDto {
5364
5364
  error: number;
5365
5365
  };
5366
5366
  totalAccountConnectedDevices: {
5367
- total: string;
5367
+ total: number;
5368
5368
  android: number;
5369
5369
  ios: number;
5370
5370
  };
5371
5371
  totalAccountWrongPassword: {
5372
- total: string;
5372
+ total: number;
5373
5373
  percentage: number;
5374
5374
  };
5375
5375
  totalAccountNotExist: {
5376
- total: string;
5376
+ total: number;
5377
5377
  percentage: number;
5378
5378
  };
5379
5379
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.101",
3
+ "version": "5.1.102",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",