@telia/teddy 0.2.17 → 0.3.0
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.
|
@@ -203,19 +203,19 @@ const PRIVATE_LINKS = {
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
name: "Hjelp mobil",
|
|
206
|
-
link: "/
|
|
206
|
+
link: "/mobilabonnement/hjelp/",
|
|
207
207
|
appKey: APP_KEYS["open-pages"]
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
name: "Mobilabonnement",
|
|
213
|
-
link: "/
|
|
213
|
+
link: "/mobilabonnement/",
|
|
214
214
|
appKey: APP_KEYS["open-pages"],
|
|
215
215
|
highlightedLinks: [
|
|
216
216
|
{
|
|
217
217
|
name: "Fyll på kontantkort",
|
|
218
|
-
link: "/
|
|
218
|
+
link: "/mobilabonnement/kontantkort/lade/",
|
|
219
219
|
appKey: APP_KEYS["web-shop"]
|
|
220
220
|
},
|
|
221
221
|
{
|
|
@@ -225,7 +225,7 @@ const PRIVATE_LINKS = {
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
name: "SIM, PIN og PUK",
|
|
228
|
-
link: "/
|
|
228
|
+
link: "/mobilabonnement/sim-kort/",
|
|
229
229
|
appKey: APP_KEYS["open-pages"]
|
|
230
230
|
},
|
|
231
231
|
{
|
|
@@ -235,12 +235,12 @@ const PRIVATE_LINKS = {
|
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
name: "Alt om utland",
|
|
238
|
-
link: "/
|
|
238
|
+
link: "/mobilabonnement/utland/",
|
|
239
239
|
appKey: APP_KEYS["open-pages"]
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
242
|
name: "Data og datapakker",
|
|
243
|
-
link: "/
|
|
243
|
+
link: "/mobilabonnement/data-og-datapakker/",
|
|
244
244
|
appKey: APP_KEYS["web-shop"]
|
|
245
245
|
},
|
|
246
246
|
{
|
|
@@ -250,7 +250,7 @@ const PRIVATE_LINKS = {
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
name: "Bytte eier",
|
|
253
|
-
link: "/
|
|
253
|
+
link: "/mobilabonnement/hjelp/bytte-eier/",
|
|
254
254
|
appKey: APP_KEYS["open-pages"]
|
|
255
255
|
}
|
|
256
256
|
],
|
|
@@ -287,12 +287,12 @@ const PRIVATE_LINKS = {
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
name: "Hjelp mobil",
|
|
290
|
-
link: "/
|
|
290
|
+
link: "/mobilabonnement/hjelp/",
|
|
291
291
|
appKey: APP_KEYS["open-pages"]
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
name: "Alt om mobilabonnement",
|
|
295
|
-
link: "/
|
|
295
|
+
link: "/mobilabonnement/",
|
|
296
296
|
appKey: APP_KEYS["open-pages"]
|
|
297
297
|
}
|
|
298
298
|
]
|
|
@@ -546,7 +546,7 @@ const PRIVATE_LINKS = {
|
|
|
546
546
|
highlightedLinks: [
|
|
547
547
|
{
|
|
548
548
|
name: "SIM, PIN og PUK",
|
|
549
|
-
link: "/
|
|
549
|
+
link: "/mobilabonnement/sim-kort/",
|
|
550
550
|
appKey: APP_KEYS["open-pages"]
|
|
551
551
|
},
|
|
552
552
|
{
|
|
@@ -578,7 +578,7 @@ const PRIVATE_LINKS = {
|
|
|
578
578
|
links: [
|
|
579
579
|
{
|
|
580
580
|
name: "Hjelp mobil",
|
|
581
|
-
link: "/
|
|
581
|
+
link: "/mobilabonnement/hjelp/",
|
|
582
582
|
appKey: APP_KEYS["open-pages"]
|
|
583
583
|
},
|
|
584
584
|
{
|
|
@@ -249,16 +249,16 @@ export declare const PRIVATE_LINKS: {
|
|
|
249
249
|
readonly appKey: "web-shop";
|
|
250
250
|
}, {
|
|
251
251
|
readonly name: "Hjelp mobil";
|
|
252
|
-
readonly link: "/
|
|
252
|
+
readonly link: "/mobilabonnement/hjelp/";
|
|
253
253
|
readonly appKey: "open-pages";
|
|
254
254
|
}];
|
|
255
255
|
}, {
|
|
256
256
|
readonly name: "Mobilabonnement";
|
|
257
|
-
readonly link: "/
|
|
257
|
+
readonly link: "/mobilabonnement/";
|
|
258
258
|
readonly appKey: "open-pages";
|
|
259
259
|
readonly highlightedLinks: [{
|
|
260
260
|
readonly name: "Fyll på kontantkort";
|
|
261
|
-
readonly link: "/
|
|
261
|
+
readonly link: "/mobilabonnement/kontantkort/lade/";
|
|
262
262
|
readonly appKey: "web-shop";
|
|
263
263
|
}, {
|
|
264
264
|
readonly name: "Kampanjer";
|
|
@@ -266,7 +266,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
266
266
|
readonly appKey: "open-pages";
|
|
267
267
|
}, {
|
|
268
268
|
readonly name: "SIM, PIN og PUK";
|
|
269
|
-
readonly link: "/
|
|
269
|
+
readonly link: "/mobilabonnement/sim-kort/";
|
|
270
270
|
readonly appKey: "open-pages";
|
|
271
271
|
}, {
|
|
272
272
|
readonly name: "Hjelp til faktura";
|
|
@@ -274,11 +274,11 @@ export declare const PRIVATE_LINKS: {
|
|
|
274
274
|
readonly appKey: "open-pages";
|
|
275
275
|
}, {
|
|
276
276
|
readonly name: "Alt om utland";
|
|
277
|
-
readonly link: "/
|
|
277
|
+
readonly link: "/mobilabonnement/utland/";
|
|
278
278
|
readonly appKey: "open-pages";
|
|
279
279
|
}, {
|
|
280
280
|
readonly name: "Data og datapakker";
|
|
281
|
-
readonly link: "/
|
|
281
|
+
readonly link: "/mobilabonnement/data-og-datapakker/";
|
|
282
282
|
readonly appKey: "web-shop";
|
|
283
283
|
}, {
|
|
284
284
|
readonly name: "Trygghetstjenester";
|
|
@@ -286,7 +286,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
286
286
|
readonly appKey: "open-pages";
|
|
287
287
|
}, {
|
|
288
288
|
readonly name: "Bytte eier";
|
|
289
|
-
readonly link: "/
|
|
289
|
+
readonly link: "/mobilabonnement/hjelp/bytte-eier/";
|
|
290
290
|
readonly appKey: "open-pages";
|
|
291
291
|
}];
|
|
292
292
|
readonly links: [{
|
|
@@ -315,11 +315,11 @@ export declare const PRIVATE_LINKS: {
|
|
|
315
315
|
readonly appKey: "web-shop";
|
|
316
316
|
}, {
|
|
317
317
|
readonly name: "Hjelp mobil";
|
|
318
|
-
readonly link: "/
|
|
318
|
+
readonly link: "/mobilabonnement/hjelp/";
|
|
319
319
|
readonly appKey: "open-pages";
|
|
320
320
|
}, {
|
|
321
321
|
readonly name: "Alt om mobilabonnement";
|
|
322
|
-
readonly link: "/
|
|
322
|
+
readonly link: "/mobilabonnement/";
|
|
323
323
|
readonly appKey: "open-pages";
|
|
324
324
|
}];
|
|
325
325
|
}, {
|
|
@@ -518,7 +518,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
518
518
|
readonly appKey: "open-pages";
|
|
519
519
|
readonly highlightedLinks: [{
|
|
520
520
|
readonly name: "SIM, PIN og PUK";
|
|
521
|
-
readonly link: "/
|
|
521
|
+
readonly link: "/mobilabonnement/sim-kort/";
|
|
522
522
|
readonly appKey: "open-pages";
|
|
523
523
|
}, {
|
|
524
524
|
readonly name: "Driftsmeldinger";
|
|
@@ -543,7 +543,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
543
543
|
}];
|
|
544
544
|
readonly links: [{
|
|
545
545
|
readonly name: "Hjelp mobil";
|
|
546
|
-
readonly link: "/
|
|
546
|
+
readonly link: "/mobilabonnement/hjelp/";
|
|
547
547
|
readonly appKey: "open-pages";
|
|
548
548
|
}, {
|
|
549
549
|
readonly name: "Hjelp TV";
|
|
@@ -783,16 +783,16 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
783
783
|
readonly appKey: "web-shop";
|
|
784
784
|
}, {
|
|
785
785
|
readonly name: "Hjelp mobil";
|
|
786
|
-
readonly link: "/
|
|
786
|
+
readonly link: "/mobilabonnement/hjelp/";
|
|
787
787
|
readonly appKey: "open-pages";
|
|
788
788
|
}];
|
|
789
789
|
}, {
|
|
790
790
|
readonly name: "Mobilabonnement";
|
|
791
|
-
readonly link: "/
|
|
791
|
+
readonly link: "/mobilabonnement/";
|
|
792
792
|
readonly appKey: "open-pages";
|
|
793
793
|
readonly highlightedLinks: [{
|
|
794
794
|
readonly name: "Fyll på kontantkort";
|
|
795
|
-
readonly link: "/
|
|
795
|
+
readonly link: "/mobilabonnement/kontantkort/lade/";
|
|
796
796
|
readonly appKey: "web-shop";
|
|
797
797
|
}, {
|
|
798
798
|
readonly name: "Kampanjer";
|
|
@@ -800,7 +800,7 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
800
800
|
readonly appKey: "open-pages";
|
|
801
801
|
}, {
|
|
802
802
|
readonly name: "SIM, PIN og PUK";
|
|
803
|
-
readonly link: "/
|
|
803
|
+
readonly link: "/mobilabonnement/sim-kort/";
|
|
804
804
|
readonly appKey: "open-pages";
|
|
805
805
|
}, {
|
|
806
806
|
readonly name: "Hjelp til faktura";
|
|
@@ -808,11 +808,11 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
808
808
|
readonly appKey: "open-pages";
|
|
809
809
|
}, {
|
|
810
810
|
readonly name: "Alt om utland";
|
|
811
|
-
readonly link: "/
|
|
811
|
+
readonly link: "/mobilabonnement/utland/";
|
|
812
812
|
readonly appKey: "open-pages";
|
|
813
813
|
}, {
|
|
814
814
|
readonly name: "Data og datapakker";
|
|
815
|
-
readonly link: "/
|
|
815
|
+
readonly link: "/mobilabonnement/data-og-datapakker/";
|
|
816
816
|
readonly appKey: "web-shop";
|
|
817
817
|
}, {
|
|
818
818
|
readonly name: "Trygghetstjenester";
|
|
@@ -820,7 +820,7 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
820
820
|
readonly appKey: "open-pages";
|
|
821
821
|
}, {
|
|
822
822
|
readonly name: "Bytte eier";
|
|
823
|
-
readonly link: "/
|
|
823
|
+
readonly link: "/mobilabonnement/hjelp/bytte-eier/";
|
|
824
824
|
readonly appKey: "open-pages";
|
|
825
825
|
}];
|
|
826
826
|
readonly links: [{
|
|
@@ -849,11 +849,11 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
849
849
|
readonly appKey: "web-shop";
|
|
850
850
|
}, {
|
|
851
851
|
readonly name: "Hjelp mobil";
|
|
852
|
-
readonly link: "/
|
|
852
|
+
readonly link: "/mobilabonnement/hjelp/";
|
|
853
853
|
readonly appKey: "open-pages";
|
|
854
854
|
}, {
|
|
855
855
|
readonly name: "Alt om mobilabonnement";
|
|
856
|
-
readonly link: "/
|
|
856
|
+
readonly link: "/mobilabonnement/";
|
|
857
857
|
readonly appKey: "open-pages";
|
|
858
858
|
}];
|
|
859
859
|
}, {
|
|
@@ -1052,7 +1052,7 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
1052
1052
|
readonly appKey: "open-pages";
|
|
1053
1053
|
readonly highlightedLinks: [{
|
|
1054
1054
|
readonly name: "SIM, PIN og PUK";
|
|
1055
|
-
readonly link: "/
|
|
1055
|
+
readonly link: "/mobilabonnement/sim-kort/";
|
|
1056
1056
|
readonly appKey: "open-pages";
|
|
1057
1057
|
}, {
|
|
1058
1058
|
readonly name: "Driftsmeldinger";
|
|
@@ -1077,7 +1077,7 @@ export declare const getLinks: (ukko?: boolean) => [{
|
|
|
1077
1077
|
}];
|
|
1078
1078
|
readonly links: [{
|
|
1079
1079
|
readonly name: "Hjelp mobil";
|
|
1080
|
-
readonly link: "/
|
|
1080
|
+
readonly link: "/mobilabonnement/hjelp/";
|
|
1081
1081
|
readonly appKey: "open-pages";
|
|
1082
1082
|
}, {
|
|
1083
1083
|
readonly name: "Hjelp TV";
|
|
@@ -201,19 +201,19 @@ const PRIVATE_LINKS = {
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
name: "Hjelp mobil",
|
|
204
|
-
link: "/
|
|
204
|
+
link: "/mobilabonnement/hjelp/",
|
|
205
205
|
appKey: APP_KEYS["open-pages"]
|
|
206
206
|
}
|
|
207
207
|
]
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
name: "Mobilabonnement",
|
|
211
|
-
link: "/
|
|
211
|
+
link: "/mobilabonnement/",
|
|
212
212
|
appKey: APP_KEYS["open-pages"],
|
|
213
213
|
highlightedLinks: [
|
|
214
214
|
{
|
|
215
215
|
name: "Fyll på kontantkort",
|
|
216
|
-
link: "/
|
|
216
|
+
link: "/mobilabonnement/kontantkort/lade/",
|
|
217
217
|
appKey: APP_KEYS["web-shop"]
|
|
218
218
|
},
|
|
219
219
|
{
|
|
@@ -223,7 +223,7 @@ const PRIVATE_LINKS = {
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
name: "SIM, PIN og PUK",
|
|
226
|
-
link: "/
|
|
226
|
+
link: "/mobilabonnement/sim-kort/",
|
|
227
227
|
appKey: APP_KEYS["open-pages"]
|
|
228
228
|
},
|
|
229
229
|
{
|
|
@@ -233,12 +233,12 @@ const PRIVATE_LINKS = {
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
name: "Alt om utland",
|
|
236
|
-
link: "/
|
|
236
|
+
link: "/mobilabonnement/utland/",
|
|
237
237
|
appKey: APP_KEYS["open-pages"]
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
name: "Data og datapakker",
|
|
241
|
-
link: "/
|
|
241
|
+
link: "/mobilabonnement/data-og-datapakker/",
|
|
242
242
|
appKey: APP_KEYS["web-shop"]
|
|
243
243
|
},
|
|
244
244
|
{
|
|
@@ -248,7 +248,7 @@ const PRIVATE_LINKS = {
|
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
name: "Bytte eier",
|
|
251
|
-
link: "/
|
|
251
|
+
link: "/mobilabonnement/hjelp/bytte-eier/",
|
|
252
252
|
appKey: APP_KEYS["open-pages"]
|
|
253
253
|
}
|
|
254
254
|
],
|
|
@@ -285,12 +285,12 @@ const PRIVATE_LINKS = {
|
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
name: "Hjelp mobil",
|
|
288
|
-
link: "/
|
|
288
|
+
link: "/mobilabonnement/hjelp/",
|
|
289
289
|
appKey: APP_KEYS["open-pages"]
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
name: "Alt om mobilabonnement",
|
|
293
|
-
link: "/
|
|
293
|
+
link: "/mobilabonnement/",
|
|
294
294
|
appKey: APP_KEYS["open-pages"]
|
|
295
295
|
}
|
|
296
296
|
]
|
|
@@ -544,7 +544,7 @@ const PRIVATE_LINKS = {
|
|
|
544
544
|
highlightedLinks: [
|
|
545
545
|
{
|
|
546
546
|
name: "SIM, PIN og PUK",
|
|
547
|
-
link: "/
|
|
547
|
+
link: "/mobilabonnement/sim-kort/",
|
|
548
548
|
appKey: APP_KEYS["open-pages"]
|
|
549
549
|
},
|
|
550
550
|
{
|
|
@@ -576,7 +576,7 @@ const PRIVATE_LINKS = {
|
|
|
576
576
|
links: [
|
|
577
577
|
{
|
|
578
578
|
name: "Hjelp mobil",
|
|
579
|
-
link: "/
|
|
579
|
+
link: "/mobilabonnement/hjelp/",
|
|
580
580
|
appKey: APP_KEYS["open-pages"]
|
|
581
581
|
},
|
|
582
582
|
{
|