Skip to content

Commit 37166bf

Browse files
committed
Domain sync
1 parent c840121 commit 37166bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FusionAuthClient.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,17 +7541,17 @@ export interface Lambda {
75417541
}
75427542

75437543
export interface LambdaConfiguration {
7544-
reconcileId?: UUID;
7544+
accessTokenPopulateId?: UUID;
7545+
idTokenPopulateId?: UUID;
7546+
samlv2PopulateId?: UUID;
75457547
}
75467548

75477549
export interface LambdaConfiguration {
75487550
reconcileId?: UUID;
75497551
}
75507552

75517553
export interface LambdaConfiguration {
7552-
accessTokenPopulateId?: UUID;
7553-
idTokenPopulateId?: UUID;
7554-
samlv2PopulateId?: UUID;
7554+
reconcileId?: UUID;
75557555
}
75567556

75577557
/**

0 commit comments

Comments
 (0)