File tree Expand file tree Collapse file tree
lithic-java-core/src/main/kotlin/com/lithic/api/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 5bb913c05ebeb301ec925b16e75bb251
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments