automation-lib 6.6.518 → 6.6.520

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
@@ -18272,7 +18272,6 @@ interface UpsertManualContentSocialInstagramChildrenItemPostDto {
18272
18272
  }
18273
18273
  interface SyncDraftManualContentToManualContentSocialInstagramDto {
18274
18274
  listDraftManualChildrenPostIds: string[];
18275
- manualContentChildrenId: string;
18276
18275
  }
18277
18276
  interface ResultSyncDraftToManualContentInstagramDto {
18278
18277
  postSyncSuccess: number;
package/dist/index.d.ts CHANGED
@@ -18272,7 +18272,6 @@ interface UpsertManualContentSocialInstagramChildrenItemPostDto {
18272
18272
  }
18273
18273
  interface SyncDraftManualContentToManualContentSocialInstagramDto {
18274
18274
  listDraftManualChildrenPostIds: string[];
18275
- manualContentChildrenId: string;
18276
18275
  }
18277
18276
  interface ResultSyncDraftToManualContentInstagramDto {
18278
18277
  postSyncSuccess: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.518",
3
+ "version": "6.6.520",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",