automation-lib 5.5.26 → 5.5.27
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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 {
|