automation-lib 4.7.86 → 4.7.88
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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -855,7 +855,6 @@ interface ILogging extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
interface ISheetsTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
858
|
-
sheet_social: ETypeSocial;
|
|
859
858
|
sheet_name: string;
|
|
860
859
|
sheet_slug: string;
|
|
861
860
|
sheet_type: string;
|
|
@@ -872,6 +871,7 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
872
871
|
task_status: EStatusTaskTool;
|
|
873
872
|
task_keyTimeSetting: string;
|
|
874
873
|
task_dataX: any;
|
|
874
|
+
task_sheetTool: ISheetsTool | string;
|
|
875
875
|
task_dataFacebook: any;
|
|
876
876
|
task_dataInstagram: any;
|
|
877
877
|
task_dataTiktok: any;
|
package/dist/index.d.ts
CHANGED
|
@@ -855,7 +855,6 @@ interface ILogging extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
interface ISheetsTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
858
|
-
sheet_social: ETypeSocial;
|
|
859
858
|
sheet_name: string;
|
|
860
859
|
sheet_slug: string;
|
|
861
860
|
sheet_type: string;
|
|
@@ -872,6 +871,7 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
872
871
|
task_status: EStatusTaskTool;
|
|
873
872
|
task_keyTimeSetting: string;
|
|
874
873
|
task_dataX: any;
|
|
874
|
+
task_sheetTool: ISheetsTool | string;
|
|
875
875
|
task_dataFacebook: any;
|
|
876
876
|
task_dataInstagram: any;
|
|
877
877
|
task_dataTiktok: any;
|
package/dist/index.js
CHANGED
|
@@ -18,14 +18,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
23
|
AutoConstants: () => constants_exports,
|
|
24
24
|
AutoEnums: () => enums_exports,
|
|
25
25
|
AutoInterfacesCommon: () => common_exports2,
|
|
26
26
|
AutoInterfacesModels: () => models_exports
|
|
27
27
|
});
|
|
28
|
-
module.exports = __toCommonJS(
|
|
28
|
+
module.exports = __toCommonJS(src_exports);
|
|
29
29
|
|
|
30
30
|
// src/constants/index.ts
|
|
31
31
|
var constants_exports = {};
|