Skip to content

Commit 6d92214

Browse files
feat(api): api update
1 parent b5c85fb commit 6d92214

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 139
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-6d5fe70daa99c4f8480b388e828d125c42f6ff501f5b8030832ec487c6c929f0.yml
3-
openapi_spec_hash: 3ba772cb9926acc8b92881b311fd8685
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-7e05611e4c9d413075ca46fb3753234c4881e2d32047be7454fcc9fc1d32f880.yml
3+
openapi_spec_hash: 737e7b60280aae565966862cb42c8dcf
44
config_hash: c01c1191b1cd696c7ca855ff6d28a8df

src/resources/customers/credits/ledger.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,9 +1040,9 @@ export declare namespace LedgerCreateEntryParams {
10401040
entry_type: 'expiration_change';
10411041

10421042
/**
1043-
* A future date (specified in YYYY-MM-DD format) used for expiration change,
1044-
* denoting when credits transferred (as part of a partial block expiration) should
1045-
* expire.
1043+
* A date (specified in YYYY-MM-DD format) used for expiration change, denoting
1044+
* when credits transferred (as part of a partial block expiration) should expire.
1045+
* This date must be on or after the effective date of the credit block.
10461046
*/
10471047
target_expiry_date: string;
10481048

@@ -1344,9 +1344,9 @@ export declare namespace LedgerCreateEntryByExternalIDParams {
13441344
entry_type: 'expiration_change';
13451345

13461346
/**
1347-
* A future date (specified in YYYY-MM-DD format) used for expiration change,
1348-
* denoting when credits transferred (as part of a partial block expiration) should
1349-
* expire.
1347+
* A date (specified in YYYY-MM-DD format) used for expiration change, denoting
1348+
* when credits transferred (as part of a partial block expiration) should expire.
1349+
* This date must be on or after the effective date of the credit block.
13501350
*/
13511351
target_expiry_date: string;
13521352

0 commit comments

Comments
 (0)