diff --git a/.travis.yml b/.travis.yml index b6ed894..4e758bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ go: - 1.7 - 1.8 - 1.9 + - 1.10 install: - export PATH=$PATH:$HOME/gopath/bin script: diff --git a/types.go b/types.go index 6496854..76c0898 100644 --- a/types.go +++ b/types.go @@ -548,6 +548,7 @@ type ( WebProfile struct { ID string `json:"id,omitempty"` Name string `json:"name"` + Temporary bool `json:"temporary"` Presentation Presentation `json:"presentation,omitempty"` InputFields InputFields `json:"input_fields,omitempty"` FlowConfig FlowConfig `json:"flow_config,omitempty"`