Skip to content

Commit 6038ae0

Browse files
docs(api): update VelocityLimitPeriod duration maximum from 31 to 90 days
1 parent 5b5091a commit 6038ae0

2 files changed

Lines changed: 4 additions & 4 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: 214
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-6683cf82e93cfd95e17b0386f070333486fe8e7b857b47c62e09682362d5991d.yml
3-
openapi_spec_hash: ce2c1f6201bb2036d05602238503eb6b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-46435dfdef99ea1c005a78bab282c859980e1edd5570e781bf3b67dd97ebf545.yml
3+
openapi_spec_hash: fe504df52c793d72df78146d3fb6f3ac
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

lithic-java-core/src/main/kotlin/com/lithic/api/models/VelocityLimitPeriod.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ private constructor(
413413

414414
/**
415415
* The size of the trailing window to calculate Spend Velocity over in seconds. The minimum
416-
* value is 10 seconds, and the maximum value is 2678400 seconds (31 days).
416+
* value is 10 seconds, and the maximum value is 7776000 seconds (90 days).
417417
*
418418
* @throws LithicInvalidDataException if the JSON field has an unexpected type or is
419419
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -482,7 +482,7 @@ private constructor(
482482

483483
/**
484484
* The size of the trailing window to calculate Spend Velocity over in seconds. The
485-
* minimum value is 10 seconds, and the maximum value is 2678400 seconds (31 days).
485+
* minimum value is 10 seconds, and the maximum value is 7776000 seconds (90 days).
486486
*/
487487
fun duration(duration: Long) = duration(JsonField.of(duration))
488488

0 commit comments

Comments
 (0)