automation-lib 6.6.529 → 6.6.531
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 -1
- package/dist/index.d.ts +6 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -18072,6 +18072,7 @@ interface ListManualContentSocialInstagramChildrenDto extends IFindBaseDto {
|
|
|
18072
18072
|
interface ListManualContentSocialChildrenDto extends IFindBaseDto {
|
|
18073
18073
|
id: string;
|
|
18074
18074
|
caption: string;
|
|
18075
|
+
sttPost: string;
|
|
18075
18076
|
listFiles: Array<{
|
|
18076
18077
|
id: string;
|
|
18077
18078
|
url: string;
|
|
@@ -18500,6 +18501,7 @@ interface ListDraftManualContentInstagramChildrenDto extends IFindBaseDto {
|
|
|
18500
18501
|
interface ListDraftManualContentChildrenDto extends IFindBaseDto {
|
|
18501
18502
|
id: string;
|
|
18502
18503
|
caption: string;
|
|
18504
|
+
sttPost: string;
|
|
18503
18505
|
listFiles: Array<{
|
|
18504
18506
|
id: string;
|
|
18505
18507
|
url: string;
|
|
@@ -18522,6 +18524,7 @@ interface IDraftManualContentInstagramChildren extends IBaseModel, ITrackingMode
|
|
|
18522
18524
|
}
|
|
18523
18525
|
|
|
18524
18526
|
interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
18527
|
+
sttPost: number;
|
|
18525
18528
|
caption: string;
|
|
18526
18529
|
listFiles: Array<{
|
|
18527
18530
|
id: string;
|
|
@@ -18530,7 +18533,6 @@ interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrac
|
|
|
18530
18533
|
size: number;
|
|
18531
18534
|
originalName: string;
|
|
18532
18535
|
}>;
|
|
18533
|
-
sourceDraftManualContentInstagramChildrenItemPostId: string | IDraftManualContentInstagramChildrenItemPost;
|
|
18534
18536
|
draftManualContentChildrenId: string | IDraftManualContentInstagramChildren;
|
|
18535
18537
|
statusSync: EDraftManualContentInstagramStatusSyncPost;
|
|
18536
18538
|
}
|
|
@@ -18541,6 +18543,7 @@ interface IDraftManualContentPermissionInstagram extends IBaseModel {
|
|
|
18541
18543
|
}
|
|
18542
18544
|
|
|
18543
18545
|
interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
18546
|
+
sttPost: number;
|
|
18544
18547
|
caption: string;
|
|
18545
18548
|
listFiles: Array<{
|
|
18546
18549
|
id: string;
|
|
@@ -18623,6 +18626,7 @@ interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
|
|
|
18623
18626
|
interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
|
|
18624
18627
|
id: string;
|
|
18625
18628
|
caption: string;
|
|
18629
|
+
sttPost: string;
|
|
18626
18630
|
listFiles: Array<{
|
|
18627
18631
|
id: string;
|
|
18628
18632
|
url: string;
|
|
@@ -18927,6 +18931,7 @@ interface IManualContentSocialThreadsChildren extends IBaseModel, ITrackingModel
|
|
|
18927
18931
|
|
|
18928
18932
|
interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
18929
18933
|
caption: string;
|
|
18934
|
+
sttPost: number;
|
|
18930
18935
|
listFiles: Array<{
|
|
18931
18936
|
id: string;
|
|
18932
18937
|
url: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -18072,6 +18072,7 @@ interface ListManualContentSocialInstagramChildrenDto extends IFindBaseDto {
|
|
|
18072
18072
|
interface ListManualContentSocialChildrenDto extends IFindBaseDto {
|
|
18073
18073
|
id: string;
|
|
18074
18074
|
caption: string;
|
|
18075
|
+
sttPost: string;
|
|
18075
18076
|
listFiles: Array<{
|
|
18076
18077
|
id: string;
|
|
18077
18078
|
url: string;
|
|
@@ -18500,6 +18501,7 @@ interface ListDraftManualContentInstagramChildrenDto extends IFindBaseDto {
|
|
|
18500
18501
|
interface ListDraftManualContentChildrenDto extends IFindBaseDto {
|
|
18501
18502
|
id: string;
|
|
18502
18503
|
caption: string;
|
|
18504
|
+
sttPost: string;
|
|
18503
18505
|
listFiles: Array<{
|
|
18504
18506
|
id: string;
|
|
18505
18507
|
url: string;
|
|
@@ -18522,6 +18524,7 @@ interface IDraftManualContentInstagramChildren extends IBaseModel, ITrackingMode
|
|
|
18522
18524
|
}
|
|
18523
18525
|
|
|
18524
18526
|
interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
18527
|
+
sttPost: number;
|
|
18525
18528
|
caption: string;
|
|
18526
18529
|
listFiles: Array<{
|
|
18527
18530
|
id: string;
|
|
@@ -18530,7 +18533,6 @@ interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrac
|
|
|
18530
18533
|
size: number;
|
|
18531
18534
|
originalName: string;
|
|
18532
18535
|
}>;
|
|
18533
|
-
sourceDraftManualContentInstagramChildrenItemPostId: string | IDraftManualContentInstagramChildrenItemPost;
|
|
18534
18536
|
draftManualContentChildrenId: string | IDraftManualContentInstagramChildren;
|
|
18535
18537
|
statusSync: EDraftManualContentInstagramStatusSyncPost;
|
|
18536
18538
|
}
|
|
@@ -18541,6 +18543,7 @@ interface IDraftManualContentPermissionInstagram extends IBaseModel {
|
|
|
18541
18543
|
}
|
|
18542
18544
|
|
|
18543
18545
|
interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
18546
|
+
sttPost: number;
|
|
18544
18547
|
caption: string;
|
|
18545
18548
|
listFiles: Array<{
|
|
18546
18549
|
id: string;
|
|
@@ -18623,6 +18626,7 @@ interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
|
|
|
18623
18626
|
interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
|
|
18624
18627
|
id: string;
|
|
18625
18628
|
caption: string;
|
|
18629
|
+
sttPost: string;
|
|
18626
18630
|
listFiles: Array<{
|
|
18627
18631
|
id: string;
|
|
18628
18632
|
url: string;
|
|
@@ -18927,6 +18931,7 @@ interface IManualContentSocialThreadsChildren extends IBaseModel, ITrackingModel
|
|
|
18927
18931
|
|
|
18928
18932
|
interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
18929
18933
|
caption: string;
|
|
18934
|
+
sttPost: number;
|
|
18930
18935
|
listFiles: Array<{
|
|
18931
18936
|
id: string;
|
|
18932
18937
|
url: string;
|