Skip to content

Commit 0b23cd0

Browse files
committed
Domain sync.
1 parent 7c9eb88 commit 0b23cd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FusionAuthClient.ts

+4-4
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)