Skip to content

Commit b30c233

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.41.0
1 parent 3a9e04c commit b30c233

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
@@ -7832,17 +7832,17 @@ export interface Lambda {
78327832
}
78337833

78347834
export interface LambdaConfiguration {
7835-
accessTokenPopulateId?: UUID;
7836-
idTokenPopulateId?: UUID;
7837-
samlv2PopulateId?: UUID;
7835+
reconcileId?: UUID;
78387836
}
78397837

78407838
export interface LambdaConfiguration {
78417839
reconcileId?: UUID;
78427840
}
78437841

78447842
export interface LambdaConfiguration {
7845-
reconcileId?: UUID;
7843+
accessTokenPopulateId?: UUID;
7844+
idTokenPopulateId?: UUID;
7845+
samlv2PopulateId?: UUID;
78467846
}
78477847

78487848
/**

0 commit comments

Comments
 (0)