automation-lib 6.6.496 → 6.6.497
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
|
@@ -20913,7 +20913,7 @@ interface ListDraftContentSocialChildrenDto extends IFindBaseDto {
|
|
|
20913
20913
|
originalName: string;
|
|
20914
20914
|
}>;
|
|
20915
20915
|
type: EDraftContentSocialInstagramTypePost;
|
|
20916
|
-
|
|
20916
|
+
draftContentSocialId: string;
|
|
20917
20917
|
startStop: EStartStop;
|
|
20918
20918
|
timeStopStart: Date;
|
|
20919
20919
|
}
|
|
@@ -20926,7 +20926,7 @@ interface IDraftContentSocialInstagram extends IBaseModel, ITrackingModel, IAssi
|
|
|
20926
20926
|
|
|
20927
20927
|
interface IDraftContentSocialInstagramChildren extends IBaseModel, ITrackingModel {
|
|
20928
20928
|
typePost: EDraftContentSocialInstagramTypePost;
|
|
20929
|
-
|
|
20929
|
+
draftContentSocialId: string | IDraftContentSocialInstagram;
|
|
20930
20930
|
startStop: EStartStop;
|
|
20931
20931
|
timeStopStart: Date;
|
|
20932
20932
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -20913,7 +20913,7 @@ interface ListDraftContentSocialChildrenDto extends IFindBaseDto {
|
|
|
20913
20913
|
originalName: string;
|
|
20914
20914
|
}>;
|
|
20915
20915
|
type: EDraftContentSocialInstagramTypePost;
|
|
20916
|
-
|
|
20916
|
+
draftContentSocialId: string;
|
|
20917
20917
|
startStop: EStartStop;
|
|
20918
20918
|
timeStopStart: Date;
|
|
20919
20919
|
}
|
|
@@ -20926,7 +20926,7 @@ interface IDraftContentSocialInstagram extends IBaseModel, ITrackingModel, IAssi
|
|
|
20926
20926
|
|
|
20927
20927
|
interface IDraftContentSocialInstagramChildren extends IBaseModel, ITrackingModel {
|
|
20928
20928
|
typePost: EDraftContentSocialInstagramTypePost;
|
|
20929
|
-
|
|
20929
|
+
draftContentSocialId: string | IDraftContentSocialInstagram;
|
|
20930
20930
|
startStop: EStartStop;
|
|
20931
20931
|
timeStopStart: Date;
|
|
20932
20932
|
}
|