File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 38
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/ivy%2Fgetivy-a5c26f70f6efc69def742edd44fe066291452b0bc580bda2c78198264bc1d172 .yml
3
- openapi_spec_hash : 5eacc98fd6f6a96a44e779c2ce7e2bd4
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/ivy%2Fgetivy-e612e44a2ca2e9305ec044805f065f768088acd3e2874d9422a4b30680db987c .yml
3
+ openapi_spec_hash : d89500197f77b6169e918497c4d390f6
4
4
config_hash : 279607e9c3acabbd35a648b3551c79a9
Original file line number Diff line number Diff line change @@ -6052,8 +6052,8 @@ export interface CheckoutsessionCreateParams {
6052
6052
completeCallbackUrl ?: string ;
6053
6053
6054
6054
/**
6055
- * @deprecated The Epoch time in seconds at which the Checkout Session was created.
6056
- * By default, time of Checkout creation at Ivy.
6055
+ * The Epoch time in seconds at which the Checkout Session was created. By default,
6056
+ * time of Checkout creation at Ivy.
6057
6057
*/
6058
6058
created ?: number ;
6059
6059
@@ -6082,8 +6082,8 @@ export interface CheckoutsessionCreateParams {
6082
6082
6083
6083
/**
6084
6084
* The Epoch time in seconds at which the Checkout Session will expire. It can be
6085
- * anywhere from 5 minutes to 6 days after Checkout Session creation. By default,
6086
- * this value is 1 hour from creation.
6085
+ * anywhere from 30 minutes to 24 hours after Checkout Session creation. By
6086
+ * default, this value is 1 hour from creation.
6087
6087
*/
6088
6088
expiresAt ?: number ;
6089
6089
You can’t perform that action at this time.
0 commit comments