automation-lib 5.4.4 → 5.4.5
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 +90 -23
- package/dist/index.d.ts +90 -23
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4091,9 +4091,10 @@ interface IInstagramHistoryAutoSyncELS extends IBaseELS {
|
|
|
4091
4091
|
};
|
|
4092
4092
|
type: ETypeManagerWorkClassify;
|
|
4093
4093
|
groupAccountSocial: {
|
|
4094
|
-
|
|
4095
|
-
|
|
4094
|
+
old: string;
|
|
4095
|
+
new: string;
|
|
4096
4096
|
status: string;
|
|
4097
|
+
timeChange: Date;
|
|
4097
4098
|
};
|
|
4098
4099
|
accountID: string;
|
|
4099
4100
|
historyUserName: {
|
|
@@ -4162,9 +4163,10 @@ interface IInstagramHistoryCreateNewELS extends IBaseELS {
|
|
|
4162
4163
|
};
|
|
4163
4164
|
type: ETypeManagerWorkClassify;
|
|
4164
4165
|
groupAccountSocial: {
|
|
4165
|
-
|
|
4166
|
-
|
|
4166
|
+
old: string;
|
|
4167
|
+
new: string;
|
|
4167
4168
|
status: string;
|
|
4169
|
+
timeChange: Date;
|
|
4168
4170
|
};
|
|
4169
4171
|
accountID: string;
|
|
4170
4172
|
historyUserName: {
|
|
@@ -4264,9 +4266,10 @@ interface IInstagramHistoryChangeInfoELS extends IBaseELS {
|
|
|
4264
4266
|
};
|
|
4265
4267
|
type: ETypeManagerWorkClassify;
|
|
4266
4268
|
groupAccountSocial: {
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
+
old: string;
|
|
4270
|
+
new: string;
|
|
4269
4271
|
status: string;
|
|
4272
|
+
timeChange: Date;
|
|
4270
4273
|
};
|
|
4271
4274
|
accountID: string;
|
|
4272
4275
|
historyUserName: {
|
|
@@ -4391,10 +4394,11 @@ interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistor
|
|
|
4391
4394
|
nameAppClone: string;
|
|
4392
4395
|
nameAppCloneSocial: string;
|
|
4393
4396
|
};
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
+
groupAccountSocial: {
|
|
4398
|
+
old: string;
|
|
4399
|
+
new: string;
|
|
4397
4400
|
status: string;
|
|
4401
|
+
timeChange: Date;
|
|
4398
4402
|
};
|
|
4399
4403
|
historyUserName: {
|
|
4400
4404
|
old: string;
|
|
@@ -4471,10 +4475,11 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
|
|
|
4471
4475
|
nameAppClone: string;
|
|
4472
4476
|
nameAppCloneSocial: string;
|
|
4473
4477
|
};
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4478
|
+
groupAccountSocial: {
|
|
4479
|
+
old: string;
|
|
4480
|
+
new: string;
|
|
4477
4481
|
status: string;
|
|
4482
|
+
timeChange: Date;
|
|
4478
4483
|
};
|
|
4479
4484
|
historyUserName: {
|
|
4480
4485
|
old: string;
|
|
@@ -4613,10 +4618,11 @@ interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHisto
|
|
|
4613
4618
|
nameAppClone: string;
|
|
4614
4619
|
nameAppCloneSocial: string;
|
|
4615
4620
|
};
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4621
|
+
groupAccountSocial: {
|
|
4622
|
+
old: string;
|
|
4623
|
+
new: string;
|
|
4619
4624
|
status: string;
|
|
4625
|
+
timeChange: Date;
|
|
4620
4626
|
};
|
|
4621
4627
|
historyUserName: {
|
|
4622
4628
|
old: string;
|
|
@@ -4694,10 +4700,11 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
4694
4700
|
nameAppClone: string;
|
|
4695
4701
|
nameAppCloneSocial: string;
|
|
4696
4702
|
};
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4703
|
+
groupAccountSocial: {
|
|
4704
|
+
old: string;
|
|
4705
|
+
new: string;
|
|
4700
4706
|
status: string;
|
|
4707
|
+
timeChange: Date;
|
|
4701
4708
|
};
|
|
4702
4709
|
historyUserName: {
|
|
4703
4710
|
old: string;
|
|
@@ -9255,10 +9262,11 @@ interface IThreadsHistoryAutoSyncELS extends IBaseELS {
|
|
|
9255
9262
|
name: string;
|
|
9256
9263
|
};
|
|
9257
9264
|
type: ETypeManagerWorkClassify;
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9265
|
+
groupAccountSocial: {
|
|
9266
|
+
old: string;
|
|
9267
|
+
new: string;
|
|
9261
9268
|
status: string;
|
|
9269
|
+
timeChange: Date;
|
|
9262
9270
|
};
|
|
9263
9271
|
accountID: string;
|
|
9264
9272
|
emailInfo: {
|
|
@@ -9302,6 +9310,64 @@ interface IThreadsHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9302
9310
|
note: string;
|
|
9303
9311
|
}
|
|
9304
9312
|
interface IThreadsHistoryCreateNewELS extends IBaseELS {
|
|
9313
|
+
typeCreateNew: ETypeSocialCreateNew;
|
|
9314
|
+
folderName: EFolderImageAI;
|
|
9315
|
+
model: EAIModelImage;
|
|
9316
|
+
status: EStatusCreateNew;
|
|
9317
|
+
sheet: {
|
|
9318
|
+
url: string;
|
|
9319
|
+
name: string;
|
|
9320
|
+
};
|
|
9321
|
+
idea: {
|
|
9322
|
+
id: string;
|
|
9323
|
+
name: string;
|
|
9324
|
+
};
|
|
9325
|
+
niche: {
|
|
9326
|
+
id: string;
|
|
9327
|
+
name: string;
|
|
9328
|
+
};
|
|
9329
|
+
type: ETypeManagerWorkClassify;
|
|
9330
|
+
groupAccountSocial: {
|
|
9331
|
+
old: string;
|
|
9332
|
+
new: string;
|
|
9333
|
+
status: string;
|
|
9334
|
+
timeChange: Date;
|
|
9335
|
+
};
|
|
9336
|
+
accountID: string;
|
|
9337
|
+
historyUserName: {
|
|
9338
|
+
old: string;
|
|
9339
|
+
new: string;
|
|
9340
|
+
statusChange: EStatusChangeInfo;
|
|
9341
|
+
timeChange: Date;
|
|
9342
|
+
};
|
|
9343
|
+
historyFullname: {
|
|
9344
|
+
old: string;
|
|
9345
|
+
new: string;
|
|
9346
|
+
statusChange: EStatusChangeInfo;
|
|
9347
|
+
timeChange: Date;
|
|
9348
|
+
};
|
|
9349
|
+
emailInfo: {
|
|
9350
|
+
email: string;
|
|
9351
|
+
emailPassword: string;
|
|
9352
|
+
email2FA: string;
|
|
9353
|
+
emailRecover: string;
|
|
9354
|
+
};
|
|
9355
|
+
infoSystem: {
|
|
9356
|
+
pcName: string;
|
|
9357
|
+
department: string;
|
|
9358
|
+
leader: string;
|
|
9359
|
+
member: string;
|
|
9360
|
+
};
|
|
9361
|
+
deviceInfo: {
|
|
9362
|
+
key: string;
|
|
9363
|
+
model: string;
|
|
9364
|
+
name: string;
|
|
9365
|
+
os: ETypeDeviceOS;
|
|
9366
|
+
typeAppClone: string;
|
|
9367
|
+
nameAppClone: string;
|
|
9368
|
+
};
|
|
9369
|
+
timeAction: Date;
|
|
9370
|
+
note: string;
|
|
9305
9371
|
}
|
|
9306
9372
|
|
|
9307
9373
|
interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -9363,9 +9429,10 @@ interface IThreadsHistoryChangeInfoELS extends IBaseELS {
|
|
|
9363
9429
|
};
|
|
9364
9430
|
type: ETypeManagerWorkClassify;
|
|
9365
9431
|
groupAccountSocial: {
|
|
9366
|
-
|
|
9367
|
-
|
|
9432
|
+
old: string;
|
|
9433
|
+
new: string;
|
|
9368
9434
|
status: string;
|
|
9435
|
+
timeChange: Date;
|
|
9369
9436
|
};
|
|
9370
9437
|
accountID: string;
|
|
9371
9438
|
historyUserName: {
|
package/dist/index.d.ts
CHANGED
|
@@ -4091,9 +4091,10 @@ interface IInstagramHistoryAutoSyncELS extends IBaseELS {
|
|
|
4091
4091
|
};
|
|
4092
4092
|
type: ETypeManagerWorkClassify;
|
|
4093
4093
|
groupAccountSocial: {
|
|
4094
|
-
|
|
4095
|
-
|
|
4094
|
+
old: string;
|
|
4095
|
+
new: string;
|
|
4096
4096
|
status: string;
|
|
4097
|
+
timeChange: Date;
|
|
4097
4098
|
};
|
|
4098
4099
|
accountID: string;
|
|
4099
4100
|
historyUserName: {
|
|
@@ -4162,9 +4163,10 @@ interface IInstagramHistoryCreateNewELS extends IBaseELS {
|
|
|
4162
4163
|
};
|
|
4163
4164
|
type: ETypeManagerWorkClassify;
|
|
4164
4165
|
groupAccountSocial: {
|
|
4165
|
-
|
|
4166
|
-
|
|
4166
|
+
old: string;
|
|
4167
|
+
new: string;
|
|
4167
4168
|
status: string;
|
|
4169
|
+
timeChange: Date;
|
|
4168
4170
|
};
|
|
4169
4171
|
accountID: string;
|
|
4170
4172
|
historyUserName: {
|
|
@@ -4264,9 +4266,10 @@ interface IInstagramHistoryChangeInfoELS extends IBaseELS {
|
|
|
4264
4266
|
};
|
|
4265
4267
|
type: ETypeManagerWorkClassify;
|
|
4266
4268
|
groupAccountSocial: {
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
+
old: string;
|
|
4270
|
+
new: string;
|
|
4269
4271
|
status: string;
|
|
4272
|
+
timeChange: Date;
|
|
4270
4273
|
};
|
|
4271
4274
|
accountID: string;
|
|
4272
4275
|
historyUserName: {
|
|
@@ -4391,10 +4394,11 @@ interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistor
|
|
|
4391
4394
|
nameAppClone: string;
|
|
4392
4395
|
nameAppCloneSocial: string;
|
|
4393
4396
|
};
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
+
groupAccountSocial: {
|
|
4398
|
+
old: string;
|
|
4399
|
+
new: string;
|
|
4397
4400
|
status: string;
|
|
4401
|
+
timeChange: Date;
|
|
4398
4402
|
};
|
|
4399
4403
|
historyUserName: {
|
|
4400
4404
|
old: string;
|
|
@@ -4471,10 +4475,11 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
|
|
|
4471
4475
|
nameAppClone: string;
|
|
4472
4476
|
nameAppCloneSocial: string;
|
|
4473
4477
|
};
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4478
|
+
groupAccountSocial: {
|
|
4479
|
+
old: string;
|
|
4480
|
+
new: string;
|
|
4477
4481
|
status: string;
|
|
4482
|
+
timeChange: Date;
|
|
4478
4483
|
};
|
|
4479
4484
|
historyUserName: {
|
|
4480
4485
|
old: string;
|
|
@@ -4613,10 +4618,11 @@ interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHisto
|
|
|
4613
4618
|
nameAppClone: string;
|
|
4614
4619
|
nameAppCloneSocial: string;
|
|
4615
4620
|
};
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4621
|
+
groupAccountSocial: {
|
|
4622
|
+
old: string;
|
|
4623
|
+
new: string;
|
|
4619
4624
|
status: string;
|
|
4625
|
+
timeChange: Date;
|
|
4620
4626
|
};
|
|
4621
4627
|
historyUserName: {
|
|
4622
4628
|
old: string;
|
|
@@ -4694,10 +4700,11 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
4694
4700
|
nameAppClone: string;
|
|
4695
4701
|
nameAppCloneSocial: string;
|
|
4696
4702
|
};
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4703
|
+
groupAccountSocial: {
|
|
4704
|
+
old: string;
|
|
4705
|
+
new: string;
|
|
4700
4706
|
status: string;
|
|
4707
|
+
timeChange: Date;
|
|
4701
4708
|
};
|
|
4702
4709
|
historyUserName: {
|
|
4703
4710
|
old: string;
|
|
@@ -9255,10 +9262,11 @@ interface IThreadsHistoryAutoSyncELS extends IBaseELS {
|
|
|
9255
9262
|
name: string;
|
|
9256
9263
|
};
|
|
9257
9264
|
type: ETypeManagerWorkClassify;
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9265
|
+
groupAccountSocial: {
|
|
9266
|
+
old: string;
|
|
9267
|
+
new: string;
|
|
9261
9268
|
status: string;
|
|
9269
|
+
timeChange: Date;
|
|
9262
9270
|
};
|
|
9263
9271
|
accountID: string;
|
|
9264
9272
|
emailInfo: {
|
|
@@ -9302,6 +9310,64 @@ interface IThreadsHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9302
9310
|
note: string;
|
|
9303
9311
|
}
|
|
9304
9312
|
interface IThreadsHistoryCreateNewELS extends IBaseELS {
|
|
9313
|
+
typeCreateNew: ETypeSocialCreateNew;
|
|
9314
|
+
folderName: EFolderImageAI;
|
|
9315
|
+
model: EAIModelImage;
|
|
9316
|
+
status: EStatusCreateNew;
|
|
9317
|
+
sheet: {
|
|
9318
|
+
url: string;
|
|
9319
|
+
name: string;
|
|
9320
|
+
};
|
|
9321
|
+
idea: {
|
|
9322
|
+
id: string;
|
|
9323
|
+
name: string;
|
|
9324
|
+
};
|
|
9325
|
+
niche: {
|
|
9326
|
+
id: string;
|
|
9327
|
+
name: string;
|
|
9328
|
+
};
|
|
9329
|
+
type: ETypeManagerWorkClassify;
|
|
9330
|
+
groupAccountSocial: {
|
|
9331
|
+
old: string;
|
|
9332
|
+
new: string;
|
|
9333
|
+
status: string;
|
|
9334
|
+
timeChange: Date;
|
|
9335
|
+
};
|
|
9336
|
+
accountID: string;
|
|
9337
|
+
historyUserName: {
|
|
9338
|
+
old: string;
|
|
9339
|
+
new: string;
|
|
9340
|
+
statusChange: EStatusChangeInfo;
|
|
9341
|
+
timeChange: Date;
|
|
9342
|
+
};
|
|
9343
|
+
historyFullname: {
|
|
9344
|
+
old: string;
|
|
9345
|
+
new: string;
|
|
9346
|
+
statusChange: EStatusChangeInfo;
|
|
9347
|
+
timeChange: Date;
|
|
9348
|
+
};
|
|
9349
|
+
emailInfo: {
|
|
9350
|
+
email: string;
|
|
9351
|
+
emailPassword: string;
|
|
9352
|
+
email2FA: string;
|
|
9353
|
+
emailRecover: string;
|
|
9354
|
+
};
|
|
9355
|
+
infoSystem: {
|
|
9356
|
+
pcName: string;
|
|
9357
|
+
department: string;
|
|
9358
|
+
leader: string;
|
|
9359
|
+
member: string;
|
|
9360
|
+
};
|
|
9361
|
+
deviceInfo: {
|
|
9362
|
+
key: string;
|
|
9363
|
+
model: string;
|
|
9364
|
+
name: string;
|
|
9365
|
+
os: ETypeDeviceOS;
|
|
9366
|
+
typeAppClone: string;
|
|
9367
|
+
nameAppClone: string;
|
|
9368
|
+
};
|
|
9369
|
+
timeAction: Date;
|
|
9370
|
+
note: string;
|
|
9305
9371
|
}
|
|
9306
9372
|
|
|
9307
9373
|
interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -9363,9 +9429,10 @@ interface IThreadsHistoryChangeInfoELS extends IBaseELS {
|
|
|
9363
9429
|
};
|
|
9364
9430
|
type: ETypeManagerWorkClassify;
|
|
9365
9431
|
groupAccountSocial: {
|
|
9366
|
-
|
|
9367
|
-
|
|
9432
|
+
old: string;
|
|
9433
|
+
new: string;
|
|
9368
9434
|
status: string;
|
|
9435
|
+
timeChange: Date;
|
|
9369
9436
|
};
|
|
9370
9437
|
accountID: string;
|
|
9371
9438
|
historyUserName: {
|