@seamapi/types 1.596.0 → 1.597.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +1 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -1
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -35457,7 +35457,7 @@ export default {
|
|
|
35457
35457
|
type: 'array',
|
|
35458
35458
|
},
|
|
35459
35459
|
expires_at: {
|
|
35460
|
-
description: 'Date and time at which the client session should expire
|
|
35460
|
+
description: 'Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it.',
|
|
35461
35461
|
format: 'date-time',
|
|
35462
35462
|
type: 'string',
|
|
35463
35463
|
},
|