automation-lib 5.5.54 → 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 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<{
@@ -12141,6 +12142,7 @@ interface AddBulkManualContentSocialThreadsChildrenDto {
12141
12142
  }
12142
12143
  interface UpsertManualContentSocialThreadsChildrenDto {
12143
12144
  type: EManualContentSocialThreadsTypePost;
12145
+ startStop: EStartStop;
12144
12146
  dayOfWeeks: EDayOfWeek[];
12145
12147
  timezone: ETimeZone;
12146
12148
  listRunTimes: Array<{
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<{
@@ -12141,6 +12142,7 @@ interface AddBulkManualContentSocialThreadsChildrenDto {
12141
12142
  }
12142
12143
  interface UpsertManualContentSocialThreadsChildrenDto {
12143
12144
  type: EManualContentSocialThreadsTypePost;
12145
+ startStop: EStartStop;
12144
12146
  dayOfWeeks: EDayOfWeek[];
12145
12147
  timezone: ETimeZone;
12146
12148
  listRunTimes: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.54",
3
+ "version": "5.5.55",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",