automation-lib 5.1.74 → 5.1.75

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
@@ -2129,7 +2129,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2129
2129
 
2130
2130
  interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
2131
2131
  account: string | IAccountSocialBase;
2132
- sheetUrl: string;
2132
+ sheetURL: string;
2133
2133
  sheetName: string;
2134
2134
  timeImport: Date;
2135
2135
  statusImport: EStatusAccountSocialImport;
package/dist/index.d.ts CHANGED
@@ -2129,7 +2129,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2129
2129
 
2130
2130
  interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
2131
2131
  account: string | IAccountSocialBase;
2132
- sheetUrl: string;
2132
+ sheetURL: string;
2133
2133
  sheetName: string;
2134
2134
  timeImport: Date;
2135
2135
  statusImport: EStatusAccountSocialImport;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.74",
3
+ "version": "5.1.75",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",