automation-lib 5.5.53 → 5.5.55
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11815,6 +11815,7 @@ interface AddBulkManualContentSocialInstagramChildrenDto {
|
|
|
11815
11815
|
}
|
|
11816
11816
|
interface UpsertManualContentSocialInstagramChildrenDto {
|
|
11817
11817
|
type: EManualContentSocialInstagramTypePost;
|
|
11818
|
+
startStop: EStartStop;
|
|
11818
11819
|
dayOfWeeks: EDayOfWeek[];
|
|
11819
11820
|
timezone: ETimeZone;
|
|
11820
11821
|
listRunTimes: Array<{
|
|
@@ -11860,6 +11861,7 @@ interface UpsertManualContentSocialInstagramDto {
|
|
|
11860
11861
|
nicheIds: string[];
|
|
11861
11862
|
folderName: string;
|
|
11862
11863
|
listManualContentSocialChildren: Array<UpsertManualContentSocialInstagramChildrenDto>;
|
|
11864
|
+
userAssignId: string;
|
|
11863
11865
|
}
|
|
11864
11866
|
interface ViewAutoSyncInformationManualContentSocialInstagramDto {
|
|
11865
11867
|
typeMW: ETypeManagerWorkClassify;
|
|
@@ -12140,6 +12142,7 @@ interface AddBulkManualContentSocialThreadsChildrenDto {
|
|
|
12140
12142
|
}
|
|
12141
12143
|
interface UpsertManualContentSocialThreadsChildrenDto {
|
|
12142
12144
|
type: EManualContentSocialThreadsTypePost;
|
|
12145
|
+
startStop: EStartStop;
|
|
12143
12146
|
dayOfWeeks: EDayOfWeek[];
|
|
12144
12147
|
timezone: ETimeZone;
|
|
12145
12148
|
listRunTimes: Array<{
|
|
@@ -12184,6 +12187,7 @@ interface UpsertManualContentSocialThreadsDto {
|
|
|
12184
12187
|
nicheIds: string[];
|
|
12185
12188
|
folderName: string;
|
|
12186
12189
|
listManualContentSocialChildren: Array<UpsertManualContentSocialThreadsChildrenDto>;
|
|
12190
|
+
userAssignId: string;
|
|
12187
12191
|
}
|
|
12188
12192
|
interface ViewAutoSyncInformationManualContentThreadsDto {
|
|
12189
12193
|
typeMW: ETypeManagerWorkClassify;
|
package/dist/index.d.ts
CHANGED
|
@@ -11815,6 +11815,7 @@ interface AddBulkManualContentSocialInstagramChildrenDto {
|
|
|
11815
11815
|
}
|
|
11816
11816
|
interface UpsertManualContentSocialInstagramChildrenDto {
|
|
11817
11817
|
type: EManualContentSocialInstagramTypePost;
|
|
11818
|
+
startStop: EStartStop;
|
|
11818
11819
|
dayOfWeeks: EDayOfWeek[];
|
|
11819
11820
|
timezone: ETimeZone;
|
|
11820
11821
|
listRunTimes: Array<{
|
|
@@ -11860,6 +11861,7 @@ interface UpsertManualContentSocialInstagramDto {
|
|
|
11860
11861
|
nicheIds: string[];
|
|
11861
11862
|
folderName: string;
|
|
11862
11863
|
listManualContentSocialChildren: Array<UpsertManualContentSocialInstagramChildrenDto>;
|
|
11864
|
+
userAssignId: string;
|
|
11863
11865
|
}
|
|
11864
11866
|
interface ViewAutoSyncInformationManualContentSocialInstagramDto {
|
|
11865
11867
|
typeMW: ETypeManagerWorkClassify;
|
|
@@ -12140,6 +12142,7 @@ interface AddBulkManualContentSocialThreadsChildrenDto {
|
|
|
12140
12142
|
}
|
|
12141
12143
|
interface UpsertManualContentSocialThreadsChildrenDto {
|
|
12142
12144
|
type: EManualContentSocialThreadsTypePost;
|
|
12145
|
+
startStop: EStartStop;
|
|
12143
12146
|
dayOfWeeks: EDayOfWeek[];
|
|
12144
12147
|
timezone: ETimeZone;
|
|
12145
12148
|
listRunTimes: Array<{
|
|
@@ -12184,6 +12187,7 @@ interface UpsertManualContentSocialThreadsDto {
|
|
|
12184
12187
|
nicheIds: string[];
|
|
12185
12188
|
folderName: string;
|
|
12186
12189
|
listManualContentSocialChildren: Array<UpsertManualContentSocialThreadsChildrenDto>;
|
|
12190
|
+
userAssignId: string;
|
|
12187
12191
|
}
|
|
12188
12192
|
interface ViewAutoSyncInformationManualContentThreadsDto {
|
|
12189
12193
|
typeMW: ETypeManagerWorkClassify;
|