diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index e818dff0..ec1d2d2a 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -18632,6 +18632,7 @@ "id", "livemode", "object", + "type", "verification_session" ], "title": "GelatoVerificationReport", @@ -18772,7 +18773,6 @@ "document", "id_number" ], - "nullable": true, "type": "string", "x-stripeBypassValidation": true }, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 201962c3..5af10f71 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -12223,7 +12223,8 @@ "created", "id", "livemode", - "object" + "object", + "type" ], "title": "GelatoVerificationReport", "type": "object", @@ -12342,7 +12343,6 @@ "document", "id_number" ], - "nullable": true, "type": "string", "x-stripeBypassValidation": true }, @@ -12368,7 +12368,8 @@ "livemode", "metadata", "object", - "status" + "status", + "type" ], "title": "GelatoVerificationSession", "type": "object",