Skip to content

Commit 937e7f4

Browse files
feat(api): api update
1 parent 65b50a3 commit 937e7f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
44
config_hash: 279607e9c3acabbd35a648b3551c79a9

src/resources/checkoutsession.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6052,8 +6052,8 @@ export interface CheckoutsessionCreateParams {
60526052
completeCallbackUrl?: string;
60536053

60546054
/**
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.
60576057
*/
60586058
created?: number;
60596059

@@ -6082,8 +6082,8 @@ export interface CheckoutsessionCreateParams {
60826082

60836083
/**
60846084
* 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.
60876087
*/
60886088
expiresAt?: number;
60896089

0 commit comments

Comments
 (0)