Skip to content

Commit

Permalink
Domain sync
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Sep 22, 2022
1 parent c840121 commit 37166bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FusionAuthClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7541,17 +7541,17 @@ export interface Lambda {
}

export interface LambdaConfiguration {
reconcileId?: UUID;
accessTokenPopulateId?: UUID;
idTokenPopulateId?: UUID;
samlv2PopulateId?: UUID;
}

export interface LambdaConfiguration {
reconcileId?: UUID;
}

export interface LambdaConfiguration {
accessTokenPopulateId?: UUID;
idTokenPopulateId?: UUID;
samlv2PopulateId?: UUID;
reconcileId?: UUID;
}

/**
Expand Down

0 comments on commit 37166bf

Please sign in to comment.