@@ -163,11 +163,7 @@ func main() {
163163
164164 s := polargo.New ()
165165
166- res , err := s.CustomerPortal .BenefitGrants .List (ctx, operations.CustomerPortalBenefitGrantsListRequest {
167- OrganizationID: polargo.Pointer (operations.CreateCustomerPortalBenefitGrantsListQueryParamOrganizationIDFilterStr (
168- " 1dbfc517-0bbf-4301-9ba8-555ca42b9737" ,
169- )),
170- }, operations.CustomerPortalBenefitGrantsListSecurity {
166+ res , err := s.CustomerPortal .BenefitGrants .List (ctx, operations.CustomerPortalBenefitGrantsListRequest {}, operations.CustomerPortalBenefitGrantsListSecurity {
171167 CustomerSession: os.Getenv (" POLAR_CUSTOMER_SESSION" ),
172168 })
173169 if err != nil {
@@ -300,6 +296,11 @@ func main() {
300296* [ Update] ( docs/sdks/polarsubscriptions/README.md#update ) - Update Subscription
301297* [ Cancel] ( docs/sdks/polarsubscriptions/README.md#cancel ) - Cancel Subscription
302298
299+ #### [ CustomerPortal.Wallets] ( docs/sdks/polarwallets/README.md )
300+
301+ * [ List] ( docs/sdks/polarwallets/README.md#list ) - List Wallets
302+ * [ Get] ( docs/sdks/polarwallets/README.md#get ) - Get Wallet
303+
303304### [ Customers] ( docs/sdks/customers/README.md )
304305
305306* [ List] ( docs/sdks/customers/README.md#list ) - List Customers
@@ -315,6 +316,15 @@ func main() {
315316* [ GetStateExternal] ( docs/sdks/customers/README.md#getstateexternal ) - Get Customer State by External ID
316317* [ GetBalance] ( docs/sdks/customers/README.md#getbalance ) - Get Customer Balance
317318
319+ ### [ CustomerSeats] ( docs/sdks/customerseats/README.md )
320+
321+ * [ AssignSeat] ( docs/sdks/customerseats/README.md#assignseat ) - Assign Seat
322+ * [ ListSeats] ( docs/sdks/customerseats/README.md#listseats ) - List Seats
323+ * [ RevokeSeat] ( docs/sdks/customerseats/README.md#revokeseat ) - Revoke Seat
324+ * [ ResendInvitation] ( docs/sdks/customerseats/README.md#resendinvitation ) - Resend Invitation
325+ * [ GetClaimInfo] ( docs/sdks/customerseats/README.md#getclaiminfo ) - Get Claim Info
326+ * [ ClaimSeat] ( docs/sdks/customerseats/README.md#claimseat ) - Claim Seat
327+
318328### [ CustomerSessions] ( docs/sdks/customersessions/README.md )
319329
320330* [ Create] ( docs/sdks/customersessions/README.md#create ) - Create Customer Session
@@ -391,6 +401,7 @@ func main() {
391401### [ Orders] ( docs/sdks/orders/README.md )
392402
393403* [ List] ( docs/sdks/orders/README.md#list ) - List Orders
404+ * [ Export] ( docs/sdks/orders/README.md#export ) - Export Subscriptions
394405* [ Get] ( docs/sdks/orders/README.md#get ) - Get Order
395406* [ Update] ( docs/sdks/orders/README.md#update ) - Update Order
396407* [ GenerateInvoice] ( docs/sdks/orders/README.md#generateinvoice ) - Generate Order Invoice
@@ -424,11 +435,18 @@ func main() {
424435### [ Subscriptions] ( docs/sdks/subscriptions/README.md )
425436
426437* [ List] ( docs/sdks/subscriptions/README.md#list ) - List Subscriptions
438+ * [ Create] ( docs/sdks/subscriptions/README.md#create ) - Create Subscription
427439* [ Export] ( docs/sdks/subscriptions/README.md#export ) - Export Subscriptions
428440* [ Get] ( docs/sdks/subscriptions/README.md#get ) - Get Subscription
429441* [ Update] ( docs/sdks/subscriptions/README.md#update ) - Update Subscription
430442* [ Revoke] ( docs/sdks/subscriptions/README.md#revoke ) - Revoke Subscription
431443
444+ ### [ Wallets] ( docs/sdks/wallets/README.md )
445+
446+ * [ List] ( docs/sdks/wallets/README.md#list ) - List Wallets
447+ * [ Get] ( docs/sdks/wallets/README.md#get ) - Get Wallet
448+ * [ TopUp] ( docs/sdks/wallets/README.md#topup ) - Top-Up Wallet
449+
432450### [ Webhooks] ( docs/sdks/webhooks/README.md )
433451
434452* [ ListWebhookEndpoints] ( docs/sdks/webhooks/README.md#listwebhookendpoints ) - List Webhook Endpoints
@@ -687,7 +705,7 @@ func main() {
687705 ctx := context.Background ()
688706
689707 s := polargo.New (
690- polargo.WithServer (" sandbox " ),
708+ polargo.WithServer (" production " ),
691709 polargo.WithSecurity (os.Getenv (" POLAR_ACCESS_TOKEN" )),
692710 )
693711
0 commit comments