automation-lib 5.4.188 → 5.4.190
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 -3
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12081,9 +12081,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
12081
12081
|
numberCommentsForPostMeTo: number;
|
|
12082
12082
|
editPostStartDate: Date;
|
|
12083
12083
|
editPostEndDate: Date;
|
|
12084
|
-
taskImageId: string;
|
|
12085
|
-
taskVoiceId: string;
|
|
12086
|
-
taskCanvaId: string;
|
|
12087
12084
|
taskImageInfo: {
|
|
12088
12085
|
id: string;
|
|
12089
12086
|
folderImageName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -12081,9 +12081,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
12081
12081
|
numberCommentsForPostMeTo: number;
|
|
12082
12082
|
editPostStartDate: Date;
|
|
12083
12083
|
editPostEndDate: Date;
|
|
12084
|
-
taskImageId: string;
|
|
12085
|
-
taskVoiceId: string;
|
|
12086
|
-
taskCanvaId: string;
|
|
12087
12084
|
taskImageInfo: {
|
|
12088
12085
|
id: string;
|
|
12089
12086
|
folderImageName: string;
|