automation-lib 5.5.1 → 5.5.3
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
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;
|
|
@@ -9923,7 +9924,7 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
9923
9924
|
email: string;
|
|
9924
9925
|
numberFollower: number;
|
|
9925
9926
|
numberFollowing: number;
|
|
9926
|
-
|
|
9927
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
9927
9928
|
status: EStatusAccountSocialRaw;
|
|
9928
9929
|
typeAppClone: string;
|
|
9929
9930
|
nameAppClone: 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;
|
|
@@ -9923,7 +9924,7 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
9923
9924
|
email: string;
|
|
9924
9925
|
numberFollower: number;
|
|
9925
9926
|
numberFollowing: number;
|
|
9926
|
-
|
|
9927
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
9927
9928
|
status: EStatusAccountSocialRaw;
|
|
9928
9929
|
typeAppClone: string;
|
|
9929
9930
|
nameAppClone: 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",
|