automation-lib 5.5.26 → 5.5.28

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
@@ -11613,7 +11613,6 @@ interface EditStatusManualContentSocialChildrenItemPost {
11613
11613
  interface UpsertManualContentSocialChildrenItemPostDto {
11614
11614
  caption: string;
11615
11615
  listFiles: any;
11616
- startStop: EStartStop;
11617
11616
  }
11618
11617
 
11619
11618
  interface FindTaskManualContentSocialDto {
package/dist/index.d.ts CHANGED
@@ -11613,7 +11613,6 @@ interface EditStatusManualContentSocialChildrenItemPost {
11613
11613
  interface UpsertManualContentSocialChildrenItemPostDto {
11614
11614
  caption: string;
11615
11615
  listFiles: any;
11616
- startStop: EStartStop;
11617
11616
  }
11618
11617
 
11619
11618
  interface FindTaskManualContentSocialDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.26",
3
+ "version": "5.5.28",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",