automation-lib 6.4.35 → 6.4.36

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
@@ -3599,8 +3599,8 @@ interface FindAccountAIDto extends IFindBaseDto {
3599
3599
  code2FABackup: string;
3600
3600
  timeChangeStatus: Date;
3601
3601
  note: string;
3602
- proxyInfo: string;
3603
- proxyType: ETypeProxy;
3602
+ proxyInfo: string[];
3603
+ proxyType: ETypeProxy[];
3604
3604
  aiImageVideoInfo: {
3605
3605
  id: string;
3606
3606
  apiKey: string;
package/dist/index.d.ts CHANGED
@@ -3599,8 +3599,8 @@ interface FindAccountAIDto extends IFindBaseDto {
3599
3599
  code2FABackup: string;
3600
3600
  timeChangeStatus: Date;
3601
3601
  note: string;
3602
- proxyInfo: string;
3603
- proxyType: ETypeProxy;
3602
+ proxyInfo: string[];
3603
+ proxyType: ETypeProxy[];
3604
3604
  aiImageVideoInfo: {
3605
3605
  id: string;
3606
3606
  apiKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.4.35",
3
+ "version": "6.4.36",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",