automation-lib 5.1.273 → 5.1.275

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
@@ -528,16 +528,6 @@ declare enum EObjectName {
528
528
  AccountSocial = "AccountSocial",
529
529
  UserRole = "UserRole",
530
530
  UserRoleGroup = "UserRoleGroup",
531
- InstagramAccountRaw = "InstagramAccountRaw",
532
- InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
533
- InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
534
- InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
535
- InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
536
- ThreadsAccountRaw = "ThreadsAccountRaw",
537
- ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
538
- ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
539
- ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
540
- ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
541
531
  AccountsCanva = "AccountsCanva",
542
532
  AccountsAI = "AccountsAI",
543
533
  AccountsAIInfo = "AccountsAIInfo",
@@ -624,6 +614,12 @@ declare enum EObjectName {
624
614
  ManagerWorkPin = "ManagerWorkPin",
625
615
  Tag = "tag",
626
616
  Domain = "domain",
617
+ InstagramAccountRaw = "InstagramAccountRaw",
618
+ InstagramAccountRun = "InstagramAccountRun",
619
+ InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
620
+ InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
621
+ InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
622
+ InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
627
623
  DashboardFollowerInstagram = "DashboardFollowerInstagram",
628
624
  InteractExploresInstagram = "InteractExploresInstagram",
629
625
  InteractReelsInstagram = "InteractReelsInstagram",
@@ -655,6 +651,11 @@ declare enum EObjectName {
655
651
  InteractUnFollowsThreads = "InteractUnFollowsThreads",
656
652
  InteractReplyCommentThreads = "InteractReplyCommentThreads",
657
653
  InteractReplyMessageThreads = "InteractReplyMessageThreads",
654
+ ThreadsAccountRaw = "ThreadsAccountRaw",
655
+ ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
656
+ ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
657
+ ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
658
+ ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
658
659
  FreepikSetting = "FreepikSetting",
659
660
  SupportQueries = "SupportQueries",
660
661
  TaskBrowserContent = "TaskBrowserContent",
@@ -9270,7 +9271,7 @@ interface CreateTasksJobDto extends Partial<ITaskJob> {
9270
9271
  }
9271
9272
  interface UpdateTasksJobDto extends Partial<CreateTasksJobDto> {
9272
9273
  }
9273
- interface FindTasksJobDto extends IFindBaseDto, ILark {
9274
+ interface FindTasksJobDto extends IFindBaseDto, ITaskJob {
9274
9275
  tj_blogsAttachment: IBlog[];
9275
9276
  tj_departmentsPermission: IDepartment[];
9276
9277
  tj_teamsPermission: ITeam[];
package/dist/index.d.ts CHANGED
@@ -528,16 +528,6 @@ declare enum EObjectName {
528
528
  AccountSocial = "AccountSocial",
529
529
  UserRole = "UserRole",
530
530
  UserRoleGroup = "UserRoleGroup",
531
- InstagramAccountRaw = "InstagramAccountRaw",
532
- InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
533
- InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
534
- InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
535
- InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
536
- ThreadsAccountRaw = "ThreadsAccountRaw",
537
- ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
538
- ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
539
- ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
540
- ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
541
531
  AccountsCanva = "AccountsCanva",
542
532
  AccountsAI = "AccountsAI",
543
533
  AccountsAIInfo = "AccountsAIInfo",
@@ -624,6 +614,12 @@ declare enum EObjectName {
624
614
  ManagerWorkPin = "ManagerWorkPin",
625
615
  Tag = "tag",
626
616
  Domain = "domain",
617
+ InstagramAccountRaw = "InstagramAccountRaw",
618
+ InstagramAccountRun = "InstagramAccountRun",
619
+ InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
620
+ InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
621
+ InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
622
+ InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
627
623
  DashboardFollowerInstagram = "DashboardFollowerInstagram",
628
624
  InteractExploresInstagram = "InteractExploresInstagram",
629
625
  InteractReelsInstagram = "InteractReelsInstagram",
@@ -655,6 +651,11 @@ declare enum EObjectName {
655
651
  InteractUnFollowsThreads = "InteractUnFollowsThreads",
656
652
  InteractReplyCommentThreads = "InteractReplyCommentThreads",
657
653
  InteractReplyMessageThreads = "InteractReplyMessageThreads",
654
+ ThreadsAccountRaw = "ThreadsAccountRaw",
655
+ ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
656
+ ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
657
+ ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
658
+ ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
658
659
  FreepikSetting = "FreepikSetting",
659
660
  SupportQueries = "SupportQueries",
660
661
  TaskBrowserContent = "TaskBrowserContent",
@@ -9270,7 +9271,7 @@ interface CreateTasksJobDto extends Partial<ITaskJob> {
9270
9271
  }
9271
9272
  interface UpdateTasksJobDto extends Partial<CreateTasksJobDto> {
9272
9273
  }
9273
- interface FindTasksJobDto extends IFindBaseDto, ILark {
9274
+ interface FindTasksJobDto extends IFindBaseDto, ITaskJob {
9274
9275
  tj_blogsAttachment: IBlog[];
9275
9276
  tj_departmentsPermission: IDepartment[];
9276
9277
  tj_teamsPermission: ITeam[];
package/dist/index.js CHANGED
@@ -718,16 +718,6 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
718
718
  _EObjectName["AccountSocial"] = "AccountSocial";
719
719
  _EObjectName["UserRole"] = "UserRole";
720
720
  _EObjectName["UserRoleGroup"] = "UserRoleGroup";
721
- _EObjectName["InstagramAccountRaw"] = "InstagramAccountRaw";
722
- _EObjectName["InstagramAccountRawHistoryGroup"] = "InstagramAccountRawHistoryGroup";
723
- _EObjectName["InstagramAccountRawHistoryChange"] = "InstagramAccountRawHistoryChange";
724
- _EObjectName["InstagramAccountRawHistoryCreate"] = "InstagramAccountRawHistoryCreate";
725
- _EObjectName["InstagramAccountRawHistoryAutoSync"] = "InstagramAccountRawHistoryAutoSync";
726
- _EObjectName["ThreadsAccountRaw"] = "ThreadsAccountRaw";
727
- _EObjectName["ThreadsAccountRawHistoryGroup"] = "ThreadsAccountRawHistoryGroup";
728
- _EObjectName["ThreadsAccountRawHistoryChange"] = "ThreadsAccountRawHistoryChange";
729
- _EObjectName["ThreadsAccountRawHistoryCreate"] = "ThreadsAccountRawHistoryCreate";
730
- _EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
731
721
  _EObjectName["AccountsCanva"] = "AccountsCanva";
732
722
  _EObjectName["AccountsAI"] = "AccountsAI";
733
723
  _EObjectName["AccountsAIInfo"] = "AccountsAIInfo";
@@ -814,6 +804,12 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
814
804
  _EObjectName["ManagerWorkPin"] = "ManagerWorkPin";
815
805
  _EObjectName["Tag"] = "tag";
816
806
  _EObjectName["Domain"] = "domain";
807
+ _EObjectName["InstagramAccountRaw"] = "InstagramAccountRaw";
808
+ _EObjectName["InstagramAccountRun"] = "InstagramAccountRun";
809
+ _EObjectName["InstagramAccountRawHistoryGroup"] = "InstagramAccountRawHistoryGroup";
810
+ _EObjectName["InstagramAccountRawHistoryChange"] = "InstagramAccountRawHistoryChange";
811
+ _EObjectName["InstagramAccountRawHistoryCreate"] = "InstagramAccountRawHistoryCreate";
812
+ _EObjectName["InstagramAccountRawHistoryAutoSync"] = "InstagramAccountRawHistoryAutoSync";
817
813
  _EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
818
814
  _EObjectName["InteractExploresInstagram"] = "InteractExploresInstagram";
819
815
  _EObjectName["InteractReelsInstagram"] = "InteractReelsInstagram";
@@ -845,6 +841,11 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
845
841
  _EObjectName["InteractUnFollowsThreads"] = "InteractUnFollowsThreads";
846
842
  _EObjectName["InteractReplyCommentThreads"] = "InteractReplyCommentThreads";
847
843
  _EObjectName["InteractReplyMessageThreads"] = "InteractReplyMessageThreads";
844
+ _EObjectName["ThreadsAccountRaw"] = "ThreadsAccountRaw";
845
+ _EObjectName["ThreadsAccountRawHistoryGroup"] = "ThreadsAccountRawHistoryGroup";
846
+ _EObjectName["ThreadsAccountRawHistoryChange"] = "ThreadsAccountRawHistoryChange";
847
+ _EObjectName["ThreadsAccountRawHistoryCreate"] = "ThreadsAccountRawHistoryCreate";
848
+ _EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
848
849
  _EObjectName["FreepikSetting"] = "FreepikSetting";
849
850
  _EObjectName["SupportQueries"] = "SupportQueries";
850
851
  _EObjectName["TaskBrowserContent"] = "TaskBrowserContent";
package/dist/index.mjs CHANGED
@@ -685,16 +685,6 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
685
685
  _EObjectName["AccountSocial"] = "AccountSocial";
686
686
  _EObjectName["UserRole"] = "UserRole";
687
687
  _EObjectName["UserRoleGroup"] = "UserRoleGroup";
688
- _EObjectName["InstagramAccountRaw"] = "InstagramAccountRaw";
689
- _EObjectName["InstagramAccountRawHistoryGroup"] = "InstagramAccountRawHistoryGroup";
690
- _EObjectName["InstagramAccountRawHistoryChange"] = "InstagramAccountRawHistoryChange";
691
- _EObjectName["InstagramAccountRawHistoryCreate"] = "InstagramAccountRawHistoryCreate";
692
- _EObjectName["InstagramAccountRawHistoryAutoSync"] = "InstagramAccountRawHistoryAutoSync";
693
- _EObjectName["ThreadsAccountRaw"] = "ThreadsAccountRaw";
694
- _EObjectName["ThreadsAccountRawHistoryGroup"] = "ThreadsAccountRawHistoryGroup";
695
- _EObjectName["ThreadsAccountRawHistoryChange"] = "ThreadsAccountRawHistoryChange";
696
- _EObjectName["ThreadsAccountRawHistoryCreate"] = "ThreadsAccountRawHistoryCreate";
697
- _EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
698
688
  _EObjectName["AccountsCanva"] = "AccountsCanva";
699
689
  _EObjectName["AccountsAI"] = "AccountsAI";
700
690
  _EObjectName["AccountsAIInfo"] = "AccountsAIInfo";
@@ -781,6 +771,12 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
781
771
  _EObjectName["ManagerWorkPin"] = "ManagerWorkPin";
782
772
  _EObjectName["Tag"] = "tag";
783
773
  _EObjectName["Domain"] = "domain";
774
+ _EObjectName["InstagramAccountRaw"] = "InstagramAccountRaw";
775
+ _EObjectName["InstagramAccountRun"] = "InstagramAccountRun";
776
+ _EObjectName["InstagramAccountRawHistoryGroup"] = "InstagramAccountRawHistoryGroup";
777
+ _EObjectName["InstagramAccountRawHistoryChange"] = "InstagramAccountRawHistoryChange";
778
+ _EObjectName["InstagramAccountRawHistoryCreate"] = "InstagramAccountRawHistoryCreate";
779
+ _EObjectName["InstagramAccountRawHistoryAutoSync"] = "InstagramAccountRawHistoryAutoSync";
784
780
  _EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
785
781
  _EObjectName["InteractExploresInstagram"] = "InteractExploresInstagram";
786
782
  _EObjectName["InteractReelsInstagram"] = "InteractReelsInstagram";
@@ -812,6 +808,11 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
812
808
  _EObjectName["InteractUnFollowsThreads"] = "InteractUnFollowsThreads";
813
809
  _EObjectName["InteractReplyCommentThreads"] = "InteractReplyCommentThreads";
814
810
  _EObjectName["InteractReplyMessageThreads"] = "InteractReplyMessageThreads";
811
+ _EObjectName["ThreadsAccountRaw"] = "ThreadsAccountRaw";
812
+ _EObjectName["ThreadsAccountRawHistoryGroup"] = "ThreadsAccountRawHistoryGroup";
813
+ _EObjectName["ThreadsAccountRawHistoryChange"] = "ThreadsAccountRawHistoryChange";
814
+ _EObjectName["ThreadsAccountRawHistoryCreate"] = "ThreadsAccountRawHistoryCreate";
815
+ _EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
815
816
  _EObjectName["FreepikSetting"] = "FreepikSetting";
816
817
  _EObjectName["SupportQueries"] = "SupportQueries";
817
818
  _EObjectName["TaskBrowserContent"] = "TaskBrowserContent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.273",
3
+ "version": "5.1.275",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",