Skip to content

Commit

Permalink
Merge pull request ctreminiom#236 from ctreminiom/feature/sm-request-…
Browse files Browse the repository at this point in the history
…fields-marshall

🎨 Added the value param on the CustomerRequestRequestFieldValueSc…
  • Loading branch information
ctreminiom authored Aug 22, 2023
2 parents a47adfd + 290c5f8 commit f420b22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/infra/models/sm_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ type CustomerRequestReporterScheme struct {
}

type CustomerRequestRequestFieldValueScheme struct {
FieldID string `json:"fieldId,omitempty"`
Label string `json:"label,omitempty"`
FieldID string `json:"fieldId,omitempty"`
Label string `json:"label,omitempty"`
Value interface{} `json:"value,omitempty"`
}

type CustomerRequestCurrentStatusScheme struct {
Expand Down

0 comments on commit f420b22

Please sign in to comment.