diff --git a/fern/definition/organizations.yml b/fern/definition/organizations.yml index 7427a81..092c028 100644 --- a/fern/definition/organizations.yml +++ b/fern/definition/organizations.yml @@ -20,6 +20,21 @@ types: domain_limit: type: optional docs: Maximum number of domains allowed. + billing_id: + type: optional + docs: Provider-agnostic billing customer ID. + billing_type: + type: optional + docs: Billing provider type (e.g. "stripe"). + billing_subscription_id: + type: optional + docs: Active billing subscription ID. + authentication_id: + type: optional + docs: Provider-agnostic authentication ID. + authentication_type: + type: optional + docs: Authentication provider type. updated_at: type: datetime docs: Time at which organization was last updated.