Skip to content

Commit

Permalink
Domain sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Sep 28, 2022
1 parent 7c9eb88 commit 0b23cd0
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 0b23cd0

Please sign in to comment.