Skip to content

Commit 484a458

Browse files
committed
add tip gate + nft gate fields to UsageConditions
1 parent 6711c7d commit 484a458

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

api/dbv1/jsonb_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ type UsageConditions *struct {
1010
} `json:"usdc_purchase,omitempty"`
1111

1212
FollowUserID *int64 `json:"follow_user_id,omitempty"`
13+
14+
TipUserID *int64 `json:"tip_user_id,omitempty"`
15+
16+
NftCollection *map[string]any `json:"nft_collection,omitempty"`
1317
}
1418

1519
type RectangleImage struct {

0 commit comments

Comments
 (0)