automation-lib 5.4.207 → 5.4.208
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3248,7 +3248,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3248
3248
|
accountSetting: {
|
|
3249
3249
|
typeAccount: ETypeAccountInstagramSetting;
|
|
3250
3250
|
timeChangeTypeAccount: Date;
|
|
3251
|
-
statusAccount:
|
|
3251
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
3252
3252
|
timeChangeAccount: Date;
|
|
3253
3253
|
};
|
|
3254
3254
|
avatarInfo: {
|
|
@@ -5547,7 +5547,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5547
5547
|
accountSetting: {
|
|
5548
5548
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5549
5549
|
timeChangeTypeAccount: Date;
|
|
5550
|
-
statusAccount:
|
|
5550
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
5551
5551
|
timeChangeAccount: Date;
|
|
5552
5552
|
};
|
|
5553
5553
|
avatarInfo: {
|
|
@@ -5877,7 +5877,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5877
5877
|
accountSetting: {
|
|
5878
5878
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5879
5879
|
timeChangeTypeAccount: Date;
|
|
5880
|
-
statusAccount:
|
|
5880
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
5881
5881
|
timeChangeAccount: Date;
|
|
5882
5882
|
};
|
|
5883
5883
|
avatarInfo: {
|
package/dist/index.d.ts
CHANGED
|
@@ -3248,7 +3248,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3248
3248
|
accountSetting: {
|
|
3249
3249
|
typeAccount: ETypeAccountInstagramSetting;
|
|
3250
3250
|
timeChangeTypeAccount: Date;
|
|
3251
|
-
statusAccount:
|
|
3251
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
3252
3252
|
timeChangeAccount: Date;
|
|
3253
3253
|
};
|
|
3254
3254
|
avatarInfo: {
|
|
@@ -5547,7 +5547,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5547
5547
|
accountSetting: {
|
|
5548
5548
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5549
5549
|
timeChangeTypeAccount: Date;
|
|
5550
|
-
statusAccount:
|
|
5550
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
5551
5551
|
timeChangeAccount: Date;
|
|
5552
5552
|
};
|
|
5553
5553
|
avatarInfo: {
|
|
@@ -5877,7 +5877,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5877
5877
|
accountSetting: {
|
|
5878
5878
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5879
5879
|
timeChangeTypeAccount: Date;
|
|
5880
|
-
statusAccount:
|
|
5880
|
+
statusAccount: EStatusAccountSocialSetting;
|
|
5881
5881
|
timeChangeAccount: Date;
|
|
5882
5882
|
};
|
|
5883
5883
|
avatarInfo: {
|