Skip to content

Commit a8bf8a9

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.40.2
1 parent 0b23cd0 commit a8bf8a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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-
accessTokenPopulateId?: UUID;
7545-
idTokenPopulateId?: UUID;
7546-
samlv2PopulateId?: UUID;
7544+
reconcileId?: UUID;
75477545
}
75487546

75497547
export interface LambdaConfiguration {
75507548
reconcileId?: UUID;
75517549
}
75527550

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

75577557
/**

0 commit comments

Comments
 (0)