automation-lib 5.1.75 → 5.1.76

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