automation-lib 5.1.65 → 5.1.67
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2311,7 +2311,7 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2311
2311
|
timeChangePassword?: Date;
|
|
2312
2312
|
oldBio?: string[];
|
|
2313
2313
|
newBio?: string[];
|
|
2314
|
-
statusChangeBio?:
|
|
2314
|
+
statusChangeBio?: EStatusChangeInfo;
|
|
2315
2315
|
timeChangeBio?: Date;
|
|
2316
2316
|
oldAccountSetting?: ETypeAccountInstagramSetting;
|
|
2317
2317
|
newAccountSetting?: ETypeAccountInstagramSetting;
|
|
@@ -5602,7 +5602,7 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
5602
5602
|
deviceModel: string;
|
|
5603
5603
|
deviceName: string;
|
|
5604
5604
|
deviceOS: ETypeDeviceOS;
|
|
5605
|
-
group:
|
|
5605
|
+
group: string;
|
|
5606
5606
|
email: string;
|
|
5607
5607
|
emailPassword: string;
|
|
5608
5608
|
email2FA: string;
|
|
@@ -5626,7 +5626,7 @@ interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistor
|
|
|
5626
5626
|
deviceModel: string;
|
|
5627
5627
|
deviceName: string;
|
|
5628
5628
|
deviceOS: ETypeDeviceOS;
|
|
5629
|
-
group:
|
|
5629
|
+
group: string;
|
|
5630
5630
|
email: string;
|
|
5631
5631
|
emailPassword: string;
|
|
5632
5632
|
email2FA: string;
|
|
@@ -5650,7 +5650,7 @@ interface FindInstagramHistoryCreateDto extends IFindBaseDto, IInstagramHistoryC
|
|
|
5650
5650
|
deviceModel: string;
|
|
5651
5651
|
deviceName: string;
|
|
5652
5652
|
deviceOS: ETypeDeviceOS;
|
|
5653
|
-
group:
|
|
5653
|
+
group: string;
|
|
5654
5654
|
email: string;
|
|
5655
5655
|
emailPassword: string;
|
|
5656
5656
|
email2FA: string;
|
|
@@ -5674,7 +5674,7 @@ interface FindInstagramHistoryChangeDto extends IFindBaseDto, IInstagramHistoryC
|
|
|
5674
5674
|
deviceModel: string;
|
|
5675
5675
|
deviceName: string;
|
|
5676
5676
|
deviceOS: ETypeDeviceOS;
|
|
5677
|
-
group:
|
|
5677
|
+
group: string;
|
|
5678
5678
|
email: string;
|
|
5679
5679
|
emailPassword: string;
|
|
5680
5680
|
email2FA: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2311,7 +2311,7 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2311
2311
|
timeChangePassword?: Date;
|
|
2312
2312
|
oldBio?: string[];
|
|
2313
2313
|
newBio?: string[];
|
|
2314
|
-
statusChangeBio?:
|
|
2314
|
+
statusChangeBio?: EStatusChangeInfo;
|
|
2315
2315
|
timeChangeBio?: Date;
|
|
2316
2316
|
oldAccountSetting?: ETypeAccountInstagramSetting;
|
|
2317
2317
|
newAccountSetting?: ETypeAccountInstagramSetting;
|
|
@@ -5602,7 +5602,7 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
5602
5602
|
deviceModel: string;
|
|
5603
5603
|
deviceName: string;
|
|
5604
5604
|
deviceOS: ETypeDeviceOS;
|
|
5605
|
-
group:
|
|
5605
|
+
group: string;
|
|
5606
5606
|
email: string;
|
|
5607
5607
|
emailPassword: string;
|
|
5608
5608
|
email2FA: string;
|
|
@@ -5626,7 +5626,7 @@ interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistor
|
|
|
5626
5626
|
deviceModel: string;
|
|
5627
5627
|
deviceName: string;
|
|
5628
5628
|
deviceOS: ETypeDeviceOS;
|
|
5629
|
-
group:
|
|
5629
|
+
group: string;
|
|
5630
5630
|
email: string;
|
|
5631
5631
|
emailPassword: string;
|
|
5632
5632
|
email2FA: string;
|
|
@@ -5650,7 +5650,7 @@ interface FindInstagramHistoryCreateDto extends IFindBaseDto, IInstagramHistoryC
|
|
|
5650
5650
|
deviceModel: string;
|
|
5651
5651
|
deviceName: string;
|
|
5652
5652
|
deviceOS: ETypeDeviceOS;
|
|
5653
|
-
group:
|
|
5653
|
+
group: string;
|
|
5654
5654
|
email: string;
|
|
5655
5655
|
emailPassword: string;
|
|
5656
5656
|
email2FA: string;
|
|
@@ -5674,7 +5674,7 @@ interface FindInstagramHistoryChangeDto extends IFindBaseDto, IInstagramHistoryC
|
|
|
5674
5674
|
deviceModel: string;
|
|
5675
5675
|
deviceName: string;
|
|
5676
5676
|
deviceOS: ETypeDeviceOS;
|
|
5677
|
-
group:
|
|
5677
|
+
group: string;
|
|
5678
5678
|
email: string;
|
|
5679
5679
|
emailPassword: string;
|
|
5680
5680
|
email2FA: string;
|