From 4f62fd0c0c8aa871542336c1726e80f5acdddd50 Mon Sep 17 00:00:00 2001 From: duharry0915 <57567430+duharry0915@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:45:59 -0800 Subject: [PATCH] adding four fields into the sdk --- fern/definition/organizations.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.