diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 8c59cc66..e6d28d5d 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -11967,6 +11967,11 @@ "maxLength": 5000, "type": "string" }, + "created": { + "description": "Time at which the object was created. Measured in seconds since the Unix epoch.", + "format": "unix-time", + "type": "integer" + }, "customer": { "anyOf": [ { @@ -12005,6 +12010,7 @@ }, "required": [ "client_secret", + "created", "customer", "expires_at", "livemode",