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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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;
|