@allinsocial/automation-core 6.6.649 → 6.6.650
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -19895,6 +19895,10 @@ interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrac
|
|
|
19895
19895
|
listFiles: IFileItemPostDraftManualContentInstagram[];
|
|
19896
19896
|
draftManualContentChildrenId: string | IDraftManualContentInstagramChildren;
|
|
19897
19897
|
statusSync: EDraftManualContentInstagramStatusSyncPost;
|
|
19898
|
+
isAiLabel: EYesNo;
|
|
19899
|
+
location: string;
|
|
19900
|
+
mediaType: EMediaTypeDraftManualContentInstagram;
|
|
19901
|
+
hasActiveTask?: boolean;
|
|
19898
19902
|
}
|
|
19899
19903
|
interface IFileItemPostDraftManualContentInstagram {
|
|
19900
19904
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -19895,6 +19895,10 @@ interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrac
|
|
|
19895
19895
|
listFiles: IFileItemPostDraftManualContentInstagram[];
|
|
19896
19896
|
draftManualContentChildrenId: string | IDraftManualContentInstagramChildren;
|
|
19897
19897
|
statusSync: EDraftManualContentInstagramStatusSyncPost;
|
|
19898
|
+
isAiLabel: EYesNo;
|
|
19899
|
+
location: string;
|
|
19900
|
+
mediaType: EMediaTypeDraftManualContentInstagram;
|
|
19901
|
+
hasActiveTask?: boolean;
|
|
19898
19902
|
}
|
|
19899
19903
|
interface IFileItemPostDraftManualContentInstagram {
|
|
19900
19904
|
id: string;
|