Merge pull request #61 from netlify/master

Add temporary field to webexperience profile
This commit is contained in:
Alex Pliutau 2018-07-18 09:40:22 +07:00 committed by GitHub
commit af41710b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ go:
- 1.7
- 1.8
- 1.9
- 1.10
install:
- export PATH=$PATH:$HOME/gopath/bin
script:

View File

@ -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"`