Skip to content

Commit 0efb03a

Browse files
author
FusionAuth Release
committed
Updated version for fusionauth-typescript-client to 1.37.1
1 parent 498265d commit 0efb03a

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
@@ -7369,17 +7369,17 @@ export interface Lambda {
73697369
}
73707370

73717371
export interface LambdaConfiguration {
7372-
accessTokenPopulateId?: UUID;
7373-
idTokenPopulateId?: UUID;
7374-
samlv2PopulateId?: UUID;
7372+
reconcileId?: UUID;
73757373
}
73767374

73777375
export interface LambdaConfiguration {
73787376
reconcileId?: UUID;
73797377
}
73807378

73817379
export interface LambdaConfiguration {
7382-
reconcileId?: UUID;
7380+
accessTokenPopulateId?: UUID;
7381+
idTokenPopulateId?: UUID;
7382+
samlv2PopulateId?: UUID;
73837383
}
73847384

73857385
/**

0 commit comments

Comments
 (0)