automation-lib 5.4.348 → 5.4.350
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 +9 -6
- package/dist/index.d.ts +9 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3402,7 +3402,7 @@ interface IInstagramHistoryGroupStoreIdxELS extends IBaseStoreIdxELS {
|
|
|
3402
3402
|
timeAction: Date;
|
|
3403
3403
|
note: string;
|
|
3404
3404
|
}
|
|
3405
|
-
interface IInstagramHistoryGroupELS extends IInstagramHistoryGroupStoreIdxELS {
|
|
3405
|
+
interface IInstagramHistoryGroupELS extends IInstagramHistoryGroupStoreIdxELS, IBaseELS {
|
|
3406
3406
|
}
|
|
3407
3407
|
|
|
3408
3408
|
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3413,7 +3413,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3413
3413
|
timeAction: Date;
|
|
3414
3414
|
note: string;
|
|
3415
3415
|
}
|
|
3416
|
-
interface IInstagramHistoryAutoSyncStoreIdxELS extends
|
|
3416
|
+
interface IInstagramHistoryAutoSyncStoreIdxELS extends IBaseStoreIdxELS {
|
|
3417
3417
|
sheetInfo: IBaseRefFieldELS & {
|
|
3418
3418
|
url: string;
|
|
3419
3419
|
name: string;
|
|
@@ -3460,7 +3460,7 @@ interface IInstagramHistoryAutoSyncStoreIdxELS extends IBaseELS {
|
|
|
3460
3460
|
timeAction: Date;
|
|
3461
3461
|
note: string;
|
|
3462
3462
|
}
|
|
3463
|
-
interface IInstagramHistoryAutoSyncELS extends IInstagramHistoryAutoSyncStoreIdxELS {
|
|
3463
|
+
interface IInstagramHistoryAutoSyncELS extends IInstagramHistoryAutoSyncStoreIdxELS, IBaseELS {
|
|
3464
3464
|
}
|
|
3465
3465
|
|
|
3466
3466
|
interface IInstagramHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3522,7 +3522,7 @@ interface IInstagramHistoryCreateNewStoreIdxELS extends IBaseStoreIdxELS {
|
|
|
3522
3522
|
timeAction: Date;
|
|
3523
3523
|
note: string;
|
|
3524
3524
|
}
|
|
3525
|
-
interface IInstagramHistoryCreateNewELS extends IInstagramHistoryCreateNewStoreIdxELS {
|
|
3525
|
+
interface IInstagramHistoryCreateNewELS extends IInstagramHistoryCreateNewStoreIdxELS, IBaseELS {
|
|
3526
3526
|
}
|
|
3527
3527
|
|
|
3528
3528
|
interface IInstagramHistoryChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3570,7 +3570,7 @@ interface IInstagramHistoryChangeInfo extends IBaseModel, ITrackingModel<IUser>
|
|
|
3570
3570
|
timeAction: Date;
|
|
3571
3571
|
note: string;
|
|
3572
3572
|
}
|
|
3573
|
-
interface IInstagramHistoryChangeInfoStoreIdxELS extends
|
|
3573
|
+
interface IInstagramHistoryChangeInfoStoreIdxELS extends IBaseStoreIdxELS {
|
|
3574
3574
|
changeType: ETypeSocialChangeInfoInstagram;
|
|
3575
3575
|
sheetInfo: IBaseRefFieldELS & {
|
|
3576
3576
|
url: string;
|
|
@@ -3663,7 +3663,7 @@ interface IInstagramHistoryChangeInfoStoreIdxELS extends IBaseELS {
|
|
|
3663
3663
|
timeAction: Date;
|
|
3664
3664
|
note: string;
|
|
3665
3665
|
}
|
|
3666
|
-
interface IInstagramHistoryChangeInfoELS extends IInstagramHistoryChangeInfoStoreIdxELS {
|
|
3666
|
+
interface IInstagramHistoryChangeInfoELS extends IInstagramHistoryChangeInfoStoreIdxELS, IBaseELS {
|
|
3667
3667
|
}
|
|
3668
3668
|
|
|
3669
3669
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -9317,6 +9317,9 @@ interface IBaseELS extends IBaseModel {
|
|
|
9317
9317
|
interface IBaseStoreIdxELS extends IBaseModel {
|
|
9318
9318
|
createdById: string;
|
|
9319
9319
|
updatedById: string;
|
|
9320
|
+
departmentCreatorId: string;
|
|
9321
|
+
leaderCreatorId: string;
|
|
9322
|
+
teamCreatorId: string;
|
|
9320
9323
|
}
|
|
9321
9324
|
interface IBaseRefFieldELS {
|
|
9322
9325
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3402,7 +3402,7 @@ interface IInstagramHistoryGroupStoreIdxELS extends IBaseStoreIdxELS {
|
|
|
3402
3402
|
timeAction: Date;
|
|
3403
3403
|
note: string;
|
|
3404
3404
|
}
|
|
3405
|
-
interface IInstagramHistoryGroupELS extends IInstagramHistoryGroupStoreIdxELS {
|
|
3405
|
+
interface IInstagramHistoryGroupELS extends IInstagramHistoryGroupStoreIdxELS, IBaseELS {
|
|
3406
3406
|
}
|
|
3407
3407
|
|
|
3408
3408
|
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3413,7 +3413,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3413
3413
|
timeAction: Date;
|
|
3414
3414
|
note: string;
|
|
3415
3415
|
}
|
|
3416
|
-
interface IInstagramHistoryAutoSyncStoreIdxELS extends
|
|
3416
|
+
interface IInstagramHistoryAutoSyncStoreIdxELS extends IBaseStoreIdxELS {
|
|
3417
3417
|
sheetInfo: IBaseRefFieldELS & {
|
|
3418
3418
|
url: string;
|
|
3419
3419
|
name: string;
|
|
@@ -3460,7 +3460,7 @@ interface IInstagramHistoryAutoSyncStoreIdxELS extends IBaseELS {
|
|
|
3460
3460
|
timeAction: Date;
|
|
3461
3461
|
note: string;
|
|
3462
3462
|
}
|
|
3463
|
-
interface IInstagramHistoryAutoSyncELS extends IInstagramHistoryAutoSyncStoreIdxELS {
|
|
3463
|
+
interface IInstagramHistoryAutoSyncELS extends IInstagramHistoryAutoSyncStoreIdxELS, IBaseELS {
|
|
3464
3464
|
}
|
|
3465
3465
|
|
|
3466
3466
|
interface IInstagramHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3522,7 +3522,7 @@ interface IInstagramHistoryCreateNewStoreIdxELS extends IBaseStoreIdxELS {
|
|
|
3522
3522
|
timeAction: Date;
|
|
3523
3523
|
note: string;
|
|
3524
3524
|
}
|
|
3525
|
-
interface IInstagramHistoryCreateNewELS extends IInstagramHistoryCreateNewStoreIdxELS {
|
|
3525
|
+
interface IInstagramHistoryCreateNewELS extends IInstagramHistoryCreateNewStoreIdxELS, IBaseELS {
|
|
3526
3526
|
}
|
|
3527
3527
|
|
|
3528
3528
|
interface IInstagramHistoryChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3570,7 +3570,7 @@ interface IInstagramHistoryChangeInfo extends IBaseModel, ITrackingModel<IUser>
|
|
|
3570
3570
|
timeAction: Date;
|
|
3571
3571
|
note: string;
|
|
3572
3572
|
}
|
|
3573
|
-
interface IInstagramHistoryChangeInfoStoreIdxELS extends
|
|
3573
|
+
interface IInstagramHistoryChangeInfoStoreIdxELS extends IBaseStoreIdxELS {
|
|
3574
3574
|
changeType: ETypeSocialChangeInfoInstagram;
|
|
3575
3575
|
sheetInfo: IBaseRefFieldELS & {
|
|
3576
3576
|
url: string;
|
|
@@ -3663,7 +3663,7 @@ interface IInstagramHistoryChangeInfoStoreIdxELS extends IBaseELS {
|
|
|
3663
3663
|
timeAction: Date;
|
|
3664
3664
|
note: string;
|
|
3665
3665
|
}
|
|
3666
|
-
interface IInstagramHistoryChangeInfoELS extends IInstagramHistoryChangeInfoStoreIdxELS {
|
|
3666
|
+
interface IInstagramHistoryChangeInfoELS extends IInstagramHistoryChangeInfoStoreIdxELS, IBaseELS {
|
|
3667
3667
|
}
|
|
3668
3668
|
|
|
3669
3669
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -9317,6 +9317,9 @@ interface IBaseELS extends IBaseModel {
|
|
|
9317
9317
|
interface IBaseStoreIdxELS extends IBaseModel {
|
|
9318
9318
|
createdById: string;
|
|
9319
9319
|
updatedById: string;
|
|
9320
|
+
departmentCreatorId: string;
|
|
9321
|
+
leaderCreatorId: string;
|
|
9322
|
+
teamCreatorId: string;
|
|
9320
9323
|
}
|
|
9321
9324
|
interface IBaseRefFieldELS {
|
|
9322
9325
|
id: string;
|