automation-lib 6.0.28 → 6.0.29

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
@@ -11078,6 +11078,7 @@ interface FindOverViewThreadsAccountDto {
11078
11078
 
11079
11079
  interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
11080
11080
  accountID: number;
11081
+ accountInstagram: string | IInstagramAccountRaw;
11081
11082
  group: IAccountSocialGroup | string;
11082
11083
  nameAppCloneSocial: string;
11083
11084
  accountDeviceTypeAppClone: string;
package/dist/index.d.ts CHANGED
@@ -11078,6 +11078,7 @@ interface FindOverViewThreadsAccountDto {
11078
11078
 
11079
11079
  interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
11080
11080
  accountID: number;
11081
+ accountInstagram: string | IInstagramAccountRaw;
11081
11082
  group: IAccountSocialGroup | string;
11082
11083
  nameAppCloneSocial: string;
11083
11084
  accountDeviceTypeAppClone: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.0.28",
3
+ "version": "6.0.29",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",