Skip to content

Commit

Permalink
fix - add missing fields 'has_more' and 'more_starting_after' to 'Cus…
Browse files Browse the repository at this point in the history
…tomerRedeemablesListResponse'
  • Loading branch information
darekg11 committed Apr 18, 2024
1 parent cc98947 commit e870816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/types/Customers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ export interface CustomerRedeemablesListResponse {
total: number
data_ref: 'data'
data: CustomerRedeemable[]
has_more: boolean
more_starting_after?: string
}

export interface CustomerRedeemable {
Expand Down

0 comments on commit e870816

Please sign in to comment.