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

0001 [
0002     {
0003         "filter": [
0004             {
0005                 "field": "uid",
0006                 "match": "@whyline.com$",
0007                 "mimeType": "internal/event",
0008                 "scope": "Current"
0009             }
0010         ],
0011         "function": "parseEvent",
0012         "mimeType": "internal/event",
0013         "script": "whyline.js"
0014     },
0015     {
0016         "filter": [
0017             {
0018                 "match": "^https://.*whyline.com/",
0019                 "mimeType": "text/plain",
0020                 "scope": "Current"
0021             }
0022         ],
0023         "function": "parseBarcode",
0024         "mimeType": "text/plain",
0025         "script": "whyline.js"
0026     }
0027 ]