automation-lib 5.1.338 → 5.1.342

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
@@ -624,9 +624,9 @@ declare enum EObjectName {
624
624
  InstagramAccountRaw = "InstagramAccountRaw",
625
625
  InstagramAccountRun = "InstagramAccountRun",
626
626
  InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
627
- InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
628
- InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
629
627
  InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
628
+ InstagramAccountRawHistoryChangeInfo = "InstagramAccountRawHistoryChangeInfo",
629
+ InstagramAccountRawHistoryCreateFolderName = "InstagramAccountRawHistoryCreateFolderName",
630
630
  InstagramHistoryBlockUser = "InstagramHistoryBlockUser",
631
631
  InstagramHistoryAutoPost = "InstagramHistoryAutoPost",
632
632
  InstagramHistoryFollow = "InstagramHistoryFollow",
@@ -669,8 +669,8 @@ declare enum EObjectName {
669
669
  InteractReplyMessageThreads = "InteractReplyMessageThreads",
670
670
  ThreadsAccountRaw = "ThreadsAccountRaw",
671
671
  ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
672
- ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
673
- ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
672
+ ThreadsAccountRawHistoryChangeInfo = "ThreadsAccountRawHistoryChangeInfo",
673
+ ThreadsAccountRawHistoryCreateFolderName = "ThreadsAccountRawHistoryCreateFolderName",
674
674
  ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
675
675
  FreepikSetting = "FreepikSetting",
676
676
  SupportQueries = "SupportQueries",
@@ -2369,7 +2369,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
2369
2369
  sheetUrl: string;
2370
2370
  sheetName: string;
2371
2371
  group: IAccountSocialGroup | string;
2372
- accountID: string;
2372
+ accountID: number;
2373
2373
  nameAppCloneSocial: string;
2374
2374
  accountDeviceTypeAppClone: string;
2375
2375
  accountDeviceNameAppClone: string;
@@ -2429,7 +2429,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
2429
2429
  sheetUrl: string;
2430
2430
  sheetName: string;
2431
2431
  group: IAccountSocialGroup | string;
2432
- accountID: string;
2432
+ accountID: number;
2433
2433
  nameAppCloneSocial: string;
2434
2434
  accountDeviceTypeAppClone: string;
2435
2435
  accountDeviceNameAppClone: string;
@@ -2880,7 +2880,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
2880
2880
  sheetUrl: string;
2881
2881
  sheetName: string;
2882
2882
  group: IAccountSocialGroup | string;
2883
- accountID: string;
2883
+ accountID: number;
2884
2884
  packageApp: string;
2885
2885
  nameAppCloneSocial: string;
2886
2886
  accountDeviceTypeAppClone: string;
@@ -2938,7 +2938,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2938
2938
  sheetUrl: string;
2939
2939
  sheetName: string;
2940
2940
  group: IAccountSocialGroup | string;
2941
- accountID: string;
2941
+ accountID: number;
2942
2942
  nameAppCloneSocial: string;
2943
2943
  accountDeviceTypeAppClone: string;
2944
2944
  accountDeviceNameAppClone: string;
@@ -3886,7 +3886,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
3886
3886
  typeSocial: ETypeSocial;
3887
3887
  sheetUrl: string;
3888
3888
  sheetName: string;
3889
- accountID: string;
3889
+ accountID: number;
3890
3890
  nameAppCloneSocial: string;
3891
3891
  accountDeviceTypeAppClone: string;
3892
3892
  accountDeviceNameAppClone: string;
package/dist/index.d.ts CHANGED
@@ -624,9 +624,9 @@ declare enum EObjectName {
624
624
  InstagramAccountRaw = "InstagramAccountRaw",
625
625
  InstagramAccountRun = "InstagramAccountRun",
626
626
  InstagramAccountRawHistoryGroup = "InstagramAccountRawHistoryGroup",
627
- InstagramAccountRawHistoryChange = "InstagramAccountRawHistoryChange",
628
- InstagramAccountRawHistoryCreate = "InstagramAccountRawHistoryCreate",
629
627
  InstagramAccountRawHistoryAutoSync = "InstagramAccountRawHistoryAutoSync",
628
+ InstagramAccountRawHistoryChangeInfo = "InstagramAccountRawHistoryChangeInfo",
629
+ InstagramAccountRawHistoryCreateFolderName = "InstagramAccountRawHistoryCreateFolderName",
630
630
  InstagramHistoryBlockUser = "InstagramHistoryBlockUser",
631
631
  InstagramHistoryAutoPost = "InstagramHistoryAutoPost",
632
632
  InstagramHistoryFollow = "InstagramHistoryFollow",
@@ -669,8 +669,8 @@ declare enum EObjectName {
669
669
  InteractReplyMessageThreads = "InteractReplyMessageThreads",
670
670
  ThreadsAccountRaw = "ThreadsAccountRaw",
671
671
  ThreadsAccountRawHistoryGroup = "ThreadsAccountRawHistoryGroup",
672
- ThreadsAccountRawHistoryChange = "ThreadsAccountRawHistoryChange",
673
- ThreadsAccountRawHistoryCreate = "ThreadsAccountRawHistoryCreate",
672
+ ThreadsAccountRawHistoryChangeInfo = "ThreadsAccountRawHistoryChangeInfo",
673
+ ThreadsAccountRawHistoryCreateFolderName = "ThreadsAccountRawHistoryCreateFolderName",
674
674
  ThreadsAccountRawHistoryAutoSync = "ThreadsAccountRawHistoryAutoSync",
675
675
  FreepikSetting = "FreepikSetting",
676
676
  SupportQueries = "SupportQueries",
@@ -2369,7 +2369,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
2369
2369
  sheetUrl: string;
2370
2370
  sheetName: string;
2371
2371
  group: IAccountSocialGroup | string;
2372
- accountID: string;
2372
+ accountID: number;
2373
2373
  nameAppCloneSocial: string;
2374
2374
  accountDeviceTypeAppClone: string;
2375
2375
  accountDeviceNameAppClone: string;
@@ -2429,7 +2429,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
2429
2429
  sheetUrl: string;
2430
2430
  sheetName: string;
2431
2431
  group: IAccountSocialGroup | string;
2432
- accountID: string;
2432
+ accountID: number;
2433
2433
  nameAppCloneSocial: string;
2434
2434
  accountDeviceTypeAppClone: string;
2435
2435
  accountDeviceNameAppClone: string;
@@ -2880,7 +2880,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
2880
2880
  sheetUrl: string;
2881
2881
  sheetName: string;
2882
2882
  group: IAccountSocialGroup | string;
2883
- accountID: string;
2883
+ accountID: number;
2884
2884
  packageApp: string;
2885
2885
  nameAppCloneSocial: string;
2886
2886
  accountDeviceTypeAppClone: string;
@@ -2938,7 +2938,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2938
2938
  sheetUrl: string;
2939
2939
  sheetName: string;
2940
2940
  group: IAccountSocialGroup | string;
2941
- accountID: string;
2941
+ accountID: number;
2942
2942
  nameAppCloneSocial: string;
2943
2943
  accountDeviceTypeAppClone: string;
2944
2944
  accountDeviceNameAppClone: string;
@@ -3886,7 +3886,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
3886
3886
  typeSocial: ETypeSocial;
3887
3887
  sheetUrl: string;
3888
3888
  sheetName: string;
3889
- accountID: string;
3889
+ accountID: number;
3890
3890
  nameAppCloneSocial: string;
3891
3891
  accountDeviceTypeAppClone: string;
3892
3892
  accountDeviceNameAppClone: string;
package/dist/index.js CHANGED
@@ -913,9 +913,9 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
913
913
  _EObjectName["InstagramAccountRaw"] = "InstagramAccountRaw";
914
914
  _EObjectName["InstagramAccountRun"] = "InstagramAccountRun";
915
915
  _EObjectName["InstagramAccountRawHistoryGroup"] = "InstagramAccountRawHistoryGroup";
916
- _EObjectName["InstagramAccountRawHistoryChange"] = "InstagramAccountRawHistoryChange";
917
- _EObjectName["InstagramAccountRawHistoryCreate"] = "InstagramAccountRawHistoryCreate";
918
916
  _EObjectName["InstagramAccountRawHistoryAutoSync"] = "InstagramAccountRawHistoryAutoSync";
917
+ _EObjectName["InstagramAccountRawHistoryChangeInfo"] = "InstagramAccountRawHistoryChangeInfo";
918
+ _EObjectName["InstagramAccountRawHistoryCreateFolderName"] = "InstagramAccountRawHistoryCreateFolderName";
919
919
  _EObjectName["InstagramHistoryBlockUser"] = "InstagramHistoryBlockUser";
920
920
  _EObjectName["InstagramHistoryAutoPost"] = "InstagramHistoryAutoPost";
921
921
  _EObjectName["InstagramHistoryFollow"] = "InstagramHistoryFollow";
@@ -958,8 +958,8 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
958
958
  _EObjectName["InteractReplyMessageThreads"] = "InteractReplyMessageThreads";
959
959
  _EObjectName["ThreadsAccountRaw"] = "ThreadsAccountRaw";
960
960
  _EObjectName["ThreadsAccountRawHistoryGroup"] = "ThreadsAccountRawHistoryGroup";
961
- _EObjectName["ThreadsAccountRawHistoryChange"] = "ThreadsAccountRawHistoryChange";
962
- _EObjectName["ThreadsAccountRawHistoryCreate"] = "ThreadsAccountRawHistoryCreate";
961
+ _EObjectName["ThreadsAccountRawHistoryChangeInfo"] = "ThreadsAccountRawHistoryChangeInfo";
962
+ _EObjectName["ThreadsAccountRawHistoryCreateFolderName"] = "ThreadsAccountRawHistoryCreateFolderName";
963
963
  _EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
964
964
  _EObjectName["FreepikSetting"] = "FreepikSetting";
965
965
  _EObjectName["SupportQueries"] = "SupportQueries";
package/dist/index.mjs CHANGED
@@ -782,9 +782,9 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
782
782
  _EObjectName["InstagramAccountRaw"] = "InstagramAccountRaw";
783
783
  _EObjectName["InstagramAccountRun"] = "InstagramAccountRun";
784
784
  _EObjectName["InstagramAccountRawHistoryGroup"] = "InstagramAccountRawHistoryGroup";
785
- _EObjectName["InstagramAccountRawHistoryChange"] = "InstagramAccountRawHistoryChange";
786
- _EObjectName["InstagramAccountRawHistoryCreate"] = "InstagramAccountRawHistoryCreate";
787
785
  _EObjectName["InstagramAccountRawHistoryAutoSync"] = "InstagramAccountRawHistoryAutoSync";
786
+ _EObjectName["InstagramAccountRawHistoryChangeInfo"] = "InstagramAccountRawHistoryChangeInfo";
787
+ _EObjectName["InstagramAccountRawHistoryCreateFolderName"] = "InstagramAccountRawHistoryCreateFolderName";
788
788
  _EObjectName["InstagramHistoryBlockUser"] = "InstagramHistoryBlockUser";
789
789
  _EObjectName["InstagramHistoryAutoPost"] = "InstagramHistoryAutoPost";
790
790
  _EObjectName["InstagramHistoryFollow"] = "InstagramHistoryFollow";
@@ -827,8 +827,8 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
827
827
  _EObjectName["InteractReplyMessageThreads"] = "InteractReplyMessageThreads";
828
828
  _EObjectName["ThreadsAccountRaw"] = "ThreadsAccountRaw";
829
829
  _EObjectName["ThreadsAccountRawHistoryGroup"] = "ThreadsAccountRawHistoryGroup";
830
- _EObjectName["ThreadsAccountRawHistoryChange"] = "ThreadsAccountRawHistoryChange";
831
- _EObjectName["ThreadsAccountRawHistoryCreate"] = "ThreadsAccountRawHistoryCreate";
830
+ _EObjectName["ThreadsAccountRawHistoryChangeInfo"] = "ThreadsAccountRawHistoryChangeInfo";
831
+ _EObjectName["ThreadsAccountRawHistoryCreateFolderName"] = "ThreadsAccountRawHistoryCreateFolderName";
832
832
  _EObjectName["ThreadsAccountRawHistoryAutoSync"] = "ThreadsAccountRawHistoryAutoSync";
833
833
  _EObjectName["FreepikSetting"] = "FreepikSetting";
834
834
  _EObjectName["SupportQueries"] = "SupportQueries";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.338",
3
+ "version": "5.1.342",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",