automation-lib 6.6.485 → 6.6.487
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 +10 -6
- package/dist/index.d.ts +10 -6
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4707,7 +4707,9 @@ declare enum EFilterOptionAccountAIChannel {
|
|
|
4707
4707
|
TeamCreator = "TeamCreator",
|
|
4708
4708
|
LeaderCreator = "LeaderCreator",
|
|
4709
4709
|
CreatedBy = "CreatedBy",
|
|
4710
|
-
UpdatedBy = "UpdatedBy"
|
|
4710
|
+
UpdatedBy = "UpdatedBy",
|
|
4711
|
+
Idea = "Idea",
|
|
4712
|
+
Niche = "Niche"
|
|
4711
4713
|
}
|
|
4712
4714
|
|
|
4713
4715
|
interface IAccountAIContentChannelNiche extends IBaseModel {
|
|
@@ -4751,9 +4753,8 @@ interface FindMultiAccountAIContentDto extends IFindBaseDto, IAccountAIContent {
|
|
|
4751
4753
|
interface FilterAccountAIContentDto extends IFilterBaseDto {
|
|
4752
4754
|
type: EAccountAIModelTypeContent[];
|
|
4753
4755
|
status: EAccountAIModelStatus[];
|
|
4754
|
-
accountAI: string[];
|
|
4755
|
-
channel: string[];
|
|
4756
4756
|
statusBrowser: EAccountAIModelStatus[];
|
|
4757
|
+
accountAI: string[];
|
|
4757
4758
|
}
|
|
4758
4759
|
|
|
4759
4760
|
interface FindOverviewAccountAIChannelDto {
|
|
@@ -7847,7 +7848,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7847
7848
|
timeChange: Date;
|
|
7848
7849
|
};
|
|
7849
7850
|
accountGroup: string | IAccountSocialGroup;
|
|
7850
|
-
typeSocial: ETypeSocial;
|
|
7851
|
+
typeSocial: ETypeSocial.Instagram;
|
|
7851
7852
|
accountID: string;
|
|
7852
7853
|
historyFullname: {
|
|
7853
7854
|
old: string;
|
|
@@ -12420,10 +12421,13 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12420
12421
|
};
|
|
12421
12422
|
deviceInfo: {
|
|
12422
12423
|
id: string;
|
|
12423
|
-
key: string;
|
|
12424
12424
|
name: string;
|
|
12425
12425
|
model: string;
|
|
12426
12426
|
os: ETypeDeviceOS;
|
|
12427
|
+
oldKey: string;
|
|
12428
|
+
newKey: string;
|
|
12429
|
+
typeOld: ETypeDevice;
|
|
12430
|
+
typeNew: ETypeDevice;
|
|
12427
12431
|
typeAppClone: string;
|
|
12428
12432
|
nameAppClone: string;
|
|
12429
12433
|
nameAppCloneSocial: string;
|
|
@@ -12463,7 +12467,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12463
12467
|
statusChange: string;
|
|
12464
12468
|
timeChange: Date;
|
|
12465
12469
|
};
|
|
12466
|
-
typeSocial: ETypeSocial;
|
|
12470
|
+
typeSocial: ETypeSocial.Threads;
|
|
12467
12471
|
fullNameAccountSocial: {
|
|
12468
12472
|
old: string;
|
|
12469
12473
|
new: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -4707,7 +4707,9 @@ declare enum EFilterOptionAccountAIChannel {
|
|
|
4707
4707
|
TeamCreator = "TeamCreator",
|
|
4708
4708
|
LeaderCreator = "LeaderCreator",
|
|
4709
4709
|
CreatedBy = "CreatedBy",
|
|
4710
|
-
UpdatedBy = "UpdatedBy"
|
|
4710
|
+
UpdatedBy = "UpdatedBy",
|
|
4711
|
+
Idea = "Idea",
|
|
4712
|
+
Niche = "Niche"
|
|
4711
4713
|
}
|
|
4712
4714
|
|
|
4713
4715
|
interface IAccountAIContentChannelNiche extends IBaseModel {
|
|
@@ -4751,9 +4753,8 @@ interface FindMultiAccountAIContentDto extends IFindBaseDto, IAccountAIContent {
|
|
|
4751
4753
|
interface FilterAccountAIContentDto extends IFilterBaseDto {
|
|
4752
4754
|
type: EAccountAIModelTypeContent[];
|
|
4753
4755
|
status: EAccountAIModelStatus[];
|
|
4754
|
-
accountAI: string[];
|
|
4755
|
-
channel: string[];
|
|
4756
4756
|
statusBrowser: EAccountAIModelStatus[];
|
|
4757
|
+
accountAI: string[];
|
|
4757
4758
|
}
|
|
4758
4759
|
|
|
4759
4760
|
interface FindOverviewAccountAIChannelDto {
|
|
@@ -7847,7 +7848,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7847
7848
|
timeChange: Date;
|
|
7848
7849
|
};
|
|
7849
7850
|
accountGroup: string | IAccountSocialGroup;
|
|
7850
|
-
typeSocial: ETypeSocial;
|
|
7851
|
+
typeSocial: ETypeSocial.Instagram;
|
|
7851
7852
|
accountID: string;
|
|
7852
7853
|
historyFullname: {
|
|
7853
7854
|
old: string;
|
|
@@ -12420,10 +12421,13 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12420
12421
|
};
|
|
12421
12422
|
deviceInfo: {
|
|
12422
12423
|
id: string;
|
|
12423
|
-
key: string;
|
|
12424
12424
|
name: string;
|
|
12425
12425
|
model: string;
|
|
12426
12426
|
os: ETypeDeviceOS;
|
|
12427
|
+
oldKey: string;
|
|
12428
|
+
newKey: string;
|
|
12429
|
+
typeOld: ETypeDevice;
|
|
12430
|
+
typeNew: ETypeDevice;
|
|
12427
12431
|
typeAppClone: string;
|
|
12428
12432
|
nameAppClone: string;
|
|
12429
12433
|
nameAppCloneSocial: string;
|
|
@@ -12463,7 +12467,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12463
12467
|
statusChange: string;
|
|
12464
12468
|
timeChange: Date;
|
|
12465
12469
|
};
|
|
12466
|
-
typeSocial: ETypeSocial;
|
|
12470
|
+
typeSocial: ETypeSocial.Threads;
|
|
12467
12471
|
fullNameAccountSocial: {
|
|
12468
12472
|
old: string;
|
|
12469
12473
|
new: string;
|
package/dist/index.js
CHANGED
|
@@ -3312,6 +3312,8 @@ var EFilterOptionAccountAIChannel = /* @__PURE__ */ ((EFilterOptionAccountAIChan
|
|
|
3312
3312
|
EFilterOptionAccountAIChannel2["LeaderCreator"] = "LeaderCreator";
|
|
3313
3313
|
EFilterOptionAccountAIChannel2["CreatedBy"] = "CreatedBy";
|
|
3314
3314
|
EFilterOptionAccountAIChannel2["UpdatedBy"] = "UpdatedBy";
|
|
3315
|
+
EFilterOptionAccountAIChannel2["Idea"] = "Idea";
|
|
3316
|
+
EFilterOptionAccountAIChannel2["Niche"] = "Niche";
|
|
3315
3317
|
return EFilterOptionAccountAIChannel2;
|
|
3316
3318
|
})(EFilterOptionAccountAIChannel || {});
|
|
3317
3319
|
|
package/dist/index.mjs
CHANGED
|
@@ -3004,6 +3004,8 @@ var EFilterOptionAccountAIChannel = /* @__PURE__ */ ((EFilterOptionAccountAIChan
|
|
|
3004
3004
|
EFilterOptionAccountAIChannel2["LeaderCreator"] = "LeaderCreator";
|
|
3005
3005
|
EFilterOptionAccountAIChannel2["CreatedBy"] = "CreatedBy";
|
|
3006
3006
|
EFilterOptionAccountAIChannel2["UpdatedBy"] = "UpdatedBy";
|
|
3007
|
+
EFilterOptionAccountAIChannel2["Idea"] = "Idea";
|
|
3008
|
+
EFilterOptionAccountAIChannel2["Niche"] = "Niche";
|
|
3007
3009
|
return EFilterOptionAccountAIChannel2;
|
|
3008
3010
|
})(EFilterOptionAccountAIChannel || {});
|
|
3009
3011
|
|