application-sidebar 1.0.6 → 1.0.8

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.
@@ -0,0 +1,936 @@
1
+ export declare const GLOBAL_LIST: ({
2
+ id: string;
3
+ name: string;
4
+ app_name: string;
5
+ type: string;
6
+ level: string;
7
+ icon: string;
8
+ order: number;
9
+ defaulturl: string;
10
+ visibility_roles_not_in: string[];
11
+ organization_setting_not_in: string[];
12
+ siteIds: number[];
13
+ children: ({
14
+ id: string;
15
+ name: string;
16
+ type: string;
17
+ level: string;
18
+ icon: string;
19
+ link: string;
20
+ visibility_roles: string[];
21
+ incontext_campaign_targeting?: undefined;
22
+ account_type?: undefined;
23
+ children?: undefined;
24
+ badge?: undefined;
25
+ campaign_types?: undefined;
26
+ regions?: undefined;
27
+ } | {
28
+ id: string;
29
+ name: string;
30
+ type: string;
31
+ level: string;
32
+ icon: string;
33
+ link: string;
34
+ visibility_roles: string[];
35
+ incontext_campaign_targeting: any[];
36
+ account_type?: undefined;
37
+ children?: undefined;
38
+ badge?: undefined;
39
+ campaign_types?: undefined;
40
+ regions?: undefined;
41
+ } | {
42
+ id: string;
43
+ name: string;
44
+ type: string;
45
+ level: string;
46
+ icon: string;
47
+ link: string;
48
+ visibility_roles?: undefined;
49
+ incontext_campaign_targeting?: undefined;
50
+ account_type?: undefined;
51
+ children?: undefined;
52
+ badge?: undefined;
53
+ campaign_types?: undefined;
54
+ regions?: undefined;
55
+ } | {
56
+ id: string;
57
+ name: string;
58
+ type: string;
59
+ level: string;
60
+ icon: string;
61
+ link: string;
62
+ incontext_campaign_targeting: string[];
63
+ visibility_roles?: undefined;
64
+ account_type?: undefined;
65
+ children?: undefined;
66
+ badge?: undefined;
67
+ campaign_types?: undefined;
68
+ regions?: undefined;
69
+ } | {
70
+ id: string;
71
+ name: string;
72
+ type: string;
73
+ icon: string;
74
+ level: string;
75
+ account_type: string[];
76
+ children: {
77
+ id: string;
78
+ name: string;
79
+ icon: string;
80
+ type: string;
81
+ level: string;
82
+ link: string;
83
+ }[];
84
+ link?: undefined;
85
+ visibility_roles?: undefined;
86
+ incontext_campaign_targeting?: undefined;
87
+ badge?: undefined;
88
+ campaign_types?: undefined;
89
+ regions?: undefined;
90
+ } | {
91
+ id: string;
92
+ name: string;
93
+ icon: string;
94
+ type: string;
95
+ level: string;
96
+ badge: string;
97
+ children: ({
98
+ id: string;
99
+ name: string;
100
+ icon: string;
101
+ type: string;
102
+ level: string;
103
+ link: string;
104
+ account_type?: undefined;
105
+ incontext_campaign_targeting?: undefined;
106
+ } | {
107
+ id: string;
108
+ name: string;
109
+ icon: string;
110
+ type: string;
111
+ level: string;
112
+ link: string;
113
+ account_type: string[];
114
+ incontext_campaign_targeting: any[];
115
+ })[];
116
+ link?: undefined;
117
+ visibility_roles?: undefined;
118
+ incontext_campaign_targeting?: undefined;
119
+ account_type?: undefined;
120
+ campaign_types?: undefined;
121
+ regions?: undefined;
122
+ } | {
123
+ id: string;
124
+ name: string;
125
+ icon: string;
126
+ type: string;
127
+ level: string;
128
+ campaign_types: string[];
129
+ children: ({
130
+ id: string;
131
+ name: string;
132
+ icon: string;
133
+ type: string;
134
+ level: string;
135
+ link: string;
136
+ campaign_types: string[];
137
+ ng_app_setting_not_in: string[];
138
+ targetting_types_not_in?: undefined;
139
+ incontext_campaign_targeting?: undefined;
140
+ } | {
141
+ id: string;
142
+ name: string;
143
+ icon: string;
144
+ type: string;
145
+ level: string;
146
+ link: string;
147
+ campaign_types: string[];
148
+ ng_app_setting_not_in?: undefined;
149
+ targetting_types_not_in?: undefined;
150
+ incontext_campaign_targeting?: undefined;
151
+ } | {
152
+ id: string;
153
+ name: string;
154
+ icon: string;
155
+ type: string;
156
+ level: string;
157
+ link: string;
158
+ targetting_types_not_in: string[];
159
+ campaign_types?: undefined;
160
+ ng_app_setting_not_in?: undefined;
161
+ incontext_campaign_targeting?: undefined;
162
+ } | {
163
+ id: string;
164
+ name: string;
165
+ icon: string;
166
+ type: string;
167
+ level: string;
168
+ link: string;
169
+ ng_app_setting_not_in: string[];
170
+ targetting_types_not_in: string[];
171
+ incontext_campaign_targeting: string[];
172
+ campaign_types?: undefined;
173
+ })[];
174
+ link?: undefined;
175
+ visibility_roles?: undefined;
176
+ incontext_campaign_targeting?: undefined;
177
+ account_type?: undefined;
178
+ badge?: undefined;
179
+ regions?: undefined;
180
+ } | {
181
+ id: string;
182
+ name: string;
183
+ icon: string;
184
+ type: string;
185
+ level: string;
186
+ campaign_types: string[];
187
+ children: ({
188
+ id: string;
189
+ name: string;
190
+ icon: string;
191
+ type: string;
192
+ level: string;
193
+ link: string;
194
+ incontext_campaign_targeting: string[];
195
+ ng_app_setting_not_in: string[];
196
+ badge?: undefined;
197
+ } | {
198
+ id: string;
199
+ name: string;
200
+ icon: string;
201
+ type: string;
202
+ level: string;
203
+ badge: string;
204
+ link: string;
205
+ incontext_campaign_targeting: string[];
206
+ ng_app_setting_not_in?: undefined;
207
+ } | {
208
+ id: string;
209
+ name: string;
210
+ icon: string;
211
+ type: string;
212
+ level: string;
213
+ link: string;
214
+ incontext_campaign_targeting: any[];
215
+ ng_app_setting_not_in?: undefined;
216
+ badge?: undefined;
217
+ })[];
218
+ link?: undefined;
219
+ visibility_roles?: undefined;
220
+ incontext_campaign_targeting?: undefined;
221
+ account_type?: undefined;
222
+ badge?: undefined;
223
+ regions?: undefined;
224
+ } | {
225
+ id: string;
226
+ name: string;
227
+ icon: string;
228
+ type: string;
229
+ level: string;
230
+ incontext_campaign_targeting: any[];
231
+ children: ({
232
+ id: string;
233
+ name: string;
234
+ icon: string;
235
+ type: string;
236
+ level: string;
237
+ link: string;
238
+ account_ids: number[];
239
+ organization_setting?: undefined;
240
+ subscription_types?: undefined;
241
+ } | {
242
+ id: string;
243
+ name: string;
244
+ icon: string;
245
+ type: string;
246
+ level: string;
247
+ link: string;
248
+ account_ids: number[];
249
+ organization_setting: string[];
250
+ subscription_types?: undefined;
251
+ } | {
252
+ id: string;
253
+ name: string;
254
+ icon: string;
255
+ type: string;
256
+ level: string;
257
+ link: string;
258
+ subscription_types: string[];
259
+ organization_setting: string[];
260
+ account_ids?: undefined;
261
+ } | {
262
+ id: string;
263
+ name: string;
264
+ icon: string;
265
+ type: string;
266
+ level: string;
267
+ link: string;
268
+ organization_setting: string[];
269
+ account_ids?: undefined;
270
+ subscription_types?: undefined;
271
+ })[];
272
+ link?: undefined;
273
+ visibility_roles?: undefined;
274
+ account_type?: undefined;
275
+ badge?: undefined;
276
+ campaign_types?: undefined;
277
+ regions?: undefined;
278
+ } | {
279
+ id: string;
280
+ name: string;
281
+ type: string;
282
+ level: string;
283
+ icon: string;
284
+ link: string;
285
+ badge: string;
286
+ account_type: string[];
287
+ regions: string[];
288
+ visibility_roles?: undefined;
289
+ incontext_campaign_targeting?: undefined;
290
+ children?: undefined;
291
+ campaign_types?: undefined;
292
+ } | {
293
+ id: string;
294
+ name: string;
295
+ icon: string;
296
+ type: string;
297
+ level: string;
298
+ children: ({
299
+ id: string;
300
+ name: string;
301
+ icon: string;
302
+ type: string;
303
+ level: string;
304
+ link: string;
305
+ incontext_campaign_targeting: any[];
306
+ visibility_roles_not_in?: undefined;
307
+ customer_types_not_in?: undefined;
308
+ } | {
309
+ id: string;
310
+ name: string;
311
+ icon: string;
312
+ type: string;
313
+ level: string;
314
+ link: string;
315
+ incontext_campaign_targeting: any[];
316
+ visibility_roles_not_in: string[];
317
+ customer_types_not_in: string[];
318
+ } | {
319
+ id: string;
320
+ name: string;
321
+ icon: string;
322
+ type: string;
323
+ level: string;
324
+ link: string;
325
+ incontext_campaign_targeting?: undefined;
326
+ visibility_roles_not_in?: undefined;
327
+ customer_types_not_in?: undefined;
328
+ } | {
329
+ id: string;
330
+ name: string;
331
+ icon: string;
332
+ type: string;
333
+ level: string;
334
+ link: string;
335
+ visibility_roles_not_in: string[];
336
+ incontext_campaign_targeting: any[];
337
+ customer_types_not_in?: undefined;
338
+ })[];
339
+ link?: undefined;
340
+ visibility_roles?: undefined;
341
+ incontext_campaign_targeting?: undefined;
342
+ account_type?: undefined;
343
+ badge?: undefined;
344
+ campaign_types?: undefined;
345
+ regions?: undefined;
346
+ })[];
347
+ org_user_ctrl?: undefined;
348
+ badge?: undefined;
349
+ visibility_roles?: undefined;
350
+ app_org_setting?: undefined;
351
+ siteNotIds?: undefined;
352
+ sticky?: undefined;
353
+ } | {
354
+ id: string;
355
+ name: string;
356
+ app_name: string;
357
+ type: string;
358
+ level: string;
359
+ icon: string;
360
+ order: number;
361
+ defaulturl: string;
362
+ visibility_roles_not_in: string[];
363
+ organization_setting_not_in: string[];
364
+ siteIds: number[];
365
+ children: ({
366
+ id: string;
367
+ name: string;
368
+ type: string;
369
+ level: string;
370
+ icon: string;
371
+ route: string;
372
+ link: string;
373
+ subscription_types: string[];
374
+ account_type: string[];
375
+ visibility_roles: string[];
376
+ campaign_types?: undefined;
377
+ children?: undefined;
378
+ } | {
379
+ id: string;
380
+ name: string;
381
+ type: string;
382
+ icon: string;
383
+ level: string;
384
+ campaign_types: any[];
385
+ subscription_types: string[];
386
+ account_type: string[];
387
+ visibility_roles: string[];
388
+ children: {
389
+ id: string;
390
+ name: string;
391
+ type: string;
392
+ icon: string;
393
+ link: string;
394
+ route: string;
395
+ subscription_types: string[];
396
+ account_type: string[];
397
+ visibility_roles: string[];
398
+ }[];
399
+ route?: undefined;
400
+ link?: undefined;
401
+ })[];
402
+ org_user_ctrl?: undefined;
403
+ badge?: undefined;
404
+ visibility_roles?: undefined;
405
+ app_org_setting?: undefined;
406
+ siteNotIds?: undefined;
407
+ sticky?: undefined;
408
+ } | {
409
+ id: string;
410
+ name: string;
411
+ app_name: string;
412
+ type: string;
413
+ icon: string;
414
+ level: string;
415
+ organization_setting_not_in: string[];
416
+ siteIds: number[];
417
+ org_user_ctrl: ({
418
+ app_org_setting_not_in: string[];
419
+ visibility_roles: string[];
420
+ visibility_roles_not_in?: undefined;
421
+ } | {
422
+ visibility_roles_not_in: string[];
423
+ app_org_setting_not_in?: undefined;
424
+ visibility_roles?: undefined;
425
+ })[];
426
+ order: number;
427
+ defaulturl: string;
428
+ children: ({
429
+ id: string;
430
+ name: string;
431
+ type: string;
432
+ level: string;
433
+ icon: string;
434
+ link: string;
435
+ organization_setting?: undefined;
436
+ } | {
437
+ id: string;
438
+ name: string;
439
+ type: string;
440
+ level: string;
441
+ icon: string;
442
+ link: string;
443
+ organization_setting: string[];
444
+ })[];
445
+ visibility_roles_not_in?: undefined;
446
+ badge?: undefined;
447
+ visibility_roles?: undefined;
448
+ app_org_setting?: undefined;
449
+ siteNotIds?: undefined;
450
+ sticky?: undefined;
451
+ } | {
452
+ id: string;
453
+ name: string;
454
+ app_name: string;
455
+ type: string;
456
+ icon: string;
457
+ level: string;
458
+ order: number;
459
+ defaulturl: string;
460
+ badge: string;
461
+ visibility_roles: string[];
462
+ organization_setting_not_in: string[];
463
+ siteIds: number[];
464
+ app_org_setting: string[];
465
+ children: {
466
+ id: string;
467
+ name: string;
468
+ type: string;
469
+ level: string;
470
+ icon: string;
471
+ route: string;
472
+ link: string;
473
+ }[];
474
+ visibility_roles_not_in?: undefined;
475
+ org_user_ctrl?: undefined;
476
+ siteNotIds?: undefined;
477
+ sticky?: undefined;
478
+ } | {
479
+ id: string;
480
+ name: string;
481
+ app_name: string;
482
+ type: string;
483
+ icon: string;
484
+ level: string;
485
+ order: number;
486
+ defaulturl: string;
487
+ badge: string;
488
+ visibility_roles: string[];
489
+ app_org_setting: string[];
490
+ organization_setting_not_in: string[];
491
+ siteIds: number[];
492
+ children: {
493
+ id: string;
494
+ name: string;
495
+ type: string;
496
+ level: string;
497
+ icon: string;
498
+ route: string;
499
+ link: string;
500
+ visibility_roles: string[];
501
+ app_org_setting: string[];
502
+ }[];
503
+ visibility_roles_not_in?: undefined;
504
+ org_user_ctrl?: undefined;
505
+ siteNotIds?: undefined;
506
+ sticky?: undefined;
507
+ } | {
508
+ id: string;
509
+ name: string;
510
+ app_name: string;
511
+ type: string;
512
+ level: string;
513
+ icon: string;
514
+ order: number;
515
+ defaulturl: string;
516
+ siteNotIds: number[];
517
+ visibility_roles_not_in: string[];
518
+ organization_setting_not_in: string[];
519
+ children: ({
520
+ id: string;
521
+ name: string;
522
+ type: string;
523
+ level: string;
524
+ icon: string;
525
+ route: string;
526
+ link: string;
527
+ visibility_roles: string[];
528
+ siteIds: number[];
529
+ badge?: undefined;
530
+ organization_setting?: undefined;
531
+ children?: undefined;
532
+ } | {
533
+ id: string;
534
+ name: string;
535
+ type: string;
536
+ icon: string;
537
+ level: string;
538
+ badge: string;
539
+ organization_setting: string[];
540
+ visibility_roles: string[];
541
+ children: {
542
+ id: string;
543
+ name: string;
544
+ type: string;
545
+ level: string;
546
+ icon: string;
547
+ route: string;
548
+ link: string;
549
+ visibility_roles: string[];
550
+ }[];
551
+ route?: undefined;
552
+ link?: undefined;
553
+ siteIds?: undefined;
554
+ } | {
555
+ id: string;
556
+ name: string;
557
+ type: string;
558
+ icon: string;
559
+ level: string;
560
+ siteIds: number[];
561
+ visibility_roles: string[];
562
+ children: ({
563
+ id: string;
564
+ name: string;
565
+ type: string;
566
+ level: string;
567
+ icon: string;
568
+ route: string;
569
+ link: string;
570
+ organization_setting: string[];
571
+ visibility_roles: string[];
572
+ siteIds: number[];
573
+ not_account_name?: undefined;
574
+ } | {
575
+ id: string;
576
+ name: string;
577
+ type: string;
578
+ level: string;
579
+ icon: string;
580
+ route: string;
581
+ link: string;
582
+ not_account_name: number[];
583
+ organization_setting: string[];
584
+ visibility_roles: string[];
585
+ siteIds: number[];
586
+ })[];
587
+ route?: undefined;
588
+ link?: undefined;
589
+ badge?: undefined;
590
+ organization_setting?: undefined;
591
+ } | {
592
+ id: string;
593
+ name: string;
594
+ type: string;
595
+ badge: string;
596
+ level: string;
597
+ icon: string;
598
+ route: string;
599
+ link: string;
600
+ visibility_roles: string[];
601
+ siteIds: number[];
602
+ organization_setting?: undefined;
603
+ children?: undefined;
604
+ })[];
605
+ siteIds?: undefined;
606
+ org_user_ctrl?: undefined;
607
+ badge?: undefined;
608
+ visibility_roles?: undefined;
609
+ app_org_setting?: undefined;
610
+ sticky?: undefined;
611
+ } | {
612
+ id: string;
613
+ name: string;
614
+ app_name: string;
615
+ type: string;
616
+ level: string;
617
+ icon: string;
618
+ badge: string;
619
+ order: number;
620
+ defaulturl: string;
621
+ siteIds: number[];
622
+ visibility_roles_not_in: string[];
623
+ organization_setting_not_in: string[];
624
+ children: ({
625
+ id: string;
626
+ name: string;
627
+ type: string;
628
+ icon: string;
629
+ route: string;
630
+ link: string;
631
+ visibility_roles: string[];
632
+ visibility_roles_not_in: string[];
633
+ matchRoutes?: undefined;
634
+ level?: undefined;
635
+ siteIds?: undefined;
636
+ } | {
637
+ id: string;
638
+ name: string;
639
+ type: string;
640
+ icon: string;
641
+ route: string;
642
+ link: string;
643
+ matchRoutes: string[];
644
+ visibility_roles: string[];
645
+ visibility_roles_not_in: string[];
646
+ level?: undefined;
647
+ siteIds?: undefined;
648
+ } | {
649
+ id: string;
650
+ name: string;
651
+ type: string;
652
+ level: string;
653
+ icon: string;
654
+ route: string;
655
+ link: string;
656
+ siteIds: number[];
657
+ visibility_roles: string[];
658
+ visibility_roles_not_in?: undefined;
659
+ matchRoutes?: undefined;
660
+ } | {
661
+ id: string;
662
+ name: string;
663
+ type: string;
664
+ level: string;
665
+ icon: string;
666
+ route: string;
667
+ link: string;
668
+ siteIds: number[];
669
+ visibility_roles: string[];
670
+ visibility_roles_not_in: string[];
671
+ matchRoutes?: undefined;
672
+ } | {
673
+ id: string;
674
+ name: string;
675
+ type: string;
676
+ icon: string;
677
+ route: string;
678
+ link: string;
679
+ visibility_roles: string[];
680
+ visibility_roles_not_in?: undefined;
681
+ matchRoutes?: undefined;
682
+ level?: undefined;
683
+ siteIds?: undefined;
684
+ })[];
685
+ org_user_ctrl?: undefined;
686
+ visibility_roles?: undefined;
687
+ app_org_setting?: undefined;
688
+ siteNotIds?: undefined;
689
+ sticky?: undefined;
690
+ } | {
691
+ id: string;
692
+ name: string;
693
+ app_name: string;
694
+ type: string;
695
+ level: string;
696
+ icon: string;
697
+ defaulturl: string;
698
+ visibility_roles: string[];
699
+ order: number;
700
+ visibility_roles_not_in: string[];
701
+ organization_setting_not_in: string[];
702
+ siteIds: number[];
703
+ children: ({
704
+ id: string;
705
+ name: string;
706
+ type: string;
707
+ level: string;
708
+ icon: string;
709
+ route: string;
710
+ link: string;
711
+ visibility_roles: string[];
712
+ badge?: undefined;
713
+ recCount?: undefined;
714
+ incontext_campaign_targeting_walmart?: undefined;
715
+ campaign_types?: undefined;
716
+ children?: undefined;
717
+ } | {
718
+ id: string;
719
+ name: string;
720
+ type: string;
721
+ level: string;
722
+ icon: string;
723
+ badge: string;
724
+ route: string;
725
+ link: string;
726
+ visibility_roles: string[];
727
+ recCount: string;
728
+ incontext_campaign_targeting_walmart: any[];
729
+ campaign_types?: undefined;
730
+ children?: undefined;
731
+ } | {
732
+ id: string;
733
+ name: string;
734
+ type: string;
735
+ level: string;
736
+ icon: string;
737
+ route: string;
738
+ link: string;
739
+ visibility_roles: string[];
740
+ incontext_campaign_targeting_walmart: string[];
741
+ badge?: undefined;
742
+ recCount?: undefined;
743
+ campaign_types?: undefined;
744
+ children?: undefined;
745
+ } | {
746
+ id: string;
747
+ name: string;
748
+ type: string;
749
+ icon: string;
750
+ level: string;
751
+ campaign_types: any[];
752
+ visibility_roles: string[];
753
+ children: {
754
+ id: string;
755
+ name: string;
756
+ type: string;
757
+ level: string;
758
+ icon: string;
759
+ route: string;
760
+ link: string;
761
+ visibility_roles: string[];
762
+ }[];
763
+ route?: undefined;
764
+ link?: undefined;
765
+ badge?: undefined;
766
+ recCount?: undefined;
767
+ incontext_campaign_targeting_walmart?: undefined;
768
+ })[];
769
+ org_user_ctrl?: undefined;
770
+ badge?: undefined;
771
+ app_org_setting?: undefined;
772
+ siteNotIds?: undefined;
773
+ sticky?: undefined;
774
+ } | {
775
+ id: string;
776
+ name: string;
777
+ app_name: string;
778
+ type: string;
779
+ level: string;
780
+ icon: string;
781
+ defaulturl: string;
782
+ order: number;
783
+ visibility_roles_not_in: string[];
784
+ organization_setting_not_in: string[];
785
+ siteIds: number[];
786
+ children: ({
787
+ id: string;
788
+ name: string;
789
+ type: string;
790
+ level: string;
791
+ icon: string;
792
+ route: string;
793
+ link: string;
794
+ visibility_roles: string[];
795
+ campaign_types?: undefined;
796
+ children?: undefined;
797
+ } | {
798
+ id: string;
799
+ name: string;
800
+ type: string;
801
+ icon: string;
802
+ level: string;
803
+ campaign_types: any[];
804
+ visibility_roles: string[];
805
+ children: {
806
+ id: string;
807
+ name: string;
808
+ type: string;
809
+ icon: string;
810
+ link: string;
811
+ route: string;
812
+ campaign_types: any[];
813
+ visibility_roles: string[];
814
+ }[];
815
+ route?: undefined;
816
+ link?: undefined;
817
+ })[];
818
+ org_user_ctrl?: undefined;
819
+ badge?: undefined;
820
+ visibility_roles?: undefined;
821
+ app_org_setting?: undefined;
822
+ siteNotIds?: undefined;
823
+ sticky?: undefined;
824
+ } | {
825
+ id: string;
826
+ name: string;
827
+ app_name: string;
828
+ type: string;
829
+ level: string;
830
+ icon: string;
831
+ defaulturl: string;
832
+ visibility_roles: string[];
833
+ order: number;
834
+ visibility_roles_not_in: string[];
835
+ organization_setting_not_in: string[];
836
+ siteIds: number[];
837
+ children: ({
838
+ id: string;
839
+ name: string;
840
+ type: string;
841
+ level: string;
842
+ icon: string;
843
+ route: string;
844
+ link: string;
845
+ visibility_roles: string[];
846
+ campaign_types?: undefined;
847
+ children?: undefined;
848
+ } | {
849
+ id: string;
850
+ name: string;
851
+ type: string;
852
+ icon: string;
853
+ level: string;
854
+ campaign_types: any[];
855
+ visibility_roles: string[];
856
+ children: {
857
+ id: string;
858
+ name: string;
859
+ type: string;
860
+ icon: string;
861
+ route: string;
862
+ link: string;
863
+ visibility_roles: string[];
864
+ }[];
865
+ route?: undefined;
866
+ link?: undefined;
867
+ })[];
868
+ org_user_ctrl?: undefined;
869
+ badge?: undefined;
870
+ app_org_setting?: undefined;
871
+ siteNotIds?: undefined;
872
+ sticky?: undefined;
873
+ } | {
874
+ id: string;
875
+ name: string;
876
+ type: string;
877
+ level: string;
878
+ icon: string;
879
+ order: number;
880
+ sticky: string;
881
+ visibility_roles_not_in: string[];
882
+ siteIds: number[];
883
+ children: ({
884
+ id: string;
885
+ name: string;
886
+ type: string;
887
+ level: string;
888
+ icon: string;
889
+ route: string;
890
+ link: string;
891
+ visibility_roles: string[];
892
+ separator?: undefined;
893
+ organization_setting_not_in?: undefined;
894
+ } | {
895
+ name: string;
896
+ type: string;
897
+ separator: boolean;
898
+ visibility_roles: string[];
899
+ id?: undefined;
900
+ level?: undefined;
901
+ icon?: undefined;
902
+ route?: undefined;
903
+ link?: undefined;
904
+ organization_setting_not_in?: undefined;
905
+ } | {
906
+ id: string;
907
+ name: string;
908
+ type: string;
909
+ level: string;
910
+ icon: string;
911
+ route: string;
912
+ link: string;
913
+ organization_setting_not_in: string[];
914
+ visibility_roles: string[];
915
+ separator?: undefined;
916
+ } | {
917
+ name: string;
918
+ type: string;
919
+ separator: boolean;
920
+ organization_setting_not_in: string[];
921
+ visibility_roles: string[];
922
+ id?: undefined;
923
+ level?: undefined;
924
+ icon?: undefined;
925
+ route?: undefined;
926
+ link?: undefined;
927
+ })[];
928
+ app_name?: undefined;
929
+ defaulturl?: undefined;
930
+ organization_setting_not_in?: undefined;
931
+ org_user_ctrl?: undefined;
932
+ badge?: undefined;
933
+ visibility_roles?: undefined;
934
+ app_org_setting?: undefined;
935
+ siteNotIds?: undefined;
936
+ })[];