automation-lib 6.6.464 → 6.6.465
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -17993,6 +17993,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
|
|
|
17993
17993
|
|
|
17994
17994
|
interface UpsertManualContentSocialInstagramDto {
|
|
17995
17995
|
startStopFolder: EStartStop;
|
|
17996
|
+
groupAccountId: string;
|
|
17996
17997
|
accountSocialId: string;
|
|
17997
17998
|
ideaId: string;
|
|
17998
17999
|
nicheIds: string[];
|
|
@@ -18241,6 +18242,7 @@ interface IManualContentSocialInstagramRunTime extends IBaseModel {
|
|
|
18241
18242
|
|
|
18242
18243
|
interface IManualContentSocialInstagram extends IBaseModel, ITrackingModel, IAssignUser {
|
|
18243
18244
|
accountSocialId: string;
|
|
18245
|
+
groupSocialId: string;
|
|
18244
18246
|
ideaId: string;
|
|
18245
18247
|
folderName: string;
|
|
18246
18248
|
startStop: EStartStop;
|
package/dist/index.d.ts
CHANGED
|
@@ -17993,6 +17993,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
|
|
|
17993
17993
|
|
|
17994
17994
|
interface UpsertManualContentSocialInstagramDto {
|
|
17995
17995
|
startStopFolder: EStartStop;
|
|
17996
|
+
groupAccountId: string;
|
|
17996
17997
|
accountSocialId: string;
|
|
17997
17998
|
ideaId: string;
|
|
17998
17999
|
nicheIds: string[];
|
|
@@ -18241,6 +18242,7 @@ interface IManualContentSocialInstagramRunTime extends IBaseModel {
|
|
|
18241
18242
|
|
|
18242
18243
|
interface IManualContentSocialInstagram extends IBaseModel, ITrackingModel, IAssignUser {
|
|
18243
18244
|
accountSocialId: string;
|
|
18245
|
+
groupSocialId: string;
|
|
18244
18246
|
ideaId: string;
|
|
18245
18247
|
folderName: string;
|
|
18246
18248
|
startStop: EStartStop;
|