automation-lib 5.1.139 → 5.1.141
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
@@ -40,6 +40,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
40
40
|
TRACKING_SCRIPTS_EXECUTED: string;
|
41
41
|
};
|
42
42
|
INSTAGRAM: {
|
43
|
+
DASHBOARD: string;
|
43
44
|
HISTORY_POST_NEWS: string;
|
44
45
|
HISTORY_POST_SQUARE: string;
|
45
46
|
HISTORY_POST_STORIES: string;
|
@@ -2291,7 +2292,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
2291
2292
|
statusImport: EStatusAccountSocialImport;
|
2292
2293
|
statusSyncAccount: EStatusAccountSocialSync;
|
2293
2294
|
timeSyncAccount: Date;
|
2294
|
-
accountSocialSync: IInstagramAccountRun;
|
2295
|
+
accountSocialSync: string | IInstagramAccountRun;
|
2295
2296
|
noteImport: string;
|
2296
2297
|
timeLogin: Date;
|
2297
2298
|
statusLogin: EStatusAccountSocialLogin;
|
package/dist/index.d.ts
CHANGED
@@ -40,6 +40,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
40
40
|
TRACKING_SCRIPTS_EXECUTED: string;
|
41
41
|
};
|
42
42
|
INSTAGRAM: {
|
43
|
+
DASHBOARD: string;
|
43
44
|
HISTORY_POST_NEWS: string;
|
44
45
|
HISTORY_POST_SQUARE: string;
|
45
46
|
HISTORY_POST_STORIES: string;
|
@@ -2291,7 +2292,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
2291
2292
|
statusImport: EStatusAccountSocialImport;
|
2292
2293
|
statusSyncAccount: EStatusAccountSocialSync;
|
2293
2294
|
timeSyncAccount: Date;
|
2294
|
-
accountSocialSync: IInstagramAccountRun;
|
2295
|
+
accountSocialSync: string | IInstagramAccountRun;
|
2295
2296
|
noteImport: string;
|
2296
2297
|
timeLogin: Date;
|
2297
2298
|
statusLogin: EStatusAccountSocialLogin;
|
package/dist/index.js
CHANGED
@@ -95,6 +95,7 @@ var CONST_API_CONTROLLERS = {
|
|
95
95
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
96
96
|
},
|
97
97
|
INSTAGRAM: {
|
98
|
+
DASHBOARD: "instagram-dashboard",
|
98
99
|
HISTORY_POST_NEWS: "instagram-report-post-news",
|
99
100
|
HISTORY_POST_SQUARE: "instagram-report-post-square",
|
100
101
|
HISTORY_POST_STORIES: "instagram-report-post-stories",
|
package/dist/index.mjs
CHANGED
@@ -62,6 +62,7 @@ var CONST_API_CONTROLLERS = {
|
|
62
62
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
63
63
|
},
|
64
64
|
INSTAGRAM: {
|
65
|
+
DASHBOARD: "instagram-dashboard",
|
65
66
|
HISTORY_POST_NEWS: "instagram-report-post-news",
|
66
67
|
HISTORY_POST_SQUARE: "instagram-report-post-square",
|
67
68
|
HISTORY_POST_STORIES: "instagram-report-post-stories",
|