automation-lib 6.6.601 → 6.6.603
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 +51 -7
- package/dist/index.d.ts +51 -7
- package/dist/index.js +44 -0
- package/dist/index.mjs +44 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1425,7 +1425,9 @@ declare enum EFilterOptionDevice {
|
|
|
1425
1425
|
UserAssign = "userAssign",
|
|
1426
1426
|
DepartmentAssign = "departmentAssign",
|
|
1427
1427
|
TeamAssign = "teamAssign",
|
|
1428
|
-
LeaderAssign = "leaderAssign"
|
|
1428
|
+
LeaderAssign = "leaderAssign",
|
|
1429
|
+
Idea = "idea",
|
|
1430
|
+
Niche = "niche"
|
|
1429
1431
|
}
|
|
1430
1432
|
|
|
1431
1433
|
declare enum ETypeExport {
|
|
@@ -9072,7 +9074,14 @@ declare enum EFilterOptionInstagramHistoryAutoSync {
|
|
|
9072
9074
|
UpdatedBy = "UpdatedBy",
|
|
9073
9075
|
DepartmentCreator = "DepartmentCreator",
|
|
9074
9076
|
TeamCreator = "TeamCreator",
|
|
9075
|
-
LeaderCreator = "LeaderCreator"
|
|
9077
|
+
LeaderCreator = "LeaderCreator",
|
|
9078
|
+
Idea = "Idea",
|
|
9079
|
+
Niche = "Niche",
|
|
9080
|
+
Pc = "Pc",
|
|
9081
|
+
DeviceName = "DeviceName",
|
|
9082
|
+
DeviceKey = "DeviceKey",
|
|
9083
|
+
AccountGroup = "AccountGroup",
|
|
9084
|
+
Account = "Account"
|
|
9076
9085
|
}
|
|
9077
9086
|
|
|
9078
9087
|
interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
@@ -9238,7 +9247,14 @@ declare enum EFilterOptionInstagramHistoryChangeInfo {
|
|
|
9238
9247
|
UpdatedBy = "UpdatedBy",
|
|
9239
9248
|
DepartmentCreator = "DepartmentCreator",
|
|
9240
9249
|
TeamCreator = "TeamCreator",
|
|
9241
|
-
LeaderCreator = "LeaderCreator"
|
|
9250
|
+
LeaderCreator = "LeaderCreator",
|
|
9251
|
+
Idea = "Idea",
|
|
9252
|
+
Niche = "Niche",
|
|
9253
|
+
Pc = "Pc",
|
|
9254
|
+
DeviceName = "DeviceName",
|
|
9255
|
+
DeviceKey = "DeviceKey",
|
|
9256
|
+
AccountGroup = "AccountGroup",
|
|
9257
|
+
Account = "Account"
|
|
9242
9258
|
}
|
|
9243
9259
|
|
|
9244
9260
|
interface FindOverviewInstagramHistoryCreateNewDto {
|
|
@@ -9346,7 +9362,14 @@ declare enum EFilterOptionInstagramHistoryCreateNew {
|
|
|
9346
9362
|
UpdatedBy = "UpdatedBy",
|
|
9347
9363
|
DepartmentCreator = "DepartmentCreator",
|
|
9348
9364
|
TeamCreator = "TeamCreator",
|
|
9349
|
-
LeaderCreator = "LeaderCreator"
|
|
9365
|
+
LeaderCreator = "LeaderCreator",
|
|
9366
|
+
Idea = "Idea",
|
|
9367
|
+
Niche = "Niche",
|
|
9368
|
+
Pc = "Pc",
|
|
9369
|
+
DeviceName = "DeviceName",
|
|
9370
|
+
DeviceKey = "DeviceKey",
|
|
9371
|
+
AccountGroup = "AccountGroup",
|
|
9372
|
+
Account = "Account"
|
|
9350
9373
|
}
|
|
9351
9374
|
|
|
9352
9375
|
interface FindOverviewInstagramHistoryGroupDto {
|
|
@@ -14065,7 +14088,14 @@ declare enum EFilterOptionThreadsHistoryAutoSync {
|
|
|
14065
14088
|
UpdatedBy = "UpdatedBy",
|
|
14066
14089
|
DepartmentCreator = "DepartmentCreator",
|
|
14067
14090
|
TeamCreator = "TeamCreator",
|
|
14068
|
-
LeaderCreator = "LeaderCreator"
|
|
14091
|
+
LeaderCreator = "LeaderCreator",
|
|
14092
|
+
Idea = "Idea",
|
|
14093
|
+
Niche = "Niche",
|
|
14094
|
+
Pc = "Pc",
|
|
14095
|
+
DeviceName = "DeviceName",
|
|
14096
|
+
DeviceKey = "DeviceKey",
|
|
14097
|
+
AccountGroup = "AccountGroup",
|
|
14098
|
+
Account = "Account"
|
|
14069
14099
|
}
|
|
14070
14100
|
|
|
14071
14101
|
interface FindOverviewThreadsHistoryCreateNewDto {
|
|
@@ -14173,7 +14203,14 @@ declare enum EFilterOptionThreadsHistoryCreateNew {
|
|
|
14173
14203
|
UpdatedBy = "UpdatedBy",
|
|
14174
14204
|
DepartmentCreator = "DepartmentCreator",
|
|
14175
14205
|
TeamCreator = "TeamCreator",
|
|
14176
|
-
LeaderCreator = "LeaderCreator"
|
|
14206
|
+
LeaderCreator = "LeaderCreator",
|
|
14207
|
+
Idea = "Idea",
|
|
14208
|
+
Niche = "Niche",
|
|
14209
|
+
Pc = "Pc",
|
|
14210
|
+
DeviceName = "DeviceName",
|
|
14211
|
+
DeviceKey = "DeviceKey",
|
|
14212
|
+
AccountGroup = "AccountGroup",
|
|
14213
|
+
Account = "Account"
|
|
14177
14214
|
}
|
|
14178
14215
|
|
|
14179
14216
|
interface FindThreadsHistoryChangeDto extends IFindBaseDto {
|
|
@@ -14238,7 +14275,14 @@ declare enum EFilterOptionThreadsHistoryChangeInfo {
|
|
|
14238
14275
|
UpdatedBy = "UpdatedBy",
|
|
14239
14276
|
DepartmentCreator = "DepartmentCreator",
|
|
14240
14277
|
TeamCreator = "TeamCreator",
|
|
14241
|
-
LeaderCreator = "LeaderCreator"
|
|
14278
|
+
LeaderCreator = "LeaderCreator",
|
|
14279
|
+
Idea = "Idea",
|
|
14280
|
+
Niche = "Niche",
|
|
14281
|
+
Pc = "Pc",
|
|
14282
|
+
DeviceName = "DeviceName",
|
|
14283
|
+
DeviceKey = "DeviceKey",
|
|
14284
|
+
AccountGroup = "AccountGroup",
|
|
14285
|
+
Account = "Account"
|
|
14242
14286
|
}
|
|
14243
14287
|
|
|
14244
14288
|
interface FindOverViewThreadsReportPostDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -1425,7 +1425,9 @@ declare enum EFilterOptionDevice {
|
|
|
1425
1425
|
UserAssign = "userAssign",
|
|
1426
1426
|
DepartmentAssign = "departmentAssign",
|
|
1427
1427
|
TeamAssign = "teamAssign",
|
|
1428
|
-
LeaderAssign = "leaderAssign"
|
|
1428
|
+
LeaderAssign = "leaderAssign",
|
|
1429
|
+
Idea = "idea",
|
|
1430
|
+
Niche = "niche"
|
|
1429
1431
|
}
|
|
1430
1432
|
|
|
1431
1433
|
declare enum ETypeExport {
|
|
@@ -9072,7 +9074,14 @@ declare enum EFilterOptionInstagramHistoryAutoSync {
|
|
|
9072
9074
|
UpdatedBy = "UpdatedBy",
|
|
9073
9075
|
DepartmentCreator = "DepartmentCreator",
|
|
9074
9076
|
TeamCreator = "TeamCreator",
|
|
9075
|
-
LeaderCreator = "LeaderCreator"
|
|
9077
|
+
LeaderCreator = "LeaderCreator",
|
|
9078
|
+
Idea = "Idea",
|
|
9079
|
+
Niche = "Niche",
|
|
9080
|
+
Pc = "Pc",
|
|
9081
|
+
DeviceName = "DeviceName",
|
|
9082
|
+
DeviceKey = "DeviceKey",
|
|
9083
|
+
AccountGroup = "AccountGroup",
|
|
9084
|
+
Account = "Account"
|
|
9076
9085
|
}
|
|
9077
9086
|
|
|
9078
9087
|
interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
@@ -9238,7 +9247,14 @@ declare enum EFilterOptionInstagramHistoryChangeInfo {
|
|
|
9238
9247
|
UpdatedBy = "UpdatedBy",
|
|
9239
9248
|
DepartmentCreator = "DepartmentCreator",
|
|
9240
9249
|
TeamCreator = "TeamCreator",
|
|
9241
|
-
LeaderCreator = "LeaderCreator"
|
|
9250
|
+
LeaderCreator = "LeaderCreator",
|
|
9251
|
+
Idea = "Idea",
|
|
9252
|
+
Niche = "Niche",
|
|
9253
|
+
Pc = "Pc",
|
|
9254
|
+
DeviceName = "DeviceName",
|
|
9255
|
+
DeviceKey = "DeviceKey",
|
|
9256
|
+
AccountGroup = "AccountGroup",
|
|
9257
|
+
Account = "Account"
|
|
9242
9258
|
}
|
|
9243
9259
|
|
|
9244
9260
|
interface FindOverviewInstagramHistoryCreateNewDto {
|
|
@@ -9346,7 +9362,14 @@ declare enum EFilterOptionInstagramHistoryCreateNew {
|
|
|
9346
9362
|
UpdatedBy = "UpdatedBy",
|
|
9347
9363
|
DepartmentCreator = "DepartmentCreator",
|
|
9348
9364
|
TeamCreator = "TeamCreator",
|
|
9349
|
-
LeaderCreator = "LeaderCreator"
|
|
9365
|
+
LeaderCreator = "LeaderCreator",
|
|
9366
|
+
Idea = "Idea",
|
|
9367
|
+
Niche = "Niche",
|
|
9368
|
+
Pc = "Pc",
|
|
9369
|
+
DeviceName = "DeviceName",
|
|
9370
|
+
DeviceKey = "DeviceKey",
|
|
9371
|
+
AccountGroup = "AccountGroup",
|
|
9372
|
+
Account = "Account"
|
|
9350
9373
|
}
|
|
9351
9374
|
|
|
9352
9375
|
interface FindOverviewInstagramHistoryGroupDto {
|
|
@@ -14065,7 +14088,14 @@ declare enum EFilterOptionThreadsHistoryAutoSync {
|
|
|
14065
14088
|
UpdatedBy = "UpdatedBy",
|
|
14066
14089
|
DepartmentCreator = "DepartmentCreator",
|
|
14067
14090
|
TeamCreator = "TeamCreator",
|
|
14068
|
-
LeaderCreator = "LeaderCreator"
|
|
14091
|
+
LeaderCreator = "LeaderCreator",
|
|
14092
|
+
Idea = "Idea",
|
|
14093
|
+
Niche = "Niche",
|
|
14094
|
+
Pc = "Pc",
|
|
14095
|
+
DeviceName = "DeviceName",
|
|
14096
|
+
DeviceKey = "DeviceKey",
|
|
14097
|
+
AccountGroup = "AccountGroup",
|
|
14098
|
+
Account = "Account"
|
|
14069
14099
|
}
|
|
14070
14100
|
|
|
14071
14101
|
interface FindOverviewThreadsHistoryCreateNewDto {
|
|
@@ -14173,7 +14203,14 @@ declare enum EFilterOptionThreadsHistoryCreateNew {
|
|
|
14173
14203
|
UpdatedBy = "UpdatedBy",
|
|
14174
14204
|
DepartmentCreator = "DepartmentCreator",
|
|
14175
14205
|
TeamCreator = "TeamCreator",
|
|
14176
|
-
LeaderCreator = "LeaderCreator"
|
|
14206
|
+
LeaderCreator = "LeaderCreator",
|
|
14207
|
+
Idea = "Idea",
|
|
14208
|
+
Niche = "Niche",
|
|
14209
|
+
Pc = "Pc",
|
|
14210
|
+
DeviceName = "DeviceName",
|
|
14211
|
+
DeviceKey = "DeviceKey",
|
|
14212
|
+
AccountGroup = "AccountGroup",
|
|
14213
|
+
Account = "Account"
|
|
14177
14214
|
}
|
|
14178
14215
|
|
|
14179
14216
|
interface FindThreadsHistoryChangeDto extends IFindBaseDto {
|
|
@@ -14238,7 +14275,14 @@ declare enum EFilterOptionThreadsHistoryChangeInfo {
|
|
|
14238
14275
|
UpdatedBy = "UpdatedBy",
|
|
14239
14276
|
DepartmentCreator = "DepartmentCreator",
|
|
14240
14277
|
TeamCreator = "TeamCreator",
|
|
14241
|
-
LeaderCreator = "LeaderCreator"
|
|
14278
|
+
LeaderCreator = "LeaderCreator",
|
|
14279
|
+
Idea = "Idea",
|
|
14280
|
+
Niche = "Niche",
|
|
14281
|
+
Pc = "Pc",
|
|
14282
|
+
DeviceName = "DeviceName",
|
|
14283
|
+
DeviceKey = "DeviceKey",
|
|
14284
|
+
AccountGroup = "AccountGroup",
|
|
14285
|
+
Account = "Account"
|
|
14242
14286
|
}
|
|
14243
14287
|
|
|
14244
14288
|
interface FindOverViewThreadsReportPostDto {
|
package/dist/index.js
CHANGED
|
@@ -2001,6 +2001,8 @@ var EFilterOptionDevice = /* @__PURE__ */ ((EFilterOptionDevice2) => {
|
|
|
2001
2001
|
EFilterOptionDevice2["DepartmentAssign"] = "departmentAssign";
|
|
2002
2002
|
EFilterOptionDevice2["TeamAssign"] = "teamAssign";
|
|
2003
2003
|
EFilterOptionDevice2["LeaderAssign"] = "leaderAssign";
|
|
2004
|
+
EFilterOptionDevice2["Idea"] = "idea";
|
|
2005
|
+
EFilterOptionDevice2["Niche"] = "niche";
|
|
2004
2006
|
return EFilterOptionDevice2;
|
|
2005
2007
|
})(EFilterOptionDevice || {});
|
|
2006
2008
|
|
|
@@ -2608,6 +2610,13 @@ var EFilterOptionInstagramHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionInsta
|
|
|
2608
2610
|
EFilterOptionInstagramHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2609
2611
|
EFilterOptionInstagramHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2610
2612
|
EFilterOptionInstagramHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2613
|
+
EFilterOptionInstagramHistoryAutoSync2["Idea"] = "Idea";
|
|
2614
|
+
EFilterOptionInstagramHistoryAutoSync2["Niche"] = "Niche";
|
|
2615
|
+
EFilterOptionInstagramHistoryAutoSync2["Pc"] = "Pc";
|
|
2616
|
+
EFilterOptionInstagramHistoryAutoSync2["DeviceName"] = "DeviceName";
|
|
2617
|
+
EFilterOptionInstagramHistoryAutoSync2["DeviceKey"] = "DeviceKey";
|
|
2618
|
+
EFilterOptionInstagramHistoryAutoSync2["AccountGroup"] = "AccountGroup";
|
|
2619
|
+
EFilterOptionInstagramHistoryAutoSync2["Account"] = "Account";
|
|
2611
2620
|
return EFilterOptionInstagramHistoryAutoSync2;
|
|
2612
2621
|
})(EFilterOptionInstagramHistoryAutoSync || {});
|
|
2613
2622
|
|
|
@@ -2625,6 +2634,13 @@ var EFilterOptionInstagramHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionIns
|
|
|
2625
2634
|
EFilterOptionInstagramHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2626
2635
|
EFilterOptionInstagramHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2627
2636
|
EFilterOptionInstagramHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2637
|
+
EFilterOptionInstagramHistoryChangeInfo2["Idea"] = "Idea";
|
|
2638
|
+
EFilterOptionInstagramHistoryChangeInfo2["Niche"] = "Niche";
|
|
2639
|
+
EFilterOptionInstagramHistoryChangeInfo2["Pc"] = "Pc";
|
|
2640
|
+
EFilterOptionInstagramHistoryChangeInfo2["DeviceName"] = "DeviceName";
|
|
2641
|
+
EFilterOptionInstagramHistoryChangeInfo2["DeviceKey"] = "DeviceKey";
|
|
2642
|
+
EFilterOptionInstagramHistoryChangeInfo2["AccountGroup"] = "AccountGroup";
|
|
2643
|
+
EFilterOptionInstagramHistoryChangeInfo2["Account"] = "Account";
|
|
2628
2644
|
return EFilterOptionInstagramHistoryChangeInfo2;
|
|
2629
2645
|
})(EFilterOptionInstagramHistoryChangeInfo || {});
|
|
2630
2646
|
|
|
@@ -2639,6 +2655,13 @@ var EFilterOptionInstagramHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionInst
|
|
|
2639
2655
|
EFilterOptionInstagramHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2640
2656
|
EFilterOptionInstagramHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2641
2657
|
EFilterOptionInstagramHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2658
|
+
EFilterOptionInstagramHistoryCreateNew2["Idea"] = "Idea";
|
|
2659
|
+
EFilterOptionInstagramHistoryCreateNew2["Niche"] = "Niche";
|
|
2660
|
+
EFilterOptionInstagramHistoryCreateNew2["Pc"] = "Pc";
|
|
2661
|
+
EFilterOptionInstagramHistoryCreateNew2["DeviceName"] = "DeviceName";
|
|
2662
|
+
EFilterOptionInstagramHistoryCreateNew2["DeviceKey"] = "DeviceKey";
|
|
2663
|
+
EFilterOptionInstagramHistoryCreateNew2["AccountGroup"] = "AccountGroup";
|
|
2664
|
+
EFilterOptionInstagramHistoryCreateNew2["Account"] = "Account";
|
|
2642
2665
|
return EFilterOptionInstagramHistoryCreateNew2;
|
|
2643
2666
|
})(EFilterOptionInstagramHistoryCreateNew || {});
|
|
2644
2667
|
|
|
@@ -2736,6 +2759,13 @@ var EFilterOptionThreadsHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionThreads
|
|
|
2736
2759
|
EFilterOptionThreadsHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2737
2760
|
EFilterOptionThreadsHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2738
2761
|
EFilterOptionThreadsHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2762
|
+
EFilterOptionThreadsHistoryAutoSync2["Idea"] = "Idea";
|
|
2763
|
+
EFilterOptionThreadsHistoryAutoSync2["Niche"] = "Niche";
|
|
2764
|
+
EFilterOptionThreadsHistoryAutoSync2["Pc"] = "Pc";
|
|
2765
|
+
EFilterOptionThreadsHistoryAutoSync2["DeviceName"] = "DeviceName";
|
|
2766
|
+
EFilterOptionThreadsHistoryAutoSync2["DeviceKey"] = "DeviceKey";
|
|
2767
|
+
EFilterOptionThreadsHistoryAutoSync2["AccountGroup"] = "AccountGroup";
|
|
2768
|
+
EFilterOptionThreadsHistoryAutoSync2["Account"] = "Account";
|
|
2739
2769
|
return EFilterOptionThreadsHistoryAutoSync2;
|
|
2740
2770
|
})(EFilterOptionThreadsHistoryAutoSync || {});
|
|
2741
2771
|
|
|
@@ -2750,6 +2780,13 @@ var EFilterOptionThreadsHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionThread
|
|
|
2750
2780
|
EFilterOptionThreadsHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2751
2781
|
EFilterOptionThreadsHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2752
2782
|
EFilterOptionThreadsHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2783
|
+
EFilterOptionThreadsHistoryCreateNew2["Idea"] = "Idea";
|
|
2784
|
+
EFilterOptionThreadsHistoryCreateNew2["Niche"] = "Niche";
|
|
2785
|
+
EFilterOptionThreadsHistoryCreateNew2["Pc"] = "Pc";
|
|
2786
|
+
EFilterOptionThreadsHistoryCreateNew2["DeviceName"] = "DeviceName";
|
|
2787
|
+
EFilterOptionThreadsHistoryCreateNew2["DeviceKey"] = "DeviceKey";
|
|
2788
|
+
EFilterOptionThreadsHistoryCreateNew2["AccountGroup"] = "AccountGroup";
|
|
2789
|
+
EFilterOptionThreadsHistoryCreateNew2["Account"] = "Account";
|
|
2753
2790
|
return EFilterOptionThreadsHistoryCreateNew2;
|
|
2754
2791
|
})(EFilterOptionThreadsHistoryCreateNew || {});
|
|
2755
2792
|
|
|
@@ -2767,6 +2804,13 @@ var EFilterOptionThreadsHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionThrea
|
|
|
2767
2804
|
EFilterOptionThreadsHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2768
2805
|
EFilterOptionThreadsHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2769
2806
|
EFilterOptionThreadsHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2807
|
+
EFilterOptionThreadsHistoryChangeInfo2["Idea"] = "Idea";
|
|
2808
|
+
EFilterOptionThreadsHistoryChangeInfo2["Niche"] = "Niche";
|
|
2809
|
+
EFilterOptionThreadsHistoryChangeInfo2["Pc"] = "Pc";
|
|
2810
|
+
EFilterOptionThreadsHistoryChangeInfo2["DeviceName"] = "DeviceName";
|
|
2811
|
+
EFilterOptionThreadsHistoryChangeInfo2["DeviceKey"] = "DeviceKey";
|
|
2812
|
+
EFilterOptionThreadsHistoryChangeInfo2["AccountGroup"] = "AccountGroup";
|
|
2813
|
+
EFilterOptionThreadsHistoryChangeInfo2["Account"] = "Account";
|
|
2770
2814
|
return EFilterOptionThreadsHistoryChangeInfo2;
|
|
2771
2815
|
})(EFilterOptionThreadsHistoryChangeInfo || {});
|
|
2772
2816
|
|
package/dist/index.mjs
CHANGED
|
@@ -1673,6 +1673,8 @@ var EFilterOptionDevice = /* @__PURE__ */ ((EFilterOptionDevice2) => {
|
|
|
1673
1673
|
EFilterOptionDevice2["DepartmentAssign"] = "departmentAssign";
|
|
1674
1674
|
EFilterOptionDevice2["TeamAssign"] = "teamAssign";
|
|
1675
1675
|
EFilterOptionDevice2["LeaderAssign"] = "leaderAssign";
|
|
1676
|
+
EFilterOptionDevice2["Idea"] = "idea";
|
|
1677
|
+
EFilterOptionDevice2["Niche"] = "niche";
|
|
1676
1678
|
return EFilterOptionDevice2;
|
|
1677
1679
|
})(EFilterOptionDevice || {});
|
|
1678
1680
|
|
|
@@ -2280,6 +2282,13 @@ var EFilterOptionInstagramHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionInsta
|
|
|
2280
2282
|
EFilterOptionInstagramHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2281
2283
|
EFilterOptionInstagramHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2282
2284
|
EFilterOptionInstagramHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2285
|
+
EFilterOptionInstagramHistoryAutoSync2["Idea"] = "Idea";
|
|
2286
|
+
EFilterOptionInstagramHistoryAutoSync2["Niche"] = "Niche";
|
|
2287
|
+
EFilterOptionInstagramHistoryAutoSync2["Pc"] = "Pc";
|
|
2288
|
+
EFilterOptionInstagramHistoryAutoSync2["DeviceName"] = "DeviceName";
|
|
2289
|
+
EFilterOptionInstagramHistoryAutoSync2["DeviceKey"] = "DeviceKey";
|
|
2290
|
+
EFilterOptionInstagramHistoryAutoSync2["AccountGroup"] = "AccountGroup";
|
|
2291
|
+
EFilterOptionInstagramHistoryAutoSync2["Account"] = "Account";
|
|
2283
2292
|
return EFilterOptionInstagramHistoryAutoSync2;
|
|
2284
2293
|
})(EFilterOptionInstagramHistoryAutoSync || {});
|
|
2285
2294
|
|
|
@@ -2297,6 +2306,13 @@ var EFilterOptionInstagramHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionIns
|
|
|
2297
2306
|
EFilterOptionInstagramHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2298
2307
|
EFilterOptionInstagramHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2299
2308
|
EFilterOptionInstagramHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2309
|
+
EFilterOptionInstagramHistoryChangeInfo2["Idea"] = "Idea";
|
|
2310
|
+
EFilterOptionInstagramHistoryChangeInfo2["Niche"] = "Niche";
|
|
2311
|
+
EFilterOptionInstagramHistoryChangeInfo2["Pc"] = "Pc";
|
|
2312
|
+
EFilterOptionInstagramHistoryChangeInfo2["DeviceName"] = "DeviceName";
|
|
2313
|
+
EFilterOptionInstagramHistoryChangeInfo2["DeviceKey"] = "DeviceKey";
|
|
2314
|
+
EFilterOptionInstagramHistoryChangeInfo2["AccountGroup"] = "AccountGroup";
|
|
2315
|
+
EFilterOptionInstagramHistoryChangeInfo2["Account"] = "Account";
|
|
2300
2316
|
return EFilterOptionInstagramHistoryChangeInfo2;
|
|
2301
2317
|
})(EFilterOptionInstagramHistoryChangeInfo || {});
|
|
2302
2318
|
|
|
@@ -2311,6 +2327,13 @@ var EFilterOptionInstagramHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionInst
|
|
|
2311
2327
|
EFilterOptionInstagramHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2312
2328
|
EFilterOptionInstagramHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2313
2329
|
EFilterOptionInstagramHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2330
|
+
EFilterOptionInstagramHistoryCreateNew2["Idea"] = "Idea";
|
|
2331
|
+
EFilterOptionInstagramHistoryCreateNew2["Niche"] = "Niche";
|
|
2332
|
+
EFilterOptionInstagramHistoryCreateNew2["Pc"] = "Pc";
|
|
2333
|
+
EFilterOptionInstagramHistoryCreateNew2["DeviceName"] = "DeviceName";
|
|
2334
|
+
EFilterOptionInstagramHistoryCreateNew2["DeviceKey"] = "DeviceKey";
|
|
2335
|
+
EFilterOptionInstagramHistoryCreateNew2["AccountGroup"] = "AccountGroup";
|
|
2336
|
+
EFilterOptionInstagramHistoryCreateNew2["Account"] = "Account";
|
|
2314
2337
|
return EFilterOptionInstagramHistoryCreateNew2;
|
|
2315
2338
|
})(EFilterOptionInstagramHistoryCreateNew || {});
|
|
2316
2339
|
|
|
@@ -2408,6 +2431,13 @@ var EFilterOptionThreadsHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionThreads
|
|
|
2408
2431
|
EFilterOptionThreadsHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2409
2432
|
EFilterOptionThreadsHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2410
2433
|
EFilterOptionThreadsHistoryAutoSync2["LeaderCreator"] = "LeaderCreator";
|
|
2434
|
+
EFilterOptionThreadsHistoryAutoSync2["Idea"] = "Idea";
|
|
2435
|
+
EFilterOptionThreadsHistoryAutoSync2["Niche"] = "Niche";
|
|
2436
|
+
EFilterOptionThreadsHistoryAutoSync2["Pc"] = "Pc";
|
|
2437
|
+
EFilterOptionThreadsHistoryAutoSync2["DeviceName"] = "DeviceName";
|
|
2438
|
+
EFilterOptionThreadsHistoryAutoSync2["DeviceKey"] = "DeviceKey";
|
|
2439
|
+
EFilterOptionThreadsHistoryAutoSync2["AccountGroup"] = "AccountGroup";
|
|
2440
|
+
EFilterOptionThreadsHistoryAutoSync2["Account"] = "Account";
|
|
2411
2441
|
return EFilterOptionThreadsHistoryAutoSync2;
|
|
2412
2442
|
})(EFilterOptionThreadsHistoryAutoSync || {});
|
|
2413
2443
|
|
|
@@ -2422,6 +2452,13 @@ var EFilterOptionThreadsHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionThread
|
|
|
2422
2452
|
EFilterOptionThreadsHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2423
2453
|
EFilterOptionThreadsHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2424
2454
|
EFilterOptionThreadsHistoryCreateNew2["LeaderCreator"] = "LeaderCreator";
|
|
2455
|
+
EFilterOptionThreadsHistoryCreateNew2["Idea"] = "Idea";
|
|
2456
|
+
EFilterOptionThreadsHistoryCreateNew2["Niche"] = "Niche";
|
|
2457
|
+
EFilterOptionThreadsHistoryCreateNew2["Pc"] = "Pc";
|
|
2458
|
+
EFilterOptionThreadsHistoryCreateNew2["DeviceName"] = "DeviceName";
|
|
2459
|
+
EFilterOptionThreadsHistoryCreateNew2["DeviceKey"] = "DeviceKey";
|
|
2460
|
+
EFilterOptionThreadsHistoryCreateNew2["AccountGroup"] = "AccountGroup";
|
|
2461
|
+
EFilterOptionThreadsHistoryCreateNew2["Account"] = "Account";
|
|
2425
2462
|
return EFilterOptionThreadsHistoryCreateNew2;
|
|
2426
2463
|
})(EFilterOptionThreadsHistoryCreateNew || {});
|
|
2427
2464
|
|
|
@@ -2439,6 +2476,13 @@ var EFilterOptionThreadsHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionThrea
|
|
|
2439
2476
|
EFilterOptionThreadsHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2440
2477
|
EFilterOptionThreadsHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2441
2478
|
EFilterOptionThreadsHistoryChangeInfo2["LeaderCreator"] = "LeaderCreator";
|
|
2479
|
+
EFilterOptionThreadsHistoryChangeInfo2["Idea"] = "Idea";
|
|
2480
|
+
EFilterOptionThreadsHistoryChangeInfo2["Niche"] = "Niche";
|
|
2481
|
+
EFilterOptionThreadsHistoryChangeInfo2["Pc"] = "Pc";
|
|
2482
|
+
EFilterOptionThreadsHistoryChangeInfo2["DeviceName"] = "DeviceName";
|
|
2483
|
+
EFilterOptionThreadsHistoryChangeInfo2["DeviceKey"] = "DeviceKey";
|
|
2484
|
+
EFilterOptionThreadsHistoryChangeInfo2["AccountGroup"] = "AccountGroup";
|
|
2485
|
+
EFilterOptionThreadsHistoryChangeInfo2["Account"] = "Account";
|
|
2442
2486
|
return EFilterOptionThreadsHistoryChangeInfo2;
|
|
2443
2487
|
})(EFilterOptionThreadsHistoryChangeInfo || {});
|
|
2444
2488
|
|