automation-lib 6.6.602 → 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 +48 -6
- package/dist/index.d.ts +48 -6
- package/dist/index.js +42 -0
- package/dist/index.mjs +42 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9074,7 +9074,14 @@ declare enum EFilterOptionInstagramHistoryAutoSync {
|
|
|
9074
9074
|
UpdatedBy = "UpdatedBy",
|
|
9075
9075
|
DepartmentCreator = "DepartmentCreator",
|
|
9076
9076
|
TeamCreator = "TeamCreator",
|
|
9077
|
-
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"
|
|
9078
9085
|
}
|
|
9079
9086
|
|
|
9080
9087
|
interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
@@ -9240,7 +9247,14 @@ declare enum EFilterOptionInstagramHistoryChangeInfo {
|
|
|
9240
9247
|
UpdatedBy = "UpdatedBy",
|
|
9241
9248
|
DepartmentCreator = "DepartmentCreator",
|
|
9242
9249
|
TeamCreator = "TeamCreator",
|
|
9243
|
-
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"
|
|
9244
9258
|
}
|
|
9245
9259
|
|
|
9246
9260
|
interface FindOverviewInstagramHistoryCreateNewDto {
|
|
@@ -9348,7 +9362,14 @@ declare enum EFilterOptionInstagramHistoryCreateNew {
|
|
|
9348
9362
|
UpdatedBy = "UpdatedBy",
|
|
9349
9363
|
DepartmentCreator = "DepartmentCreator",
|
|
9350
9364
|
TeamCreator = "TeamCreator",
|
|
9351
|
-
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"
|
|
9352
9373
|
}
|
|
9353
9374
|
|
|
9354
9375
|
interface FindOverviewInstagramHistoryGroupDto {
|
|
@@ -14067,7 +14088,14 @@ declare enum EFilterOptionThreadsHistoryAutoSync {
|
|
|
14067
14088
|
UpdatedBy = "UpdatedBy",
|
|
14068
14089
|
DepartmentCreator = "DepartmentCreator",
|
|
14069
14090
|
TeamCreator = "TeamCreator",
|
|
14070
|
-
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"
|
|
14071
14099
|
}
|
|
14072
14100
|
|
|
14073
14101
|
interface FindOverviewThreadsHistoryCreateNewDto {
|
|
@@ -14175,7 +14203,14 @@ declare enum EFilterOptionThreadsHistoryCreateNew {
|
|
|
14175
14203
|
UpdatedBy = "UpdatedBy",
|
|
14176
14204
|
DepartmentCreator = "DepartmentCreator",
|
|
14177
14205
|
TeamCreator = "TeamCreator",
|
|
14178
|
-
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"
|
|
14179
14214
|
}
|
|
14180
14215
|
|
|
14181
14216
|
interface FindThreadsHistoryChangeDto extends IFindBaseDto {
|
|
@@ -14240,7 +14275,14 @@ declare enum EFilterOptionThreadsHistoryChangeInfo {
|
|
|
14240
14275
|
UpdatedBy = "UpdatedBy",
|
|
14241
14276
|
DepartmentCreator = "DepartmentCreator",
|
|
14242
14277
|
TeamCreator = "TeamCreator",
|
|
14243
|
-
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"
|
|
14244
14286
|
}
|
|
14245
14287
|
|
|
14246
14288
|
interface FindOverViewThreadsReportPostDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -9074,7 +9074,14 @@ declare enum EFilterOptionInstagramHistoryAutoSync {
|
|
|
9074
9074
|
UpdatedBy = "UpdatedBy",
|
|
9075
9075
|
DepartmentCreator = "DepartmentCreator",
|
|
9076
9076
|
TeamCreator = "TeamCreator",
|
|
9077
|
-
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"
|
|
9078
9085
|
}
|
|
9079
9086
|
|
|
9080
9087
|
interface FindOverviewInstagramHistoryChangeInfoDto {
|
|
@@ -9240,7 +9247,14 @@ declare enum EFilterOptionInstagramHistoryChangeInfo {
|
|
|
9240
9247
|
UpdatedBy = "UpdatedBy",
|
|
9241
9248
|
DepartmentCreator = "DepartmentCreator",
|
|
9242
9249
|
TeamCreator = "TeamCreator",
|
|
9243
|
-
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"
|
|
9244
9258
|
}
|
|
9245
9259
|
|
|
9246
9260
|
interface FindOverviewInstagramHistoryCreateNewDto {
|
|
@@ -9348,7 +9362,14 @@ declare enum EFilterOptionInstagramHistoryCreateNew {
|
|
|
9348
9362
|
UpdatedBy = "UpdatedBy",
|
|
9349
9363
|
DepartmentCreator = "DepartmentCreator",
|
|
9350
9364
|
TeamCreator = "TeamCreator",
|
|
9351
|
-
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"
|
|
9352
9373
|
}
|
|
9353
9374
|
|
|
9354
9375
|
interface FindOverviewInstagramHistoryGroupDto {
|
|
@@ -14067,7 +14088,14 @@ declare enum EFilterOptionThreadsHistoryAutoSync {
|
|
|
14067
14088
|
UpdatedBy = "UpdatedBy",
|
|
14068
14089
|
DepartmentCreator = "DepartmentCreator",
|
|
14069
14090
|
TeamCreator = "TeamCreator",
|
|
14070
|
-
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"
|
|
14071
14099
|
}
|
|
14072
14100
|
|
|
14073
14101
|
interface FindOverviewThreadsHistoryCreateNewDto {
|
|
@@ -14175,7 +14203,14 @@ declare enum EFilterOptionThreadsHistoryCreateNew {
|
|
|
14175
14203
|
UpdatedBy = "UpdatedBy",
|
|
14176
14204
|
DepartmentCreator = "DepartmentCreator",
|
|
14177
14205
|
TeamCreator = "TeamCreator",
|
|
14178
|
-
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"
|
|
14179
14214
|
}
|
|
14180
14215
|
|
|
14181
14216
|
interface FindThreadsHistoryChangeDto extends IFindBaseDto {
|
|
@@ -14240,7 +14275,14 @@ declare enum EFilterOptionThreadsHistoryChangeInfo {
|
|
|
14240
14275
|
UpdatedBy = "UpdatedBy",
|
|
14241
14276
|
DepartmentCreator = "DepartmentCreator",
|
|
14242
14277
|
TeamCreator = "TeamCreator",
|
|
14243
|
-
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"
|
|
14244
14286
|
}
|
|
14245
14287
|
|
|
14246
14288
|
interface FindOverViewThreadsReportPostDto {
|
package/dist/index.js
CHANGED
|
@@ -2610,6 +2610,13 @@ var EFilterOptionInstagramHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionInsta
|
|
|
2610
2610
|
EFilterOptionInstagramHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2611
2611
|
EFilterOptionInstagramHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2612
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";
|
|
2613
2620
|
return EFilterOptionInstagramHistoryAutoSync2;
|
|
2614
2621
|
})(EFilterOptionInstagramHistoryAutoSync || {});
|
|
2615
2622
|
|
|
@@ -2627,6 +2634,13 @@ var EFilterOptionInstagramHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionIns
|
|
|
2627
2634
|
EFilterOptionInstagramHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2628
2635
|
EFilterOptionInstagramHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2629
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";
|
|
2630
2644
|
return EFilterOptionInstagramHistoryChangeInfo2;
|
|
2631
2645
|
})(EFilterOptionInstagramHistoryChangeInfo || {});
|
|
2632
2646
|
|
|
@@ -2641,6 +2655,13 @@ var EFilterOptionInstagramHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionInst
|
|
|
2641
2655
|
EFilterOptionInstagramHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2642
2656
|
EFilterOptionInstagramHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2643
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";
|
|
2644
2665
|
return EFilterOptionInstagramHistoryCreateNew2;
|
|
2645
2666
|
})(EFilterOptionInstagramHistoryCreateNew || {});
|
|
2646
2667
|
|
|
@@ -2738,6 +2759,13 @@ var EFilterOptionThreadsHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionThreads
|
|
|
2738
2759
|
EFilterOptionThreadsHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2739
2760
|
EFilterOptionThreadsHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2740
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";
|
|
2741
2769
|
return EFilterOptionThreadsHistoryAutoSync2;
|
|
2742
2770
|
})(EFilterOptionThreadsHistoryAutoSync || {});
|
|
2743
2771
|
|
|
@@ -2752,6 +2780,13 @@ var EFilterOptionThreadsHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionThread
|
|
|
2752
2780
|
EFilterOptionThreadsHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2753
2781
|
EFilterOptionThreadsHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2754
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";
|
|
2755
2790
|
return EFilterOptionThreadsHistoryCreateNew2;
|
|
2756
2791
|
})(EFilterOptionThreadsHistoryCreateNew || {});
|
|
2757
2792
|
|
|
@@ -2769,6 +2804,13 @@ var EFilterOptionThreadsHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionThrea
|
|
|
2769
2804
|
EFilterOptionThreadsHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2770
2805
|
EFilterOptionThreadsHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2771
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";
|
|
2772
2814
|
return EFilterOptionThreadsHistoryChangeInfo2;
|
|
2773
2815
|
})(EFilterOptionThreadsHistoryChangeInfo || {});
|
|
2774
2816
|
|
package/dist/index.mjs
CHANGED
|
@@ -2282,6 +2282,13 @@ var EFilterOptionInstagramHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionInsta
|
|
|
2282
2282
|
EFilterOptionInstagramHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2283
2283
|
EFilterOptionInstagramHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2284
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";
|
|
2285
2292
|
return EFilterOptionInstagramHistoryAutoSync2;
|
|
2286
2293
|
})(EFilterOptionInstagramHistoryAutoSync || {});
|
|
2287
2294
|
|
|
@@ -2299,6 +2306,13 @@ var EFilterOptionInstagramHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionIns
|
|
|
2299
2306
|
EFilterOptionInstagramHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2300
2307
|
EFilterOptionInstagramHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2301
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";
|
|
2302
2316
|
return EFilterOptionInstagramHistoryChangeInfo2;
|
|
2303
2317
|
})(EFilterOptionInstagramHistoryChangeInfo || {});
|
|
2304
2318
|
|
|
@@ -2313,6 +2327,13 @@ var EFilterOptionInstagramHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionInst
|
|
|
2313
2327
|
EFilterOptionInstagramHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2314
2328
|
EFilterOptionInstagramHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2315
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";
|
|
2316
2337
|
return EFilterOptionInstagramHistoryCreateNew2;
|
|
2317
2338
|
})(EFilterOptionInstagramHistoryCreateNew || {});
|
|
2318
2339
|
|
|
@@ -2410,6 +2431,13 @@ var EFilterOptionThreadsHistoryAutoSync = /* @__PURE__ */ ((EFilterOptionThreads
|
|
|
2410
2431
|
EFilterOptionThreadsHistoryAutoSync2["DepartmentCreator"] = "DepartmentCreator";
|
|
2411
2432
|
EFilterOptionThreadsHistoryAutoSync2["TeamCreator"] = "TeamCreator";
|
|
2412
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";
|
|
2413
2441
|
return EFilterOptionThreadsHistoryAutoSync2;
|
|
2414
2442
|
})(EFilterOptionThreadsHistoryAutoSync || {});
|
|
2415
2443
|
|
|
@@ -2424,6 +2452,13 @@ var EFilterOptionThreadsHistoryCreateNew = /* @__PURE__ */ ((EFilterOptionThread
|
|
|
2424
2452
|
EFilterOptionThreadsHistoryCreateNew2["DepartmentCreator"] = "DepartmentCreator";
|
|
2425
2453
|
EFilterOptionThreadsHistoryCreateNew2["TeamCreator"] = "TeamCreator";
|
|
2426
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";
|
|
2427
2462
|
return EFilterOptionThreadsHistoryCreateNew2;
|
|
2428
2463
|
})(EFilterOptionThreadsHistoryCreateNew || {});
|
|
2429
2464
|
|
|
@@ -2441,6 +2476,13 @@ var EFilterOptionThreadsHistoryChangeInfo = /* @__PURE__ */ ((EFilterOptionThrea
|
|
|
2441
2476
|
EFilterOptionThreadsHistoryChangeInfo2["DepartmentCreator"] = "DepartmentCreator";
|
|
2442
2477
|
EFilterOptionThreadsHistoryChangeInfo2["TeamCreator"] = "TeamCreator";
|
|
2443
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";
|
|
2444
2486
|
return EFilterOptionThreadsHistoryChangeInfo2;
|
|
2445
2487
|
})(EFilterOptionThreadsHistoryChangeInfo || {});
|
|
2446
2488
|
|