automation-lib 5.4.42 → 5.4.44
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/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -672,6 +672,7 @@ declare enum EObjectName {
|
|
|
672
672
|
SettingInteractReplyMessageInstagram = "SettingInteractReplyMessageInstagram",
|
|
673
673
|
SettingInteractStoriesInstagram = "SettingInteractStoriesInstagram",
|
|
674
674
|
SettingInteractUnFollowsInstagram = "SettingInteractUnFollowsInstagram",
|
|
675
|
+
SettingInteractBlockUserInstagram = "SettingInteractBlockUserInstagram",
|
|
675
676
|
SettingPostsInstagram = "SettingPostsInstagram",
|
|
676
677
|
SettingPostsThreads = "SettingPostsThreads",
|
|
677
678
|
SettingInteractFollowsThreads = "SettingFollowsThreads",
|
|
@@ -11230,6 +11231,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11230
11231
|
device: IDevice | string;
|
|
11231
11232
|
oldUsername?: string;
|
|
11232
11233
|
newUsername?: string;
|
|
11234
|
+
email?: string;
|
|
11233
11235
|
}
|
|
11234
11236
|
|
|
11235
11237
|
interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -672,6 +672,7 @@ declare enum EObjectName {
|
|
|
672
672
|
SettingInteractReplyMessageInstagram = "SettingInteractReplyMessageInstagram",
|
|
673
673
|
SettingInteractStoriesInstagram = "SettingInteractStoriesInstagram",
|
|
674
674
|
SettingInteractUnFollowsInstagram = "SettingInteractUnFollowsInstagram",
|
|
675
|
+
SettingInteractBlockUserInstagram = "SettingInteractBlockUserInstagram",
|
|
675
676
|
SettingPostsInstagram = "SettingPostsInstagram",
|
|
676
677
|
SettingPostsThreads = "SettingPostsThreads",
|
|
677
678
|
SettingInteractFollowsThreads = "SettingFollowsThreads",
|
|
@@ -11230,6 +11231,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11230
11231
|
device: IDevice | string;
|
|
11231
11232
|
oldUsername?: string;
|
|
11232
11233
|
newUsername?: string;
|
|
11234
|
+
email?: string;
|
|
11233
11235
|
}
|
|
11234
11236
|
|
|
11235
11237
|
interface IHistoryTaskCanva extends IBaseModel, ITrackingModel<IUser> {
|
package/dist/index.js
CHANGED
|
@@ -1007,6 +1007,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
1007
1007
|
_EObjectName["SettingInteractReplyMessageInstagram"] = "SettingInteractReplyMessageInstagram";
|
|
1008
1008
|
_EObjectName["SettingInteractStoriesInstagram"] = "SettingInteractStoriesInstagram";
|
|
1009
1009
|
_EObjectName["SettingInteractUnFollowsInstagram"] = "SettingInteractUnFollowsInstagram";
|
|
1010
|
+
_EObjectName["SettingInteractBlockUserInstagram"] = "SettingInteractBlockUserInstagram";
|
|
1010
1011
|
_EObjectName["SettingPostsInstagram"] = "SettingPostsInstagram";
|
|
1011
1012
|
_EObjectName["SettingPostsThreads"] = "SettingPostsThreads";
|
|
1012
1013
|
_EObjectName["SettingInteractFollowsThreads"] = "SettingFollowsThreads";
|
package/dist/index.mjs
CHANGED
|
@@ -854,6 +854,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
854
854
|
_EObjectName["SettingInteractReplyMessageInstagram"] = "SettingInteractReplyMessageInstagram";
|
|
855
855
|
_EObjectName["SettingInteractStoriesInstagram"] = "SettingInteractStoriesInstagram";
|
|
856
856
|
_EObjectName["SettingInteractUnFollowsInstagram"] = "SettingInteractUnFollowsInstagram";
|
|
857
|
+
_EObjectName["SettingInteractBlockUserInstagram"] = "SettingInteractBlockUserInstagram";
|
|
857
858
|
_EObjectName["SettingPostsInstagram"] = "SettingPostsInstagram";
|
|
858
859
|
_EObjectName["SettingPostsThreads"] = "SettingPostsThreads";
|
|
859
860
|
_EObjectName["SettingInteractFollowsThreads"] = "SettingFollowsThreads";
|