diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 3895ffeb..85d82483 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -79455,6 +79455,7 @@ "account_closed", "account_frozen", "insufficient_funds", + "international_transaction", "other" ], "nullable": true, diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index a8627525..dd8fecb4 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -71813,6 +71813,7 @@ components: - account_closed - account_frozen - insufficient_funds + - international_transaction - other nullable: true type: string diff --git a/openapi/spec3.json b/openapi/spec3.json index ab546879..41c13c5f 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -49628,6 +49628,7 @@ "account_closed", "account_frozen", "insufficient_funds", + "international_transaction", "other" ], "nullable": true, diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 08896df0..442ea610 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -67013,6 +67013,7 @@ "account_closed", "account_frozen", "insufficient_funds", + "international_transaction", "other" ], "nullable": true, diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 8d80784e..d5078706 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -60906,6 +60906,7 @@ components: - account_closed - account_frozen - insufficient_funds + - international_transaction - other nullable: true type: string diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 22077cee..870997aa 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -47009,6 +47009,7 @@ components: - account_closed - account_frozen - insufficient_funds + - international_transaction - other nullable: true type: string