@telia/teddy 0.6.6 → 0.6.7
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.
|
@@ -257,7 +257,8 @@ const PRIVATE_LINKS = {
|
|
|
257
257
|
links: [
|
|
258
258
|
{
|
|
259
259
|
name: "Alle mobilabonnement",
|
|
260
|
-
link: "/mobilabonnement/"
|
|
260
|
+
link: "/mobilabonnement/",
|
|
261
|
+
appKey: APP_KEYS["web-shop"]
|
|
261
262
|
},
|
|
262
263
|
{
|
|
263
264
|
name: "Ubegrenset data",
|
|
@@ -287,7 +288,7 @@ const PRIVATE_LINKS = {
|
|
|
287
288
|
{
|
|
288
289
|
name: "Prisliste",
|
|
289
290
|
link: "/mobilabonnement/priser/",
|
|
290
|
-
appKey: APP_KEYS["
|
|
291
|
+
appKey: APP_KEYS["open-pages"]
|
|
291
292
|
},
|
|
292
293
|
{
|
|
293
294
|
name: "Hjelp mobil",
|
|
@@ -292,6 +292,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
292
292
|
readonly links: [{
|
|
293
293
|
readonly name: "Alle mobilabonnement";
|
|
294
294
|
readonly link: "/mobilabonnement/";
|
|
295
|
+
readonly appKey: "web-shop";
|
|
295
296
|
}, {
|
|
296
297
|
readonly name: "Ubegrenset data";
|
|
297
298
|
readonly link: "/mobilabonnement/ubegrenset-data/";
|
|
@@ -315,7 +316,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
315
316
|
}, {
|
|
316
317
|
readonly name: "Prisliste";
|
|
317
318
|
readonly link: "/mobilabonnement/priser/";
|
|
318
|
-
readonly appKey: "
|
|
319
|
+
readonly appKey: "open-pages";
|
|
319
320
|
}, {
|
|
320
321
|
readonly name: "Hjelp mobil";
|
|
321
322
|
readonly link: "/mobilabonnement/hjelp/";
|
|
@@ -1067,6 +1068,7 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
1067
1068
|
readonly links: [{
|
|
1068
1069
|
readonly name: "Alle mobilabonnement";
|
|
1069
1070
|
readonly link: "/mobilabonnement/";
|
|
1071
|
+
readonly appKey: "web-shop";
|
|
1070
1072
|
}, {
|
|
1071
1073
|
readonly name: "Ubegrenset data";
|
|
1072
1074
|
readonly link: "/mobilabonnement/ubegrenset-data/";
|
|
@@ -1090,7 +1092,7 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
1090
1092
|
}, {
|
|
1091
1093
|
readonly name: "Prisliste";
|
|
1092
1094
|
readonly link: "/mobilabonnement/priser/";
|
|
1093
|
-
readonly appKey: "
|
|
1095
|
+
readonly appKey: "open-pages";
|
|
1094
1096
|
}, {
|
|
1095
1097
|
readonly name: "Hjelp mobil";
|
|
1096
1098
|
readonly link: "/mobilabonnement/hjelp/";
|
|
@@ -255,7 +255,8 @@ const PRIVATE_LINKS = {
|
|
|
255
255
|
links: [
|
|
256
256
|
{
|
|
257
257
|
name: "Alle mobilabonnement",
|
|
258
|
-
link: "/mobilabonnement/"
|
|
258
|
+
link: "/mobilabonnement/",
|
|
259
|
+
appKey: APP_KEYS["web-shop"]
|
|
259
260
|
},
|
|
260
261
|
{
|
|
261
262
|
name: "Ubegrenset data",
|
|
@@ -285,7 +286,7 @@ const PRIVATE_LINKS = {
|
|
|
285
286
|
{
|
|
286
287
|
name: "Prisliste",
|
|
287
288
|
link: "/mobilabonnement/priser/",
|
|
288
|
-
appKey: APP_KEYS["
|
|
289
|
+
appKey: APP_KEYS["open-pages"]
|
|
289
290
|
},
|
|
290
291
|
{
|
|
291
292
|
name: "Hjelp mobil",
|