From 732c3d08bf8a673d3d0ae345bfe771a573006890 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Thu, 14 Jun 2018 11:40:51 -0400 Subject: [PATCH] Add temporary field to webexperience profile --- .travis.yml | 1 + types.go | 1 + 2 files changed, 2 insertions(+) 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"`