Skip to content

Commit f367634

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.42.0
1 parent 317a023 commit f367634

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
@@ -7843,17 +7843,17 @@ export interface Lambda {
78437843
}
78447844

78457845
export interface LambdaConfiguration {
7846-
accessTokenPopulateId?: UUID;
7847-
idTokenPopulateId?: UUID;
7848-
samlv2PopulateId?: UUID;
7846+
reconcileId?: UUID;
78497847
}
78507848

78517849
export interface LambdaConfiguration {
78527850
reconcileId?: UUID;
78537851
}
78547852

78557853
export interface LambdaConfiguration {
7856-
reconcileId?: UUID;
7854+
accessTokenPopulateId?: UUID;
7855+
idTokenPopulateId?: UUID;
7856+
samlv2PopulateId?: UUID;
78577857
}
78587858

78597859
/**

0 commit comments

Comments
 (0)