automation-lib 5.5.53 → 5.5.54

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
@@ -11860,6 +11860,7 @@ interface UpsertManualContentSocialInstagramDto {
11860
11860
  nicheIds: string[];
11861
11861
  folderName: string;
11862
11862
  listManualContentSocialChildren: Array<UpsertManualContentSocialInstagramChildrenDto>;
11863
+ userAssignId: string;
11863
11864
  }
11864
11865
  interface ViewAutoSyncInformationManualContentSocialInstagramDto {
11865
11866
  typeMW: ETypeManagerWorkClassify;
@@ -12184,6 +12185,7 @@ interface UpsertManualContentSocialThreadsDto {
12184
12185
  nicheIds: string[];
12185
12186
  folderName: string;
12186
12187
  listManualContentSocialChildren: Array<UpsertManualContentSocialThreadsChildrenDto>;
12188
+ userAssignId: string;
12187
12189
  }
12188
12190
  interface ViewAutoSyncInformationManualContentThreadsDto {
12189
12191
  typeMW: ETypeManagerWorkClassify;
package/dist/index.d.ts CHANGED
@@ -11860,6 +11860,7 @@ interface UpsertManualContentSocialInstagramDto {
11860
11860
  nicheIds: string[];
11861
11861
  folderName: string;
11862
11862
  listManualContentSocialChildren: Array<UpsertManualContentSocialInstagramChildrenDto>;
11863
+ userAssignId: string;
11863
11864
  }
11864
11865
  interface ViewAutoSyncInformationManualContentSocialInstagramDto {
11865
11866
  typeMW: ETypeManagerWorkClassify;
@@ -12184,6 +12185,7 @@ interface UpsertManualContentSocialThreadsDto {
12184
12185
  nicheIds: string[];
12185
12186
  folderName: string;
12186
12187
  listManualContentSocialChildren: Array<UpsertManualContentSocialThreadsChildrenDto>;
12188
+ userAssignId: string;
12187
12189
  }
12188
12190
  interface ViewAutoSyncInformationManualContentThreadsDto {
12189
12191
  typeMW: ETypeManagerWorkClassify;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.53",
3
+ "version": "5.5.54",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",