automation-lib 5.4.316 → 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 CHANGED
@@ -11736,8 +11736,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
11736
11736
  schedulePostTime: Date;
11737
11737
  status: EStatusPost;
11738
11738
  noteFix: string;
11739
- typePost: string;
11740
- stylePost: string;
11739
+ stylePost: EPostStyle;
11741
11740
  taskImageId: string;
11742
11741
  taskVoiceId: string;
11743
11742
  taskCanvaId: string;
@@ -11797,8 +11796,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11797
11796
  schedulePostTime: Date;
11798
11797
  status: EStatusPost;
11799
11798
  noteFix: string;
11800
- typePost: string;
11801
- stylePost: string;
11799
+ stylePost: EPostStyle;
11802
11800
  historyName: string;
11803
11801
  linkAddHistory: string;
11804
11802
  taskImageInfo: {
@@ -11858,8 +11856,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
11858
11856
  schedulePostTime: Date;
11859
11857
  status: EStatusPost;
11860
11858
  noteFix: string;
11861
- typePost: string;
11862
- stylePost: string;
11859
+ stylePost: EPostStyle;
11863
11860
  photosUrl: string[];
11864
11861
  videosUrl: string[];
11865
11862
  music: string[];
@@ -11936,8 +11933,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11936
11933
  schedulePostTime: Date;
11937
11934
  status: EStatusPost;
11938
11935
  noteFix: string;
11939
- typePost: string;
11940
- stylePost: string;
11936
+ stylePost: EPostStyle;
11941
11937
  photosUrl: string[];
11942
11938
  videosUrl: string[];
11943
11939
  music: string[];
@@ -12017,8 +12013,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
12017
12013
  schedulePostTime: Date;
12018
12014
  status: EStatusPost;
12019
12015
  noteFix: string;
12020
- typePost: string;
12021
- stylePost: string;
12016
+ stylePost: EPostStyle;
12022
12017
  photosUrl: string[];
12023
12018
  videosUrl: string[];
12024
12019
  music: string[];
@@ -12092,8 +12087,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12092
12087
  schedulePostTime: Date;
12093
12088
  status: EStatusPost;
12094
12089
  noteFix: string;
12095
- typePost: string;
12096
- stylePost: string;
12090
+ stylePost: EPostStyle;
12097
12091
  photosUrl: string[];
12098
12092
  videosUrl: string[];
12099
12093
  music: string[];
@@ -12172,8 +12166,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
12172
12166
  schedulePostTime: Date;
12173
12167
  status: EStatusPost;
12174
12168
  noteFix: string;
12175
- typePost: string;
12176
- stylePost: string;
12169
+ stylePost: EPostStyle;
12177
12170
  photosUrl: string[];
12178
12171
  videosUrl: string[];
12179
12172
  music: string[];
@@ -12237,8 +12230,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12237
12230
  schedulePostTime: Date;
12238
12231
  status: EStatusPost;
12239
12232
  noteFix: string;
12240
- typePost: string;
12241
- stylePost: string;
12233
+ stylePost: EPostStyle;
12242
12234
  photosUrl: string[];
12243
12235
  videosUrl: string[];
12244
12236
  music: string[];
@@ -12306,8 +12298,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
12306
12298
  schedulePostTime: Date;
12307
12299
  status: EStatusPost;
12308
12300
  noteFix: string;
12309
- typePost: string;
12310
- stylePost: string;
12301
+ stylePost: EPostStyle;
12311
12302
  taskImageId: string;
12312
12303
  taskVoiceId: string;
12313
12304
  taskCanvaId: string;
@@ -12371,8 +12362,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12371
12362
  schedulePostTime: Date;
12372
12363
  status: EStatusPost;
12373
12364
  noteFix: string;
12374
- typePost: string;
12375
- stylePost: string;
12365
+ stylePost: EPostStyle;
12376
12366
  photosUrl: string[];
12377
12367
  videosUrl: string[];
12378
12368
  music: string[];
package/dist/index.d.ts CHANGED
@@ -11736,8 +11736,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
11736
11736
  schedulePostTime: Date;
11737
11737
  status: EStatusPost;
11738
11738
  noteFix: string;
11739
- typePost: string;
11740
- stylePost: string;
11739
+ stylePost: EPostStyle;
11741
11740
  taskImageId: string;
11742
11741
  taskVoiceId: string;
11743
11742
  taskCanvaId: string;
@@ -11797,8 +11796,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11797
11796
  schedulePostTime: Date;
11798
11797
  status: EStatusPost;
11799
11798
  noteFix: string;
11800
- typePost: string;
11801
- stylePost: string;
11799
+ stylePost: EPostStyle;
11802
11800
  historyName: string;
11803
11801
  linkAddHistory: string;
11804
11802
  taskImageInfo: {
@@ -11858,8 +11856,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
11858
11856
  schedulePostTime: Date;
11859
11857
  status: EStatusPost;
11860
11858
  noteFix: string;
11861
- typePost: string;
11862
- stylePost: string;
11859
+ stylePost: EPostStyle;
11863
11860
  photosUrl: string[];
11864
11861
  videosUrl: string[];
11865
11862
  music: string[];
@@ -11936,8 +11933,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11936
11933
  schedulePostTime: Date;
11937
11934
  status: EStatusPost;
11938
11935
  noteFix: string;
11939
- typePost: string;
11940
- stylePost: string;
11936
+ stylePost: EPostStyle;
11941
11937
  photosUrl: string[];
11942
11938
  videosUrl: string[];
11943
11939
  music: string[];
@@ -12017,8 +12013,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
12017
12013
  schedulePostTime: Date;
12018
12014
  status: EStatusPost;
12019
12015
  noteFix: string;
12020
- typePost: string;
12021
- stylePost: string;
12016
+ stylePost: EPostStyle;
12022
12017
  photosUrl: string[];
12023
12018
  videosUrl: string[];
12024
12019
  music: string[];
@@ -12092,8 +12087,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12092
12087
  schedulePostTime: Date;
12093
12088
  status: EStatusPost;
12094
12089
  noteFix: string;
12095
- typePost: string;
12096
- stylePost: string;
12090
+ stylePost: EPostStyle;
12097
12091
  photosUrl: string[];
12098
12092
  videosUrl: string[];
12099
12093
  music: string[];
@@ -12172,8 +12166,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
12172
12166
  schedulePostTime: Date;
12173
12167
  status: EStatusPost;
12174
12168
  noteFix: string;
12175
- typePost: string;
12176
- stylePost: string;
12169
+ stylePost: EPostStyle;
12177
12170
  photosUrl: string[];
12178
12171
  videosUrl: string[];
12179
12172
  music: string[];
@@ -12237,8 +12230,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12237
12230
  schedulePostTime: Date;
12238
12231
  status: EStatusPost;
12239
12232
  noteFix: string;
12240
- typePost: string;
12241
- stylePost: string;
12233
+ stylePost: EPostStyle;
12242
12234
  photosUrl: string[];
12243
12235
  videosUrl: string[];
12244
12236
  music: string[];
@@ -12306,8 +12298,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
12306
12298
  schedulePostTime: Date;
12307
12299
  status: EStatusPost;
12308
12300
  noteFix: string;
12309
- typePost: string;
12310
- stylePost: string;
12301
+ stylePost: EPostStyle;
12311
12302
  taskImageId: string;
12312
12303
  taskVoiceId: string;
12313
12304
  taskCanvaId: string;
@@ -12371,8 +12362,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12371
12362
  schedulePostTime: Date;
12372
12363
  status: EStatusPost;
12373
12364
  noteFix: string;
12374
- typePost: string;
12375
- stylePost: string;
12365
+ stylePost: EPostStyle;
12376
12366
  photosUrl: string[];
12377
12367
  videosUrl: string[];
12378
12368
  music: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.316",
3
+ "version": "5.4.317",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",