Skip to content

Commit

Permalink
Regenerate sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Nov 11, 2024
1 parent 9354e75 commit b659865
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/invites/dtos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ export interface Invite {
* @type {string}
* @memberof Invite
*/
tenantId?: string;
defaultLoginTenantId?: string;
/**
* Provided by Authress as a unique URI that can be used to start the Authress Login flow for the user. Provide this property in the `request_uri` property, when not using the Authress Login UI SDK. This parameter is ignored during invite creation.
* @type {string}
* @memberof Invite
*/
authenticationRequestUri?: string;
/**
* A list of statements which match roles to resources. The invited user will all statements apply to them when the invite is accepted.
* @type {Array<InviteStatement>}
Expand Down

0 comments on commit b659865

Please sign in to comment.