automation-lib 5.1.73 → 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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -2123,14 +2123,13 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2123
2123
|
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
2124
2124
|
account: string | IAccountSocialBase;
|
2125
2125
|
statusSyncAccount?: EStatusAccountSocialSync;
|
2126
|
-
timeSyncAccount?: Date;
|
2127
2126
|
timeAction: Date;
|
2128
2127
|
note: string;
|
2129
2128
|
}
|
2130
2129
|
|
2131
2130
|
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
2132
2131
|
account: string | IAccountSocialBase;
|
2133
|
-
|
2132
|
+
sheetURL: string;
|
2134
2133
|
sheetName: string;
|
2135
2134
|
timeImport: Date;
|
2136
2135
|
statusImport: EStatusAccountSocialImport;
|
package/dist/index.d.ts
CHANGED
@@ -2123,14 +2123,13 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2123
2123
|
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
2124
2124
|
account: string | IAccountSocialBase;
|
2125
2125
|
statusSyncAccount?: EStatusAccountSocialSync;
|
2126
|
-
timeSyncAccount?: Date;
|
2127
2126
|
timeAction: Date;
|
2128
2127
|
note: string;
|
2129
2128
|
}
|
2130
2129
|
|
2131
2130
|
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
2132
2131
|
account: string | IAccountSocialBase;
|
2133
|
-
|
2132
|
+
sheetURL: string;
|
2134
2133
|
sheetName: string;
|
2135
2134
|
timeImport: Date;
|
2136
2135
|
statusImport: EStatusAccountSocialImport;
|