SIGN IN SIGN UP

## Python SDK Changes:

* `clerk.users.get_billing_credit_balance()`: **Added**
* `clerk.users.adjust_billing_credit_balance()`: **Added**
* `clerk.instance_settings.get_o_auth_application_settings()`: **Added**
* `clerk.instance_settings.update_o_auth_application_settings()`: **Added**
* `clerk.organizations.get_billing_credit_balance()`: **Added**
* `clerk.organizations.adjust_billing_credit_balance()`: **Added**
* `clerk.agent_tasks.create()`: **Added**
* `clerk.agent_tasks.revoke()`: **Added**
* `clerk.email_addresses.create()`:  `error.status[409]` **Added**
* `clerk.email_addresses.update()`:  `error.status[409]` **Added**
* `clerk.users.update()`:  `error.status[409]` **Added**
* `clerk.users.get_billing_subscription()`:  `response.subscription_items[]` **Changed**
* `clerk.users.get_organization_invitations()`:  `request.status` **Changed**
* `clerk.organization_invitations.get_all()`:  `request.status` **Changed**
* `clerk.organization_invitations.create()`:  `error.status[402]` **Added**
* `clerk.organization_invitations.list()`:  `request.status` **Changed**
* `clerk.organizations.update()`:  `error.status[400]` **Added**
* `clerk.organizations.get_billing_subscription()`:  `response.subscription_items[]` **Changed**
* `clerk.billing.list_plans()`:  `response.data[].unit_prices` **Added**
* `clerk.billing.list_prices()`:  `response.data[].is_default` **Added**
* `clerk.billing.create_price()`:  `response.is_default` **Added**
* `clerk.billing.list_subscription_items()`:  `response.data[]` **Changed**
* `clerk.billing.cancel_subscription_item()`:  `response` **Changed**
* `clerk.billing.create_price_transition()`:  `response.transition.previous_price.is_default` **Added**
* `clerk.billing.list_statements()`:  `response.data[]` **Changed**
* `clerk.billing.get_statement()`:  `response` **Changed**
* `clerk.billing.get_statement_payment_attempts()`:  `response.data[].totals` **Added**
* `clerk.m2m.create_token()`:  `request.token_format` **Added**
S
speakeasybot committed
9c509dde9d769a7912bb5a2ee4b91d4f73f1c721
Parent: 621ec10