@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allinsocial/automation-core",
3
- "version": "6.6.649",
3
+ "version": "6.6.650",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",