@allinsocial/automation-core 6.6.649 → 6.6.651
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 +6 -2
- package/dist/index.d.ts +6 -2
- 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;
|
|
@@ -20273,7 +20277,7 @@ interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITra
|
|
|
20273
20277
|
}
|
|
20274
20278
|
interface IFileItemPostManualContentSocialInstagram {
|
|
20275
20279
|
id: string;
|
|
20276
|
-
url
|
|
20280
|
+
url?: string;
|
|
20277
20281
|
type: ETypeFileItemPostManualContentSocialInstagram;
|
|
20278
20282
|
size: number;
|
|
20279
20283
|
originalName: string;
|
|
@@ -20687,7 +20691,7 @@ interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrack
|
|
|
20687
20691
|
}
|
|
20688
20692
|
interface IFileItemPostManualContentSocialThreads {
|
|
20689
20693
|
id: string;
|
|
20690
|
-
url
|
|
20694
|
+
url?: string;
|
|
20691
20695
|
type: ETypeFileItemPostManualContentSocialThreads;
|
|
20692
20696
|
size: number;
|
|
20693
20697
|
originalName: 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;
|
|
@@ -20273,7 +20277,7 @@ interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITra
|
|
|
20273
20277
|
}
|
|
20274
20278
|
interface IFileItemPostManualContentSocialInstagram {
|
|
20275
20279
|
id: string;
|
|
20276
|
-
url
|
|
20280
|
+
url?: string;
|
|
20277
20281
|
type: ETypeFileItemPostManualContentSocialInstagram;
|
|
20278
20282
|
size: number;
|
|
20279
20283
|
originalName: string;
|
|
@@ -20687,7 +20691,7 @@ interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrack
|
|
|
20687
20691
|
}
|
|
20688
20692
|
interface IFileItemPostManualContentSocialThreads {
|
|
20689
20693
|
id: string;
|
|
20690
|
-
url
|
|
20694
|
+
url?: string;
|
|
20691
20695
|
type: ETypeFileItemPostManualContentSocialThreads;
|
|
20692
20696
|
size: number;
|
|
20693
20697
|
originalName: string;
|