automation-lib 5.0.4 → 5.0.6
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1526,6 +1526,7 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
|
|
|
1526
1526
|
account: IAccount | string;
|
|
1527
1527
|
service: string;
|
|
1528
1528
|
action: string;
|
|
1529
|
+
dayOfWeek: string;
|
|
1529
1530
|
sheetTool: ISheetsTool | string;
|
|
1530
1531
|
taskSocialId: string;
|
|
1531
1532
|
status: EStatusTaskToolSocials;
|
package/dist/index.d.ts
CHANGED
|
@@ -1526,6 +1526,7 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
|
|
|
1526
1526
|
account: IAccount | string;
|
|
1527
1527
|
service: string;
|
|
1528
1528
|
action: string;
|
|
1529
|
+
dayOfWeek: string;
|
|
1529
1530
|
sheetTool: ISheetsTool | string;
|
|
1530
1531
|
taskSocialId: string;
|
|
1531
1532
|
status: EStatusTaskToolSocials;
|