automation-lib 5.1.12 → 5.1.14
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3221,6 +3221,7 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3221
3221
|
sheetURL: string;
|
|
3222
3222
|
idea: string | IManagerWork;
|
|
3223
3223
|
niche: string | IManagerWork;
|
|
3224
|
+
type: ETypeManagerWorkClassify;
|
|
3224
3225
|
typeSocial: ETypeSocial;
|
|
3225
3226
|
group: string | IAccountSocialGroup;
|
|
3226
3227
|
folderImage: string;
|
|
@@ -3247,6 +3248,8 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3247
3248
|
vpnPosition: ETypeProxy;
|
|
3248
3249
|
typePost: TPost;
|
|
3249
3250
|
stylePost: TPostStyle;
|
|
3251
|
+
content: string;
|
|
3252
|
+
settingPost: string | IInstagramSettingPost;
|
|
3250
3253
|
timePost: Date;
|
|
3251
3254
|
linkPost: string;
|
|
3252
3255
|
statusAccount: EStatusAccountSocial;
|
package/dist/index.d.ts
CHANGED
|
@@ -3221,6 +3221,7 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3221
3221
|
sheetURL: string;
|
|
3222
3222
|
idea: string | IManagerWork;
|
|
3223
3223
|
niche: string | IManagerWork;
|
|
3224
|
+
type: ETypeManagerWorkClassify;
|
|
3224
3225
|
typeSocial: ETypeSocial;
|
|
3225
3226
|
group: string | IAccountSocialGroup;
|
|
3226
3227
|
folderImage: string;
|
|
@@ -3247,6 +3248,8 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3247
3248
|
vpnPosition: ETypeProxy;
|
|
3248
3249
|
typePost: TPost;
|
|
3249
3250
|
stylePost: TPostStyle;
|
|
3251
|
+
content: string;
|
|
3252
|
+
settingPost: string | IInstagramSettingPost;
|
|
3250
3253
|
timePost: Date;
|
|
3251
3254
|
linkPost: string;
|
|
3252
3255
|
statusAccount: EStatusAccountSocial;
|