automation-lib 6.6.502 → 6.6.503

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 CHANGED
@@ -18393,7 +18393,7 @@ interface IViewAssignUserForDraftManualContentInstagramDto {
18393
18393
  }
18394
18394
  interface BulkAssignUserDraftManualContentInstagramDto {
18395
18395
  userAssignIds: string[];
18396
- draftContentSocialIds: string[];
18396
+ draftManualContentIds: string[];
18397
18397
  }
18398
18398
  interface RemoveAssignUserDraftManualContentInstagramDto {
18399
18399
  userAssignId: string;
@@ -18510,7 +18510,7 @@ interface ListDraftManualContentChildrenDto extends IFindBaseDto {
18510
18510
  originalName: string;
18511
18511
  }>;
18512
18512
  type: EDraftManualContentInstagramTypePost;
18513
- draftContentSocialId: string;
18513
+ draftManualContentId: string;
18514
18514
  startStop: EStartStop;
18515
18515
  timeStopStart: Date;
18516
18516
  }
@@ -18523,7 +18523,7 @@ interface IDraftManualContentInstagram extends IBaseModel, ITrackingModel, IAssi
18523
18523
 
18524
18524
  interface IDraftManualContentInstagramChildren extends IBaseModel, ITrackingModel {
18525
18525
  typePost: EDraftManualContentInstagramTypePost;
18526
- draftContentSocialId: string | IDraftManualContentInstagram;
18526
+ draftManualContentId: string | IDraftManualContentInstagram;
18527
18527
  startStop: EStartStop;
18528
18528
  timeStopStart: Date;
18529
18529
  }
@@ -18537,12 +18537,12 @@ interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrac
18537
18537
  size: number;
18538
18538
  originalName: string;
18539
18539
  }>;
18540
- draftContentSocialChildrenId: string | IDraftManualContentInstagramChildren;
18540
+ draftManualContentChildrenId: string | IDraftManualContentInstagramChildren;
18541
18541
  status: EDraftManualContentInstagramStatusPost;
18542
18542
  }
18543
18543
 
18544
18544
  interface IDraftManualContentPermissionInstagram extends IBaseModel {
18545
- draftContentSocial: string | IDraftManualContentInstagram;
18545
+ draftManualContent: string | IDraftManualContentInstagram;
18546
18546
  user: string | IUser;
18547
18547
  }
18548
18548
 
package/dist/index.d.ts CHANGED
@@ -18393,7 +18393,7 @@ interface IViewAssignUserForDraftManualContentInstagramDto {
18393
18393
  }
18394
18394
  interface BulkAssignUserDraftManualContentInstagramDto {
18395
18395
  userAssignIds: string[];
18396
- draftContentSocialIds: string[];
18396
+ draftManualContentIds: string[];
18397
18397
  }
18398
18398
  interface RemoveAssignUserDraftManualContentInstagramDto {
18399
18399
  userAssignId: string;
@@ -18510,7 +18510,7 @@ interface ListDraftManualContentChildrenDto extends IFindBaseDto {
18510
18510
  originalName: string;
18511
18511
  }>;
18512
18512
  type: EDraftManualContentInstagramTypePost;
18513
- draftContentSocialId: string;
18513
+ draftManualContentId: string;
18514
18514
  startStop: EStartStop;
18515
18515
  timeStopStart: Date;
18516
18516
  }
@@ -18523,7 +18523,7 @@ interface IDraftManualContentInstagram extends IBaseModel, ITrackingModel, IAssi
18523
18523
 
18524
18524
  interface IDraftManualContentInstagramChildren extends IBaseModel, ITrackingModel {
18525
18525
  typePost: EDraftManualContentInstagramTypePost;
18526
- draftContentSocialId: string | IDraftManualContentInstagram;
18526
+ draftManualContentId: string | IDraftManualContentInstagram;
18527
18527
  startStop: EStartStop;
18528
18528
  timeStopStart: Date;
18529
18529
  }
@@ -18537,12 +18537,12 @@ interface IDraftManualContentInstagramChildrenItemPost extends IBaseModel, ITrac
18537
18537
  size: number;
18538
18538
  originalName: string;
18539
18539
  }>;
18540
- draftContentSocialChildrenId: string | IDraftManualContentInstagramChildren;
18540
+ draftManualContentChildrenId: string | IDraftManualContentInstagramChildren;
18541
18541
  status: EDraftManualContentInstagramStatusPost;
18542
18542
  }
18543
18543
 
18544
18544
  interface IDraftManualContentPermissionInstagram extends IBaseModel {
18545
- draftContentSocial: string | IDraftManualContentInstagram;
18545
+ draftManualContent: string | IDraftManualContentInstagram;
18546
18546
  user: string | IUser;
18547
18547
  }
18548
18548
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.502",
3
+ "version": "6.6.503",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",