@telia/teddy 0.0.40 → 0.0.41
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.
|
@@ -110,7 +110,8 @@ const PRIVATE_LINKS = {
|
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
name: "Hjelp Mobil",
|
|
113
|
-
link:
|
|
113
|
+
// link: '/mobil/hjelp/',
|
|
114
|
+
link: "/kundeservice/mobil/",
|
|
114
115
|
appKey: APP_KEYS["open-pages"]
|
|
115
116
|
}
|
|
116
117
|
]
|
|
@@ -157,7 +158,8 @@ const PRIVATE_LINKS = {
|
|
|
157
158
|
},
|
|
158
159
|
{
|
|
159
160
|
name: "Hjelp TV",
|
|
160
|
-
link:
|
|
161
|
+
// link: '/tv/hjelp/',
|
|
162
|
+
link: "/kundeservice/tv/",
|
|
161
163
|
appKey: APP_KEYS["open-pages"]
|
|
162
164
|
}
|
|
163
165
|
]
|
|
@@ -199,7 +201,8 @@ const PRIVATE_LINKS = {
|
|
|
199
201
|
},
|
|
200
202
|
{
|
|
201
203
|
name: "Hjelp Internett",
|
|
202
|
-
link:
|
|
204
|
+
// link: '/internett/hjelp/',
|
|
205
|
+
link: "/kundeservice/internett/",
|
|
203
206
|
appKey: APP_KEYS["open-pages"]
|
|
204
207
|
}
|
|
205
208
|
]
|
|
@@ -211,27 +214,37 @@ const PRIVATE_LINKS = {
|
|
|
211
214
|
links: [
|
|
212
215
|
{
|
|
213
216
|
name: "Hjelp Mobil",
|
|
214
|
-
link: "/mobil/
|
|
217
|
+
link: "/kundeservice/mobil/",
|
|
218
|
+
// link: '/mobil/hjelp/',
|
|
215
219
|
appKey: APP_KEYS["open-pages"]
|
|
216
220
|
},
|
|
217
221
|
{
|
|
218
222
|
name: "Hjelp Internett",
|
|
219
|
-
link:
|
|
223
|
+
// link: '/internett/hjelp/',
|
|
224
|
+
link: "/kundeservice/internett/",
|
|
220
225
|
appKey: APP_KEYS["open-pages"]
|
|
221
226
|
},
|
|
222
227
|
{
|
|
223
228
|
name: "Hjelp TV",
|
|
224
|
-
link:
|
|
229
|
+
// link: '/tv/hjelp/',
|
|
230
|
+
link: "/kundeservice/tv/",
|
|
231
|
+
appKey: APP_KEYS["open-pages"]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
name: "Faktura",
|
|
235
|
+
link: "/kundeservice/faktura/",
|
|
225
236
|
appKey: APP_KEYS["open-pages"]
|
|
226
237
|
},
|
|
227
238
|
{
|
|
228
239
|
name: "Flytting",
|
|
229
|
-
link:
|
|
240
|
+
// link: '/hjelp/flytting/',
|
|
241
|
+
link: "/kundeservice/flytting/",
|
|
230
242
|
appKey: APP_KEYS["open-pages"]
|
|
231
243
|
},
|
|
232
244
|
{
|
|
233
245
|
name: "Finn butikk",
|
|
234
|
-
link:
|
|
246
|
+
// link: '/hjelp/butikker/',
|
|
247
|
+
link: "/kundeservice/butikker-og-forhandlere/",
|
|
235
248
|
appKey: APP_KEYS["open-pages"]
|
|
236
249
|
}
|
|
237
250
|
// {
|
|
@@ -156,7 +156,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
156
156
|
readonly appKey: "open-pages";
|
|
157
157
|
}, {
|
|
158
158
|
readonly name: "Hjelp Mobil";
|
|
159
|
-
readonly link: "/mobil/
|
|
159
|
+
readonly link: "/kundeservice/mobil/";
|
|
160
160
|
readonly appKey: "open-pages";
|
|
161
161
|
}];
|
|
162
162
|
}, {
|
|
@@ -177,7 +177,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
177
177
|
readonly appKey: "open-pages";
|
|
178
178
|
}, {
|
|
179
179
|
readonly name: "Hjelp TV";
|
|
180
|
-
readonly link: "/tv/
|
|
180
|
+
readonly link: "/kundeservice/tv/";
|
|
181
181
|
readonly appKey: "open-pages";
|
|
182
182
|
}];
|
|
183
183
|
}, {
|
|
@@ -210,7 +210,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
210
210
|
readonly appKey: "open-pages";
|
|
211
211
|
}, {
|
|
212
212
|
readonly name: "Hjelp Internett";
|
|
213
|
-
readonly link: "/internett/
|
|
213
|
+
readonly link: "/kundeservice/internett/";
|
|
214
214
|
readonly appKey: "open-pages";
|
|
215
215
|
}];
|
|
216
216
|
}, {
|
|
@@ -219,23 +219,27 @@ export declare const PRIVATE_LINKS: {
|
|
|
219
219
|
readonly appKey: "open-pages";
|
|
220
220
|
readonly links: readonly [{
|
|
221
221
|
readonly name: "Hjelp Mobil";
|
|
222
|
-
readonly link: "/mobil/
|
|
222
|
+
readonly link: "/kundeservice/mobil/";
|
|
223
223
|
readonly appKey: "open-pages";
|
|
224
224
|
}, {
|
|
225
225
|
readonly name: "Hjelp Internett";
|
|
226
|
-
readonly link: "/internett/
|
|
226
|
+
readonly link: "/kundeservice/internett/";
|
|
227
227
|
readonly appKey: "open-pages";
|
|
228
228
|
}, {
|
|
229
229
|
readonly name: "Hjelp TV";
|
|
230
|
-
readonly link: "/tv/
|
|
230
|
+
readonly link: "/kundeservice/tv/";
|
|
231
|
+
readonly appKey: "open-pages";
|
|
232
|
+
}, {
|
|
233
|
+
readonly name: "Faktura";
|
|
234
|
+
readonly link: "/kundeservice/faktura/";
|
|
231
235
|
readonly appKey: "open-pages";
|
|
232
236
|
}, {
|
|
233
237
|
readonly name: "Flytting";
|
|
234
|
-
readonly link: "/
|
|
238
|
+
readonly link: "/kundeservice/flytting/";
|
|
235
239
|
readonly appKey: "open-pages";
|
|
236
240
|
}, {
|
|
237
241
|
readonly name: "Finn butikk";
|
|
238
|
-
readonly link: "/
|
|
242
|
+
readonly link: "/kundeservice/butikker-og-forhandlere/";
|
|
239
243
|
readonly appKey: "open-pages";
|
|
240
244
|
}];
|
|
241
245
|
}];
|
|
@@ -350,7 +354,7 @@ export declare const LINKS: readonly [{
|
|
|
350
354
|
readonly appKey: "open-pages";
|
|
351
355
|
}, {
|
|
352
356
|
readonly name: "Hjelp Mobil";
|
|
353
|
-
readonly link: "/mobil/
|
|
357
|
+
readonly link: "/kundeservice/mobil/";
|
|
354
358
|
readonly appKey: "open-pages";
|
|
355
359
|
}];
|
|
356
360
|
}, {
|
|
@@ -371,7 +375,7 @@ export declare const LINKS: readonly [{
|
|
|
371
375
|
readonly appKey: "open-pages";
|
|
372
376
|
}, {
|
|
373
377
|
readonly name: "Hjelp TV";
|
|
374
|
-
readonly link: "/tv/
|
|
378
|
+
readonly link: "/kundeservice/tv/";
|
|
375
379
|
readonly appKey: "open-pages";
|
|
376
380
|
}];
|
|
377
381
|
}, {
|
|
@@ -404,7 +408,7 @@ export declare const LINKS: readonly [{
|
|
|
404
408
|
readonly appKey: "open-pages";
|
|
405
409
|
}, {
|
|
406
410
|
readonly name: "Hjelp Internett";
|
|
407
|
-
readonly link: "/internett/
|
|
411
|
+
readonly link: "/kundeservice/internett/";
|
|
408
412
|
readonly appKey: "open-pages";
|
|
409
413
|
}];
|
|
410
414
|
}, {
|
|
@@ -413,23 +417,27 @@ export declare const LINKS: readonly [{
|
|
|
413
417
|
readonly appKey: "open-pages";
|
|
414
418
|
readonly links: readonly [{
|
|
415
419
|
readonly name: "Hjelp Mobil";
|
|
416
|
-
readonly link: "/mobil/
|
|
420
|
+
readonly link: "/kundeservice/mobil/";
|
|
417
421
|
readonly appKey: "open-pages";
|
|
418
422
|
}, {
|
|
419
423
|
readonly name: "Hjelp Internett";
|
|
420
|
-
readonly link: "/internett/
|
|
424
|
+
readonly link: "/kundeservice/internett/";
|
|
421
425
|
readonly appKey: "open-pages";
|
|
422
426
|
}, {
|
|
423
427
|
readonly name: "Hjelp TV";
|
|
424
|
-
readonly link: "/tv/
|
|
428
|
+
readonly link: "/kundeservice/tv/";
|
|
429
|
+
readonly appKey: "open-pages";
|
|
430
|
+
}, {
|
|
431
|
+
readonly name: "Faktura";
|
|
432
|
+
readonly link: "/kundeservice/faktura/";
|
|
425
433
|
readonly appKey: "open-pages";
|
|
426
434
|
}, {
|
|
427
435
|
readonly name: "Flytting";
|
|
428
|
-
readonly link: "/
|
|
436
|
+
readonly link: "/kundeservice/flytting/";
|
|
429
437
|
readonly appKey: "open-pages";
|
|
430
438
|
}, {
|
|
431
439
|
readonly name: "Finn butikk";
|
|
432
|
-
readonly link: "/
|
|
440
|
+
readonly link: "/kundeservice/butikker-og-forhandlere/";
|
|
433
441
|
readonly appKey: "open-pages";
|
|
434
442
|
}];
|
|
435
443
|
}];
|
|
@@ -108,7 +108,8 @@ const PRIVATE_LINKS = {
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
name: "Hjelp Mobil",
|
|
111
|
-
link:
|
|
111
|
+
// link: '/mobil/hjelp/',
|
|
112
|
+
link: "/kundeservice/mobil/",
|
|
112
113
|
appKey: APP_KEYS["open-pages"]
|
|
113
114
|
}
|
|
114
115
|
]
|
|
@@ -155,7 +156,8 @@ const PRIVATE_LINKS = {
|
|
|
155
156
|
},
|
|
156
157
|
{
|
|
157
158
|
name: "Hjelp TV",
|
|
158
|
-
link:
|
|
159
|
+
// link: '/tv/hjelp/',
|
|
160
|
+
link: "/kundeservice/tv/",
|
|
159
161
|
appKey: APP_KEYS["open-pages"]
|
|
160
162
|
}
|
|
161
163
|
]
|
|
@@ -197,7 +199,8 @@ const PRIVATE_LINKS = {
|
|
|
197
199
|
},
|
|
198
200
|
{
|
|
199
201
|
name: "Hjelp Internett",
|
|
200
|
-
link:
|
|
202
|
+
// link: '/internett/hjelp/',
|
|
203
|
+
link: "/kundeservice/internett/",
|
|
201
204
|
appKey: APP_KEYS["open-pages"]
|
|
202
205
|
}
|
|
203
206
|
]
|
|
@@ -209,27 +212,37 @@ const PRIVATE_LINKS = {
|
|
|
209
212
|
links: [
|
|
210
213
|
{
|
|
211
214
|
name: "Hjelp Mobil",
|
|
212
|
-
link: "/mobil/
|
|
215
|
+
link: "/kundeservice/mobil/",
|
|
216
|
+
// link: '/mobil/hjelp/',
|
|
213
217
|
appKey: APP_KEYS["open-pages"]
|
|
214
218
|
},
|
|
215
219
|
{
|
|
216
220
|
name: "Hjelp Internett",
|
|
217
|
-
link:
|
|
221
|
+
// link: '/internett/hjelp/',
|
|
222
|
+
link: "/kundeservice/internett/",
|
|
218
223
|
appKey: APP_KEYS["open-pages"]
|
|
219
224
|
},
|
|
220
225
|
{
|
|
221
226
|
name: "Hjelp TV",
|
|
222
|
-
link:
|
|
227
|
+
// link: '/tv/hjelp/',
|
|
228
|
+
link: "/kundeservice/tv/",
|
|
229
|
+
appKey: APP_KEYS["open-pages"]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
name: "Faktura",
|
|
233
|
+
link: "/kundeservice/faktura/",
|
|
223
234
|
appKey: APP_KEYS["open-pages"]
|
|
224
235
|
},
|
|
225
236
|
{
|
|
226
237
|
name: "Flytting",
|
|
227
|
-
link:
|
|
238
|
+
// link: '/hjelp/flytting/',
|
|
239
|
+
link: "/kundeservice/flytting/",
|
|
228
240
|
appKey: APP_KEYS["open-pages"]
|
|
229
241
|
},
|
|
230
242
|
{
|
|
231
243
|
name: "Finn butikk",
|
|
232
|
-
link:
|
|
244
|
+
// link: '/hjelp/butikker/',
|
|
245
|
+
link: "/kundeservice/butikker-og-forhandlere/",
|
|
233
246
|
appKey: APP_KEYS["open-pages"]
|
|
234
247
|
}
|
|
235
248
|
// {
|