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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|