automation-lib 6.4.37 → 6.4.38
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 +10 -1
- package/dist/index.d.ts +10 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3559,6 +3559,8 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3559
3559
|
plan: EAccountAIModelBrowserPlan;
|
|
3560
3560
|
statusModel: EAccountAIModelApiStatus;
|
|
3561
3561
|
timeChangeStatusModel: Date;
|
|
3562
|
+
browserStatus: EAccountAIModelStatus;
|
|
3563
|
+
browserTimeChangeStatus: Date;
|
|
3562
3564
|
note: string;
|
|
3563
3565
|
} | null;
|
|
3564
3566
|
gemini: {
|
|
@@ -3568,9 +3570,11 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3568
3570
|
plan: EAccountAIModelBrowserPlan;
|
|
3569
3571
|
statusModel: EAccountAIModelApiStatus;
|
|
3570
3572
|
timeChangeStatusModel: Date;
|
|
3573
|
+
browserStatus: EAccountAIModelStatus;
|
|
3574
|
+
browserTimeChangeStatus: Date;
|
|
3571
3575
|
note: string;
|
|
3572
3576
|
} | null;
|
|
3573
|
-
};
|
|
3577
|
+
} | null;
|
|
3574
3578
|
aiContentCredit: {
|
|
3575
3579
|
credits: number;
|
|
3576
3580
|
statusCredit: EAccountAIModelCreditStatus;
|
|
@@ -3608,6 +3612,8 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3608
3612
|
apiJsonToken: string;
|
|
3609
3613
|
apiStatus: EAccountAIModelApiStatus;
|
|
3610
3614
|
timeChangeStatusModel: Date;
|
|
3615
|
+
browserStatus: EAccountAIModelCreditStatus;
|
|
3616
|
+
browserTimeChangeStatus: Date;
|
|
3611
3617
|
browserCredits: number;
|
|
3612
3618
|
browserStatusCredit: EAccountAIModelCreditStatus;
|
|
3613
3619
|
note: string;
|
|
@@ -3626,6 +3632,8 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3626
3632
|
apiModel: string;
|
|
3627
3633
|
apiStatus: EAccountAIModelApiStatus;
|
|
3628
3634
|
timeChangeStatusModel: Date;
|
|
3635
|
+
browserStatus: EAccountAIModelCreditStatus;
|
|
3636
|
+
browserTimeChangeStatus: Date;
|
|
3629
3637
|
browserCredits: number;
|
|
3630
3638
|
browserStatusCredit: EAccountAIModelCreditStatus;
|
|
3631
3639
|
note: string;
|
|
@@ -3801,6 +3809,7 @@ interface FindOverviewAccountAIGoogleDto {
|
|
|
3801
3809
|
[EAccountAISync.Error]: number;
|
|
3802
3810
|
[EAccountAISync.Queued]: number;
|
|
3803
3811
|
total: number;
|
|
3812
|
+
database: number;
|
|
3804
3813
|
};
|
|
3805
3814
|
}
|
|
3806
3815
|
interface FilterAccountAIGoogleDto extends IFilterBaseDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -3559,6 +3559,8 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3559
3559
|
plan: EAccountAIModelBrowserPlan;
|
|
3560
3560
|
statusModel: EAccountAIModelApiStatus;
|
|
3561
3561
|
timeChangeStatusModel: Date;
|
|
3562
|
+
browserStatus: EAccountAIModelStatus;
|
|
3563
|
+
browserTimeChangeStatus: Date;
|
|
3562
3564
|
note: string;
|
|
3563
3565
|
} | null;
|
|
3564
3566
|
gemini: {
|
|
@@ -3568,9 +3570,11 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3568
3570
|
plan: EAccountAIModelBrowserPlan;
|
|
3569
3571
|
statusModel: EAccountAIModelApiStatus;
|
|
3570
3572
|
timeChangeStatusModel: Date;
|
|
3573
|
+
browserStatus: EAccountAIModelStatus;
|
|
3574
|
+
browserTimeChangeStatus: Date;
|
|
3571
3575
|
note: string;
|
|
3572
3576
|
} | null;
|
|
3573
|
-
};
|
|
3577
|
+
} | null;
|
|
3574
3578
|
aiContentCredit: {
|
|
3575
3579
|
credits: number;
|
|
3576
3580
|
statusCredit: EAccountAIModelCreditStatus;
|
|
@@ -3608,6 +3612,8 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3608
3612
|
apiJsonToken: string;
|
|
3609
3613
|
apiStatus: EAccountAIModelApiStatus;
|
|
3610
3614
|
timeChangeStatusModel: Date;
|
|
3615
|
+
browserStatus: EAccountAIModelCreditStatus;
|
|
3616
|
+
browserTimeChangeStatus: Date;
|
|
3611
3617
|
browserCredits: number;
|
|
3612
3618
|
browserStatusCredit: EAccountAIModelCreditStatus;
|
|
3613
3619
|
note: string;
|
|
@@ -3626,6 +3632,8 @@ interface FindAccountAIDto extends IFindBaseDto {
|
|
|
3626
3632
|
apiModel: string;
|
|
3627
3633
|
apiStatus: EAccountAIModelApiStatus;
|
|
3628
3634
|
timeChangeStatusModel: Date;
|
|
3635
|
+
browserStatus: EAccountAIModelCreditStatus;
|
|
3636
|
+
browserTimeChangeStatus: Date;
|
|
3629
3637
|
browserCredits: number;
|
|
3630
3638
|
browserStatusCredit: EAccountAIModelCreditStatus;
|
|
3631
3639
|
note: string;
|
|
@@ -3801,6 +3809,7 @@ interface FindOverviewAccountAIGoogleDto {
|
|
|
3801
3809
|
[EAccountAISync.Error]: number;
|
|
3802
3810
|
[EAccountAISync.Queued]: number;
|
|
3803
3811
|
total: number;
|
|
3812
|
+
database: number;
|
|
3804
3813
|
};
|
|
3805
3814
|
}
|
|
3806
3815
|
interface FilterAccountAIGoogleDto extends IFilterBaseDto {
|