application-sidebar 1.0.39 → 1.0.40

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/lib/navmenu1.d.ts CHANGED
@@ -159,10 +159,11 @@ export declare const GLOBAL_LIST: ({
159
159
  type: string;
160
160
  level: string;
161
161
  link: string;
162
+ hide_for_user: string[];
162
163
  child_routes: string[];
163
164
  account_type: string[];
164
165
  badge?: undefined;
165
- organization_setting?: undefined;
166
+ subscription_types?: undefined;
166
167
  } | {
167
168
  id: string;
168
169
  name: string;
@@ -171,9 +172,22 @@ export declare const GLOBAL_LIST: ({
171
172
  badge: string;
172
173
  level: string;
173
174
  link: string;
174
- organization_setting: string[];
175
+ hide_for_user: string[];
176
+ account_type: string[];
177
+ subscription_types: string[];
175
178
  child_routes?: undefined;
176
- account_type?: undefined;
179
+ } | {
180
+ id: string;
181
+ name: string;
182
+ icon: string;
183
+ type: string;
184
+ badge: string;
185
+ level: string;
186
+ link: string;
187
+ hide_for_user: string[];
188
+ child_routes: string[];
189
+ account_type: string[];
190
+ subscription_types?: undefined;
177
191
  })[];
178
192
  link?: undefined;
179
193
  child_routes?: undefined;
@@ -239,8 +253,6 @@ export declare const GLOBAL_LIST: ({
239
253
  campaign_types: string[];
240
254
  child_routes?: undefined;
241
255
  targetting_types_not_in?: undefined;
242
- ng_app_setting_not_in?: undefined;
243
- incontext_campaign_targeting?: undefined;
244
256
  } | {
245
257
  id: string;
246
258
  name: string;
@@ -251,79 +263,6 @@ export declare const GLOBAL_LIST: ({
251
263
  child_routes: string[];
252
264
  targetting_types_not_in: string[];
253
265
  campaign_types?: undefined;
254
- ng_app_setting_not_in?: undefined;
255
- incontext_campaign_targeting?: undefined;
256
- } | {
257
- id: string;
258
- name: string;
259
- icon: string;
260
- type: string;
261
- level: string;
262
- link: string;
263
- ng_app_setting_not_in: string[];
264
- targetting_types_not_in: string[];
265
- incontext_campaign_targeting: string[];
266
- campaign_types?: undefined;
267
- child_routes?: undefined;
268
- } | {
269
- id: string;
270
- name: string;
271
- icon: string;
272
- type: string;
273
- level: string;
274
- link: string;
275
- child_routes: string[];
276
- ng_app_setting_not_in: string[];
277
- targetting_types_not_in: string[];
278
- incontext_campaign_targeting: string[];
279
- campaign_types?: undefined;
280
- })[];
281
- link?: undefined;
282
- child_routes?: undefined;
283
- all_accounts?: undefined;
284
- visibility_roles?: undefined;
285
- incontext_campaign_targeting?: undefined;
286
- badge?: undefined;
287
- account_type?: undefined;
288
- regions?: undefined;
289
- visibility_roles_not_in?: undefined;
290
- } | {
291
- id: string;
292
- name: string;
293
- icon: string;
294
- type: string;
295
- level: string;
296
- campaign_types: string[];
297
- children: ({
298
- id: string;
299
- name: string;
300
- icon: string;
301
- type: string;
302
- level: string;
303
- link: string;
304
- incontext_campaign_targeting: string[];
305
- ng_app_setting_not_in: string[];
306
- child_routes?: undefined;
307
- } | {
308
- id: string;
309
- name: string;
310
- icon: string;
311
- type: string;
312
- level: string;
313
- link: string;
314
- child_routes: string[];
315
- incontext_campaign_targeting: string[];
316
- ng_app_setting_not_in: string[];
317
- } | {
318
- id: string;
319
- name: string;
320
- icon: string;
321
- type: string;
322
- level: string;
323
- link: string;
324
- incontext_campaign_targeting: string[];
325
- ng_app_setting_not_in?: undefined;
326
- child_routes?: undefined;
327
266
  })[];
328
267
  link?: undefined;
329
268
  child_routes?: undefined;
@@ -348,9 +287,7 @@ export declare const GLOBAL_LIST: ({
348
287
  type: string;
349
288
  level: string;
350
289
  link: string;
351
- child_routes: string[];
352
- ng_app_setting_not_in: string[];
353
- campaign_types: string[];
290
+ incontext_campaign_targeting: string[];
354
291
  }[];
355
292
  link?: undefined;
356
293
  child_routes?: undefined;
@@ -453,6 +390,7 @@ export declare const GLOBAL_LIST: ({
453
390
  incontext_campaign_targeting: any[];
454
391
  visibility_roles_not_in?: undefined;
455
392
  customer_types_not_in?: undefined;
393
+ badge?: undefined;
456
394
  } | {
457
395
  id: string;
458
396
  name: string;
@@ -464,6 +402,7 @@ export declare const GLOBAL_LIST: ({
464
402
  child_routes: string[];
465
403
  visibility_roles_not_in: string[];
466
404
  customer_types_not_in: string[];
405
+ badge?: undefined;
467
406
  } | {
468
407
  id: string;
469
408
  name: string;
@@ -475,16 +414,18 @@ export declare const GLOBAL_LIST: ({
475
414
  incontext_campaign_targeting?: undefined;
476
415
  visibility_roles_not_in?: undefined;
477
416
  customer_types_not_in?: undefined;
417
+ badge?: undefined;
478
418
  } | {
479
419
  id: string;
480
420
  name: string;
481
421
  icon: string;
422
+ badge: string;
482
423
  type: string;
483
424
  level: string;
484
425
  link: string;
485
- visibility_roles_not_in: string[];
486
426
  incontext_campaign_targeting: any[];
487
427
  child_routes?: undefined;
428
+ visibility_roles_not_in?: undefined;
488
429
  customer_types_not_in?: undefined;
489
430
  })[];
490
431
  link?: undefined;
@@ -499,9 +440,12 @@ export declare const GLOBAL_LIST: ({
499
440
  })[];
500
441
  hide_for_user?: undefined;
501
442
  siteNotIds?: undefined;
502
- app_spacific_config_check?: undefined;
503
443
  visibility_roles?: undefined;
444
+ org_user_ctrl?: undefined;
445
+ badge?: undefined;
504
446
  sticky?: undefined;
447
+ route?: undefined;
448
+ link?: undefined;
505
449
  } | {
506
450
  id: string;
507
451
  name: string;
@@ -547,23 +491,51 @@ export declare const GLOBAL_LIST: ({
547
491
  level: string;
548
492
  campaign_types: any[];
549
493
  visibility_roles: string[];
550
- children: {
494
+ children: ({
551
495
  id: string;
552
496
  name: string;
553
497
  type: string;
554
498
  icon: string;
555
499
  link: string;
556
500
  route: string;
501
+ visibility_roles_not_in: string[];
502
+ matchRoutes?: undefined;
503
+ child_routes?: undefined;
504
+ visibility_roles?: undefined;
505
+ } | {
506
+ id: string;
507
+ name: string;
508
+ type: string;
509
+ icon: string;
510
+ route: string;
511
+ link: string;
512
+ matchRoutes: string[];
513
+ child_routes: string[];
514
+ visibility_roles_not_in?: undefined;
515
+ visibility_roles?: undefined;
516
+ } | {
517
+ id: string;
518
+ name: string;
519
+ type: string;
520
+ icon: string;
521
+ route: string;
522
+ link: string;
557
523
  visibility_roles: string[];
558
- }[];
524
+ visibility_roles_not_in?: undefined;
525
+ matchRoutes?: undefined;
526
+ child_routes?: undefined;
527
+ })[];
559
528
  route?: undefined;
560
529
  link?: undefined;
561
530
  badge?: undefined;
562
531
  })[];
563
532
  siteNotIds?: undefined;
564
- app_spacific_config_check?: undefined;
565
533
  visibility_roles?: undefined;
534
+ org_user_ctrl?: undefined;
535
+ badge?: undefined;
566
536
  sticky?: undefined;
537
+ route?: undefined;
538
+ link?: undefined;
567
539
  } | {
568
540
  id: string;
569
541
  name: string;
@@ -577,7 +549,19 @@ export declare const GLOBAL_LIST: ({
577
549
  hide_for_user: string[];
578
550
  organization_setting_not_in: string[];
579
551
  siteIds: number[];
580
- children: {
552
+ children: ({
553
+ id: string;
554
+ name: string;
555
+ type: string;
556
+ level: string;
557
+ icon: string;
558
+ route: string;
559
+ link: string;
560
+ child_routes: string[];
561
+ visibility_roles: string[];
562
+ matchRoutes?: undefined;
563
+ org_user_ctrl?: undefined;
564
+ } | {
581
565
  id: string;
582
566
  name: string;
583
567
  type: string;
@@ -585,13 +569,48 @@ export declare const GLOBAL_LIST: ({
585
569
  icon: string;
586
570
  route: string;
587
571
  link: string;
572
+ visibility_roles: string[];
573
+ child_routes?: undefined;
574
+ matchRoutes?: undefined;
575
+ org_user_ctrl?: undefined;
576
+ } | {
577
+ id: string;
578
+ name: string;
579
+ type: string;
580
+ level: string;
581
+ icon: string;
582
+ route: string;
583
+ link: string;
584
+ matchRoutes: string[];
588
585
  child_routes: string[];
589
586
  visibility_roles: string[];
590
- }[];
587
+ org_user_ctrl?: undefined;
588
+ } | {
589
+ id: string;
590
+ name: string;
591
+ type: string;
592
+ level: string;
593
+ icon: string;
594
+ route: string;
595
+ link: string;
596
+ org_user_ctrl: ({
597
+ organization_setting: string[];
598
+ visibility_roles?: undefined;
599
+ } | {
600
+ visibility_roles: string[];
601
+ organization_setting?: undefined;
602
+ })[];
603
+ child_routes?: undefined;
604
+ visibility_roles?: undefined;
605
+ matchRoutes?: undefined;
606
+ })[];
591
607
  siteNotIds?: undefined;
592
- app_spacific_config_check?: undefined;
593
608
  visibility_roles?: undefined;
609
+ org_user_ctrl?: undefined;
610
+ badge?: undefined;
594
611
  sticky?: undefined;
612
+ route?: undefined;
613
+ link?: undefined;
595
614
  } | {
596
615
  id: string;
597
616
  name: string;
@@ -604,7 +623,6 @@ export declare const GLOBAL_LIST: ({
604
623
  siteNotIds: number[];
605
624
  visibility_roles_not_in: string[];
606
625
  hide_for_user: string[];
607
- organization_setting_not_in: string[];
608
626
  children: ({
609
627
  id: string;
610
628
  name: string;
@@ -637,10 +655,9 @@ export declare const GLOBAL_LIST: ({
637
655
  type: string;
638
656
  icon: string;
639
657
  level: string;
640
- badge: string;
641
658
  organization_setting: string[];
642
659
  visibility_roles: string[];
643
- children: {
660
+ children: ({
644
661
  id: string;
645
662
  name: string;
646
663
  type: string;
@@ -648,11 +665,27 @@ export declare const GLOBAL_LIST: ({
648
665
  icon: string;
649
666
  route: string;
650
667
  link: string;
668
+ matchRoutes: string[];
669
+ child_routes: string[];
670
+ organization_setting: string[];
651
671
  visibility_roles: string[];
652
- }[];
672
+ } | {
673
+ id: string;
674
+ name: string;
675
+ type: string;
676
+ level: string;
677
+ icon: string;
678
+ route: string;
679
+ link: string;
680
+ visibility_roles: string[];
681
+ matchRoutes?: undefined;
682
+ child_routes?: undefined;
683
+ organization_setting?: undefined;
684
+ })[];
653
685
  route?: undefined;
654
686
  link?: undefined;
655
687
  siteIds?: undefined;
688
+ badge?: undefined;
656
689
  } | {
657
690
  id: string;
658
691
  name: string;
@@ -669,10 +702,10 @@ export declare const GLOBAL_LIST: ({
669
702
  icon: string;
670
703
  route: string;
671
704
  link: string;
705
+ not_account_name: number[];
672
706
  organization_setting: string[];
673
707
  visibility_roles: string[];
674
708
  siteIds: number[];
675
- not_account_name?: undefined;
676
709
  } | {
677
710
  id: string;
678
711
  name: string;
@@ -681,10 +714,10 @@ export declare const GLOBAL_LIST: ({
681
714
  icon: string;
682
715
  route: string;
683
716
  link: string;
684
- not_account_name: number[];
685
717
  organization_setting: string[];
686
718
  visibility_roles: string[];
687
719
  siteIds: number[];
720
+ not_account_name?: undefined;
688
721
  })[];
689
722
  route?: undefined;
690
723
  link?: undefined;
@@ -704,10 +737,14 @@ export declare const GLOBAL_LIST: ({
704
737
  organization_setting?: undefined;
705
738
  children?: undefined;
706
739
  })[];
740
+ organization_setting_not_in?: undefined;
707
741
  siteIds?: undefined;
708
- app_spacific_config_check?: undefined;
709
742
  visibility_roles?: undefined;
743
+ org_user_ctrl?: undefined;
744
+ badge?: undefined;
710
745
  sticky?: undefined;
746
+ route?: undefined;
747
+ link?: undefined;
711
748
  } | {
712
749
  id: string;
713
750
  name: string;
@@ -721,7 +758,6 @@ export declare const GLOBAL_LIST: ({
721
758
  visibility_roles_not_in: string[];
722
759
  hide_for_user: string[];
723
760
  organization_setting_not_in: string[];
724
- app_spacific_config_check: string[];
725
761
  children: ({
726
762
  id: string;
727
763
  name: string;
@@ -731,36 +767,39 @@ export declare const GLOBAL_LIST: ({
731
767
  link: string;
732
768
  visibility_roles: string[];
733
769
  visibility_roles_not_in: string[];
734
- matchRoutes?: undefined;
735
- child_routes?: undefined;
736
770
  level?: undefined;
737
771
  siteIds?: undefined;
772
+ badge?: undefined;
773
+ matchRoutes?: undefined;
774
+ child_routes?: undefined;
738
775
  } | {
739
776
  id: string;
740
777
  name: string;
741
778
  type: string;
779
+ level: string;
742
780
  icon: string;
743
781
  route: string;
744
782
  link: string;
745
- matchRoutes: string[];
746
- child_routes: string[];
783
+ siteIds: number[];
747
784
  visibility_roles: string[];
748
- visibility_roles_not_in: string[];
749
- level?: undefined;
750
- siteIds?: undefined;
785
+ badge: string;
786
+ visibility_roles_not_in?: undefined;
787
+ matchRoutes?: undefined;
788
+ child_routes?: undefined;
751
789
  } | {
752
790
  id: string;
753
791
  name: string;
754
792
  type: string;
755
- level: string;
756
793
  icon: string;
757
794
  route: string;
758
795
  link: string;
759
- siteIds: number[];
796
+ matchRoutes: string[];
797
+ child_routes: string[];
760
798
  visibility_roles: string[];
761
- visibility_roles_not_in?: undefined;
762
- matchRoutes?: undefined;
763
- child_routes?: undefined;
799
+ visibility_roles_not_in: string[];
800
+ level?: undefined;
801
+ siteIds?: undefined;
802
+ badge?: undefined;
764
803
  } | {
765
804
  id: string;
766
805
  name: string;
@@ -772,6 +811,7 @@ export declare const GLOBAL_LIST: ({
772
811
  siteIds: number[];
773
812
  visibility_roles: string[];
774
813
  visibility_roles_not_in: string[];
814
+ badge?: undefined;
775
815
  matchRoutes?: undefined;
776
816
  child_routes?: undefined;
777
817
  } | {
@@ -787,6 +827,7 @@ export declare const GLOBAL_LIST: ({
787
827
  visibility_roles_not_in?: undefined;
788
828
  level?: undefined;
789
829
  siteIds?: undefined;
830
+ badge?: undefined;
790
831
  } | {
791
832
  id: string;
792
833
  name: string;
@@ -796,14 +837,19 @@ export declare const GLOBAL_LIST: ({
796
837
  link: string;
797
838
  visibility_roles: string[];
798
839
  visibility_roles_not_in?: undefined;
799
- matchRoutes?: undefined;
800
- child_routes?: undefined;
801
840
  level?: undefined;
802
841
  siteIds?: undefined;
842
+ badge?: undefined;
843
+ matchRoutes?: undefined;
844
+ child_routes?: undefined;
803
845
  })[];
804
846
  siteNotIds?: undefined;
805
847
  visibility_roles?: undefined;
848
+ org_user_ctrl?: undefined;
849
+ badge?: undefined;
806
850
  sticky?: undefined;
851
+ route?: undefined;
852
+ link?: undefined;
807
853
  } | {
808
854
  id: string;
809
855
  name: string;
@@ -830,6 +876,7 @@ export declare const GLOBAL_LIST: ({
830
876
  badge?: undefined;
831
877
  recCount?: undefined;
832
878
  incontext_campaign_targeting_walmart?: undefined;
879
+ matchRoutes?: undefined;
833
880
  child_routes?: undefined;
834
881
  campaign_types?: undefined;
835
882
  children?: undefined;
@@ -845,6 +892,39 @@ export declare const GLOBAL_LIST: ({
845
892
  visibility_roles: string[];
846
893
  recCount: string;
847
894
  incontext_campaign_targeting_walmart: any[];
895
+ matchRoutes: string[];
896
+ child_routes: string[];
897
+ campaign_types?: undefined;
898
+ children?: undefined;
899
+ } | {
900
+ id: string;
901
+ name: string;
902
+ type: string;
903
+ level: string;
904
+ icon: string;
905
+ route: string;
906
+ link: string;
907
+ child_routes: string[];
908
+ visibility_roles: string[];
909
+ incontext_campaign_targeting_walmart: string[];
910
+ badge?: undefined;
911
+ recCount?: undefined;
912
+ matchRoutes?: undefined;
913
+ campaign_types?: undefined;
914
+ children?: undefined;
915
+ } | {
916
+ id: string;
917
+ name: string;
918
+ type: string;
919
+ level: string;
920
+ icon: string;
921
+ route: string;
922
+ link: string;
923
+ badge: string;
924
+ visibility_roles: string[];
925
+ incontext_campaign_targeting_walmart: string[];
926
+ recCount?: undefined;
927
+ matchRoutes?: undefined;
848
928
  child_routes?: undefined;
849
929
  campaign_types?: undefined;
850
930
  children?: undefined;
@@ -856,11 +936,28 @@ export declare const GLOBAL_LIST: ({
856
936
  icon: string;
857
937
  route: string;
858
938
  link: string;
939
+ visibility_roles: string[];
940
+ incontext_campaign_targeting_walmart: string[];
941
+ matchRoutes: string[];
859
942
  child_routes: string[];
943
+ badge?: undefined;
944
+ recCount?: undefined;
945
+ campaign_types?: undefined;
946
+ children?: undefined;
947
+ } | {
948
+ id: string;
949
+ name: string;
950
+ type: string;
951
+ level: string;
952
+ icon: string;
953
+ route: string;
954
+ link: string;
860
955
  visibility_roles: string[];
861
956
  incontext_campaign_targeting_walmart: string[];
862
957
  badge?: undefined;
863
958
  recCount?: undefined;
959
+ matchRoutes?: undefined;
960
+ child_routes?: undefined;
864
961
  campaign_types?: undefined;
865
962
  children?: undefined;
866
963
  } | {
@@ -871,7 +968,8 @@ export declare const GLOBAL_LIST: ({
871
968
  level: string;
872
969
  campaign_types: any[];
873
970
  visibility_roles: string[];
874
- children: {
971
+ incontext_campaign_targeting_walmart: string[];
972
+ children: ({
875
973
  id: string;
876
974
  name: string;
877
975
  type: string;
@@ -880,17 +978,31 @@ export declare const GLOBAL_LIST: ({
880
978
  route: string;
881
979
  link: string;
882
980
  visibility_roles: string[];
883
- }[];
981
+ incontext_campaign_targeting_walmart: any[];
982
+ } | {
983
+ id: string;
984
+ name: string;
985
+ type: string;
986
+ level: string;
987
+ icon: string;
988
+ route: string;
989
+ link: string;
990
+ visibility_roles: string[];
991
+ incontext_campaign_targeting_walmart?: undefined;
992
+ })[];
884
993
  route?: undefined;
885
994
  link?: undefined;
886
995
  badge?: undefined;
887
996
  recCount?: undefined;
888
- incontext_campaign_targeting_walmart?: undefined;
997
+ matchRoutes?: undefined;
889
998
  child_routes?: undefined;
890
999
  })[];
891
1000
  siteNotIds?: undefined;
892
- app_spacific_config_check?: undefined;
1001
+ org_user_ctrl?: undefined;
1002
+ badge?: undefined;
893
1003
  sticky?: undefined;
1004
+ route?: undefined;
1005
+ link?: undefined;
894
1006
  } | {
895
1007
  id: string;
896
1008
  name: string;
@@ -937,9 +1049,12 @@ export declare const GLOBAL_LIST: ({
937
1049
  link?: undefined;
938
1050
  })[];
939
1051
  siteNotIds?: undefined;
940
- app_spacific_config_check?: undefined;
941
1052
  visibility_roles?: undefined;
1053
+ org_user_ctrl?: undefined;
1054
+ badge?: undefined;
942
1055
  sticky?: undefined;
1056
+ route?: undefined;
1057
+ link?: undefined;
943
1058
  } | {
944
1059
  id: string;
945
1060
  name: string;
@@ -986,8 +1101,92 @@ export declare const GLOBAL_LIST: ({
986
1101
  link?: undefined;
987
1102
  })[];
988
1103
  siteNotIds?: undefined;
989
- app_spacific_config_check?: undefined;
1104
+ org_user_ctrl?: undefined;
1105
+ badge?: undefined;
1106
+ sticky?: undefined;
1107
+ route?: undefined;
1108
+ link?: undefined;
1109
+ } | {
1110
+ id: string;
1111
+ name: string;
1112
+ app_name: string;
1113
+ type: string;
1114
+ level: string;
1115
+ icon: string;
1116
+ defaulturl: string;
1117
+ org_user_ctrl: ({
1118
+ organization_setting: string[];
1119
+ visibility_roles?: undefined;
1120
+ } | {
1121
+ visibility_roles: string[];
1122
+ organization_setting?: undefined;
1123
+ })[];
1124
+ order: number;
1125
+ siteIds: number[];
1126
+ badge: string;
1127
+ children: ({
1128
+ id: string;
1129
+ name: string;
1130
+ type: string;
1131
+ level: string;
1132
+ route: string;
1133
+ link: string;
1134
+ visibility_roles: string[];
1135
+ matchRoutes?: undefined;
1136
+ child_routes?: undefined;
1137
+ organization_setting?: undefined;
1138
+ } | {
1139
+ id: string;
1140
+ name: string;
1141
+ type: string;
1142
+ level: string;
1143
+ route: string;
1144
+ link: string;
1145
+ matchRoutes: string[];
1146
+ child_routes: string[];
1147
+ visibility_roles?: undefined;
1148
+ organization_setting?: undefined;
1149
+ } | {
1150
+ id: string;
1151
+ name: string;
1152
+ type: string;
1153
+ level: string;
1154
+ route: string;
1155
+ link: string;
1156
+ organization_setting: string[];
1157
+ visibility_roles?: undefined;
1158
+ matchRoutes?: undefined;
1159
+ child_routes?: undefined;
1160
+ })[];
1161
+ visibility_roles_not_in?: undefined;
1162
+ organization_setting_not_in?: undefined;
1163
+ hide_for_user?: undefined;
1164
+ siteNotIds?: undefined;
1165
+ visibility_roles?: undefined;
990
1166
  sticky?: undefined;
1167
+ route?: undefined;
1168
+ link?: undefined;
1169
+ } | {
1170
+ id: string;
1171
+ name: string;
1172
+ type: string;
1173
+ level: string;
1174
+ icon: string;
1175
+ order: number;
1176
+ sticky: string;
1177
+ siteIds: number[];
1178
+ children: any[];
1179
+ route: string;
1180
+ link: string;
1181
+ app_name?: undefined;
1182
+ defaulturl?: undefined;
1183
+ visibility_roles_not_in?: undefined;
1184
+ organization_setting_not_in?: undefined;
1185
+ hide_for_user?: undefined;
1186
+ siteNotIds?: undefined;
1187
+ visibility_roles?: undefined;
1188
+ org_user_ctrl?: undefined;
1189
+ badge?: undefined;
991
1190
  } | {
992
1191
  id: string;
993
1192
  name: string;
@@ -1008,8 +1207,29 @@ export declare const GLOBAL_LIST: ({
1008
1207
  route: string;
1009
1208
  link: string;
1010
1209
  visibility_roles: string[];
1210
+ badge?: undefined;
1211
+ siteIds?: undefined;
1212
+ organization_setting?: undefined;
1011
1213
  separator?: undefined;
1012
1214
  organization_setting_not_in?: undefined;
1215
+ account_type?: undefined;
1216
+ subscription_types?: undefined;
1217
+ } | {
1218
+ id: string;
1219
+ name: string;
1220
+ type: string;
1221
+ level: string;
1222
+ icon: string;
1223
+ route: string;
1224
+ badge: string;
1225
+ link: string;
1226
+ siteIds: number[];
1227
+ organization_setting: string[];
1228
+ visibility_roles: string[];
1229
+ separator?: undefined;
1230
+ organization_setting_not_in?: undefined;
1231
+ account_type?: undefined;
1232
+ subscription_types?: undefined;
1013
1233
  } | {
1014
1234
  name: string;
1015
1235
  type: string;
@@ -1020,7 +1240,12 @@ export declare const GLOBAL_LIST: ({
1020
1240
  icon?: undefined;
1021
1241
  route?: undefined;
1022
1242
  link?: undefined;
1243
+ badge?: undefined;
1244
+ siteIds?: undefined;
1245
+ organization_setting?: undefined;
1023
1246
  organization_setting_not_in?: undefined;
1247
+ account_type?: undefined;
1248
+ subscription_types?: undefined;
1024
1249
  } | {
1025
1250
  id: string;
1026
1251
  name: string;
@@ -1031,7 +1256,28 @@ export declare const GLOBAL_LIST: ({
1031
1256
  link: string;
1032
1257
  organization_setting_not_in: string[];
1033
1258
  visibility_roles: string[];
1259
+ badge?: undefined;
1260
+ siteIds?: undefined;
1261
+ organization_setting?: undefined;
1034
1262
  separator?: undefined;
1263
+ account_type?: undefined;
1264
+ subscription_types?: undefined;
1265
+ } | {
1266
+ id: string;
1267
+ name: string;
1268
+ type: string;
1269
+ level: string;
1270
+ icon: string;
1271
+ route: string;
1272
+ link: string;
1273
+ account_type: string[];
1274
+ visibility_roles: string[];
1275
+ subscription_types: string[];
1276
+ badge?: undefined;
1277
+ siteIds?: undefined;
1278
+ organization_setting?: undefined;
1279
+ separator?: undefined;
1280
+ organization_setting_not_in?: undefined;
1035
1281
  } | {
1036
1282
  name: string;
1037
1283
  type: string;
@@ -1043,11 +1289,19 @@ export declare const GLOBAL_LIST: ({
1043
1289
  icon?: undefined;
1044
1290
  route?: undefined;
1045
1291
  link?: undefined;
1292
+ badge?: undefined;
1293
+ siteIds?: undefined;
1294
+ organization_setting?: undefined;
1295
+ account_type?: undefined;
1296
+ subscription_types?: undefined;
1046
1297
  })[];
1047
1298
  app_name?: undefined;
1048
1299
  defaulturl?: undefined;
1049
1300
  organization_setting_not_in?: undefined;
1050
1301
  siteNotIds?: undefined;
1051
- app_spacific_config_check?: undefined;
1052
1302
  visibility_roles?: undefined;
1303
+ org_user_ctrl?: undefined;
1304
+ badge?: undefined;
1305
+ route?: undefined;
1306
+ link?: undefined;
1053
1307
  })[];