automation-lib 5.4.315 → 5.4.317
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 +15 -30
- package/dist/index.d.ts +15 -30
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6384,8 +6384,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
6384
6384
|
status: EStatusPost[];
|
|
6385
6385
|
timezone: ETimeZone[];
|
|
6386
6386
|
dayOfWeek: EDayOfWeek[];
|
|
6387
|
-
|
|
6388
|
-
stylePost: string[];
|
|
6387
|
+
stylePost: EPostStyle[];
|
|
6389
6388
|
sheetName: string[];
|
|
6390
6389
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6391
6390
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6438,8 +6437,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
6438
6437
|
status: EStatusPost[];
|
|
6439
6438
|
timezone: ETimeZone[];
|
|
6440
6439
|
dayOfWeek: EDayOfWeek[];
|
|
6441
|
-
|
|
6442
|
-
stylePost: string[];
|
|
6440
|
+
stylePost: EPostStyle[];
|
|
6443
6441
|
sheetName: string[];
|
|
6444
6442
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6445
6443
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6492,8 +6490,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6492
6490
|
status: EStatusPost[];
|
|
6493
6491
|
timezone: ETimeZone[];
|
|
6494
6492
|
dayOfWeek: EDayOfWeek[];
|
|
6495
|
-
|
|
6496
|
-
stylePost: string[];
|
|
6493
|
+
stylePost: EPostStyle[];
|
|
6497
6494
|
sheetName: string[];
|
|
6498
6495
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6499
6496
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6546,8 +6543,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6546
6543
|
status: EStatusPost[];
|
|
6547
6544
|
timezone: ETimeZone[];
|
|
6548
6545
|
dayOfWeek: EDayOfWeek[];
|
|
6549
|
-
|
|
6550
|
-
stylePost: string[];
|
|
6546
|
+
stylePost: EPostStyle[];
|
|
6551
6547
|
sheetName: string[];
|
|
6552
6548
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6553
6549
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6600,8 +6596,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6600
6596
|
status: EStatusPost[];
|
|
6601
6597
|
timezone: ETimeZone[];
|
|
6602
6598
|
dayOfWeek: EDayOfWeek[];
|
|
6603
|
-
|
|
6604
|
-
stylePost: string[];
|
|
6599
|
+
stylePost: EPostStyle[];
|
|
6605
6600
|
sheetName: string[];
|
|
6606
6601
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6607
6602
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -11741,8 +11736,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11741
11736
|
schedulePostTime: Date;
|
|
11742
11737
|
status: EStatusPost;
|
|
11743
11738
|
noteFix: string;
|
|
11744
|
-
|
|
11745
|
-
stylePost: string;
|
|
11739
|
+
stylePost: EPostStyle;
|
|
11746
11740
|
taskImageId: string;
|
|
11747
11741
|
taskVoiceId: string;
|
|
11748
11742
|
taskCanvaId: string;
|
|
@@ -11802,8 +11796,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11802
11796
|
schedulePostTime: Date;
|
|
11803
11797
|
status: EStatusPost;
|
|
11804
11798
|
noteFix: string;
|
|
11805
|
-
|
|
11806
|
-
stylePost: string;
|
|
11799
|
+
stylePost: EPostStyle;
|
|
11807
11800
|
historyName: string;
|
|
11808
11801
|
linkAddHistory: string;
|
|
11809
11802
|
taskImageInfo: {
|
|
@@ -11863,8 +11856,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11863
11856
|
schedulePostTime: Date;
|
|
11864
11857
|
status: EStatusPost;
|
|
11865
11858
|
noteFix: string;
|
|
11866
|
-
|
|
11867
|
-
stylePost: string;
|
|
11859
|
+
stylePost: EPostStyle;
|
|
11868
11860
|
photosUrl: string[];
|
|
11869
11861
|
videosUrl: string[];
|
|
11870
11862
|
music: string[];
|
|
@@ -11941,8 +11933,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11941
11933
|
schedulePostTime: Date;
|
|
11942
11934
|
status: EStatusPost;
|
|
11943
11935
|
noteFix: string;
|
|
11944
|
-
|
|
11945
|
-
stylePost: string;
|
|
11936
|
+
stylePost: EPostStyle;
|
|
11946
11937
|
photosUrl: string[];
|
|
11947
11938
|
videosUrl: string[];
|
|
11948
11939
|
music: string[];
|
|
@@ -12022,8 +12013,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
12022
12013
|
schedulePostTime: Date;
|
|
12023
12014
|
status: EStatusPost;
|
|
12024
12015
|
noteFix: string;
|
|
12025
|
-
|
|
12026
|
-
stylePost: string;
|
|
12016
|
+
stylePost: EPostStyle;
|
|
12027
12017
|
photosUrl: string[];
|
|
12028
12018
|
videosUrl: string[];
|
|
12029
12019
|
music: string[];
|
|
@@ -12097,8 +12087,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
12097
12087
|
schedulePostTime: Date;
|
|
12098
12088
|
status: EStatusPost;
|
|
12099
12089
|
noteFix: string;
|
|
12100
|
-
|
|
12101
|
-
stylePost: string;
|
|
12090
|
+
stylePost: EPostStyle;
|
|
12102
12091
|
photosUrl: string[];
|
|
12103
12092
|
videosUrl: string[];
|
|
12104
12093
|
music: string[];
|
|
@@ -12177,8 +12166,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
12177
12166
|
schedulePostTime: Date;
|
|
12178
12167
|
status: EStatusPost;
|
|
12179
12168
|
noteFix: string;
|
|
12180
|
-
|
|
12181
|
-
stylePost: string;
|
|
12169
|
+
stylePost: EPostStyle;
|
|
12182
12170
|
photosUrl: string[];
|
|
12183
12171
|
videosUrl: string[];
|
|
12184
12172
|
music: string[];
|
|
@@ -12242,8 +12230,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12242
12230
|
schedulePostTime: Date;
|
|
12243
12231
|
status: EStatusPost;
|
|
12244
12232
|
noteFix: string;
|
|
12245
|
-
|
|
12246
|
-
stylePost: string;
|
|
12233
|
+
stylePost: EPostStyle;
|
|
12247
12234
|
photosUrl: string[];
|
|
12248
12235
|
videosUrl: string[];
|
|
12249
12236
|
music: string[];
|
|
@@ -12311,8 +12298,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
12311
12298
|
schedulePostTime: Date;
|
|
12312
12299
|
status: EStatusPost;
|
|
12313
12300
|
noteFix: string;
|
|
12314
|
-
|
|
12315
|
-
stylePost: string;
|
|
12301
|
+
stylePost: EPostStyle;
|
|
12316
12302
|
taskImageId: string;
|
|
12317
12303
|
taskVoiceId: string;
|
|
12318
12304
|
taskCanvaId: string;
|
|
@@ -12376,8 +12362,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12376
12362
|
schedulePostTime: Date;
|
|
12377
12363
|
status: EStatusPost;
|
|
12378
12364
|
noteFix: string;
|
|
12379
|
-
|
|
12380
|
-
stylePost: string;
|
|
12365
|
+
stylePost: EPostStyle;
|
|
12381
12366
|
photosUrl: string[];
|
|
12382
12367
|
videosUrl: string[];
|
|
12383
12368
|
music: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -6384,8 +6384,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
6384
6384
|
status: EStatusPost[];
|
|
6385
6385
|
timezone: ETimeZone[];
|
|
6386
6386
|
dayOfWeek: EDayOfWeek[];
|
|
6387
|
-
|
|
6388
|
-
stylePost: string[];
|
|
6387
|
+
stylePost: EPostStyle[];
|
|
6389
6388
|
sheetName: string[];
|
|
6390
6389
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6391
6390
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6438,8 +6437,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
6438
6437
|
status: EStatusPost[];
|
|
6439
6438
|
timezone: ETimeZone[];
|
|
6440
6439
|
dayOfWeek: EDayOfWeek[];
|
|
6441
|
-
|
|
6442
|
-
stylePost: string[];
|
|
6440
|
+
stylePost: EPostStyle[];
|
|
6443
6441
|
sheetName: string[];
|
|
6444
6442
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6445
6443
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6492,8 +6490,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6492
6490
|
status: EStatusPost[];
|
|
6493
6491
|
timezone: ETimeZone[];
|
|
6494
6492
|
dayOfWeek: EDayOfWeek[];
|
|
6495
|
-
|
|
6496
|
-
stylePost: string[];
|
|
6493
|
+
stylePost: EPostStyle[];
|
|
6497
6494
|
sheetName: string[];
|
|
6498
6495
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6499
6496
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6546,8 +6543,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6546
6543
|
status: EStatusPost[];
|
|
6547
6544
|
timezone: ETimeZone[];
|
|
6548
6545
|
dayOfWeek: EDayOfWeek[];
|
|
6549
|
-
|
|
6550
|
-
stylePost: string[];
|
|
6546
|
+
stylePost: EPostStyle[];
|
|
6551
6547
|
sheetName: string[];
|
|
6552
6548
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6553
6549
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6600,8 +6596,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6600
6596
|
status: EStatusPost[];
|
|
6601
6597
|
timezone: ETimeZone[];
|
|
6602
6598
|
dayOfWeek: EDayOfWeek[];
|
|
6603
|
-
|
|
6604
|
-
stylePost: string[];
|
|
6599
|
+
stylePost: EPostStyle[];
|
|
6605
6600
|
sheetName: string[];
|
|
6606
6601
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6607
6602
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -11741,8 +11736,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11741
11736
|
schedulePostTime: Date;
|
|
11742
11737
|
status: EStatusPost;
|
|
11743
11738
|
noteFix: string;
|
|
11744
|
-
|
|
11745
|
-
stylePost: string;
|
|
11739
|
+
stylePost: EPostStyle;
|
|
11746
11740
|
taskImageId: string;
|
|
11747
11741
|
taskVoiceId: string;
|
|
11748
11742
|
taskCanvaId: string;
|
|
@@ -11802,8 +11796,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11802
11796
|
schedulePostTime: Date;
|
|
11803
11797
|
status: EStatusPost;
|
|
11804
11798
|
noteFix: string;
|
|
11805
|
-
|
|
11806
|
-
stylePost: string;
|
|
11799
|
+
stylePost: EPostStyle;
|
|
11807
11800
|
historyName: string;
|
|
11808
11801
|
linkAddHistory: string;
|
|
11809
11802
|
taskImageInfo: {
|
|
@@ -11863,8 +11856,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11863
11856
|
schedulePostTime: Date;
|
|
11864
11857
|
status: EStatusPost;
|
|
11865
11858
|
noteFix: string;
|
|
11866
|
-
|
|
11867
|
-
stylePost: string;
|
|
11859
|
+
stylePost: EPostStyle;
|
|
11868
11860
|
photosUrl: string[];
|
|
11869
11861
|
videosUrl: string[];
|
|
11870
11862
|
music: string[];
|
|
@@ -11941,8 +11933,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11941
11933
|
schedulePostTime: Date;
|
|
11942
11934
|
status: EStatusPost;
|
|
11943
11935
|
noteFix: string;
|
|
11944
|
-
|
|
11945
|
-
stylePost: string;
|
|
11936
|
+
stylePost: EPostStyle;
|
|
11946
11937
|
photosUrl: string[];
|
|
11947
11938
|
videosUrl: string[];
|
|
11948
11939
|
music: string[];
|
|
@@ -12022,8 +12013,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
12022
12013
|
schedulePostTime: Date;
|
|
12023
12014
|
status: EStatusPost;
|
|
12024
12015
|
noteFix: string;
|
|
12025
|
-
|
|
12026
|
-
stylePost: string;
|
|
12016
|
+
stylePost: EPostStyle;
|
|
12027
12017
|
photosUrl: string[];
|
|
12028
12018
|
videosUrl: string[];
|
|
12029
12019
|
music: string[];
|
|
@@ -12097,8 +12087,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
12097
12087
|
schedulePostTime: Date;
|
|
12098
12088
|
status: EStatusPost;
|
|
12099
12089
|
noteFix: string;
|
|
12100
|
-
|
|
12101
|
-
stylePost: string;
|
|
12090
|
+
stylePost: EPostStyle;
|
|
12102
12091
|
photosUrl: string[];
|
|
12103
12092
|
videosUrl: string[];
|
|
12104
12093
|
music: string[];
|
|
@@ -12177,8 +12166,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
12177
12166
|
schedulePostTime: Date;
|
|
12178
12167
|
status: EStatusPost;
|
|
12179
12168
|
noteFix: string;
|
|
12180
|
-
|
|
12181
|
-
stylePost: string;
|
|
12169
|
+
stylePost: EPostStyle;
|
|
12182
12170
|
photosUrl: string[];
|
|
12183
12171
|
videosUrl: string[];
|
|
12184
12172
|
music: string[];
|
|
@@ -12242,8 +12230,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12242
12230
|
schedulePostTime: Date;
|
|
12243
12231
|
status: EStatusPost;
|
|
12244
12232
|
noteFix: string;
|
|
12245
|
-
|
|
12246
|
-
stylePost: string;
|
|
12233
|
+
stylePost: EPostStyle;
|
|
12247
12234
|
photosUrl: string[];
|
|
12248
12235
|
videosUrl: string[];
|
|
12249
12236
|
music: string[];
|
|
@@ -12311,8 +12298,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
12311
12298
|
schedulePostTime: Date;
|
|
12312
12299
|
status: EStatusPost;
|
|
12313
12300
|
noteFix: string;
|
|
12314
|
-
|
|
12315
|
-
stylePost: string;
|
|
12301
|
+
stylePost: EPostStyle;
|
|
12316
12302
|
taskImageId: string;
|
|
12317
12303
|
taskVoiceId: string;
|
|
12318
12304
|
taskCanvaId: string;
|
|
@@ -12376,8 +12362,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12376
12362
|
schedulePostTime: Date;
|
|
12377
12363
|
status: EStatusPost;
|
|
12378
12364
|
noteFix: string;
|
|
12379
|
-
|
|
12380
|
-
stylePost: string;
|
|
12365
|
+
stylePost: EPostStyle;
|
|
12381
12366
|
photosUrl: string[];
|
|
12382
12367
|
videosUrl: string[];
|
|
12383
12368
|
music: string[];
|