automation-lib 5.5.2 → 5.5.4

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
@@ -121,6 +121,7 @@ declare const CONST_API_CONTROLLERS: {
121
121
  CREATE_FOLDER_NAME: string;
122
122
  };
123
123
  };
124
+ TASKS_MANUAL_CONTENT_SOCIAL: string;
124
125
  ACCOUNTS_GROUPS: string;
125
126
  ACCOUNTS_STATUS: string;
126
127
  ACCOUNTS_DETAILS: string;
package/dist/index.d.ts CHANGED
@@ -121,6 +121,7 @@ declare const CONST_API_CONTROLLERS: {
121
121
  CREATE_FOLDER_NAME: string;
122
122
  };
123
123
  };
124
+ TASKS_MANUAL_CONTENT_SOCIAL: string;
124
125
  ACCOUNTS_GROUPS: string;
125
126
  ACCOUNTS_STATUS: string;
126
127
  ACCOUNTS_DETAILS: string;
package/dist/index.js CHANGED
@@ -316,6 +316,7 @@ var CONST_API_CONTROLLERS = {
316
316
  CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name"
317
317
  }
318
318
  },
319
+ TASKS_MANUAL_CONTENT_SOCIAL: "tasks-manual-content-social",
319
320
  ACCOUNTS_GROUPS: "accounts-groups",
320
321
  ACCOUNTS_STATUS: "accounts_status",
321
322
  ACCOUNTS_DETAILS: "accounts-details",
package/dist/index.mjs CHANGED
@@ -143,6 +143,7 @@ var CONST_API_CONTROLLERS = {
143
143
  CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name"
144
144
  }
145
145
  },
146
+ TASKS_MANUAL_CONTENT_SOCIAL: "tasks-manual-content-social",
146
147
  ACCOUNTS_GROUPS: "accounts-groups",
147
148
  ACCOUNTS_STATUS: "accounts_status",
148
149
  ACCOUNTS_DETAILS: "accounts-details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.2",
3
+ "version": "5.5.4",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",