automation-lib 5.4.358 → 5.4.359
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8675,6 +8675,8 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
|
|
|
8675
8675
|
}
|
|
8676
8676
|
|
|
8677
8677
|
interface IEmailRawManager extends IBaseModel, ITrackingModel {
|
|
8678
|
+
typeSocial: ETypeSocial;
|
|
8679
|
+
accountSocialId: string;
|
|
8678
8680
|
status: EStatusEmail;
|
|
8679
8681
|
timeStatus: Date;
|
|
8680
8682
|
typeEmail: ETypeEmail;
|
package/dist/index.d.ts
CHANGED
|
@@ -8675,6 +8675,8 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
|
|
|
8675
8675
|
}
|
|
8676
8676
|
|
|
8677
8677
|
interface IEmailRawManager extends IBaseModel, ITrackingModel {
|
|
8678
|
+
typeSocial: ETypeSocial;
|
|
8679
|
+
accountSocialId: string;
|
|
8678
8680
|
status: EStatusEmail;
|
|
8679
8681
|
timeStatus: Date;
|
|
8680
8682
|
typeEmail: ETypeEmail;
|