Skip to content

Commit 19b73a3

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.42.1
1 parent dbf6bab commit 19b73a3

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-
reconcileId?: UUID;
7846+
accessTokenPopulateId?: UUID;
7847+
idTokenPopulateId?: UUID;
7848+
samlv2PopulateId?: UUID;
78477849
}
78487850

78497851
export interface LambdaConfiguration {
78507852
reconcileId?: UUID;
78517853
}
78527854

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

78597859
/**

0 commit comments

Comments
 (0)