From 8c47b61f53ccc474e3ef377410767c7c78f464ee Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:47:57 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.json | 2 ++ openapi/spec3.sdk.json | 19 +++++++++++++++++++ openapi/spec3.sdk.yaml | 16 ++++++++++++++++ openapi/spec3.yaml | 2 ++ 4 files changed, 39 insertions(+) diff --git a/openapi/spec3.json b/openapi/spec3.json index 7a57e786..4b1b6ef4 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -146405,6 +146405,7 @@ "financial_connections.account.disconnected", "financial_connections.account.reactivated", "financial_connections.account.refreshed_balance", + "financial_connections.account.refreshed_ownership", "financial_connections.account.refreshed_transactions", "identity.verification_session.canceled", "identity.verification_session.created", @@ -146881,6 +146882,7 @@ "financial_connections.account.disconnected", "financial_connections.account.reactivated", "financial_connections.account.refreshed_balance", + "financial_connections.account.refreshed_ownership", "financial_connections.account.refreshed_transactions", "identity.verification_session.canceled", "identity.verification_session.created", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index d77a9fb2..13ca01e1 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -13003,6 +13003,7 @@ "financial_connections.account.disconnected", "financial_connections.account.reactivated", "financial_connections.account.refreshed_balance", + "financial_connections.account.refreshed_ownership", "financial_connections.account.refreshed_transactions", "identity.verification_session.canceled", "identity.verification_session.created", @@ -14220,6 +14221,22 @@ "type": "financial_connections.account.refreshed_balance" } }, + "financial_connections.account.refreshed_ownership": { + "description": "Occurs when an Account’s `ownership_refresh` status transitions from `pending` to either `succeeded` or `failed`.", + "properties": { + "object": { + "$ref": "#/components/schemas/financial_connections.account" + } + }, + "required": [ + "object" + ], + "type": "object", + "x-expandableFields": [], + "x-stripeEvent": { + "type": "financial_connections.account.refreshed_ownership" + } + }, "financial_connections.account.refreshed_transactions": { "description": "Occurs when an Account’s `transaction_refresh` status transitions from `pending` to either `succeeded` or `failed`.", "properties": { @@ -153635,6 +153652,7 @@ "financial_connections.account.disconnected", "financial_connections.account.reactivated", "financial_connections.account.refreshed_balance", + "financial_connections.account.refreshed_ownership", "financial_connections.account.refreshed_transactions", "identity.verification_session.canceled", "identity.verification_session.created", @@ -154111,6 +154129,7 @@ "financial_connections.account.disconnected", "financial_connections.account.reactivated", "financial_connections.account.refreshed_balance", + "financial_connections.account.refreshed_ownership", "financial_connections.account.refreshed_transactions", "identity.verification_session.canceled", "identity.verification_session.created", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 86b09c27..f8ed5725 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -12059,6 +12059,7 @@ components: - financial_connections.account.disconnected - financial_connections.account.reactivated - financial_connections.account.refreshed_balance + - financial_connections.account.refreshed_ownership - financial_connections.account.refreshed_transactions - identity.verification_session.canceled - identity.verification_session.created @@ -13174,6 +13175,19 @@ components: x-expandableFields: [] x-stripeEvent: type: financial_connections.account.refreshed_balance + financial_connections.account.refreshed_ownership: + description: >- + Occurs when an Account’s `ownership_refresh` status transitions from + `pending` to either `succeeded` or `failed`. + properties: + object: + $ref: '#/components/schemas/financial_connections.account' + required: + - object + type: object + x-expandableFields: [] + x-stripeEvent: + type: financial_connections.account.refreshed_ownership financial_connections.account.refreshed_transactions: description: >- Occurs when an Account’s `transaction_refresh` status transitions from @@ -142843,6 +142857,7 @@ paths: - financial_connections.account.disconnected - financial_connections.account.reactivated - financial_connections.account.refreshed_balance + - financial_connections.account.refreshed_ownership - financial_connections.account.refreshed_transactions - identity.verification_session.canceled - identity.verification_session.created @@ -143247,6 +143262,7 @@ paths: - financial_connections.account.disconnected - financial_connections.account.reactivated - financial_connections.account.refreshed_balance + - financial_connections.account.refreshed_ownership - financial_connections.account.refreshed_transactions - identity.verification_session.canceled - identity.verification_session.created diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 4dd332a2..c448b633 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -122899,6 +122899,7 @@ paths: - financial_connections.account.disconnected - financial_connections.account.reactivated - financial_connections.account.refreshed_balance + - financial_connections.account.refreshed_ownership - financial_connections.account.refreshed_transactions - identity.verification_session.canceled - identity.verification_session.created @@ -123303,6 +123304,7 @@ paths: - financial_connections.account.disconnected - financial_connections.account.reactivated - financial_connections.account.refreshed_balance + - financial_connections.account.refreshed_ownership - financial_connections.account.refreshed_transactions - identity.verification_session.canceled - identity.verification_session.created