@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.
@@ -138231,7 +138231,7 @@ type Routes = {
138231
138231
  user_identity_ids?: string[] | undefined;
138232
138232
  /** ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session (or that are already associated with the existing client session). */
138233
138233
  user_identity_id?: string | undefined;
138234
- /** Date and time at which the client session should expire (or at which the existing client session expires), in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
138234
+ /** 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. */
138235
138235
  expires_at?: Date | undefined;
138236
138236
  };
138237
138237
  commonParams: {};
package/dist/index.cjs CHANGED
@@ -41198,7 +41198,7 @@ var openapi_default = {
41198
41198
  type: "array"
41199
41199
  },
41200
41200
  expires_at: {
41201
- description: "Date and time at which the client session should expire (or at which the existing client session expires), in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
41201
+ 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.",
41202
41202
  format: "date-time",
41203
41203
  type: "string"
41204
41204
  },