@allinsocial/automation-core 6.6.650 → 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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20277,7 +20277,7 @@ interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITra
|
|
|
20277
20277
|
}
|
|
20278
20278
|
interface IFileItemPostManualContentSocialInstagram {
|
|
20279
20279
|
id: string;
|
|
20280
|
-
url
|
|
20280
|
+
url?: string;
|
|
20281
20281
|
type: ETypeFileItemPostManualContentSocialInstagram;
|
|
20282
20282
|
size: number;
|
|
20283
20283
|
originalName: string;
|
|
@@ -20691,7 +20691,7 @@ interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrack
|
|
|
20691
20691
|
}
|
|
20692
20692
|
interface IFileItemPostManualContentSocialThreads {
|
|
20693
20693
|
id: string;
|
|
20694
|
-
url
|
|
20694
|
+
url?: string;
|
|
20695
20695
|
type: ETypeFileItemPostManualContentSocialThreads;
|
|
20696
20696
|
size: number;
|
|
20697
20697
|
originalName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -20277,7 +20277,7 @@ interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITra
|
|
|
20277
20277
|
}
|
|
20278
20278
|
interface IFileItemPostManualContentSocialInstagram {
|
|
20279
20279
|
id: string;
|
|
20280
|
-
url
|
|
20280
|
+
url?: string;
|
|
20281
20281
|
type: ETypeFileItemPostManualContentSocialInstagram;
|
|
20282
20282
|
size: number;
|
|
20283
20283
|
originalName: string;
|
|
@@ -20691,7 +20691,7 @@ interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrack
|
|
|
20691
20691
|
}
|
|
20692
20692
|
interface IFileItemPostManualContentSocialThreads {
|
|
20693
20693
|
id: string;
|
|
20694
|
-
url
|
|
20694
|
+
url?: string;
|
|
20695
20695
|
type: ETypeFileItemPostManualContentSocialThreads;
|
|
20696
20696
|
size: number;
|
|
20697
20697
|
originalName: string;
|