Skip to content

Commit edd0542

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.36.6
1 parent b69e963 commit edd0542

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
@@ -7312,17 +7312,17 @@ export interface Lambda {
73127312
}
73137313

73147314
export interface LambdaConfiguration {
7315-
accessTokenPopulateId?: UUID;
7316-
idTokenPopulateId?: UUID;
7317-
samlv2PopulateId?: UUID;
7315+
reconcileId?: UUID;
73187316
}
73197317

73207318
export interface LambdaConfiguration {
73217319
reconcileId?: UUID;
73227320
}
73237321

73247322
export interface LambdaConfiguration {
7325-
reconcileId?: UUID;
7323+
accessTokenPopulateId?: UUID;
7324+
idTokenPopulateId?: UUID;
7325+
samlv2PopulateId?: UUID;
73267326
}
73277327

73287328
/**

0 commit comments

Comments
 (0)