automation-lib 5.1.77 → 5.1.79

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
@@ -93,10 +93,10 @@ declare const CONST_API_CONTROLLERS: {
93
93
  ACCOUNTS_SOCIALS_RUN: string;
94
94
  ACCOUNTS_SOCIALS_RAW: string;
95
95
  HISTORY: {
96
+ GROUP: string;
96
97
  AUTO_SYNC: string;
97
- CHANGE: string;
98
98
  CREATE: string;
99
- GROUP: string;
99
+ CHANGE: string;
100
100
  };
101
101
  };
102
102
  THREADS: {
@@ -104,8 +104,8 @@ declare const CONST_API_CONTROLLERS: {
104
104
  ACCOUNTS_SOCIALS_RAW: string;
105
105
  HISTORY: {
106
106
  AUTO_SYNC: string;
107
- CHANGE: string;
108
107
  CREATE: string;
108
+ CHANGE: string;
109
109
  GROUP: string;
110
110
  };
111
111
  };
package/dist/index.d.ts CHANGED
@@ -93,10 +93,10 @@ declare const CONST_API_CONTROLLERS: {
93
93
  ACCOUNTS_SOCIALS_RUN: string;
94
94
  ACCOUNTS_SOCIALS_RAW: string;
95
95
  HISTORY: {
96
+ GROUP: string;
96
97
  AUTO_SYNC: string;
97
- CHANGE: string;
98
98
  CREATE: string;
99
- GROUP: string;
99
+ CHANGE: string;
100
100
  };
101
101
  };
102
102
  THREADS: {
@@ -104,8 +104,8 @@ declare const CONST_API_CONTROLLERS: {
104
104
  ACCOUNTS_SOCIALS_RAW: string;
105
105
  HISTORY: {
106
106
  AUTO_SYNC: string;
107
- CHANGE: string;
108
107
  CREATE: string;
108
+ CHANGE: string;
109
109
  GROUP: string;
110
110
  };
111
111
  };
package/dist/index.js CHANGED
@@ -148,10 +148,10 @@ var CONST_API_CONTROLLERS = {
148
148
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
149
149
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
150
150
  HISTORY: {
151
+ GROUP: "accounts-socials-instagram-history-group",
151
152
  AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
152
- CHANGE: "accounts-socials-instagram-history-create",
153
153
  CREATE: "accounts-socials-instagram-history-create",
154
- GROUP: "accounts-socials-instagram-history-group"
154
+ CHANGE: "accounts-socials-instagram-history-change"
155
155
  }
156
156
  },
157
157
  THREADS: {
@@ -159,8 +159,8 @@ var CONST_API_CONTROLLERS = {
159
159
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
160
160
  HISTORY: {
161
161
  AUTO_SYNC: "threads-socials-instagram-auto-sync",
162
- CHANGE: "threads-socials-instagram-create",
163
162
  CREATE: "threads-socials-instagram-create",
163
+ CHANGE: "threads-socials-instagram-change",
164
164
  GROUP: "threads-socials-instagram-group"
165
165
  }
166
166
  },
package/dist/index.mjs CHANGED
@@ -115,10 +115,10 @@ var CONST_API_CONTROLLERS = {
115
115
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
116
116
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
117
117
  HISTORY: {
118
+ GROUP: "accounts-socials-instagram-history-group",
118
119
  AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
119
- CHANGE: "accounts-socials-instagram-history-create",
120
120
  CREATE: "accounts-socials-instagram-history-create",
121
- GROUP: "accounts-socials-instagram-history-group"
121
+ CHANGE: "accounts-socials-instagram-history-change"
122
122
  }
123
123
  },
124
124
  THREADS: {
@@ -126,8 +126,8 @@ var CONST_API_CONTROLLERS = {
126
126
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
127
127
  HISTORY: {
128
128
  AUTO_SYNC: "threads-socials-instagram-auto-sync",
129
- CHANGE: "threads-socials-instagram-create",
130
129
  CREATE: "threads-socials-instagram-create",
130
+ CHANGE: "threads-socials-instagram-change",
131
131
  GROUP: "threads-socials-instagram-group"
132
132
  }
133
133
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.77",
3
+ "version": "5.1.79",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",