@telia/teddy 0.6.3 → 0.6.5
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.
|
@@ -253,14 +253,18 @@ const PRIVATE_LINKS = {
|
|
|
253
253
|
}
|
|
254
254
|
],
|
|
255
255
|
links: [
|
|
256
|
+
{
|
|
257
|
+
name: "Alle mobilabonnement",
|
|
258
|
+
link: "/mobilabonnement/"
|
|
259
|
+
},
|
|
256
260
|
{
|
|
257
261
|
name: "Ubegrenset data",
|
|
258
262
|
link: "/mobilabonnement/ubegrenset-data/",
|
|
259
263
|
appKey: APP_KEYS["web-shop"]
|
|
260
264
|
},
|
|
261
265
|
{
|
|
262
|
-
name: "Mobilabonnement for
|
|
263
|
-
link: "/mobilabonnement/
|
|
266
|
+
name: "Mobilabonnement for familie",
|
|
267
|
+
link: "/mobilabonnement/familie/",
|
|
264
268
|
appKey: APP_KEYS["web-shop"]
|
|
265
269
|
},
|
|
266
270
|
{
|
|
@@ -268,11 +272,6 @@ const PRIVATE_LINKS = {
|
|
|
268
272
|
link: "/mobilabonnement/barn/",
|
|
269
273
|
appKey: APP_KEYS["web-shop"]
|
|
270
274
|
},
|
|
271
|
-
{
|
|
272
|
-
name: "Mobilabonnement for familie",
|
|
273
|
-
link: "/mobilabonnement/familie/",
|
|
274
|
-
appKey: APP_KEYS["web-shop"]
|
|
275
|
-
},
|
|
276
275
|
{
|
|
277
276
|
name: "Kontantkort",
|
|
278
277
|
link: "/mobilabonnement/kontantkort/",
|
|
@@ -284,13 +283,13 @@ const PRIVATE_LINKS = {
|
|
|
284
283
|
appKey: APP_KEYS["web-shop"]
|
|
285
284
|
},
|
|
286
285
|
{
|
|
287
|
-
name: "
|
|
288
|
-
link: "/mobilabonnement/
|
|
289
|
-
appKey: APP_KEYS["
|
|
286
|
+
name: "Prisliste",
|
|
287
|
+
link: "/mobilabonnement/priser/",
|
|
288
|
+
appKey: APP_KEYS["web-shop"]
|
|
290
289
|
},
|
|
291
290
|
{
|
|
292
|
-
name: "
|
|
293
|
-
link: "/mobilabonnement/",
|
|
291
|
+
name: "Hjelp mobil",
|
|
292
|
+
link: "/mobilabonnement/hjelp/",
|
|
294
293
|
appKey: APP_KEYS["open-pages"]
|
|
295
294
|
}
|
|
296
295
|
]
|
|
@@ -635,29 +634,248 @@ const BUSINESS_LINKS = {
|
|
|
635
634
|
name: "Produkter og tjenester",
|
|
636
635
|
link: "/bedrift/produkter-og-tjenester/",
|
|
637
636
|
appKey: APP_KEYS["open-pages"],
|
|
638
|
-
links: [
|
|
639
|
-
|
|
637
|
+
links: [
|
|
638
|
+
{
|
|
639
|
+
name: "Mobil og utstyr",
|
|
640
|
+
link: "/bedrift/mobil-og-utstyr/",
|
|
641
|
+
appKey: APP_KEYS["open-pages"]
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
name: "Telefoni og kundebetjening",
|
|
645
|
+
link: "/bedrift/telefoni-og-kundebetjening/",
|
|
646
|
+
appKey: APP_KEYS["open-pages"]
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
name: "Internett og Bredbånd",
|
|
650
|
+
link: "/bedrift/internett-og-bredband/",
|
|
651
|
+
appKey: APP_KEYS["open-pages"]
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
name: "Nettverk",
|
|
655
|
+
link: "/bedrift/nettverk/",
|
|
656
|
+
appKey: APP_KEYS["open-pages"]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
name: "Sikkerhet",
|
|
660
|
+
link: "/bedrift/sikkerhet/",
|
|
661
|
+
appKey: APP_KEYS["open-pages"]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
name: "Sky",
|
|
665
|
+
link: "/bedrift/sky/",
|
|
666
|
+
appKey: APP_KEYS["open-pages"]
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
name: "IoT",
|
|
670
|
+
link: "/bedrift/iot/",
|
|
671
|
+
appKey: APP_KEYS["open-pages"]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
name: "Crowd Insights",
|
|
675
|
+
link: "/bedrift/crowd-insights/",
|
|
676
|
+
appKey: APP_KEYS["open-pages"]
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
highlightedLinks: [
|
|
680
|
+
{
|
|
681
|
+
name: "Hjelpesider mobil",
|
|
682
|
+
link: "/bedrift/kundeservice/mobil/#selvhjelp-mobil",
|
|
683
|
+
appKey: APP_KEYS["open-pages"]
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
name: "Hjelpesider datakom",
|
|
687
|
+
link: "/bedrift/kundeservice/datakommunikasjon/#selvhjelp-datakom",
|
|
688
|
+
appKey: APP_KEYS["open-pages"]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
name: "Bransjer",
|
|
692
|
+
link: "/bedrift/teliabyen/",
|
|
693
|
+
appKey: APP_KEYS["open-pages"]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
name: "Be om tilbud",
|
|
697
|
+
link: "/bedrift/produkter-og-tjenester/be-om-tilbud/",
|
|
698
|
+
appKey: APP_KEYS["open-pages"]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
name: "Alle produkter og tjenester",
|
|
702
|
+
link: "/bedrift/produkter-og-tjenester/",
|
|
703
|
+
appKey: APP_KEYS["open-pages"]
|
|
704
|
+
}
|
|
705
|
+
]
|
|
640
706
|
},
|
|
641
707
|
{
|
|
642
708
|
name: "Sikkerhet",
|
|
643
709
|
link: "/bedrift/sikkerhet/",
|
|
644
710
|
appKey: APP_KEYS["open-pages"],
|
|
645
|
-
links: [
|
|
646
|
-
|
|
711
|
+
links: [
|
|
712
|
+
{
|
|
713
|
+
name: "Trygge ansatte",
|
|
714
|
+
link: "/bedrift/sikkerhet/trygge-ansatte/",
|
|
715
|
+
appKey: APP_KEYS["open-pages"]
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
name: "Sikre skytjenester",
|
|
719
|
+
link: "/bedrift/sikkerhet/sikre-skytjenester/",
|
|
720
|
+
appKey: APP_KEYS["open-pages"]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
name: "Sikre nettverk",
|
|
724
|
+
link: "/bedrift/sikkerhet/sikre-nettverket/",
|
|
725
|
+
appKey: APP_KEYS["open-pages"]
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
name: "Alt om sikkerhet",
|
|
729
|
+
link: "/bedrift/sikkerhet/",
|
|
730
|
+
appKey: APP_KEYS["open-pages"]
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
highlightedLinks: [
|
|
734
|
+
{
|
|
735
|
+
name: "Sikkerhetsrådgivning",
|
|
736
|
+
link: "/bedrift/sikkerhet/sikkerhetsradgivning/",
|
|
737
|
+
appKey: APP_KEYS["open-pages"]
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
name: "Sikkerhetsløsninger",
|
|
741
|
+
link: "/bedrift/sikkerhet/sikkerhetslosninger/",
|
|
742
|
+
appKey: APP_KEYS["open-pages"]
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
name: "Proaktiv support og drift",
|
|
746
|
+
link: "/bedrift/sikkerhet/proaktiv-support-og-drift/",
|
|
747
|
+
appKey: APP_KEYS["open-pages"]
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
name: "Gjenoppretting og læring",
|
|
751
|
+
link: "/bedrift/sikkerhet/gjenoppretting-og-laring/",
|
|
752
|
+
appKey: APP_KEYS["open-pages"]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
name: "Be om tilbud",
|
|
756
|
+
link: "/bedrift/produkter-og-tjenester/be-om-tilbud/",
|
|
757
|
+
appKey: APP_KEYS["open-pages"]
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
name: "Bransjer",
|
|
761
|
+
link: "/bedrift/teliabyen/",
|
|
762
|
+
appKey: APP_KEYS["open-pages"]
|
|
763
|
+
}
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
name: "Kundehistorier",
|
|
768
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/",
|
|
769
|
+
appKey: APP_KEYS["open-pages"],
|
|
770
|
+
links: [
|
|
771
|
+
{
|
|
772
|
+
name: "Innovasjon med 5G",
|
|
773
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/#inno",
|
|
774
|
+
appKey: APP_KEYS["open-pages"]
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
name: "Helhetlige løsninger",
|
|
778
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/#helh",
|
|
779
|
+
appKey: APP_KEYS["open-pages"]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
name: "Sikkerhet i alle ledd",
|
|
783
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/#sikk",
|
|
784
|
+
appKey: APP_KEYS["open-pages"]
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
name: "Grønne løsninger",
|
|
788
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/gronne-losninger/",
|
|
789
|
+
appKey: APP_KEYS["open-pages"]
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
name: "Alt om kundehistorier",
|
|
793
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/",
|
|
794
|
+
appKey: APP_KEYS["open-pages"]
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
highlightedLinks: [
|
|
798
|
+
{
|
|
799
|
+
name: "Bransjer",
|
|
800
|
+
link: "/bedrift/teliabyen/",
|
|
801
|
+
appKey: APP_KEYS["open-pages"]
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
name: "Be om tilbud",
|
|
805
|
+
link: "/bedrift/produkter-og-tjenester/be-om-tilbud/",
|
|
806
|
+
appKey: APP_KEYS["open-pages"]
|
|
807
|
+
}
|
|
808
|
+
]
|
|
647
809
|
},
|
|
648
810
|
{
|
|
649
811
|
name: "Innovasjon",
|
|
650
812
|
link: "/bedrift/innovasjon-og-startup/",
|
|
651
813
|
appKey: APP_KEYS["open-pages"],
|
|
652
|
-
links: [
|
|
653
|
-
|
|
814
|
+
links: [
|
|
815
|
+
{
|
|
816
|
+
name: "Innovasjonsløsninger",
|
|
817
|
+
link: "/bedrift/innovasjon-og-startup/#losninger",
|
|
818
|
+
appKey: APP_KEYS["open-pages"]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
name: "Telia Startup",
|
|
822
|
+
link: "/bedrift/innovasjon-og-startup/telia-startup/",
|
|
823
|
+
appKey: APP_KEYS["open-pages"]
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
name: "Våre startups",
|
|
827
|
+
link: "/bedrift/innovasjon-og-startup/vare-startups/",
|
|
828
|
+
appKey: APP_KEYS["open-pages"]
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
name: "Alt om Innovasjon",
|
|
832
|
+
link: "/bedrift/innovasjon-og-startup/",
|
|
833
|
+
appKey: APP_KEYS["open-pages"]
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
highlightedLinks: [
|
|
837
|
+
{
|
|
838
|
+
name: "Kundehistorier",
|
|
839
|
+
link: "/bedrift/produkter-og-tjenester/kundehistorier/",
|
|
840
|
+
appKey: APP_KEYS["open-pages"]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
name: "Bransjer",
|
|
844
|
+
link: "/bedrift/teliabyen/",
|
|
845
|
+
appKey: APP_KEYS["open-pages"]
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
name: "Be om tilbud",
|
|
849
|
+
link: "/bedrift/produkter-og-tjenester/be-om-tilbud/",
|
|
850
|
+
appKey: APP_KEYS["open-pages"]
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
name: "5G",
|
|
854
|
+
link: "/bedrift/5g-bedrift/",
|
|
855
|
+
appKey: APP_KEYS["open-pages"]
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
name: "IoT",
|
|
859
|
+
link: "/bedrift/iot/",
|
|
860
|
+
appKey: APP_KEYS["open-pages"]
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
name: "Crowd Insights",
|
|
864
|
+
link: "/bedrift/crowd-insights/",
|
|
865
|
+
appKey: APP_KEYS["open-pages"]
|
|
866
|
+
}
|
|
867
|
+
]
|
|
654
868
|
},
|
|
655
869
|
{
|
|
656
870
|
name: "Nettbutikk",
|
|
657
|
-
link: "/bedrift/
|
|
658
|
-
appKey: APP_KEYS["
|
|
659
|
-
highlightedLinks: [],
|
|
871
|
+
link: "/bedrift/mobiltelefoner/",
|
|
872
|
+
appKey: APP_KEYS["web-shop"],
|
|
660
873
|
links: [
|
|
874
|
+
{
|
|
875
|
+
name: "Be om tilbud",
|
|
876
|
+
link: "/bedrift/produkter-og-tjenester/be-om-tilbud/",
|
|
877
|
+
appKey: APP_KEYS["open-pages"]
|
|
878
|
+
},
|
|
661
879
|
{
|
|
662
880
|
name: "Mobilabonnement",
|
|
663
881
|
link: "/bedrift/mobilabonnement/",
|
|
@@ -673,14 +891,108 @@ const BUSINESS_LINKS = {
|
|
|
673
891
|
link: "/bedrift/mobilt-bredband/",
|
|
674
892
|
appKey: APP_KEYS["web-shop"]
|
|
675
893
|
}
|
|
894
|
+
],
|
|
895
|
+
highlightedLinks: [
|
|
896
|
+
{
|
|
897
|
+
name: "Telia Ubegrenset",
|
|
898
|
+
link: "/bedrift/mobilabonnement/telia-ubegrenset/",
|
|
899
|
+
appKey: APP_KEYS["web-shop"]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
name: "Telia Dobbel",
|
|
903
|
+
link: "/bedrift/mobilabonnement/telia-dobbel/",
|
|
904
|
+
appKey: APP_KEYS["web-shop"]
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
name: "Data Boost for ansatte",
|
|
908
|
+
link: "/bedrift/mobil-og-utstyr/data-boost-b2b/",
|
|
909
|
+
appKey: APP_KEYS["web-shop"]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
name: "Ekstra datapakke for ansatte",
|
|
913
|
+
link: "/bedrift/mobil-og-utstyr/ekstra-datapakker/",
|
|
914
|
+
appKey: APP_KEYS["web-shop"]
|
|
915
|
+
}
|
|
676
916
|
]
|
|
677
917
|
},
|
|
678
918
|
{
|
|
679
919
|
name: "Hjelp",
|
|
680
920
|
link: "/bedrift/kundeservice/",
|
|
681
921
|
appKey: APP_KEYS["open-pages"],
|
|
682
|
-
links: [
|
|
683
|
-
|
|
922
|
+
links: [
|
|
923
|
+
{
|
|
924
|
+
name: "Hjelpesider mobil og telefoni",
|
|
925
|
+
link: "/bedrift/kundeservice/mobil/#selvhjelp-mobil",
|
|
926
|
+
appKey: APP_KEYS["open-pages"]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
name: "Hjelpesider datakommunikasjon",
|
|
930
|
+
link: "/bedrift/kundeservice/datakommunikasjon/#selvhjelp-datakom",
|
|
931
|
+
appKey: APP_KEYS["open-pages"]
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
name: "Kundeservice mobil og telefoni",
|
|
935
|
+
link: "/bedrift/kundeservice/mobil/",
|
|
936
|
+
appKey: APP_KEYS["open-pages"]
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
name: "Kundeservice datakommunikasjon",
|
|
940
|
+
link: "/bedrift/kundeservice/datakommunikasjon/",
|
|
941
|
+
appKey: APP_KEYS["open-pages"]
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
name: "Kundeservice TV og digital skilting",
|
|
945
|
+
link: "/bedrift/kundeservice/tv-og-digital-skilting/",
|
|
946
|
+
appKey: APP_KEYS["open-pages"]
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
name: "Alt om hjelp",
|
|
950
|
+
link: "/bedrift/kundeservice/",
|
|
951
|
+
appKey: APP_KEYS["open-pages"]
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
highlightedLinks: [
|
|
955
|
+
{
|
|
956
|
+
name: "SIM, PIN og PUK",
|
|
957
|
+
link: "/mobilabonnement/sim-kort/",
|
|
958
|
+
appKey: APP_KEYS["open-pages"]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
name: "Dekningskart",
|
|
962
|
+
link: "/nett/dekning/",
|
|
963
|
+
appKey: APP_KEYS["open-pages"]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
name: "Faktura",
|
|
967
|
+
link: "/bedrift/kundeservice/mobil/faktura-hjelpesider/",
|
|
968
|
+
appKey: APP_KEYS["open-pages"]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
name: "Eierskifte",
|
|
972
|
+
link: "/bedrift/mobil-og-utstyr/bytte-eier-pa-bedriftsabonnement/",
|
|
973
|
+
appKey: APP_KEYS["open-pages"]
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
name: "Min Bedrift",
|
|
977
|
+
link: "https://beta.minbedrift.telia.no/",
|
|
978
|
+
appKey: APP_KEYS["my-business"]
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
name: "Min Portal",
|
|
982
|
+
link: "https://minportal.telia.no/",
|
|
983
|
+
appKey: APP_KEYS["my-portal"]
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
name: "Sentralbord",
|
|
987
|
+
link: "https://teliasmartconnect.com/",
|
|
988
|
+
appKey: APP_KEYS["open-pages"]
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
name: "Ny kunde",
|
|
992
|
+
link: "/bedrift/velkommen/",
|
|
993
|
+
appKey: APP_KEYS["open-pages"]
|
|
994
|
+
}
|
|
995
|
+
]
|
|
684
996
|
}
|
|
685
997
|
]
|
|
686
998
|
};
|