From 8caa1187bc0349aae3c0d6342bd3851b42b4f60c Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Wed, 28 Mar 2018 20:29:23 +0300 Subject: [PATCH] latest admin-elm --- public/elm.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/elm.js b/public/elm.js index 50f9ebf7..ab83b741 100644 --- a/public/elm.js +++ b/public/elm.js @@ -28021,6 +28021,9 @@ var _user$project$Common_Customer_Types$authorizedToString = function (model) { return 'automatic'; } }; +var _user$project$Common_Customer_Types$IdCardData = function (a) { + return {uid: a}; +}; var _user$project$Common_Customer_Types$Customer = function (a) { return function (b) { return function (c) { @@ -28094,6 +28097,11 @@ var _user$project$Common_Customer_Types$Verified = {ctor: 'Verified'}; var _user$project$Common_Customer_Types$Blocked = {ctor: 'Blocked'}; var _user$project$Common_Customer_Types$Automatic = {ctor: 'Automatic'}; +var _user$project$Common_Customer_Decoder$idCardDataDecoder = A3( + _NoRedInk$elm_decode_pipeline$Json_Decode_Pipeline$required, + 'uid', + _elm_lang$core$Json_Decode$string, + _NoRedInk$elm_decode_pipeline$Json_Decode_Pipeline$decode(_user$project$Common_Customer_Types$IdCardData)); var _user$project$Common_Customer_Decoder$mapAuthorizedTypes = function (s) { var _p0 = s; switch (_p0) { @@ -28192,7 +28200,7 @@ var _user$project$Common_Customer_Decoder$customerDecoder = A3( A3( _NoRedInk$elm_decode_pipeline$Json_Decode_Pipeline$required, 'idCardData', - _elm_lang$core$Json_Decode$nullable(_elm_lang$core$Json_Decode$string), + _elm_lang$core$Json_Decode$nullable(_user$project$Common_Customer_Decoder$idCardDataDecoder), A3( _NoRedInk$elm_decode_pipeline$Json_Decode_Pipeline$required, 'authorizedAt',