automation-lib 5.4.60 → 5.4.61

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
@@ -9952,6 +9952,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9952
9952
  typePost: string;
9953
9953
  stylePost: string;
9954
9954
  historyName: string;
9955
+ linkAddHistory: string;
9955
9956
  }
9956
9957
  interface IInstagramReportPostHighLightELS extends IBaseELS {
9957
9958
  idea: IBaseRefFieldELS;
@@ -9980,6 +9981,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9980
9981
  typePost: string;
9981
9982
  stylePost: string;
9982
9983
  historyName: string;
9984
+ linkAddHistory: string;
9983
9985
  }
9984
9986
 
9985
9987
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -9952,6 +9952,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9952
9952
  typePost: string;
9953
9953
  stylePost: string;
9954
9954
  historyName: string;
9955
+ linkAddHistory: string;
9955
9956
  }
9956
9957
  interface IInstagramReportPostHighLightELS extends IBaseELS {
9957
9958
  idea: IBaseRefFieldELS;
@@ -9980,6 +9981,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9980
9981
  typePost: string;
9981
9982
  stylePost: string;
9982
9983
  historyName: string;
9984
+ linkAddHistory: string;
9983
9985
  }
9984
9986
 
9985
9987
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.60",
3
+ "version": "5.4.61",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",