automation-lib 5.4.90 → 5.4.91

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 CHANGED
@@ -3350,13 +3350,13 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3350
3350
  idea: string | IManagerWork;
3351
3351
  niche: string | IManagerWork;
3352
3352
  type: ETypeManagerWorkClassify;
3353
- importInfo: {
3353
+ importInfo: Array<{
3354
3354
  sheetUrl: string;
3355
3355
  sheetName: string;
3356
3356
  typeImport: string;
3357
3357
  timeImport: Date;
3358
3358
  statusImport: EStatusAccountSocialImport;
3359
- };
3359
+ }>;
3360
3360
  runStartDateTime: Date;
3361
3361
  runEndDateTime: Date;
3362
3362
  statusRun: EStatusAccountSocialRun;
@@ -5305,13 +5305,13 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5305
5305
  idea: string | IManagerWork;
5306
5306
  niche: string | IManagerWork;
5307
5307
  type: ETypeManagerWorkClassify;
5308
- importInfo: {
5308
+ importInfo: Array<{
5309
5309
  sheetUrl: string;
5310
5310
  sheetName: string;
5311
5311
  typeImport: string;
5312
5312
  timeImport: Date;
5313
5313
  statusImport: EStatusAccountSocialImport;
5314
- };
5314
+ }>;
5315
5315
  runStartDateTime: Date;
5316
5316
  runEndDateTime: Date;
5317
5317
  statusRun: EStatusAccountSocialRun;
package/dist/index.d.ts CHANGED
@@ -3350,13 +3350,13 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3350
3350
  idea: string | IManagerWork;
3351
3351
  niche: string | IManagerWork;
3352
3352
  type: ETypeManagerWorkClassify;
3353
- importInfo: {
3353
+ importInfo: Array<{
3354
3354
  sheetUrl: string;
3355
3355
  sheetName: string;
3356
3356
  typeImport: string;
3357
3357
  timeImport: Date;
3358
3358
  statusImport: EStatusAccountSocialImport;
3359
- };
3359
+ }>;
3360
3360
  runStartDateTime: Date;
3361
3361
  runEndDateTime: Date;
3362
3362
  statusRun: EStatusAccountSocialRun;
@@ -5305,13 +5305,13 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5305
5305
  idea: string | IManagerWork;
5306
5306
  niche: string | IManagerWork;
5307
5307
  type: ETypeManagerWorkClassify;
5308
- importInfo: {
5308
+ importInfo: Array<{
5309
5309
  sheetUrl: string;
5310
5310
  sheetName: string;
5311
5311
  typeImport: string;
5312
5312
  timeImport: Date;
5313
5313
  statusImport: EStatusAccountSocialImport;
5314
- };
5314
+ }>;
5315
5315
  runStartDateTime: Date;
5316
5316
  runEndDateTime: Date;
5317
5317
  statusRun: EStatusAccountSocialRun;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.90",
3
+ "version": "5.4.91",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",