automation-lib 5.1.166 → 5.1.167

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.js CHANGED
@@ -28,6 +28,7 @@ __export(index_exports, {
28
28
  AutoInterfacesModels: () => models_exports,
29
29
  AutoTypes: () => types_exports2,
30
30
  Common: () => common_exports2,
31
+ Forum: () => forum_exports,
31
32
  History: () => history_exports,
32
33
  Permission: () => permission_exports,
33
34
  Socials: () => socials_exports,
@@ -1195,6 +1196,7 @@ var models_exports = {};
1195
1196
  __export(models_exports, {
1196
1197
  Auth: () => auth_exports,
1197
1198
  Common: () => common_exports2,
1199
+ Forum: () => forum_exports,
1198
1200
  History: () => history_exports,
1199
1201
  Permission: () => permission_exports,
1200
1202
  Socials: () => socials_exports,
@@ -1236,6 +1238,9 @@ var instagram_exports = {};
1236
1238
  // src/interfaces/models/tool/tasks/browsers/index.ts
1237
1239
  var browsers_exports = {};
1238
1240
 
1241
+ // src/interfaces/models/forum/index.ts
1242
+ var forum_exports = {};
1243
+
1239
1244
  // src/interfaces/models/permission/index.ts
1240
1245
  var permission_exports = {};
1241
1246
 
@@ -1260,6 +1265,7 @@ var dto_exports = {};
1260
1265
  AutoInterfacesModels,
1261
1266
  AutoTypes,
1262
1267
  Common,
1268
+ Forum,
1263
1269
  History,
1264
1270
  Permission,
1265
1271
  Socials,
package/dist/index.mjs CHANGED
@@ -1161,6 +1161,7 @@ var models_exports = {};
1161
1161
  __export(models_exports, {
1162
1162
  Auth: () => auth_exports,
1163
1163
  Common: () => common_exports2,
1164
+ Forum: () => forum_exports,
1164
1165
  History: () => history_exports,
1165
1166
  Permission: () => permission_exports,
1166
1167
  Socials: () => socials_exports,
@@ -1202,6 +1203,9 @@ var instagram_exports = {};
1202
1203
  // src/interfaces/models/tool/tasks/browsers/index.ts
1203
1204
  var browsers_exports = {};
1204
1205
 
1206
+ // src/interfaces/models/forum/index.ts
1207
+ var forum_exports = {};
1208
+
1205
1209
  // src/interfaces/models/permission/index.ts
1206
1210
  var permission_exports = {};
1207
1211
 
@@ -1225,6 +1229,7 @@ export {
1225
1229
  models_exports as AutoInterfacesModels,
1226
1230
  types_exports2 as AutoTypes,
1227
1231
  common_exports2 as Common,
1232
+ forum_exports as Forum,
1228
1233
  history_exports as History,
1229
1234
  permission_exports as Permission,
1230
1235
  socials_exports as Socials,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.166",
3
+ "version": "5.1.167",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",