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

0001 [
0002     {
0003         "filter": [
0004             {
0005                 "field": "From",
0006                 "match": "@vueling.com",
0007                 "mimeType": "message/rfc822",
0008                 "scope": "Ancestors"
0009             }
0010         ],
0011         "function": "parseHtmlBooking",
0012         "mimeType": "text/html",
0013         "script": "vueling.js"
0014     },
0015     {
0016         "filter": [
0017             {
0018                 "field": "operatingCarrierDesignator",
0019                 "match": "VY",
0020                 "mimeType": "internal/iata-bcbp",
0021                 "scope": "Descendants"
0022             }
0023         ],
0024         "function": "parsePdfBoardingPass",
0025         "mimeType": "application/pdf",
0026         "script": "vueling.js"
0027     }
0028 ]