Tags: clerk/clerk-sdk-go
Tags
Backport M2M and OAuth Application changes (#554) * chore(m2m): support min remaining ttl for m2m token creation * feat(oauthapplication): add DynamicallyRegistered filter to ListParams * test(oauthapplication): add test for DynamicallyRegistered filter in List * test(oauthapplication): add DynamicallyRegistered to List test
Backport: Add support for managing custom organization roles and perm… …issions (#477) (#490) * ORGS-1009: Add support for managing custom organization roles and permissions (#477) * feat: add to organization permission and role api * test: add test suite for organization permission and organization role * fix: remove trailling / from joinpath * update v3 -> v2 --------- Co-authored-by: Gabriel Melo <gabrielpresb@gmail.com>
Add support for Billing endpoints (#443) * Add support for Billing endpoints * refactor: Rename commerce -> billing * fix: make PlanID nullable to support planless subs * refactor: remove unused struct * fix: we will be using PaymentMethod from now on * refactor: remove deprecated fields * refactor: remove deprecated invoice field * refactor: omitempty is useless when unmarshalling * refactor: query strings don't need omitempty * fix: several fix related to JSON tags * test: fix after struct changes * fix: Remove PayerType array * fix: we are not returning null features Co-authored-by: Paddy <paddy@carvers.com> * fix: we are not returning null plans Co-authored-by: Paddy <paddy@carvers.com> * fix: we are not returning null subscription items Co-authored-by: Paddy <paddy@carvers.com> * fix: we are not returning null plans Co-authored-by: Paddy <paddy@carvers.com> * fix: remove currency deprecated fields * test: fix * fix: period_start cannot be null --------- Co-authored-by: Paddy <paddy@carvers.com>
PreviousNext