Skip to content

Commit fcf4e43

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.40.1
1 parent 37166bf commit fcf4e43

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