Skip to content

Commit

Permalink
feat: add OfferRequest' client_key field
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9ef committed Jul 15, 2024
1 parent dbcfb26 commit 23723df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions offerrequests.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ type (
OfferRequest struct {
ID string `json:"id"`
LiveMode bool `json:"live_mode"`
ClientKey string `json:"client_key"`
CreatedAt time.Time `json:"created_at"`
Slices []BaseSlice `json:"slices"`
Passengers []OfferRequestPassenger `json:"passengers"`
Expand Down

0 comments on commit 23723df

Please sign in to comment.