diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index cce631b1..aa8a3e0c 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -58014,6 +58014,11 @@ "person_relationship": { "description": "", "properties": { + "authorizer": { + "description": "Whether the person is the authorizer of the account's representative.", + "nullable": true, + "type": "boolean" + }, "director": { "description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.", "nullable": true, @@ -58052,6 +58057,7 @@ } }, "required": [ + "authorizer", "director", "executive", "legal_guardian", @@ -58064,6 +58070,7 @@ "type": "object", "x-expandableFields": [], "x-stripeMostCommon": [ + "authorizer", "director", "executive", "legal_guardian", @@ -94948,6 +94955,10 @@ "required": false, "schema": { "properties": { + "authorizer": { + "description": "A filter on the list of people returned based on whether these people are authorizers of the account's representative.", + "type": "boolean" + }, "director": { "description": "A filter on the list of people returned based on whether these people are directors of the account's company.", "type": "boolean" @@ -95640,6 +95651,10 @@ "relationship": { "description": "The relationship that this person has with the account's legal entity.", "properties": { + "authorizer": { + "description": "Whether the person is the authorizer of the account's representative.", + "type": "boolean" + }, "director": { "description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.", "type": "boolean" @@ -96516,6 +96531,10 @@ "relationship": { "description": "The relationship that this person has with the account's legal entity.", "properties": { + "authorizer": { + "description": "Whether the person is the authorizer of the account's representative.", + "type": "boolean" + }, "director": { "description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.", "type": "boolean" @@ -241511,6 +241530,10 @@ "relationship": { "description": "The relationship that this person has with the account's legal entity.", "properties": { + "authorizer": { + "description": "Whether the person is the authorizer of the account's representative.", + "type": "boolean" + }, "director": { "description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.", "type": "boolean"