Skip to content

Commit 1e4c1b2

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.40.0
1 parent 7ff0335 commit 1e4c1b2

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
@@ -7542,17 +7542,17 @@ export interface Lambda {
75427542
}
75437543

75447544
export interface LambdaConfiguration {
7545-
accessTokenPopulateId?: UUID;
7546-
idTokenPopulateId?: UUID;
7547-
samlv2PopulateId?: UUID;
7545+
reconcileId?: UUID;
75487546
}
75497547

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

75547552
export interface LambdaConfiguration {
7555-
reconcileId?: UUID;
7553+
accessTokenPopulateId?: UUID;
7554+
idTokenPopulateId?: UUID;
7555+
samlv2PopulateId?: UUID;
75567556
}
75577557

75587558
/**

0 commit comments

Comments
 (0)