@@ -68,7 +68,7 @@ private constructor(
6868 fun manual (): Optional <Boolean > = body.manual()
6969
7070 /* *
71- * The number of minutes until the session expires (defaults to 43,200 , which is 30 days)
71+ * The number of minutes until the session expires (defaults to 129,600 , which is 90 days)
7272 *
7373 * @throws FinchInvalidDataException if the JSON field has an unexpected type (e.g. if the
7474 * server responded with an unexpected value).
@@ -297,7 +297,7 @@ private constructor(
297297 fun manual (manual : JsonField <Boolean >) = apply { body.manual(manual) }
298298
299299 /* *
300- * The number of minutes until the session expires (defaults to 43,200 , which is 30 days)
300+ * The number of minutes until the session expires (defaults to 129,600 , which is 90 days)
301301 */
302302 fun minutesToExpire (minutesToExpire : Double? ) = apply {
303303 body.minutesToExpire(minutesToExpire)
@@ -586,7 +586,7 @@ private constructor(
586586 fun manual (): Optional <Boolean > = manual.getOptional(" manual" )
587587
588588 /* *
589- * The number of minutes until the session expires (defaults to 43,200 , which is 30 days)
589+ * The number of minutes until the session expires (defaults to 129,600 , which is 90 days)
590590 *
591591 * @throws FinchInvalidDataException if the JSON field has an unexpected type (e.g. if the
592592 * server responded with an unexpected value).
@@ -847,7 +847,7 @@ private constructor(
847847 fun manual (manual : JsonField <Boolean >) = apply { this .manual = manual }
848848
849849 /* *
850- * The number of minutes until the session expires (defaults to 43,200 , which is 30
850+ * The number of minutes until the session expires (defaults to 129,600 , which is 90
851851 * days)
852852 */
853853 fun minutesToExpire (minutesToExpire : Double? ) =
0 commit comments