Warning, /pim/kitinerary/src/lib/scripts/thalys.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "filter": [
0004             {
0005                 "field": "issuerCode",
0006                 "match": "3018",
0007                 "mimeType": "internal/era-ssb",
0008                 "scope": "Current"
0009             }
0010         ],
0011         "function": "parseSsbTicket",
0012         "script": "thalys.js",
0013         "mimeType": "internal/era-ssb"
0014     },
0015     {
0016         "filter": [
0017             {
0018                 "field": "From",
0019                 "match": "thalysticket",
0020                 "mimeType": "message/rfc822",
0021                 "scope": "Ancestors"
0022             }
0023         ],
0024         "function": "parseReservation",
0025         "script": "thalys.js",
0026         "mimeType": "text/html"
0027     },
0028     {
0029         "filter": [
0030             {
0031                 "mimeType": "internal/era-ssb",
0032                 "field": "issuerCode",
0033                 "match": "3018",
0034                 "scope": "Descendants"
0035             }
0036         ],
0037         "function": "parsePdfTicket",
0038         "script": "thalys.js",
0039         "mimeType": "application/pdf"
0040     }
0041 ]